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
List<TariffAVD> tariffAVDList(int contractId, boolean forNew) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-