java.lang.Object
org.apache.fineract.portfolio.shareaccounts.jobs.postdividentsforshares.PostDividentsForSharesTasklet
All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet

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

    • PostDividentsForSharesTasklet

      public PostDividentsForSharesTasklet()
  • 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