Package wt.eff

Class DefaultValidEffsDelegate

java.lang.Object
wt.eff.DefaultValidEffsDelegate
All Implemented Interfaces:
Externalizable, Serializable, ValidEffsDelegate
Direct Known Subclasses:
ConfigurationItemValidEffsDelegate

@Deprecated public class DefaultValidEffsDelegate extends Object implements ValidEffsDelegate, Externalizable
Deprecated.
Replaced by StandardValidEffsDelegate
Default delegate, using introspection to determine the valid Eff classes.

Supported API: true

Extendable: false
See Also:
  • Method Details

    • getValidEffs

      @Deprecated public Class[] getValidEffs(EffContext context)
      Deprecated.
      Replaced by StandardValidEffsDelegate.getValidEffs(EffContext)
      Returns valid Eff classes based solely on introspection (this delegate is essentially operates at the class, not instance, level).

      Supported API: true
      Specified by:
      getValidEffs in interface ValidEffsDelegate
      Parameters:
      context -
      Returns:
      Class[]
    • getValidEffs

      @Deprecated public Class[] getValidEffs(Class parentType, EffContext context)
      Deprecated.
      Replaced by StandardValidEffsDelegate.getValidEffs(Class, EffContext)
      Returns valid EffRecord classes based solely on introspection (this delegate is essentially operates at the class, not instance, level).

      Supported API: true
      Specified by:
      getValidEffs in interface ValidEffsDelegate
      Parameters:
      parentType -
      context -
      Returns:
      Class[]
    • getValidEffForms

      @Deprecated public Class[] getValidEffForms(EffContext effContext)
      Deprecated.
      Replaced by StandardValidEffsDelegate.getValidEffForms(EffContext)
      Returns valid EffForm/i> classes based on trace code of context if it is a WTPartMaster.



      Supported API: true

      Specified by:
      getValidEffForms in interface ValidEffsDelegate
      Parameters:
      effContext - effectivity context
      Returns:
      Class[]