Class DrWebManager
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.modules.drweb.server.bean.DrWebManager
public class DrWebManager
extends ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
-
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) Назначает следующий тариф для агентаMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError
-
Constructor Details
-
DrWebManager
-
-
Method Details
-
newAgent
- Throws:
Exception
-
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:
Exception
-
deleteAgent
- Throws:
Exception
-
activeAgent
- Throws:
Exception
-
toChangeTariff
Назначает следующий тариф для агента- Parameters:
agent
-groupTitle
-- Throws:
Exception
-
doChanges
Переназначает тариф на сервере AVDESK- Parameters:
agent
-groupTitle
-- Throws:
Exception
-
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
-