Package org.apache.fineract.cob.service
Class LoanAccountLockServiceImpl
java.lang.Object
org.apache.fineract.cob.service.LoanAccountLockServiceImpl
- All Implemented Interfaces:
LoanAccountLockService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLockedLoanAccountByPage(int page, int limit) booleanisLoanHardLocked(Long loanId) booleanisLockOverrulable(Long loanId) void
-
Constructor Details
-
LoanAccountLockServiceImpl
public LoanAccountLockServiceImpl()
-
-
Method Details
-
getLockedLoanAccountByPage
- Specified by:
getLockedLoanAccountByPagein interfaceLoanAccountLockService
-
isLoanHardLocked
- Specified by:
isLoanHardLockedin interfaceLoanAccountLockService
-
isLockOverrulable
- Specified by:
isLockOverrulablein interfaceLoanAccountLockService
-
updateCobAndRemoveLocks
@Transactional(propagation=REQUIRES_NEW) public void updateCobAndRemoveLocks()- Specified by:
updateCobAndRemoveLocksin interfaceLoanAccountLockService
-