Class GateManager
java.lang.Object
ru.bitel.bgbilling.modules.phone.server.bean.GateManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContractGate
(int cid, int gid) void
delete
(int id) void
deleteContractGate
(int cid, int gid) getContractGates
(int cid) getGateById
(int id) boolean
isGateTypeUsed
(int gateTypeId) boolean
isGateUsed
(int gateId) list()
void
-
Field Details
-
mid
protected int mid -
con
-
-
Constructor Details
-
GateManager
-
-
Method Details
-
list
- Throws:
ru.bitel.bgbilling.common.BGException
-
update
- Throws:
ru.bitel.bgbilling.common.BGException
-
getGateById
- Throws:
ru.bitel.bgbilling.common.BGException
-
delete
public void delete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
isGateTypeUsed
public boolean isGateTypeUsed(int gateTypeId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getContractGates
- Throws:
ru.bitel.bgbilling.common.BGException
-
addContractGate
public void addContractGate(int cid, int gid) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
deleteContractGate
public void deleteContractGate(int cid, int gid) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
isGateUsed
public boolean isGateUsed(int gateId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-