Class LoanCOBFilterHelper
java.lang.Object
org.apache.fineract.infrastructure.jobs.filter.LoanCOBFilterHelper
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Component
@Conditional(LoanCOBEnabledCondition.class)
public class LoanCOBFilterHelper
extends Object
implements org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecuteInlineCob(List<Long> loanIds) booleanbooleanisLoanBehind(List<Long> loanIds) boolean
-
Field Details
-
IGNORE_LOAN_PATH_PATTERN
-
LOAN_PATH_PATTERN
-
LOAN_GLIMACCOUNT_PATH_PATTERN
-
-
Constructor Details
-
LoanCOBFilterHelper
public LoanCOBFilterHelper()
-
-
Method Details
-
isOnApiList
- Throws:
IOException
-
isBypassUser
public boolean isBypassUser() -
isLoanBehind
-
calculateRelevantLoanIds
public List<Long> calculateRelevantLoanIds(BodyCachingHttpServletRequestWrapper request) throws IOException - Throws:
IOException
-
executeInlineCob
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-