Class LoanReAgingService
java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.reaging.LoanReAgingService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.portfolio.loanaccount.loanschedule.data.LoanScheduleDatapreviewReAge(Long loanId, String loanExternalId, ReAgePreviewRequest reAgePreviewRequest) org.apache.fineract.infrastructure.core.data.CommandProcessingResultorg.apache.fineract.infrastructure.core.data.CommandProcessingResult
-
Constructor Details
-
LoanReAgingService
public LoanReAgingService()
-
-
Method Details
-
reAge
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult reAge(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
previewReAge
@Transactional(readOnly=true) public org.apache.fineract.portfolio.loanaccount.loanschedule.data.LoanScheduleData previewReAge(Long loanId, String loanExternalId, ReAgePreviewRequest reAgePreviewRequest) -
undoReAge
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoReAge(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-