Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
BinaryResource |
IProductManagerLocal.getBinaryResource(String fullName) |
BinaryResource |
IProductInstanceManagerLocal.getBinaryResource(String fullName) |
BinaryResource |
IDocumentManagerLocal.getBinaryResource(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getBinaryResourceForPathData(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getBinaryResourceForProductInstance(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getBinaryResourceForSharedEntity(String fileName) |
BinaryResource |
IProductInstanceManagerLocal.getPathDataBinaryResource(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getPublicBinaryResourceForDocument(String fullName) |
BinaryResource |
IPublicEntityManagerLocal.getPublicBinaryResourceForPart(String fileName) |
BinaryResource |
IProductManagerLocal.getTemplateBinaryResource(String pFullName) |
BinaryResource |
IDocumentManagerLocal.getTemplateBinaryResource(String fullName) |
void |
IDocumentManagerLocal.logDocument(String fullName,
String event) |
DocumentRevision |
IDocumentManagerLocal.removeFileFromDocument(String pFullName) |
ProductInstanceMaster |
IProductInstanceManagerLocal.removeFileFromPathData(String workspaceId,
String configurationItemId,
String serialNumber,
int pathDataId,
int iteration,
String fullName,
ProductInstanceMaster productInstanceMaster) |
ProductInstanceMaster |
IProductInstanceManagerLocal.removeFileFromProductInstanceIteration(String workspaceId,
int iteration,
String fullName,
ProductInstanceMasterKey productInstanceMasterKey) |
PartMasterTemplate |
IProductManagerLocal.removeFileFromTemplate(String pFullName) |
DocumentMasterTemplate |
IDocumentManagerLocal.removeFileFromTemplate(String pFullName) |
void |
IProductManagerLocal.removeFileInPartIteration(PartIterationKey pPartIPK,
String pSubType,
String pName) |
void |
IBinaryStorageManagerLocal.renameFile(BinaryResource binaryResource,
String pNewName) |
BinaryResource |
IDocumentManagerLocal.renameFileInDocument(String pFullName,
String pNewName) |
BinaryResource |
IProductManagerLocal.renameFileInPartIteration(String pSubType,
String fullName,
String newName) |
BinaryResource |
IProductInstanceManagerLocal.renameFileInPathData(String workspaceId,
String configurationItemId,
String serialNumber,
int pathDataId,
int iteration,
String pFullName,
String pNewName) |
BinaryResource |
IProductInstanceManagerLocal.renameFileInProductInstance(String pFullName,
String pNewName,
String serialNumber,
String cId,
int iteration) |
BinaryResource |
IProductManagerLocal.renameFileInTemplate(String fileFullName,
String newName) |
BinaryResource |
IDocumentManagerLocal.renameFileInTemplate(String pFullName,
String pNewName) |
Copyright © 2017 DocDoku. All rights reserved.