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.COBIdAndExternalIdAndAccountNo> findAllStayedLockedByCobBusinessDate(LocalDate cobBusinessDate) retrieveAllNonClosedLoansByLastClosedBusinessDateAndMinAndMaxLoanId(org.apache.fineract.cob.data.COBParameter loanCOBParameter, boolean isCatchUp) List<org.apache.fineract.cob.data.COBPartition> retrieveLoanCOBPartitions(Long numberOfDays, LocalDate businessDate, boolean isCatchUp, int partitionSize) List<org.apache.fineract.cob.data.COBIdAndLastClosedBusinessDate> retrieveLoanIdsBehindDate(LocalDate businessDate, List<Long> loanIds) List<org.apache.fineract.cob.data.COBIdAndLastClosedBusinessDate> retrieveLoanIdsBehindDateOrNull(LocalDate businessDate, List<Long> loanIds) List<org.apache.fineract.cob.data.COBIdAndLastClosedBusinessDate> retrieveLoanIdsOldestCobProcessed(LocalDate businessDate)
-
Method Details
-
retrieveLoanCOBPartitions
-
retrieveLoanIdsBehindDate
-
retrieveLoanIdsBehindDateOrNull
-
retrieveLoanIdsOldestCobProcessed
-
retrieveAllNonClosedLoansByLastClosedBusinessDateAndMinAndMaxLoanId
-
findAllStayedLockedByCobBusinessDate
-