Class AttributeManager

java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.AttributeManager

@Deprecated public class AttributeManager extends Object
Deprecated.
Использовать AttributeDao и/или AttributeTypeDao
  • Constructor Details

    • AttributeManager

      public AttributeManager(Connection con, int mid)
      Deprecated.
    • AttributeManager

      @Deprecated public AttributeManager(Connection con, int mid, String config)
      Deprecated.
  • Method Details

    • getAttributeTypeMap

      public Map<String,AttributeType> getAttributeTypeMap()
      Deprecated.
    • getAttributeTypeList

      public List<AttributeType> getAttributeTypeList()
      Deprecated.
    • clearAttributes

      public void clearAttributes()
      Deprecated.
      Удаление всех реквизитов для всех договоров
    • clearAttributes

      public void clearAttributes(int cid)
      Deprecated.
      Удаление всех реквизитов для данного договора
      Parameters:
      cid - - код договора
    • getActiveAttributeList

      public List<Attribute> getActiveAttributeList(int cid)
      Deprecated.
      Получение всех активных реквизитов на текущий момент
    • getAttributeList

      public List<Attribute> getAttributeList(int cid)
      Deprecated.
    • getAttribute

      public Attribute getAttribute(int cid, int id)
      Deprecated.
    • updateAttribute

      public boolean updateAttribute(Attribute attribute) throws ru.bitel.bgbilling.common.BGException
      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.