Class AbstractLoanItemReader

java.lang.Object
org.apache.fineract.cob.loan.AbstractLoanItemReader
All Implemented Interfaces:
org.springframework.batch.item.ItemReader<org.apache.fineract.portfolio.loanaccount.domain.Loan>
Direct Known Subclasses:
InlineCOBLoanItemReader, LoanItemReader

public abstract class AbstractLoanItemReader extends Object implements org.springframework.batch.item.ItemReader<org.apache.fineract.portfolio.loanaccount.domain.Loan>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.fineract.portfolio.loanaccount.domain.LoanRepository
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.batch.core.ExitStatus
    afterStep(org.springframework.batch.core.StepExecution stepExecution)
     
    org.apache.fineract.portfolio.loanaccount.domain.Loan
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • loanRepository

      protected final org.apache.fineract.portfolio.loanaccount.domain.LoanRepository loanRepository
  • Constructor Details

    • AbstractLoanItemReader

      public AbstractLoanItemReader()
  • Method Details

    • read

      public org.apache.fineract.portfolio.loanaccount.domain.Loan read() throws Exception
      Specified by:
      read in interface org.springframework.batch.item.ItemReader<org.apache.fineract.portfolio.loanaccount.domain.Loan>
      Throws:
      Exception
    • afterStep

      public org.springframework.batch.core.ExitStatus afterStep(@NonNull org.springframework.batch.core.StepExecution stepExecution)