Package | Description |
---|---|
com.docdoku.core.product | |
com.docdoku.core.services |
Modifier and Type | Field and Description |
---|---|
private PartRevisionKey |
PartIterationKey.partRevision |
Modifier and Type | Method and Description |
---|---|
PartRevisionKey |
PartRevisionKey.clone() |
PartRevisionKey |
PartRevision.getKey() |
PartRevisionKey |
PartIterationKey.getPartRevision() |
Modifier and Type | Method and Description |
---|---|
int |
PartRevisionKey.compareTo(PartRevisionKey pKey) |
void |
PartIterationKey.setPartRevision(PartRevisionKey partRevision) |
Constructor and Description |
---|
PartIterationKey(PartRevisionKey pPartRevisionKey,
int pIteration) |
Modifier and Type | Method and Description |
---|---|
PartRevision |
IProductManagerLocal.checkInPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.checkInPart(PartRevisionKey partRPK)
Checks in the supplied part revision so its latest iteration,
that carries the modifications realized since the checkout operation,
will be published and made visible to all users.
|
PartRevision |
IProductManagerLocal.checkOutPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.checkOutPart(PartRevisionKey partRPK)
Checks out the supplied part revision to allow the operating user to modify it.
|
PartRevision |
IProductManagerLocal.getPartRevision(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.getPartRevision(PartRevisionKey partRPK)
Returns a specific PartRevision.
|
PartRevision |
IProductManagerLocal.undoCheckOutPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.undoCheckOutPart(PartRevisionKey partRPK)
Undoes checkout the given part revision.
|
Constructor and Description |
---|
PartRevisionNotFoundException(Locale pLocale,
PartRevisionKey pPartRPK) |
PartRevisionNotFoundException(Locale pLocale,
PartRevisionKey pPartRPK,
Throwable pCause) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.