Package org.apache.fineract.cob.loan
Class ApplyLoanLockTasklet
java.lang.Object
org.apache.fineract.cob.loan.ApplyLoanLockTasklet
- All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet
public class ApplyLoanLockTasklet
extends Object
implements org.springframework.batch.core.step.tasklet.Tasklet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.repeat.RepeatStatusexecute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext)
-
Constructor Details
-
ApplyLoanLockTasklet
public ApplyLoanLockTasklet()
-
-
Method Details
-
execute
public org.springframework.batch.repeat.RepeatStatus execute(@NonNull org.springframework.batch.core.StepContribution contribution, @NonNull org.springframework.batch.core.scope.context.ChunkContext chunkContext) throws LoanLockCannotBeAppliedException - Specified by:
executein interfaceorg.springframework.batch.core.step.tasklet.Tasklet- Throws:
LoanLockCannotBeAppliedException
-