Interface AVDescAPI
public interface AVDescAPI
- 
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)  
- 
Method Details
- 
getAgentFromAVD
AgentAVD getAgentFromAVD(int contractId, String groupTitle, Date expires) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
sinchronizeAgent
void sinchronizeAgent(int contractId)  - 
prolongAgentOnAVD
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
blockOnAVD
void blockOnAVD(AgentAVD agent, Date dateFrom, Date dateTo) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
changeTariffOnAVD
void changeTariffOnAVD(AgentAVD agent, String groupTitle) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 
 -