Interface RetrieveLoanIdService

All Known Implementing Classes:
RetrieveAllNonClosedLoanIdServiceImpl

public interface RetrieveLoanIdService
  • Method Details

    • retrieveLoanCOBPartitions

      List<org.apache.fineract.cob.data.LoanCOBPartition> retrieveLoanCOBPartitions(Long numberOfDays, LocalDate businessDate, boolean isCatchUp, int partitionSize)
    • retrieveLoanIdsBehindDate

      List<org.apache.fineract.cob.data.LoanIdAndLastClosedBusinessDate> retrieveLoanIdsBehindDate(LocalDate businessDate, List<Long> loanIds)
    • retrieveLoanIdsBehindDateOrNull

      List<org.apache.fineract.cob.data.LoanIdAndLastClosedBusinessDate> retrieveLoanIdsBehindDateOrNull(LocalDate businessDate, List<Long> loanIds)
    • retrieveLoanIdsOldestCobProcessed

      List<org.apache.fineract.cob.data.LoanIdAndLastClosedBusinessDate> retrieveLoanIdsOldestCobProcessed(LocalDate businessDate)
    • retrieveAllNonClosedLoansByLastClosedBusinessDateAndMinAndMaxLoanId

      List<Long> retrieveAllNonClosedLoansByLastClosedBusinessDateAndMinAndMaxLoanId(org.apache.fineract.cob.data.LoanCOBParameter loanCOBParameter, boolean isCatchUp)
    • findAllStayedLockedByCobBusinessDate

      List<org.apache.fineract.cob.data.LoanIdAndExternalIdAndAccountNo> findAllStayedLockedByCobBusinessDate(@Param("cobBusinessDate") LocalDate cobBusinessDate)