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
- Throws:
Exception
-
voiceZoneList
- Throws:
Exception
-
voiceZoneGet
- Throws:
Exception
-
voiceZoneUpdate
- Throws:
Exception
-
voiceZoneDelete
- Throws:
Exception
-
voiceZoneCostMapList
- Throws:
Exception
-
voiceZoneCostMapGet
- Throws:
Exception
-
voiceZoneCostMapUpdate
- Throws:
Exception
-
voiceZoneCostMapDelete
- Throws:
Exception
-