Interface DrWebService
public interface DrWebService
- 
Method Summary
Modifier and TypeMethodDescriptionvoidagentAVDActive(int agentId) voidagentAVDBlock(int agentId, int monthCount) voidagentAVDChangeTariff(int agentId, int tariffId) voidagentAVDClear(List<Integer> contractIds, Date startMonth) voidagentAVDDelete(int agentId) agentAVDList(int contractId) voidvoidtariffAVDDelete(int tariffId) tariffAVDList(int contractId, boolean forNew) inttariffAVDUpdate(TariffAVD tariffAVD)  
- 
Method Details
- 
tariffAVDList
List<TariffAVD> tariffAVDList(int contractId, boolean forNew) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
tariffAVDUpdate
int tariffAVDUpdate(TariffAVD tariffAVD) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
tariffAVDDelete
void tariffAVDDelete(int tariffId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
agentAVDList
List<AgentAVD> agentAVDList(int contractId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
agentAVDChangeTariff
void agentAVDChangeTariff(int agentId, int tariffId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
agentAVDBlock
void agentAVDBlock(int agentId, int monthCount) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
agentAVDDelete
void agentAVDDelete(int agentId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
agentAVDActive
void agentAVDActive(int agentId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
agentAVDRecalculate
void agentAVDRecalculate(String email, List<Integer> contractIds, String comment, Date startMonth) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
agentAVDClear
void agentAVDClear(List<Integer> contractIds, Date startMonth) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -