Interface VoiceZoneService
public interface VoiceZoneService
-
Method Summary
Modifier and TypeMethodDescriptionsearchVoiceZone
(String[] sort, Page page) void
voiceZoneCostMapDelete
(int id) voiceZoneCostMapGet
(int id) int
voiceZoneCostMapUpdate
(VoiceZoneCostMap voiceZoneCostMap) int
voiceZoneDelete
(int voiceZoneId) voiceZoneGet
(int accountTypeId) int
voiceZoneUpdate
(VoiceZone voiceZone)
-
Method Details
-
searchVoiceZone
SearchResult<VoiceZone> searchVoiceZone(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
voiceZoneList
List<VoiceZone> voiceZoneList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
voiceZoneGet
VoiceZone voiceZoneGet(int accountTypeId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
voiceZoneUpdate
int voiceZoneUpdate(VoiceZone voiceZone) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
voiceZoneDelete
int voiceZoneDelete(int voiceZoneId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
voiceZoneCostMapList
List<VoiceZoneCostMap> voiceZoneCostMapList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
voiceZoneCostMapGet
VoiceZoneCostMap voiceZoneCostMapGet(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
voiceZoneCostMapUpdate
int voiceZoneCostMapUpdate(VoiceZoneCostMap voiceZoneCostMap) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
voiceZoneCostMapDelete
void voiceZoneCostMapDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-