|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerialNumberMapping | |
wt.clients.prodmgmt | |
wt.configuration | |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
Uses of SerialNumberMapping in wt.clients.prodmgmt |
Fields in wt.clients.prodmgmt declared as SerialNumberMapping | |
private SerialNumberMapping |
InstanceMasterItem.snMapping
|
(package private) SerialNumberMapping |
AllocateSNPartDialog.snMapping
|
(package private) SerialNumberMapping |
AllocateInstanceDialog.serialNumberMapping
|
(package private) SerialNumberMapping |
AllocatedPartItem.snMapping
|
Methods in wt.clients.prodmgmt that return SerialNumberMapping | |
SerialNumberMapping |
InstanceMasterItem.getSNMapping()
|
SerialNumberMapping |
AllocatedPartItem.getSNMapping()
|
private static SerialNumberMapping |
AllocatedPartHelper.getInstanceMasterSNMapping(PartPathOccurrence path_occurrence,
WTProductInstance2 current_instance)
|
protected static SerialNumberMapping |
AllocatedPartHelper.getSNMapping(PartPathOccurrence pathOccurrence)
|
Methods in wt.clients.prodmgmt with parameters of type SerialNumberMapping | |
void |
InstanceMasterItem.setSNMapping(SerialNumberMapping sn_mapping)
|
void |
AllocateSNPartDialog.setSNMapping(SerialNumberMapping sn_mapping)
|
void |
AllocateInstanceDialog.setSerialNumberMapping(SerialNumberMapping mapping)
|
void |
AllocatedPartItem.setSNMapping(SerialNumberMapping sn_mapping)
|
Uses of SerialNumberMapping in wt.configuration |
Methods in wt.configuration that return SerialNumberMapping | |
SerialNumberMapping |
StandardConfigurationService.addMapping(SerialNumberedConfiguredInstanceVersion instance,
PathOccurrence path,
SerialNumberedInstanceIfc instanceToAllocate)
Allocate this instanceToAllocate to this instance. |
SerialNumberMapping |
StandardConfigurationService.replaceMapping(SerialNumberMapping mapping,
SerialNumberedInstanceIfc instanceToAllocate)
Assign a different instance to this allocation. |
SerialNumberMapping |
SNMappingSNInstanceIfc.getSerialNumberMapping()
Gets the object for the association that plays role: SERIAL_NUMBER_MAPPING_ROLE. |
static SerialNumberMapping |
SerialNumberMapping.newSerialNumberMapping(SerialNumberedConfiguredInstanceVersion parentInstance,
PathOccurrence path,
SerialNumberedInstanceIfc serializedInstance)
Supported API: false |
SerialNumberMapping |
ConfigurationServiceFwd.addMapping(SerialNumberedConfiguredInstanceVersion instance,
PathOccurrence path,
SerialNumberedInstanceIfc instanceToAllocate)
Allocate this instanceToAllocate to this instance. |
SerialNumberMapping |
ConfigurationServiceFwd.replaceMapping(SerialNumberMapping mapping,
SerialNumberedInstanceIfc instanceToAllocate)
Assign a different instance to this allocation. |
SerialNumberMapping |
ConfigurationService.addMapping(SerialNumberedConfiguredInstanceVersion instance,
PathOccurrence path,
SerialNumberedInstanceIfc instanceToAllocate)
Allocate this instanceToAllocate to this instance. |
SerialNumberMapping |
ConfigurationService.replaceMapping(SerialNumberMapping mapping,
SerialNumberedInstanceIfc instanceToAllocate)
Assign a different instance to this allocation. |
Methods in wt.configuration with parameters of type SerialNumberMapping | |
SerialNumberedConfiguredInstanceVersion |
StandardConfigurationService.removeMapping(SerialNumberedConfiguredInstanceVersion instance,
SerialNumberMapping mapping)
Remove the allocation. |
SerialNumberMapping |
StandardConfigurationService.replaceMapping(SerialNumberMapping mapping,
SerialNumberedInstanceIfc instanceToAllocate)
Assign a different instance to this allocation. |
void |
SNMappingSNInstanceIfc.setSerialNumberMapping(SerialNumberMapping theSerialNumberMapping)
Sets the object for the association that plays role: SERIAL_NUMBER_MAPPING_ROLE. |
static SNMappingSNInstanceIfc |
SNMappingSNInstanceIfc.newSNMappingSNInstanceIfc(SerialNumberMapping theSerialNumberMapping,
SerialNumberedInstanceIfc serializedInstance)
Default factory for the class. |
protected boolean |
SerialNumberMapping.readVersion(SerialNumberMapping thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
SerialNumberedConfiguredInstanceVersion |
ConfigurationServiceFwd.removeMapping(SerialNumberedConfiguredInstanceVersion instance,
SerialNumberMapping mapping)
Remove the allocation. |
SerialNumberMapping |
ConfigurationServiceFwd.replaceMapping(SerialNumberMapping mapping,
SerialNumberedInstanceIfc instanceToAllocate)
Assign a different instance to this allocation. |
SerialNumberedConfiguredInstanceVersion |
ConfigurationService.removeMapping(SerialNumberedConfiguredInstanceVersion instance,
SerialNumberMapping mapping)
Remove the allocation. |
SerialNumberMapping |
ConfigurationService.replaceMapping(SerialNumberMapping mapping,
SerialNumberedInstanceIfc instanceToAllocate)
Assign a different instance to this allocation. |
Uses of SerialNumberMapping in wt.part |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |