Package | Description |
---|---|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.services |
Business layer classes.
|
Constructor and Description |
---|
EffectivityAlreadyExistsException(Locale pLocale,
Effectivity pEffectivity) |
EffectivityAlreadyExistsException(Locale pLocale,
Effectivity pEffectivity,
Throwable pCause) |
Modifier and Type | Class and Description |
---|---|
class |
DateBasedEffectivity
DateBasedEffectivity indicates that an item is effective while a
configuration item is being produced during a date range.
|
class |
LotBasedEffectivity
LotBasedEffectivity indicates that an item is effective while a
configuration item is being produced in a specified lot.
|
class |
SerialNumberBasedEffectivity
SerialNumberBasedEffectivity indicates that an item is effective while a
configuration item is being produced in a range of serial numbered units.
|
Modifier and Type | Method and Description |
---|---|
Set<Effectivity> |
Marker.getEffectivities() |
Set<Effectivity> |
PartRevision.getEffectivities() |
Modifier and Type | Method and Description |
---|---|
boolean |
PartRevision.removeEffectivity(Effectivity pEffectivity) |
Modifier and Type | Method and Description |
---|---|
void |
Marker.setEffectivities(Set<Effectivity> effectivities) |
void |
PartRevision.setEffectivities(Set<Effectivity> effectivities) |
Modifier and Type | Method and Description |
---|---|
Effectivity |
IEffectivityManagerLocal.getEffectivity(String workspaceId,
int pId) |
Effectivity |
IEffectivityManagerLocal.updateEffectivity(String workspaceId,
int pId,
String pName,
String pDescription) |
Copyright © 2017 DocDoku. All rights reserved.