Uses of Interface
wt.effectivity.Effectivity

Packages that use Effectivity
wt.clients.beans   
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). 
 

Uses of Effectivity in wt.clients.beans
 

Fields in wt.clients.beans declared as Effectivity
private  Effectivity EffectivityTaskLogic.effectivity
           
private  Effectivity EffectivityTaskLogic.oldEffectivity
           
 

Methods in wt.clients.beans that return Effectivity
 Effectivity EffectivityTaskLogic.getEffectivity()
          This is the public getter for the Effectivity that is being created, updated, or viewed.
 Effectivity EffectivityTaskLogic.getOldEffectivity()
          This is the public getter for the Effectivity that is deleted.
 Effectivity EffectivityTaskLogic.assignValues(String config_item, String start, String end)
          This creates a new Effectivity object, sets the values as defined by the user, and assigns it to the current EffectivityManageable object.
 Effectivity EffectivityPanel.assignValues()
          This method will set the values of the Effectivity from the user's entry.
 Effectivity EffectivityPanel.getEffectivity()
          This method returns the Effectivity currently assigned to the EffectivityManageable object.
 Effectivity EffectivityPanel.getOldEffectivity()
          This is the public getter for the Effectivity that is deleted.
 

Methods in wt.clients.beans with parameters of type Effectivity
 void EffectivityTaskLogic.setObject(EffectivityManageable object, Effectivity new_effectivity)
          This sets the EffectivityManageable object of the taskLogic and sets the Effectivity for that object to the passed in Effectivity.
 void EffectivityPanel.setObject(EffectivityManageable object, Effectivity new_effectivity)
          Use this method to assign an already created Effectivity to an EffectivityManageable.
 

Uses of Effectivity in wt.effectivity
 

Classes in wt.effectivity that implement Effectivity
 class DatedEffectivity
          Abstract class representing a date based effectivity.
 class UnitEffectivity
          Abstract class representing a unit based effectivity.
 class WTDatedEffectivity
          A WTDatedEffectivity is used to indicate that an item is effective while a configuration item is being produced during a date range.
 class WTLotEffectivity
          LotEffectivity is used to indicate that the EffectivityManageable object is effective as a ConfigurationItem is being produced in a range of lot numbers.
 class WTSerialNumberedEffectivity
          SerialNumberedEffectivity is used to indicate that the EffectivityManageable object is effective as a ConfigurationItem is being produced in a range of serial numbered units.
 

Methods in wt.effectivity that return Effectivity
 Effectivity EffectivityManageableEffectivity.getEff()
          Gets the object for the association that plays role: EFF_ROLE.
 Effectivity EffectivityConfigurationItem.getEff()
          Gets the object for the association that plays role: EFF_ROLE.
 

Methods in wt.effectivity with parameters of type Effectivity
 void EffectivityManageableEffectivity.setEff(Effectivity eff)
          Sets the object for the association that plays role: EFF_ROLE.
static EffectivityManageableEffectivity EffectivityManageableEffectivity.newEffectivityManageableEffectivity(Effectivity eff, EffectivityManageable target)
          Default factory for the class.
static void EffectivityHelper.setConfigurationItem(Effectivity effectivity, ConfigurationItem configItem)
          Helper method for setting the Configuration Item for an Effectivity.
static void EffectivityHelper.setEffectivityTarget(Effectivity effectivity, EffectivityHolder effectivityHolder)
          Helper method for setting the target object for an Effectivity.
private static void EffectivityHelper.setVersionedTarget(Effectivity effectivity, EffectivityManageable effectivityManageable)
          Helper method of setEffectivityTarget for setting the Effectivity target to an EffectivityManageable object.
private static void EffectivityHelper.setStandardTarget(Effectivity effectivity, EffectivityHolder effectivityHolder)
          Helper method of setEffectivityTarget for setting the Effectivity target to an EffectivityHolder object.
 void EffectivityConfigurationItem.setEff(Effectivity eff)
          Sets the object for the association that plays role: EFF_ROLE.
static EffectivityConfigurationItem EffectivityConfigurationItem.newEffectivityConfigurationItem(Effectivity eff, ConfigurationItem effContext)
          Default factory for the class.