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
- Throws:
 Exception
 - 
tariffAVDUpdate
- Throws:
 Exception
 - 
tariffAVDDelete
- Throws:
 Exception
 - 
agentAVDList
- Throws:
 Exception
 - 
agentAVDChangeTariff
- Throws:
 Exception
 - 
agentAVDBlock
- Throws:
 Exception
 - 
agentAVDDelete
- Throws:
 Exception
 - 
agentAVDActive
- Throws:
 Exception
 - 
agentAVDRecalculate
void agentAVDRecalculate(String email, List<Integer> contractIds, String comment, Date startMonth) throws Exception - Throws:
 Exception
 - 
agentAVDClear
- Throws:
 Exception
 
 -