Package bitel.billing.server.admin.bean
Class ContractParameterPrefManager
java.lang.Object
bitel.billing.server.admin.bean.ContractParameterPrefManager
Deprecated.
Использовать
ContractParameterService
or ContractParameterGroupAttrDao
-
Field Summary
Modifier and TypeFieldDescriptionprotected Connection
Deprecated.protected DefaultServerSetup
Deprecated. -
Constructor Summary
ConstructorDescriptionContractParameterPrefManager
(Connection connection) Deprecated.ContractParameterPrefManager
(Connection connection, DefaultServerSetup setup) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteContractParameterPref
(int id) Deprecated.Удаляет настройки параметра договора (т.е. справочник "договоры-параметры").getContractParameterPref
(int id) Deprecated.Возвращает настройки параметра договора по его кодуgetContractParameterPrefList
(int type) Deprecated.Возвращает список настроек параметров договоров определенного типаgetParameterList
(Set<Integer> ids) Deprecated.getParamList
(int paramTypeId) Deprecated.Deprecated.Deprecated.Возвращает Map(код, тип)void
moveParam
(int id, int where) Deprecated.сдвиг параметра 1 - вниз, 2 - вверхvoid
Deprecated.Обновляет настройки параметра договора
-
Field Details
-
con
Deprecated. -
setup
Deprecated.
-
-
Constructor Details
-
ContractParameterPrefManager
Deprecated. -
ContractParameterPrefManager
Deprecated.
-
-
Method Details
-
getContractParameterPref
Deprecated.Возвращает настройки параметра договора по его коду- Parameters:
id
- код параметра
-
getContractParameterPrefList
Deprecated.Возвращает список настроек параметров договоров определенного типа- Parameters:
type
- тип параметров договоров- Returns:
-
getParameterList
public List<ContractParameterPref> getParameterList(Set<Integer> ids) throws ru.bitel.bgbilling.common.BGException Deprecated.- Throws:
ru.bitel.bgbilling.common.BGException
-
getParamList
Deprecated.- Throws:
ru.bitel.bgbilling.common.BGException
-
updateContractParameterPref
Deprecated.Обновляет настройки параметра договора- Parameters:
pref
- настройки параметра
-
deleteContractParameterPref
public void deleteContractParameterPref(int id) throws ru.bitel.bgbilling.common.BGException Deprecated.Удаляет настройки параметра договора (т.е. справочник "договоры-параметры").- Parameters:
id
- код параметра.- Throws:
ru.bitel.bgbilling.common.BGException
-
moveParam
public void moveParam(int id, int where) throws ru.bitel.bgbilling.common.BGException Deprecated.сдвиг параметра 1 - вниз, 2 - вверх- Throws:
ru.bitel.bgbilling.common.BGException
-
getParamMapByType
Deprecated.- Throws:
ru.bitel.bgbilling.common.BGException
-
getParamTypeMap
Deprecated.Возвращает Map(код, тип)- Throws:
ru.bitel.bgbilling.common.BGException
-