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