Class DrwebApiManager
java.lang.Object
ru.bitel.bgbilling.modules.drwebn.server.bean.DrwebApiManager
public class DrwebApiManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DrwebApiManager(java.sql.Connection con, ParameterMap moduleSetup, int mid) -
Method Summary
Modifier and Type Method Description voidcheckMaxAgentCount(int cid)intgetActualAgentCount(int cid)DrwebAgentnewAgent(int contractId, int tariffId)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DrwebApiManager
-
-
Method Details
-
newAgent
public DrwebAgent newAgent(int contractId, int tariffId) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getActualAgentCount
public int getActualAgentCount(int cid) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
checkMaxAgentCount
public void checkMaxAgentCount(int cid) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-