Package | Description |
---|---|
com.docdoku.core.product | |
com.docdoku.core.services |
Modifier and Type | Field and Description |
---|---|
private PartMaster |
PartAlternateLink.alternate |
private PartMaster |
PartUsageLink.component |
private PartMaster |
ConfigurationItem.designItem
The top level of the design of the configuration item
which is the context for effectivities.
|
private PartMaster |
PartRevision.partMaster |
private PartMaster |
PartSubstituteLink.substitute |
Modifier and Type | Field and Description |
---|---|
private Set<PartMaster> |
Marker.relatedParts |
Modifier and Type | Method and Description |
---|---|
PartMaster |
PartAlternateLink.getAlternate() |
PartMaster |
PartUsageLink.getComponent() |
PartMaster |
ConfigurationItem.getDesignItem() |
PartMaster |
PartRevision.getPartMaster() |
PartMaster |
PartSubstituteLink.getSubstitute() |
Modifier and Type | Method and Description |
---|---|
Set<PartMaster> |
Marker.getRelatedParts() |
Modifier and Type | Method and Description |
---|---|
void |
PartAlternateLink.setAlternate(PartMaster alternate) |
void |
PartUsageLink.setComponent(PartMaster component) |
void |
ConfigurationItem.setDesignItem(PartMaster designItem) |
void |
PartRevision.setPartMaster(PartMaster partMaster) |
void |
PartSubstituteLink.setSubstitute(PartMaster substitute) |
Modifier and Type | Method and Description |
---|---|
void |
Marker.setRelatedParts(Set<PartMaster> relatedParts) |
Constructor and Description |
---|
PartRevision(PartMaster pPartMaster) |
PartRevision(PartMaster pPartMaster,
String pStringVersion,
User pAuthor) |
PartRevision(PartMaster pPartMaster,
User pAuthor) |
PartRevision(PartMaster pPartMaster,
Version pVersion,
User pAuthor) |
Modifier and Type | Field and Description |
---|---|
private PartMaster |
PartMasterAlreadyExistsException.mPartMaster |
Modifier and Type | Method and Description |
---|---|
PartMaster |
IProductManagerLocal.createPartMaster(String pWorkspaceId,
String pNumber,
String pName,
String pPartMasterDescription,
boolean pStandardPart,
String pWorkflowModelId,
String pPartRevisionDescription) |
PartMaster |
IProductManagerWS.createPartMaster(String workspaceId,
String number,
String name,
String partMasterDescription,
boolean standardPart,
String workflowModelId,
String partRevisionDescription)
Creates a new PartMaster.
|
PartMaster |
IProductManagerLocal.getPartMaster(PartMasterKey pPartMPK) |
PartMaster |
IProductManagerWS.getPartMaster(PartMasterKey partMPK)
Returns a specific PartMaster.
|
Modifier and Type | Method and Description |
---|---|
List<PartMaster> |
IProductManagerLocal.findPartMasters(String pWorkspaceId,
String pPartNumber,
int pMaxResults) |
List<PartMaster> |
IProductManagerWS.findPartMasters(String workspaceId,
String partNumber,
int maxResults)
Finds part masters by their part number using like style query.
|
Constructor and Description |
---|
PartMasterAlreadyExistsException(Locale pLocale,
PartMaster pPartMaster) |
PartMasterAlreadyExistsException(Locale pLocale,
PartMaster pPartMaster,
Throwable pCause) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.