Package org.apache.fineract.cob.loan
Interface RetrieveLoanIdService
- All Known Implementing Classes:
RetrieveAllNonClosedLoanIdServiceImpl
public interface RetrieveLoanIdService
-
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.fineract.cob.data.LoanIdAndExternalIdAndAccountNo> findAllStayedLockedByCobBusinessDate(LocalDate cobBusinessDate) retrieveAllNonClosedLoansByLastClosedBusinessDateAndMinAndMaxLoanId(org.apache.fineract.cob.data.LoanCOBParameter loanCOBParameter, boolean isCatchUp) List<org.apache.fineract.cob.data.LoanCOBPartition> retrieveLoanCOBPartitions(Long numberOfDays, LocalDate businessDate, boolean isCatchUp, int partitionSize) List<org.apache.fineract.cob.data.LoanIdAndLastClosedBusinessDate> retrieveLoanIdsBehindDate(LocalDate businessDate, List<Long> loanIds) List<org.apache.fineract.cob.data.LoanIdAndLastClosedBusinessDate> retrieveLoanIdsBehindDateOrNull(LocalDate businessDate, List<Long> loanIds) List<org.apache.fineract.cob.data.LoanIdAndLastClosedBusinessDate> retrieveLoanIdsOldestCobProcessed(LocalDate businessDate)
-
Method Details
-
retrieveLoanCOBPartitions
-
retrieveLoanIdsBehindDate
-
retrieveLoanIdsBehindDateOrNull
-
retrieveLoanIdsOldestCobProcessed
-
retrieveAllNonClosedLoansByLastClosedBusinessDateAndMinAndMaxLoanId
-
findAllStayedLockedByCobBusinessDate
-