Package | Description |
---|---|
com.docdoku.core.configuration |
Classes for managing configuration aspects.
|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
List<PartIteration> |
ProductConfigSpec.filter(PartMaster partMaster) |
List<PartIteration> |
ProductStructureFilter.filter(PartMaster partMaster)
Selects the retained iteration(s) of the specified
PartMaster . |
abstract PartIteration |
ProductConfigSpec.filterPartIteration(PartMaster partMaster) |
Constructor and Description |
---|
PartMasterAlreadyExistsException(Locale pLocale,
PartMaster pPartMaster) |
PartMasterAlreadyExistsException(Locale pLocale,
PartMaster pPartMaster,
Throwable pCause) |
Modifier and Type | Method and Description |
---|---|
PartMaster |
PartAlternateLink.getAlternate() |
PartMaster |
PartUsageLink.getComponent() |
PartMaster |
PartSubstituteLink.getComponent() |
PartMaster |
PartLink.getComponent() |
PartMaster |
ConfigurationItem.getDesignItem() |
PartMaster |
PartRevision.getPartMaster() |
PartMaster |
Component.getPartMaster() |
PartMaster |
InstancePartNumberAttribute.getPartMasterValue() |
PartMaster |
PartSubstituteLink.getSubstitute() |
PartMaster |
InstancePartNumberAttribute.getValue() |
Modifier and Type | Method and Description |
---|---|
List<PartMaster> |
ImportPreview.getPartsToCreate() |
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 |
Component.setPartMaster(PartMaster partMaster) |
void |
InstancePartNumberAttribute.setPartMasterValue(PartMaster partMasterValue) |
void |
PartSubstituteLink.setSubstitute(PartMaster substitute) |
Modifier and Type | Method and Description |
---|---|
void |
ImportPreview.setPartsToCreate(List<PartMaster> partsToCreate) |
void |
Marker.setRelatedParts(Set<PartMaster> relatedParts) |
Constructor and Description |
---|
Component(User user,
PartMaster partMaster,
List<PartLink> path,
List<Component> components) |
InstancePartNumberAttribute(String pName,
PartMaster pValue,
boolean pMandatory) |
PartRevision(PartMaster pPartMaster,
String pStringVersion,
User pAuthor) |
PartRevision(PartMaster pPartMaster,
User pAuthor) |
PartRevision(PartMaster pPartMaster,
Version pVersion,
User pAuthor) |
PartUsageLink(PartMaster pComponent,
double pAmount,
String pUnit,
boolean pOptional) |
Constructor and Description |
---|
ImportPreview(List<PartRevision> partRevsToCheckout,
List<PartMaster> partsToCreate) |
Modifier and Type | Method and Description |
---|---|
PartMaster |
IProductManagerLocal.createPartMaster(String pWorkspaceId,
String pNumber,
String pName,
boolean pStandardPart,
String pWorkflowModelId,
String pPartRevisionDescription,
String templateId,
Map<String,String> aclUserEntries,
Map<String,String> aclGroupEntries,
Map<String,Collection<String>> userRoleMapping,
Map<String,Collection<String>> groupRoleMapping) |
PartMaster |
IProductManagerLocal.findPartMasterByCADFileName(String workspaceId,
String cadFileName) |
PartMaster |
IProductManagerLocal.getPartMaster(PartMasterKey pPartMPK) |
PartMaster |
IProductManagerLocal.getPartMasterFromPath(String workspaceId,
String configurationItemId,
String partPath) |
Modifier and Type | Method and Description |
---|---|
List<PartMaster> |
IProductManagerLocal.findPartMasters(String pWorkspaceId,
String pPartNumber,
String pPartName,
int pMaxResults) |
List<PartMaster> |
IProductManagerLocal.getPartMasters(String pWorkspaceId,
int start,
int pMaxResults) |
Copyright © 2017 DocDoku. All rights reserved.