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
@Transactional(readOnly=true)
public class LoanReschedulePreviewPlatformServiceImpl
extends Object
implements org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanReschedulePreviewPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.portfolio.loanaccount.loanschedule.domain.LoanScheduleModelpreviewLoanReschedule(Long requestId)
-
Constructor Details
-
LoanReschedulePreviewPlatformServiceImpl
public LoanReschedulePreviewPlatformServiceImpl()
-
-
Method Details
-
previewLoanReschedule
public org.apache.fineract.portfolio.loanaccount.loanschedule.domain.LoanScheduleModel previewLoanReschedule(Long requestId) - Specified by:
previewLoanReschedulein interfaceorg.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanReschedulePreviewPlatformService
-