Interface DrwebService
public interface DrwebService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accountClear
(String cids, String date) Очистка наработкиagentList
(int contractId) agentStatusList
(int agentId) void
recalculate
(String cids, String mail, String date, String comment) ПереобсчетstatusChange
(DrwebAgentStatus status, boolean rewrite) void
tariffDelete
(int id) tariffListForContract
(int contractId, boolean forNew) void
tariffUpdate
(DrwebTariff tariff)
-
Method Details
-
allTariffList
- Throws:
ru.bitel.bgbilling.common.BGException
-
tariffListForContract
List<DrwebTariff> tariffListForContract(int contractId, boolean forNew) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
tariffUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
tariffDelete
void tariffDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
agentList
- Throws:
ru.bitel.bgbilling.common.BGException
-
agentStatusList
- Throws:
ru.bitel.bgbilling.common.BGException
-
statusChange
List<DrwebAgentStatus> statusChange(DrwebAgentStatus status, boolean rewrite) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
recalculate
void recalculate(String cids, String mail, String date, String comment) throws ru.bitel.bgbilling.common.BGException Переобсчет- Throws:
ru.bitel.bgbilling.common.BGException
-
accountClear
Очистка наработки- Throws:
ru.bitel.bgbilling.common.BGException
-