@Deprecated
public class ModuleAndServiceManager
extends java.lang.Object
Constructor and Description |
---|
ModuleAndServiceManager(java.sql.Connection con)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addContractModule(int contractId,
int moduleId)
Deprecated.
|
void |
deleteContractModule(int userId,
int contractId,
int moduleId)
Deprecated.
|
java.util.List<BGModule> |
getContractModules(int cid)
Deprecated.
|
java.util.Set<java.lang.Integer> |
getContractModuleSet(int contractId)
Deprecated.
|
java.util.List<Service> |
getContractService(int cid,
int mid)
Deprecated.
|
java.util.List<Service> |
getContractService(int cid,
int mid,
java.util.Calendar date)
Deprecated.
|
BGModule |
getModule(int id)
Deprecated.
|
java.util.List<BGModule> |
getModules()
Deprecated.
|
java.util.List<BGModule> |
getModules(java.lang.String name)
Deprecated.
|
java.util.Map<java.lang.Integer,BGModule> |
getModulesMap()
Deprecated.
|
Service |
getService(int id)
Deprecated.
|
java.util.List<Service> |
getServices(int mid)
Deprecated.
|
java.lang.String |
getSids(int mid)
Deprecated.
|
public ModuleAndServiceManager(java.sql.Connection con)
@Deprecated public java.util.List<BGModule> getModules(java.lang.String name) throws ru.bitel.bgbilling.common.BGException
ModuleManager.getModules(String)
либо ModuleCache.getModulesList(String)
.ru.bitel.bgbilling.common.BGException
@Deprecated public java.util.List<BGModule> getModules() throws ru.bitel.bgbilling.common.BGException
ModuleManager.getModules()
либо ModuleCache.getModulesListProcessSorted()
.ru.bitel.bgbilling.common.BGException
@Deprecated public java.util.Map<java.lang.Integer,BGModule> getModulesMap() throws ru.bitel.bgbilling.common.BGException
ModuleManager.getModulesMap()
либо ModuleCache.getModuleMap()
.ru.bitel.bgbilling.common.BGException
@Deprecated public java.util.List<Service> getServices(int mid) throws ru.bitel.bgbilling.common.BGException
ServiceDao.list(int)
.ru.bitel.bgbilling.common.BGException
@Deprecated public Service getService(int id) throws ru.bitel.bgbilling.common.BGException
AbstractIdDao.get(int)
.ru.bitel.bgbilling.common.BGException
@Deprecated public java.lang.String getSids(int mid) throws ru.bitel.bgbilling.common.BGException
ModuleCache.getModuleServicesString(int)
.ru.bitel.bgbilling.common.BGException
@Deprecated public BGModule getModule(int id) throws ru.bitel.bgbilling.common.BGException
ModuleManager.getModule(int)
либо ModuleCache.getModule(int)
.ru.bitel.bgbilling.common.BGException
@Deprecated public java.util.List<BGModule> getContractModules(int cid) throws ru.bitel.bgbilling.common.BGException
ContractModuleManager.getContractModules(int)
.cid
- код договораru.bitel.bgbilling.common.BGException
@Deprecated public java.util.Set<java.lang.Integer> getContractModuleSet(int contractId) throws ru.bitel.bgbilling.common.BGException
ContractModuleManager.getContractModuleSet(int)
.ru.bitel.bgbilling.common.BGException
@Deprecated public void addContractModule(int contractId, int moduleId) throws ru.bitel.bgbilling.common.BGException
ContractModuleManager.addContractModule(int, int)
.ru.bitel.bgbilling.common.BGException
@Deprecated public void deleteContractModule(int userId, int contractId, int moduleId) throws ru.bitel.bgbilling.common.BGException
ContractModuleManager.deleteContractModule(int, int)
.ru.bitel.bgbilling.common.BGException
@Deprecated public java.util.List<Service> getContractService(int cid, int mid)
ContractServiceManager
@Deprecated public java.util.List<Service> getContractService(int cid, int mid, java.util.Calendar date)
ContractServiceManager
cid
- mid
- date
-