Uses of Interface
wt.eff.DateEff

Packages that use DateEff
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
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 DateEff in wt.eff
 

Methods in wt.eff that return DateEff
 DateEff DateEffEffConfigurationItem.getEff()
          Gets the object for the association that plays role: EFF_ROLE.
 DateEff DateEffEffConfigurationItem.getEff()
          Gets the object for the association that plays role: EFF_ROLE.
 

Methods in wt.eff with parameters of type DateEff
 void DateEffEffConfigurationItem.setEff(DateEff eff)
          Sets the object for the association that plays role: EFF_ROLE.
static DateEffEffConfigurationItem DateEffEffConfigurationItem.newDateEffEffConfigurationItem(DateEff eff, EffContext effContext)
          Default factory for the class.
 void DateEffEffConfigurationItem.setEff(DateEff eff)
          Sets the object for the association that plays role: EFF_ROLE.
static DateEffEffConfigurationItem DateEffEffConfigurationItem.newDateEffEffConfigurationItem(DateEff eff, EffContext effContext)
          Default factory for the class.
 

Uses of DateEff in wt.effectivity
 

Classes in wt.effectivity that implement DateEff
 class DatedEffectivity
          Abstract class representing a date 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.
 

Uses of DateEff in wt.part
 

Classes in wt.part that implement DateEff
 class ProductDateEffectivity
           Use the newProductDateEffectivity static factory method(s), not the ProductDateEffectivity constructor, to construct instances of this class.