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.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionjava.util.List<VoiceZone> voiceZoneList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionVoiceZone voiceZoneGet(int accountTypeId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionint voiceZoneUpdate(VoiceZone accountType) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionint voiceZoneDelete(int accountTypeId)
throws ru.bitel.bgbilling.common.BGException,
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException