|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InventoryDisposition | |
wt.change2 | Defines several reference implementations of change objects
(including WTChangeRequest2 , WTChangeIssue and WTChangeOrder2 )
that are all managed by ChangeService2 ,
but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations
with customization of the interfaces. |
Uses of InventoryDisposition in wt.change2 |
Fields in wt.change2 declared as InventoryDisposition | |
static InventoryDisposition |
InventoryDisposition.USEEXISTING
Supported API: false |
static InventoryDisposition |
InventoryDisposition.REWORK
Supported API: false |
static InventoryDisposition |
InventoryDisposition.CONVERT
Supported API: false |
static InventoryDisposition |
InventoryDisposition.RETURN
Supported API: false |
static InventoryDisposition |
InventoryDisposition.SCRAP
Supported API: false |
private InventoryDisposition |
AffectedActivityData.theInventoryDisposition
|
Methods in wt.change2 that return InventoryDisposition | |
static InventoryDisposition |
InventoryDisposition.newInventoryDisposition(int secretHandshake)
Used by EnumeratedType for constructing instances of InventoryDisposition, from a resource bundle. |
static InventoryDisposition |
InventoryDisposition.toInventoryDisposition(String internal_value)
Returns the InventoryDisposition instance for the internal_value argument. |
static InventoryDisposition |
InventoryDisposition.getInventoryDispositionDefault()
Returns the default value (instance) for the InventoryDisposition set. |
static InventoryDisposition[] |
InventoryDisposition.getInventoryDispositionSet()
Returns a copy of the set of valid values (instances) for the InventoryDisposition class. |
InventoryDisposition |
AffectedActivityData.getInventoryDisposition()
Gets the object for the association that plays role: INVENTORY_DISPOSITION. |
Methods in wt.change2 with parameters of type InventoryDisposition | |
void |
AffectedActivityData.setInventoryDisposition(InventoryDisposition a_InventoryDisposition)
Sets the object for the association that plays role: INVENTORY_DISPOSITION. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |