Class GeneratedAdvancedSavedQuery

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
AdvancedSavedQuery

public abstract class GeneratedAdvancedSavedQuery extends SavedQuery
Generated class for type AdvancedSavedQuery.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAdvancedSavedQuery

      public GeneratedAdvancedSavedQuery()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedSavedQuery
    • getGeneratedFlexibleSearch

      public abstract String getGeneratedFlexibleSearch(SessionContext ctx)
      Generated method - Getter of the AdvancedSavedQuery.generatedFlexibleSearch attribute.
      Returns:
      the generatedFlexibleSearch
    • getGeneratedFlexibleSearch

      public String getGeneratedFlexibleSearch()
      Generated method - Getter of the AdvancedSavedQuery.generatedFlexibleSearch attribute.
      Returns:
      the generatedFlexibleSearch
    • getWhereparts

      public Collection<WherePart> getWhereparts(SessionContext ctx)
      Generated method - Getter of the AdvancedSavedQuery.whereparts attribute.
      Returns:
      the whereparts
    • getWhereparts

      public Collection<WherePart> getWhereparts()
      Generated method - Getter of the AdvancedSavedQuery.whereparts attribute.
      Returns:
      the whereparts
    • setWhereparts

      public void setWhereparts(SessionContext ctx, Collection<WherePart> value)
      Generated method - Setter of the AdvancedSavedQuery.whereparts attribute.
      Parameters:
      value - the whereparts
    • setWhereparts

      public void setWhereparts(Collection<WherePart> value)
      Generated method - Setter of the AdvancedSavedQuery.whereparts attribute.
      Parameters:
      value - the whereparts
    • addToWhereparts

      public void addToWhereparts(SessionContext ctx, WherePart value)
      Generated method - Adds value to whereparts.
      Parameters:
      value - the item to add to whereparts
    • addToWhereparts

      public void addToWhereparts(WherePart value)
      Generated method - Adds value to whereparts.
      Parameters:
      value - the item to add to whereparts
    • removeFromWhereparts

      public void removeFromWhereparts(SessionContext ctx, WherePart value)
      Generated method - Removes value from whereparts.
      Parameters:
      value - the item to remove from whereparts
    • removeFromWhereparts

      public void removeFromWhereparts(WherePart value)
      Generated method - Removes value from whereparts.
      Parameters:
      value - the item to remove from whereparts