Class LoanReAmortizationService

java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.reamortization.LoanReAmortizationService

@Service @Transactional public class LoanReAmortizationService extends Object
  • Constructor Details

    • LoanReAmortizationService

      public LoanReAmortizationService()
  • Method Details

    • reAmortize

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

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

      @Transactional(readOnly=true) public org.apache.fineract.portfolio.loanaccount.loanschedule.data.LoanScheduleData previewReAmortization(Long loanId, String loanExternalId, ReAmortizationPreviewRequest reAmortizationPreviewRequest)