public interface VoiceZoneService
Modifier and Type | Method and Description |
---|---|
int |
voiceZoneDelete(int accountTypeId) |
VoiceZone |
voiceZoneGet(int accountTypeId) |
java.util.List<VoiceZone> |
voiceZoneList() |
int |
voiceZoneUpdate(VoiceZone accountType) |
java.util.List<VoiceZone> voiceZoneList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
VoiceZone voiceZoneGet(int accountTypeId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int voiceZoneUpdate(VoiceZone accountType) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int voiceZoneDelete(int accountTypeId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException