Package org.apache.fineract.cob.service
Interface LoanCOBCatchUpService
- All Known Implementing Classes:
LoanCOBCatchUpServiceImpl
public interface LoanCOBCatchUpService
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Method Details
-
unlockHardLockedLoans
void unlockHardLockedLoans() -
getOldestCOBProcessedLoan
OldestCOBProcessedLoanDTO getOldestCOBProcessedLoan() -
executeLoanCOBCatchUp
void executeLoanCOBCatchUp() -
isCatchUpRunning
IsCatchUpRunningDTO isCatchUpRunning()
-