Class ModuleAndServiceManager
java.lang.Object
bitel.billing.server.service.bean.ModuleAndServiceManager
- Direct Known Subclasses:
ModuleAndServiceUtils
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContractModule
(int contractId, int moduleId) Deprecated.void
deleteContractModule
(int userId, int contractId, int moduleId) Deprecated.getContractModules
(int cid) Deprecated.getContractModuleSet
(int contractId) Deprecated.getContractService
(int cid, int mid) Deprecated.getContractService
(int cid, int mid, Calendar date) Deprecated.getModule
(int id) Deprecated.Deprecated.getModules
(String name) Deprecated.Deprecated.getService
(int id) Deprecated.getServices
(int mid) Deprecated.getSids
(int mid) Deprecated.
-
Constructor Details
-
ModuleAndServiceManager
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.ИспользоватьModuleManager.getModules()
либоModuleCache.getModulesListProcessSorted()
.- Throws:
ru.bitel.bgbilling.common.BGException
-
getModulesMap
@Deprecated public Map<Integer,BGModule> getModulesMap() throws ru.bitel.bgbilling.common.BGExceptionDeprecated.ИспользоватьModuleManager.getModulesMap()
либоModuleCache.getModuleMap()
.- Throws:
ru.bitel.bgbilling.common.BGException
-
getServices
Deprecated.ИспользоватьServiceDao.list(int)
.- Throws:
ru.bitel.bgbilling.common.BGException
-
getService
Deprecated.ИспользоватьAbstractIdDao.get(int)
.- Throws:
ru.bitel.bgbilling.common.BGException
-
getSids
Deprecated.ИспользоватьModuleCache.getModuleServicesString(int)
.- Throws:
ru.bitel.bgbilling.common.BGException
-
getModule
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.ИспользоватьContractModuleManager.getContractModuleSet(int)
.- Throws:
ru.bitel.bgbilling.common.BGException
-
addContractModule
@Deprecated public void addContractModule(int contractId, int moduleId) throws ru.bitel.bgbilling.common.BGException Deprecated.ИспользоватьContractModuleManager.addContractModule(int, int)
.- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteContractModule
@Deprecated public void deleteContractModule(int userId, int contractId, int moduleId) throws ru.bitel.bgbilling.common.BGException Deprecated.ИспользоватьContractModuleManager.deleteContractModule(int, int)
.- Throws:
ru.bitel.bgbilling.common.BGException
-
getContractService
Deprecated.Использовать аналогичный метод вContractServiceManager
-
getContractService
Deprecated.Использовать аналогичный метод вContractServiceManager
- Parameters:
cid
-mid
-date
-- Returns:
-