Package | Description |
---|---|
com.docdoku.core.services |
Modifier and Type | Method and Description |
---|---|
Layer |
IProductManagerLocal.createLayer(ConfigurationItemKey pKey,
String pName) |
Layer |
IProductManagerWS.createLayer(ConfigurationItemKey key,
String name)
Creates a new layer on a given product structure.
|
Layer |
IProductManagerLocal.getLayer(int pId) |
Layer |
IProductManagerWS.getLayer(int id)
Retrieves a given layer.
|
Layer |
IProductManagerLocal.updateLayer(ConfigurationItemKey pKey,
int pId,
String pName) |
Modifier and Type | Method and Description |
---|---|
List<Layer> |
IProductManagerLocal.getLayers(ConfigurationItemKey pKey) |
List<Layer> |
IProductManagerWS.getLayers(ConfigurationItemKey key)
Retrieves all layers of the given product structure, ie
ConfigurationItem.
|
Copyright © 2013 OW2 Consortium. All Rights Reserved.