Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
DocumentMasterTemplate |
IDocumentManagerLocal.createDocumentMasterTemplate(String pWorkspaceId,
String pId,
String pDocumentType,
String pWorkflowModelId,
String pMask,
List<InstanceAttributeTemplate> pAttributeTemplates,
String[] lovNames,
boolean idGenerated,
boolean attributesLocked) |
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) |
void |
ILOVManagerLocal.deleteLov(ListOfValuesKey lovKey) |
ListOfValues |
ILOVManagerLocal.findLov(ListOfValuesKey lovKey) |
DocumentMasterTemplate |
IDocumentManagerLocal.updateDocumentMasterTemplate(DocumentMasterTemplateKey pKey,
String pDocumentType,
String pWorkflowModelId,
String pMask,
List<InstanceAttributeTemplate> pAttributeTemplates,
String[] lovNames,
boolean idGenerated,
boolean attributesLocked) |
ListOfValues |
ILOVManagerLocal.updateLov(ListOfValuesKey lovKey,
String name,
String workspaceId,
List<NameValuePair> nameValuePairList) |
PartRevision |
IProductManagerLocal.updatePartIteration(PartIterationKey pKey,
String pIterationNote,
PartIteration.Source source,
List<PartUsageLink> pUsageLinks,
List<InstanceAttribute> pAttributes,
List<InstanceAttributeTemplate> pAttributeTemplates,
DocumentRevisionKey[] pLinkKeys,
String[] documentLinkComments,
String[] lovNames) |
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.