Class AbstractLoanItemProcessor

java.lang.Object
org.apache.fineract.cob.loan.AbstractLoanItemProcessor
All Implemented Interfaces:
org.springframework.batch.item.ItemProcessor<org.apache.fineract.portfolio.loanaccount.domain.Loan,org.apache.fineract.portfolio.loanaccount.domain.Loan>
Direct Known Subclasses:
InlineCOBLoanItemProcessor, LoanItemProcessor

public abstract class AbstractLoanItemProcessor extends Object implements org.springframework.batch.item.ItemProcessor<org.apache.fineract.portfolio.loanaccount.domain.Loan,org.apache.fineract.portfolio.loanaccount.domain.Loan>
  • 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
    process(org.apache.fineract.portfolio.loanaccount.domain.Loan item)
     
    protected void
    setBusinessDate(org.springframework.batch.core.StepExecution stepExecution)
     

    Methods inherited from class java.lang.Object

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

    • AbstractLoanItemProcessor

      public AbstractLoanItemProcessor()
  • Method Details

    • process

      public org.apache.fineract.portfolio.loanaccount.domain.Loan process(@NonNull org.apache.fineract.portfolio.loanaccount.domain.Loan item) throws Exception
      Specified by:
      process in interface org.springframework.batch.item.ItemProcessor<org.apache.fineract.portfolio.loanaccount.domain.Loan,org.apache.fineract.portfolio.loanaccount.domain.Loan>
      Throws:
      Exception
    • afterStep

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

      protected void setBusinessDate(org.springframework.batch.core.StepExecution stepExecution)