Uses of Class
wt.effectivity.WTProductInstance

Packages that use WTProductInstance
wt.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
wt.part Defines WTParts and WTPartMasters ( 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 WTProductInstance in wt.effectivity
 

Fields in wt.effectivity declared as WTProductInstance
protected  WTProductInstance UpdateWTProductInstanceFormTaskDelegate.productInstance
          Deprecated.  
protected  WTProductInstance DeleteWTProductInstanceFormTaskDelegate.productInstance
          Deprecated.  
 

Methods in wt.effectivity that return WTProductInstance
static WTProductInstance WTProductInstance.newWTProductInstance(ConfigurationItem configurationItem, String serialNumber)
          Deprecated.  
 WTProductInstance WTIncorpDateWTProdInst.getEffContext()
          Gets the object for the association that plays role: EFF_CONTEXT_ROLE.
 WTProductInstance StandardEffectivityService.getWTProductInstance(String configItemName, String serialNumber)
          Returns the product instance for this configuration item and serial number, or null if it does not exist.
 WTProductInstance EffectivityServiceFwd.getWTProductInstance(String configItemName, String serialNumber)
          Returns the product instance for this configuration item and serial number, or null if it does not exist.
 WTProductInstance EffectivityService.getWTProductInstance(String configItemName, String serialNumber)
          Returns the product instance for this configuration item and serial number, or null if it does not exist.
 WTProductInstance ConfigItemInstance.getInstance()
          Gets the object for the association that plays role: INSTANCE_ROLE.
 

Methods in wt.effectivity with parameters of type WTProductInstance
protected  boolean WTProductInstance.readVersion(WTProductInstance thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Deprecated.  
 void WTIncorpDateWTProdInst.setEffContext(WTProductInstance effContext)
          Sets the object for the association that plays role: EFF_CONTEXT_ROLE.
static WTIncorpDateWTProdInst WTIncorpDateWTProdInst.newWTIncorpDateWTProdInst(WTIncorporationDate eff, WTProductInstance effContext)
          Default factory for the class.
 void ConfigItemInstance.setInstance(WTProductInstance instance)
          Sets the object for the association that plays role: INSTANCE_ROLE.
static ConfigItemInstance ConfigItemInstance.newConfigItemInstance(ConfigurationItem configItem, WTProductInstance instance)
          Default factory for the class.
 

Uses of WTProductInstance in wt.part
 

Methods in wt.part that return WTProductInstance
 WTProductInstance WTPartEffectivityConfigSpec.getEffectiveProductInstance()
          Gets the value of the attribute: EFFECTIVE_PRODUCT_INSTANCE.
 

Methods in wt.part with parameters of type WTProductInstance
 void WTPartEffectivityConfigSpec.setEffectiveProductInstance(WTProductInstance a_EffectiveProductInstance)
          Sets the value of the attribute: EFFECTIVE_PRODUCT_INSTANCE.
static WTPartEffectivityConfigSpec WTPartEffectivityConfigSpec.newWTPartEffectivityConfigSpec(WTProductInstance a_ProductInstance, Timestamp an_EffectiveDate)
          

Supported API: false
protected  void WTPartEffectivityConfigSpec.initialize(WTProductInstance a_ProductInstance, Timestamp an_EffectiveDate)
          Supports initialization, following construction of an instance.