Class ApplyHolidaysToLoansTasklet
java.lang.Object
org.apache.fineract.portfolio.loanaccount.jobs.applyholidaystoloans.ApplyHolidaysToLoansTasklet
- All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet
@Component
public class ApplyHolidaysToLoansTasklet
extends Object
implements org.springframework.batch.core.step.tasklet.Tasklet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyHolidayToRepaymentScheduleDates(org.apache.fineract.portfolio.loanaccount.domain.Loan loan, org.apache.fineract.organisation.holiday.domain.Holiday holiday) org.springframework.batch.repeat.RepeatStatusexecute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext)
-
Constructor Details
-
ApplyHolidaysToLoansTasklet
public ApplyHolidaysToLoansTasklet()
-
-
Method Details
-
execute
public org.springframework.batch.repeat.RepeatStatus execute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext) throws Exception - Specified by:
executein interfaceorg.springframework.batch.core.step.tasklet.Tasklet- Throws:
Exception
-
applyHolidayToRepaymentScheduleDates
public void applyHolidayToRepaymentScheduleDates(org.apache.fineract.portfolio.loanaccount.domain.Loan loan, org.apache.fineract.organisation.holiday.domain.Holiday holiday)
-