Class AVDesc4
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.modules.drweb.server.bean.api.AVDesc4
- All Implemented Interfaces:
AVDescAPI
public class AVDesc4
extends ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
implements AVDescAPI
-
Constructor Summary
ConstructorsConstructorDescriptionAVDesc4(Connection con, ParameterMap moduleSetup, int moduleId, AgentAVDManager agentManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidblockOnAVD(AgentAVD agent, Date dateFrom, Date dateTo) voidchangeTariffOnAVD(AgentAVD agent, String groupTitle) getAgentFromAVD(int contractId, String groupTitle, Date expires) voidprolongAgentOnAVD(AgentAVD agent, Date date) voidsinchronizeAgent(int contractId) Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError, warn
-
Constructor Details
-
AVDesc4
public AVDesc4(Connection con, ParameterMap moduleSetup, int moduleId, AgentAVDManager agentManager)
-
-
Method Details
-
getAgentFromAVD
public AgentAVD getAgentFromAVD(int contractId, String groupTitle, Date expires) throws ru.bitel.bgbilling.common.BGException - Specified by:
getAgentFromAVDin interfaceAVDescAPI- Throws:
ru.bitel.bgbilling.common.BGException
-
sinchronizeAgent
public void sinchronizeAgent(int contractId) - Specified by:
sinchronizeAgentin interfaceAVDescAPI
-
prolongAgentOnAVD
public void prolongAgentOnAVD(AgentAVD agent, Date date) throws ru.bitel.bgbilling.common.BGException - Specified by:
prolongAgentOnAVDin interfaceAVDescAPI- Throws:
ru.bitel.bgbilling.common.BGException
-
blockOnAVD
public void blockOnAVD(AgentAVD agent, Date dateFrom, Date dateTo) throws ru.bitel.bgbilling.common.BGException - Specified by:
blockOnAVDin interfaceAVDescAPI- Throws:
ru.bitel.bgbilling.common.BGException
-
changeTariffOnAVD
public void changeTariffOnAVD(AgentAVD agent, String groupTitle) throws ru.bitel.bgbilling.common.BGException - Specified by:
changeTariffOnAVDin interfaceAVDescAPI- Throws:
ru.bitel.bgbilling.common.BGException
-