Package | Description |
---|---|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
PartMasterTemplateKey |
PartMasterTemplate.getKey() |
Modifier and Type | Method and Description |
---|---|
void |
IProductManagerLocal.deletePartMasterTemplate(PartMasterTemplateKey pKey) |
PartMasterTemplate |
IProductManagerLocal.getPartMasterTemplate(PartMasterTemplateKey pKey) |
BinaryResource |
IProductManagerLocal.saveFileInTemplate(PartMasterTemplateKey pPartMTemplateKey,
String pName,
long pSize) |
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.