Class JournalEntryAggregationJobWriter

java.lang.Object
org.apache.fineract.infrastructure.jobs.service.aggregationjob.JournalEntryAggregationJobWriter
All Implemented Interfaces:
org.springframework.batch.core.StepExecutionListener, org.springframework.batch.core.StepListener, org.springframework.batch.item.ItemWriter<JournalEntryAggregationSummaryData>

@Component public class JournalEntryAggregationJobWriter extends Object implements org.springframework.batch.item.ItemWriter<JournalEntryAggregationSummaryData>, org.springframework.batch.core.StepExecutionListener
  • Constructor Details

    • JournalEntryAggregationJobWriter

      public JournalEntryAggregationJobWriter()
  • Method Details

    • beforeStep

      public void beforeStep(@NonNull org.springframework.batch.core.StepExecution stepExecution)
      Specified by:
      beforeStep in interface org.springframework.batch.core.StepExecutionListener
    • write

      public void write(@NonNull org.springframework.batch.item.Chunk<? extends JournalEntryAggregationSummaryData> journalEntrySummaries)
      Specified by:
      write in interface org.springframework.batch.item.ItemWriter<JournalEntryAggregationSummaryData>