Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
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) |
void |
IProductManagerLocal.deletePartMasterTemplate(PartMasterTemplateKey pKey) |
String |
IProductManagerLocal.generateId(String pWorkspaceId,
String pPartMTemplateId) |
PartMasterTemplate |
IProductManagerLocal.getPartMasterTemplate(PartMasterTemplateKey pKey) |
void |
IProductManagerLocal.removeACLFromPartMasterTemplate(String workspaceId,
String templateId) |
PartMasterTemplate |
IProductManagerLocal.removeFileFromTemplate(String pFullName) |
BinaryResource |
IProductManagerLocal.saveFileInTemplate(PartMasterTemplateKey pPartMTemplateKey,
String pName,
long pSize) |
void |
IProductManagerLocal.updateACLForPartMasterTemplate(String workspaceId,
String templateId,
Map<String,String> userEntries,
Map<String,String> groupEntries) |
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.