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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeStep(org.springframework.batch.core.StepExecution stepExecution) voidwrite(org.springframework.batch.item.Chunk<? extends JournalEntryAggregationSummaryData> journalEntrySummaries) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.batch.core.StepExecutionListener
afterStep
-
Constructor Details
-
JournalEntryAggregationJobWriter
public JournalEntryAggregationJobWriter()
-
-
Method Details
-
beforeStep
public void beforeStep(@NonNull org.springframework.batch.core.StepExecution stepExecution) - Specified by:
beforeStepin interfaceorg.springframework.batch.core.StepExecutionListener
-
write
public void write(@NonNull org.springframework.batch.item.Chunk<? extends JournalEntryAggregationSummaryData> journalEntrySummaries) - Specified by:
writein interfaceorg.springframework.batch.item.ItemWriter<JournalEntryAggregationSummaryData>
-