| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
PartMasterTemplateAlreadyExistsException(Locale pLocale,
PartMasterTemplate pPartMTemplate) |
PartMasterTemplateAlreadyExistsException(Locale pLocale,
PartMasterTemplate pPartMTemplate,
Throwable pCause) |
| Modifier and Type | Method and Description |
|---|---|
int |
PartMasterTemplate.compareTo(PartMasterTemplate pTemplate) |
| Modifier and Type | Method and Description |
|---|---|
PartMasterTemplate |
IProductManagerLocal.createPartMasterTemplate(String pWorkspaceId,
String pId,
String pPartType,
String pWorkflowModelId,
String pMask,
List<InstanceAttributeTemplate> pAttributeTemplates,
String[] lovNames,
List<InstanceAttributeTemplate> pAttributeInstanceTemplates,
String[] instanceLovNames,
boolean idGenerated,
boolean attributesLocked) |
PartMasterTemplate |
IProductManagerLocal.getPartMasterTemplate(PartMasterTemplateKey pKey) |
PartMasterTemplate[] |
IProductManagerLocal.getPartMasterTemplates(String pWorkspaceId) |
PartMasterTemplate |
IProductManagerLocal.removeFileFromTemplate(String pFullName) |
PartMasterTemplate |
IProductManagerLocal.updatePartMasterTemplate(PartMasterTemplateKey pKey,
String pPartType,
String pWorkflowModelId,
String pMask,
List<InstanceAttributeTemplate> pAttributeTemplates,
String[] lovNames,
List<InstanceAttributeTemplate> pAttributeInstanceTemplates,
String[] instanceLovNames,
boolean idGenerated,
boolean attributesLocked) |
Copyright © 2017 DocDoku. All rights reserved.