Class DebetStatusManageConfig
java.lang.Object
ru.bitel.bgbilling.modules.npay.server.bean.DebetStatusManageConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckLockStatus(int status) Возвращает список кодов статусов (активных)static DebetStatusManageConfigВозвращает список кодов статусов (заблокированных)intgetNextStatus(int status) intgetSummaForUnlock(Connection con, int moduleId, Contract contract) Для заблокированных дебетовых договоров возвращает сумму платежа необходимого для разблокировки.intbooleanbooleanisEnable()booleanisEnableForContractLabelIds(List<Integer> chechContractLabelIds) boolean
-
Constructor Details
-
DebetStatusManageConfig
-
-
Method Details
-
isEnable
public boolean isEnable() -
isEnableForContractLabelIds
-
getContractLabelIds
-
getUnlockSumForDays
public int getUnlockSumForDays() -
getUnlockBalanceLimit
-
getLockStatusList
Возвращает список кодов статусов (заблокированных)- Returns:
-
checkLockStatus
public boolean checkLockStatus(int status) -
getLockStatusString
-
getActiveStatusList
Возвращает список кодов статусов (активных)- Returns:
-
getActiveStatusString
-
getServiceSet
public int getServiceSet() -
getTariffIds
-
isProcessDependentSub
public boolean isProcessDependentSub() -
isCheckServiceObjectList
public boolean isCheckServiceObjectList() -
getSummaForUnlock
public BigDecimal getSummaForUnlock(Connection con, int moduleId, Contract contract) throws ru.bitel.bgbilling.common.BGException Для заблокированных дебетовых договоров возвращает сумму платежа необходимого для разблокировки.- Parameters:
con-moduleId-contract-- Returns:
- Throws:
Exceptionru.bitel.bgbilling.common.BGException
-
getNextStatus
public int getNextStatus(int status) -
getConfig
-