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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.portfolio.loanaccount.loanschedule.data.LoanScheduleData
    previewReAge(Long loanId, String loanExternalId, ReAgePreviewRequest reAgePreviewRequest)
     
    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

    • LoanReAgingService

      public LoanReAgingService()
  • Method Details

    • reAge

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

      @Transactional(readOnly=true) public org.apache.fineract.portfolio.loanaccount.loanschedule.data.LoanScheduleData previewReAge(Long loanId, String loanExternalId, ReAgePreviewRequest reAgePreviewRequest)
    • undoReAge

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