Class DrWebManager
java.lang.Object
ru.bitel.bgbilling.modules.drweb.server.bean.DrWebManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactiveAgent(AgentAVD agent) voidblockAgent(AgentAVD agent, int monthCount) voidcheckMaxAgentCount(int cid) voiddeleteAgent(AgentAVD agent) voidПереназначает тариф на сервере AVDESKintgetActualAgentCount(int cid) getAgent(int id) getAgentList(int contractId) getAgentList(Date date) newAgent(int contractId, int tariffId) voidprolongAgent(AgentAVD agent, Date dateTo) voidtoChangeTariff(AgentAVD agent, int nextTariffId) Назначает следующий тариф для агента
-
Constructor Details
-
DrWebManager
-
-
Method Details
-
newAgent
- Throws:
ru.bitel.bgbilling.common.BGException
-
getAgentList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getAgentListAll
- Throws:
ru.bitel.bgbilling.common.BGException
-
getAgent
- Throws:
ru.bitel.bgbilling.common.BGException
-
getAgentList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getLockAgent
- Throws:
ru.bitel.bgbilling.common.BGException
-
prolongAgent
-
blockAgent
- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteAgent
- Throws:
ru.bitel.bgbilling.common.BGException
-
activeAgent
- Throws:
ru.bitel.bgbilling.common.BGException
-
toChangeTariff
public void toChangeTariff(AgentAVD agent, int nextTariffId) throws ru.bitel.bgbilling.common.BGException Назначает следующий тариф для агента- Parameters:
agent-groupTitle-- Throws:
ru.bitel.bgbilling.common.BGException
-
doChanges
Переназначает тариф на сервере AVDESK- Parameters:
agent-groupTitle-- 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
-