Class LoanReAgingServiceImpl

java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.reaging.LoanReAgingServiceImpl

@Service @Transactional public class LoanReAgingServiceImpl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    reAge(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    undoReAge(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     

    Methods inherited from class java.lang.Object

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

    • LoanReAgingServiceImpl

      public LoanReAgingServiceImpl()
  • Method Details

    • reAge

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult reAge(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • undoReAge

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoReAge(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)