Package bitel.billing.server.admin.bean
Class ContractParameterGroupManager
java.lang.Object
bitel.billing.server.admin.bean.ContractParameterGroupManager
@Deprecated
public class ContractParameterGroupManager
extends java.lang.Object
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description protected java.sql.Connection
con
Deprecated.protected DefaultServerSetup
setup
Deprecated.static java.lang.String
TABLE_CONTRACT_PARAMETER_GROUP
Deprecated. -
Constructor Summary
Constructors Constructor Description ContractParameterGroupManager(java.sql.Connection connection)
Deprecated.ContractParameterGroupManager(java.sql.Connection connection, DefaultServerSetup setup)
Deprecated. -
Method Summary
Modifier and Type Method Description void
addParameterInGroup(int groupId, java.util.List<java.lang.Integer> pids)
Deprecated.Добавление в группу параметров из спискаvoid
deleteAllParameterInGroup(int groupId)
Deprecated.Удаление привязки всех параметров входящих в группуjava.util.Set<java.lang.Integer>
getParameterSetInGroup(int groupId)
Deprecated.Возвращает коды параметров входящих в группуMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TABLE_CONTRACT_PARAMETER_GROUP
public static final java.lang.String TABLE_CONTRACT_PARAMETER_GROUPDeprecated.- See Also:
- Constant Field Values
-
con
protected java.sql.Connection conDeprecated. -
setup
Deprecated.
-
-
Constructor Details
-
ContractParameterGroupManager
public ContractParameterGroupManager(java.sql.Connection connection)Deprecated. -
ContractParameterGroupManager
Deprecated.
-
-
Method Details
-
deleteAllParameterInGroup
public void deleteAllParameterInGroup(int groupId)Deprecated.Удаление привязки всех параметров входящих в группу- Parameters:
groupId
- код группы параметров
-
addParameterInGroup
public void addParameterInGroup(int groupId, java.util.List<java.lang.Integer> pids)Deprecated.Добавление в группу параметров из списка- Parameters:
groupId
- код группы параметровpids
- список кодов параметров
-
getParameterSetInGroup
public java.util.Set<java.lang.Integer> getParameterSetInGroup(int groupId) throws ru.bitel.bgbilling.common.BGExceptionDeprecated.Возвращает коды параметров входящих в группу- Parameters:
groupId
- код группы параметров- Returns:
- коды параметров или пустой набор
- Throws:
ru.bitel.bgbilling.common.BGException
-
ContractParameterService
orContractParameterGroupDao