Interface RangeMapService
@MTOM(enabled=true)
public interface RangeMapService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
rangeMapDelete
(int id) void
rangeMapExport
(int rangeMapId, String code, jakarta.xml.ws.Holder<jakarta.activation.DataHandler> data) rangeMapGet
(int id) void
rangeMapImport
(int rangeMapId, boolean update, String prefix, String data) void
rangeMapItemDelete
(int rangeMapId, int id) rangeMapItemList
(int id, Date date) int
rangeMapItemUpdate
(int rangeMapId, RangeMapItem item) rangeMapList
(String order) void
-
Method Details
-
rangeMapList
- Throws:
ru.bitel.bgbilling.common.BGException
-
rangeMapGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
rangeMapUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
rangeMapDelete
void rangeMapDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
rangeMapItemList
- Throws:
ru.bitel.bgbilling.common.BGException
-
rangeMapItemUpdate
int rangeMapItemUpdate(int rangeMapId, RangeMapItem item) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
rangeMapItemDelete
void rangeMapItemDelete(int rangeMapId, int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
rangeMapImport
void rangeMapImport(int rangeMapId, boolean update, String prefix, String data) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
rangeMapExport
void rangeMapExport(int rangeMapId, String code, jakarta.xml.ws.Holder<jakarta.activation.DataHandler> data) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-