Package org.apache.fineract.infrastructure.jobs.service.increasedateby1day.increasebusinessdateby1day
Class IncreaseBusinessDateBy1DayConfig
java.lang.Object
org.apache.fineract.infrastructure.jobs.service.increasedateby1day.increasebusinessdateby1day.IncreaseBusinessDateBy1DayConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.core.JobincreaseBusinessDateBy1DayJob(org.springframework.transaction.PlatformTransactionManager transactionManager, org.springframework.batch.core.repository.JobRepository jobRepository, IncreaseBusinessDateBy1DayTasklet tasklet) increaseBusinessDateBy1DayTasklet(org.apache.fineract.infrastructure.businessdate.service.BusinessDateWritePlatformService businessDateWritePlatformService, org.apache.fineract.infrastructure.configuration.domain.ConfigurationDomainService configurationDomainService)
-
Constructor Details
-
IncreaseBusinessDateBy1DayConfig
public IncreaseBusinessDateBy1DayConfig()
-
-
Method Details
-
increaseBusinessDateBy1DayTasklet
@Bean public IncreaseBusinessDateBy1DayTasklet increaseBusinessDateBy1DayTasklet(org.apache.fineract.infrastructure.businessdate.service.BusinessDateWritePlatformService businessDateWritePlatformService, org.apache.fineract.infrastructure.configuration.domain.ConfigurationDomainService configurationDomainService) -
increaseBusinessDateBy1DayJob
@Bean public org.springframework.batch.core.Job increaseBusinessDateBy1DayJob(org.springframework.transaction.PlatformTransactionManager transactionManager, org.springframework.batch.core.repository.JobRepository jobRepository, IncreaseBusinessDateBy1DayTasklet tasklet)
-