Package org.apache.fineract.cob.loan
Class RetrieveAllNonClosedLoanIdServiceImpl
java.lang.Object
org.apache.fineract.cob.loan.RetrieveAllNonClosedLoanIdServiceImpl
- All Implemented Interfaces:
RetrieveLoanIdService
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
RetrieveAllNonClosedLoanIdServiceImpl
public RetrieveAllNonClosedLoanIdServiceImpl()
-
-
Method Details
-
retrieveLoanCOBPartitions
public List<org.apache.fineract.cob.data.LoanCOBPartition> retrieveLoanCOBPartitions(Long numberOfDays, LocalDate businessDate, boolean isCatchUp, int partitionSize) - Specified by:
retrieveLoanCOBPartitionsin interfaceRetrieveLoanIdService
-
retrieveLoanIdsBehindDate
public List<org.apache.fineract.cob.data.LoanIdAndLastClosedBusinessDate> retrieveLoanIdsBehindDate(LocalDate businessDate, List<Long> loanIds) - Specified by:
retrieveLoanIdsBehindDatein interfaceRetrieveLoanIdService
-
retrieveLoanIdsBehindDateOrNull
public List<org.apache.fineract.cob.data.LoanIdAndLastClosedBusinessDate> retrieveLoanIdsBehindDateOrNull(LocalDate businessDate, List<Long> loanIds) - Specified by:
retrieveLoanIdsBehindDateOrNullin interfaceRetrieveLoanIdService
-
retrieveLoanIdsOldestCobProcessed
public List<org.apache.fineract.cob.data.LoanIdAndLastClosedBusinessDate> retrieveLoanIdsOldestCobProcessed(LocalDate businessDate) - Specified by:
retrieveLoanIdsOldestCobProcessedin interfaceRetrieveLoanIdService
-
retrieveAllNonClosedLoansByLastClosedBusinessDateAndMinAndMaxLoanId
public List<Long> retrieveAllNonClosedLoansByLastClosedBusinessDateAndMinAndMaxLoanId(org.apache.fineract.cob.data.LoanCOBParameter loanCOBParameter, boolean isCatchUp) - Specified by:
retrieveAllNonClosedLoansByLastClosedBusinessDateAndMinAndMaxLoanIdin interfaceRetrieveLoanIdService
-
findAllStayedLockedByCobBusinessDate
public List<org.apache.fineract.cob.data.LoanIdAndExternalIdAndAccountNo> findAllStayedLockedByCobBusinessDate(LocalDate cobBusinessDate) - Specified by:
findAllStayedLockedByCobBusinessDatein interfaceRetrieveLoanIdService
-