Interface VoiceZoneService
public interface VoiceZoneService
-
Method Summary
Modifier and TypeMethodDescriptionsearchVoiceZone
(String[] sort, Page page) int
voiceZoneDelete
(int accountTypeId) voiceZoneGet
(int accountTypeId) int
voiceZoneUpdate
(VoiceZone accountType)
-
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 accountType) 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 accountTypeId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-