Class ModuleAndServiceManager

java.lang.Object
bitel.billing.server.service.bean.ModuleAndServiceManager
Direct Known Subclasses:
ModuleAndServiceUtils

@Deprecated public class ModuleAndServiceManager extends Object
Deprecated.
Класс разделён на несколько: ModuleManager, ModuleCache, ServiceDao, ContractModuleManager.
  • Constructor Details

    • ModuleAndServiceManager

      public ModuleAndServiceManager(Connection con)
      Deprecated.
  • Method Details

    • getModules

      @Deprecated public List<BGModule> getModules(String name) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Использовать ModuleManager.getModules(String) либо ModuleCache.getModulesList(String).
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getModules

      @Deprecated public List<BGModule> getModules() throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Использовать ModuleManager.getModules() либо ModuleCache.getModulesListProcessSorted().
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getModulesMap

      @Deprecated public Map<Integer,BGModule> getModulesMap() throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Использовать ModuleManager.getModulesMap() либо ModuleCache.getModuleMap().
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getServices

      @Deprecated public List<Service> getServices(int mid) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Использовать ServiceDao.list(int).
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getService

      @Deprecated public Service getService(int id) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Использовать AbstractIdDao.get(int).
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getSids

      @Deprecated public String getSids(int mid) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Использовать ModuleCache.getModuleServicesString(int).
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getModule

      @Deprecated public BGModule getModule(int id) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Использовать ModuleManager.getModule(int) либо ModuleCache.getModule(int).
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getContractModules

      @Deprecated public List<BGModule> getContractModules(int cid) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Возвращает все модули, ассоциированные с данным договором. Использовать ContractModuleManager.getContractModules(int).
      Parameters:
      cid - код договора
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getContractModuleSet

      @Deprecated public Set<Integer> getContractModuleSet(int contractId) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • addContractModule

      @Deprecated public void addContractModule(int contractId, int moduleId) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteContractModule

      @Deprecated public void deleteContractModule(int userId, int contractId, int moduleId) throws ru.bitel.bgbilling.common.BGException
      Deprecated.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getContractService

      @Deprecated public List<Service> getContractService(int cid, int mid)
      Deprecated.
      Использовать аналогичный метод в ContractServiceManager
    • getContractService

      @Deprecated public List<Service> getContractService(int cid, int mid, Calendar date)
      Deprecated.
      Использовать аналогичный метод в ContractServiceManager
      Parameters:
      cid -
      mid -
      date -
      Returns: