Interface DrWebService
public interface DrWebService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
agentAVDActive
(int agentId) void
agentAVDBlock
(int agentId, int monthCount) void
agentAVDChangeTariff
(int agentId, int tariffId) void
agentAVDClear
(List<Integer> contractIds, Date startMonth) void
agentAVDDelete
(int agentId) agentAVDList
(int contractId) void
void
tariffAVDDelete
(int tariffId) tariffAVDList
(int contractId, boolean forNew) int
tariffAVDUpdate
(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
-