Class ContractParameterPrefManager

java.lang.Object
bitel.billing.server.admin.bean.ContractParameterPrefManager

@Deprecated public class ContractParameterPrefManager extends Object
Deprecated.
  • Field Details

  • Constructor Details

    • ContractParameterPrefManager

      public ContractParameterPrefManager(Connection connection)
      Deprecated.
    • ContractParameterPrefManager

      public ContractParameterPrefManager(Connection connection, DefaultServerSetup setup)
      Deprecated.
  • Method Details

    • getContractParameterPref

      public ContractParameterPref getContractParameterPref(int id)
      Deprecated.
      Возвращает настройки параметра договора по его коду
      Parameters:
      id - код параметра
    • getContractParameterPrefList

      public List<ContractParameterPref> getContractParameterPrefList(int type)
      Deprecated.
      Возвращает список настроек параметров договоров определенного типа
      Parameters:
      type - тип параметров договоров
      Returns:
    • getParameterList

      public List<ContractParameterPref> getParameterList(Set<Integer> ids) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getParamList

      public List<IdTitle> getParamList(int paramTypeId) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateContractParameterPref

      public void updateContractParameterPref(ContractParameterPref pref)
      Deprecated.
      Обновляет настройки параметра договора
      Parameters:
      pref - настройки параметра
    • deleteContractParameterPref

      public void deleteContractParameterPref(int id) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Удаляет настройки параметра договора (т.е. справочник "договоры-параметры").
      Parameters:
      id - код параметра.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • moveParam

      public void moveParam(int id, int where) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      сдвиг параметра 1 - вниз, 2 - вверх
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getParamMapByType

      public Map<Integer,List<IdTitle>> getParamMapByType() throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getParamTypeMap

      public Map<Integer,Integer> getParamTypeMap() throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Возвращает Map(код, тип)
      Throws:
      ru.bitel.bgbilling.common.BGException