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 - Throws:
ru.bitel.bgbilling.common.BGException
-
tariffAVDUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
tariffAVDDelete
void tariffAVDDelete(int tariffId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
agentAVDList
- Throws:
ru.bitel.bgbilling.common.BGException
-
agentAVDChangeTariff
void agentAVDChangeTariff(int agentId, int tariffId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
agentAVDBlock
void agentAVDBlock(int agentId, int monthCount) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
agentAVDDelete
void agentAVDDelete(int agentId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
agentAVDActive
void agentAVDActive(int agentId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
agentAVDRecalculate
void agentAVDRecalculate(String email, List<Integer> contractIds, String comment, Date startMonth) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
agentAVDClear
void agentAVDClear(List<Integer> contractIds, Date startMonth) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-