Interface VoiceIpService
public interface VoiceIpService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcostMapDelete(int id) costMapGet(int id) costMapList(String orderBy) costMapTree(int id) voidcostMapUpdate(int id, String title) voiceIpOperatorPrefixCostList(String prefix, int serviceId, int callTypeId, int groupId)
-
Method Details
-
geographicCodeTree
String geographicCodeTree() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
costMapList
List<CostMap> costMapList(String orderBy) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
voiceIpOperatorPrefixCostList
List<VoiceIpOperatorPrefixCost> voiceIpOperatorPrefixCostList(String prefix, int serviceId, int callTypeId, int groupId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
costMapGet
CostMap costMapGet(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
costMapUpdate
void costMapUpdate(int id, String title) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
costMapDelete
void costMapDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-
costMapTree
String costMapTree(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-