Class AttributeManager
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.AttributeManager
Deprecated.
Использовать AttributeDao и/или AttributeTypeDao
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeManager(Connection con, int moduleId) Deprecated.AttributeManager(Connection con, int moduleId, String config) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Удаление всех реквизитов для всех договоровvoidclearAttributes(int cid) Deprecated.Удаление всех реквизитов для данного договораbooleandeleteAttribute(int id) Deprecated.getActiveAttributeList(int contractId) Deprecated.Получение всех активных реквизитов на текущий моментgetAttribute(int contractId, int id) Deprecated.getAttributeList(int contractId) Deprecated.Deprecated.Deprecated.booleanupdateAttribute(int id, int contractId, String name, String value, Calendar start, Calendar end) Deprecated.booleanupdateAttribute(Attribute attribute) Deprecated.
-
Constructor Details
-
AttributeManager
Deprecated. -
AttributeManager
Deprecated.
-
-
Method Details
-
getAttributeTypeMap
Deprecated.- Throws:
SQLException
-
getAttributeTypeList
Deprecated.- Throws:
SQLException
-
clearAttributes
Deprecated.Удаление всех реквизитов для всех договоров- Throws:
Exception
-
clearAttributes
Deprecated.Удаление всех реквизитов для данного договора- Parameters:
cid- - код договора- Throws:
Exception
-
getActiveAttributeList
Deprecated.Получение всех активных реквизитов на текущий момент- Throws:
SQLException
-
getAttributeList
Deprecated.- Throws:
SQLException
-
getAttribute
Deprecated.- Throws:
SQLException
-
updateAttribute
Deprecated.- Throws:
SQLException
-
updateAttribute
public boolean updateAttribute(int id, int contractId, String name, String value, Calendar start, Calendar end) throws Exception Deprecated.- Throws:
Exception
-
deleteAttribute
Deprecated.- Throws:
Exception
-