Class GeneratedAdvancedSavedQuery

    • Field Detail

      • GENERATEDFLEXIBLESEARCH

        public static final java.lang.String GENERATEDFLEXIBLESEARCH
        Qualifier of the AdvancedSavedQuery.generatedFlexibleSearch attribute
        See Also:
        Constant Field Values
      • WHEREPARTS

        public static final java.lang.String WHEREPARTS
        Qualifier of the AdvancedSavedQuery.whereparts attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAdvancedSavedQuery

        public GeneratedAdvancedSavedQuery()
    • Method Detail

      • getGeneratedFlexibleSearch

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

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

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

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

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

        public void setWhereparts​(java.util.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