Interface VoiceZoneService
public interface VoiceZoneService
- 
Method Summary
Modifier and TypeMethodDescriptionsearchVoiceZone(String[] sort, Page page) voidvoiceZoneCostMapDelete(int id) voiceZoneCostMapGet(int id) intvoiceZoneCostMapUpdate(VoiceZoneCostMap voiceZoneCostMap) intvoiceZoneDelete(int voiceZoneId) voiceZoneGet(int accountTypeId) intvoiceZoneUpdate(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.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
voiceZoneList
List<VoiceZone> voiceZoneList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.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.BGExceptionru.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.BGExceptionru.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.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
voiceZoneCostMapList
List<VoiceZoneCostMap> voiceZoneCostMapList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.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.BGExceptionru.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.BGExceptionru.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.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -