Class LoanReAmortizationServiceImpl
java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.reamortization.LoanReAmortizationServiceImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
LoanReAmortizationServiceImpl
public LoanReAmortizationServiceImpl()
-
-
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)
-