Package | Description |
---|---|
com.docdoku.core.services |
Modifier and Type | Method and Description |
---|---|
Marker |
IProductManagerLocal.createMarker(int pLayerId,
String pTitle,
String pDescription,
double pX,
double pY,
double pZ) |
Marker |
IProductManagerWS.createMarker(int layerId,
String title,
String description,
double x,
double y,
double z)
Creates a new marker that will be a member of the given layer.
|
void |
IProductManagerLocal.deleteConfigurationItem(ConfigurationItemKey configurationItemKey) |
void |
IProductManagerWS.deleteConfigurationItem(ConfigurationItemKey configurationItemKey) |
void |
IProductManagerLocal.deleteLayer(String workspaceId,
int layerId) |
void |
IProductManagerWS.deleteLayer(String workspaceId,
int layerId) |
void |
IProductManagerLocal.deleteMarker(int pLayerId,
int pMarkerId) |
Layer |
IProductManagerLocal.getLayer(int pId) |
Layer |
IProductManagerWS.getLayer(int id)
Retrieves a given layer.
|
Layer |
IProductManagerLocal.updateLayer(ConfigurationItemKey pKey,
int pId,
String pName) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.