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