Class DrWebManager
java.lang.Object
ru.bitel.bgbilling.modules.drweb.server.bean.DrWebManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activeAgent
(AgentAVD agent) void
blockAgent
(AgentAVD agent, int monthCount) void
checkMaxAgentCount
(int cid) void
deleteAgent
(AgentAVD agent) void
Переназначает тариф на сервере AVDESKint
getActualAgentCount
(int cid) getAgent
(int id) getAgentList
(int contractId) getAgentList
(Date date) newAgent
(int contractId, int tariffId) void
prolongAgent
(AgentAVD agent, Date dateTo) void
toChangeTariff
(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
-