Class StandardIteratedNavigationCriteriaService

java.lang.Object
wt.services.StandardManager
wt.associativity.StandardIteratedNavigationCriteriaService
All Implemented Interfaces:
Serializable, wt.associativity.IteratedNavigationCriteriaService, wt.fc._NetFactor, NetFactor, wt.services.Manager

@Deprecated public class StandardIteratedNavigationCriteriaService extends StandardManager implements wt.associativity.IteratedNavigationCriteriaService, Serializable
Deprecated.
- As of 13.0.1.0, for internal use

Use the newStandardIteratedNavigationCriteriaService static factory method(s), not the StandardIteratedNavigationCriteriaService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Method Details

    • getExpansionCriteriaViews

      public View[] getExpansionCriteriaViews(NCServerHolder nc_server_holder) throws WTException
      Deprecated.
      - As of 13.0.1.0, for internal use
      Return all views in the passed in NavigationCriteriaHolder including duplicates and nulls

      Supported API: true
      Specified by:
      getExpansionCriteriaViews in interface wt.associativity.IteratedNavigationCriteriaService
      Parameters:
      nc_server_holder - The navigation criteria to use to filter the iterations for the masters used
      Returns:
      View [] - list of views in EC
      Throws:
      WTException
    • getExpansionCriteriaViews

      public View[] getExpansionCriteriaViews(NCServerHolder nc_server_holder, boolean bUnique) throws WTException
      Deprecated.
      - As of 13.0.1.0, for internal use

      Supported API: true
      Return all views in the passed in NavigationCriteriaHolder
      Specified by:
      getExpansionCriteriaViews in interface wt.associativity.IteratedNavigationCriteriaService
      Parameters:
      nc_server_holder - The navigation criteria to use to filter the iterations for the masters used
      bUnique - - if set to true doesn't permit duplicates or nulls in list returned
      Returns:
      View [] - list of views in EC
      Throws:
      WTException