Class DrwebApiManager
java.lang.Object
ru.bitel.bgbilling.modules.drwebn.server.bean.DrwebApiManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckMaxAgentCount(int cid) intgetActualAgentCount(int cid) newAgent(int contractId, int tariffId)
-
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
-