Class LoanReAmortizationService
java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.reamortization.LoanReAmortizationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.portfolio.loanaccount.loanschedule.data.LoanScheduleDatapreviewReAmortization(Long loanId, String loanExternalId, ReAmortizationPreviewRequest reAmortizationPreviewRequest) org.apache.fineract.infrastructure.core.data.CommandProcessingResultreAmortize(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultundoReAmortize(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
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)
-