Package bitel.billing.server.admin.bean
Class ContractParameterGroupManager
java.lang.Object
bitel.billing.server.admin.bean.ContractParameterGroupManager
Deprecated.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Connection
Deprecated.protected DefaultServerSetup
Deprecated.static final String
Deprecated. -
Constructor Summary
ConstructorDescriptionContractParameterGroupManager
(Connection connection) Deprecated.ContractParameterGroupManager
(Connection connection, DefaultServerSetup setup) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameterInGroup
(int groupId, List<Integer> pids) Deprecated.Добавление в группу параметров из спискаvoid
deleteAllParameterInGroup
(int groupId) Deprecated.Удаление привязки всех параметров входящих в группуgetParameterSetInGroup
(int groupId) Deprecated.Возвращает коды параметров входящих в группу
-
Field Details
-
TABLE_CONTRACT_PARAMETER_GROUP
Deprecated.- See Also:
-
con
Deprecated. -
setup
Deprecated.
-
-
Constructor Details
-
ContractParameterGroupManager
Deprecated. -
ContractParameterGroupManager
Deprecated.
-
-
Method Details
-
deleteAllParameterInGroup
public void deleteAllParameterInGroup(int groupId) Deprecated.Удаление привязки всех параметров входящих в группу- Parameters:
groupId
- код группы параметров
-
addParameterInGroup
Deprecated.Добавление в группу параметров из списка- Parameters:
groupId
- код группы параметровpids
- список кодов параметров
-
getParameterSetInGroup
public Set<Integer> getParameterSetInGroup(int groupId) throws ru.bitel.bgbilling.common.BGException Deprecated.Возвращает коды параметров входящих в группу- Parameters:
groupId
- код группы параметров- Returns:
- коды параметров или пустой набор
- Throws:
ru.bitel.bgbilling.common.BGException
-
ContractParameterService
orContractParameterGroupDao