Class LoansPointInTimeApiDelegate
java.lang.Object
org.apache.fineract.portfolio.loanaccount.api.pointintime.LoansPointInTimeApiDelegate
- All Implemented Interfaces:
LoansPointInTimeApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveLoanPointInTime(Long loanId, org.apache.fineract.infrastructure.core.api.DateParam dateParam, String dateFormat, String locale) retrieveLoanPointInTimeByExternalId(String loanExternalIdStr, org.apache.fineract.infrastructure.core.api.DateParam dateParam, String dateFormat, String locale)
-
Constructor Details
-
LoansPointInTimeApiDelegate
public LoansPointInTimeApiDelegate()
-
-
Method Details
-
retrieveLoanPointInTime
public LoanPointInTimeData retrieveLoanPointInTime(Long loanId, org.apache.fineract.infrastructure.core.api.DateParam dateParam, String dateFormat, String locale) - Specified by:
retrieveLoanPointInTimein interfaceLoansPointInTimeApi
-
retrieveLoanPointInTimeByExternalId
public LoanPointInTimeData retrieveLoanPointInTimeByExternalId(String loanExternalIdStr, org.apache.fineract.infrastructure.core.api.DateParam dateParam, String dateFormat, String locale) - Specified by:
retrieveLoanPointInTimeByExternalIdin interfaceLoansPointInTimeApi
-
retrieveLoansPointInTime
- Specified by:
retrieveLoansPointInTimein interfaceLoansPointInTimeApi
-
retrieveLoansPointInTimeByExternalIds
public List<LoanPointInTimeData> retrieveLoansPointInTimeByExternalIds(RetrieveLoansPointInTimeExternalIdsRequest request) - Specified by:
retrieveLoansPointInTimeByExternalIdsin interfaceLoansPointInTimeApi
-