public interface VoiceZoneService
Modifier and Type | Method and Description |
---|---|
SearchResult<VoiceZone> |
searchVoiceZone(java.lang.String[] sort,
Page page) |
int |
voiceZoneDelete(int accountTypeId) |
VoiceZone |
voiceZoneGet(int accountTypeId) |
java.util.List<VoiceZone> |
voiceZoneList() |
int |
voiceZoneUpdate(VoiceZone accountType) |
SearchResult<VoiceZone> searchVoiceZone(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
java.util.List<VoiceZone> voiceZoneList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
VoiceZone voiceZoneGet(int accountTypeId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
int voiceZoneUpdate(VoiceZone accountType) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
int voiceZoneDelete(int accountTypeId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException