Interface LoansPointInTimeApi
- All Known Implementing Classes:
LoansPointInTimeApiDelegate,LoansPointInTimeApiResource
public interface LoansPointInTimeApi
-
Method Summary
Modifier and TypeMethodDescriptionretrieveLoanPointInTime(Long loanId, org.apache.fineract.infrastructure.core.api.DateParam dateParam, String dateFormat, String locale) retrieveLoanPointInTimeByExternalId(String loanExternalId, org.apache.fineract.infrastructure.core.api.DateParam dateParam, String dateFormat, String locale)
-
Method Details
-
retrieveLoanPointInTime
LoanPointInTimeData retrieveLoanPointInTime(Long loanId, org.apache.fineract.infrastructure.core.api.DateParam dateParam, String dateFormat, String locale) -
retrieveLoanPointInTimeByExternalId
LoanPointInTimeData retrieveLoanPointInTimeByExternalId(String loanExternalId, org.apache.fineract.infrastructure.core.api.DateParam dateParam, String dateFormat, String locale) -
retrieveLoansPointInTime
-
retrieveLoansPointInTimeByExternalIds
List<LoanPointInTimeData> retrieveLoansPointInTimeByExternalIds(RetrieveLoansPointInTimeExternalIdsRequest request)
-