Class ExecuteStandingInstructionsTasklet

java.lang.Object
org.apache.fineract.portfolio.account.jobs.executestandinginstructions.ExecuteStandingInstructionsTasklet
All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet

public class ExecuteStandingInstructionsTasklet extends Object implements org.springframework.batch.core.step.tasklet.Tasklet
  • Constructor Details

    • ExecuteStandingInstructionsTasklet

      public ExecuteStandingInstructionsTasklet()
  • 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:
      execute in interface org.springframework.batch.core.step.tasklet.Tasklet
      Throws:
      Exception
    • isDueForTransfer

      public boolean isDueForTransfer(StandingInstructionDuesData standingInstructionDuesData)