Class LoanReschedulePreviewPlatformServiceImpl

java.lang.Object
org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanReschedulePreviewPlatformServiceImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanReschedulePreviewPlatformService

@Service public class LoanReschedulePreviewPlatformServiceImpl extends Object implements org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanReschedulePreviewPlatformService
  • Constructor Summary

    Constructors
    Constructor
    Description
    LoanReschedulePreviewPlatformServiceImpl(org.apache.fineract.portfolio.loanaccount.rescheduleloan.domain.LoanRescheduleRequestRepositoryWrapper loanRescheduleRequestRepository, LoanUtilService loanUtilService, org.apache.fineract.portfolio.loanaccount.domain.LoanRepaymentScheduleTransactionProcessorFactory loanRepaymentScheduleTransactionProcessorFactory, org.apache.fineract.portfolio.loanaccount.loanschedule.domain.LoanScheduleGeneratorFactory loanScheduleFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.portfolio.loanaccount.loanschedule.domain.LoanScheduleModel
     

    Methods inherited from class java.lang.Object

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

    • LoanReschedulePreviewPlatformServiceImpl

      @Autowired public LoanReschedulePreviewPlatformServiceImpl(org.apache.fineract.portfolio.loanaccount.rescheduleloan.domain.LoanRescheduleRequestRepositoryWrapper loanRescheduleRequestRepository, LoanUtilService loanUtilService, org.apache.fineract.portfolio.loanaccount.domain.LoanRepaymentScheduleTransactionProcessorFactory loanRepaymentScheduleTransactionProcessorFactory, org.apache.fineract.portfolio.loanaccount.loanschedule.domain.LoanScheduleGeneratorFactory loanScheduleFactory)
  • Method Details

    • previewLoanReschedule

      public org.apache.fineract.portfolio.loanaccount.loanschedule.domain.LoanScheduleModel previewLoanReschedule(Long requestId)
      Specified by:
      previewLoanReschedule in interface org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanReschedulePreviewPlatformService