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() throws Exception
      Deprecated.
      Удаление всех реквизитов для всех договоров
      Throws:
      Exception
    • clearAttributes

      public void clearAttributes(int cid) throws Exception
      Deprecated.
      Удаление всех реквизитов для данного договора
      Parameters:
      cid - - код договора
      Throws:
      Exception
    • 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 Exception
      Deprecated.
      Throws:
      Exception
    • updateAttribute

      public boolean updateAttribute(int id, int cid, String name, String value, Calendar start, Calendar end) throws Exception
      Deprecated.
      Throws:
      Exception
    • deleteAttribute

      public boolean deleteAttribute(int id) throws Exception
      Deprecated.
      Throws:
      Exception