Class AdvancedSavedQueryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class AdvancedSavedQueryModel
    extends SavedQueryModel
    Generated model class for type AdvancedSavedQuery first defined at extension advancedsavedquery.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • GENERATEDFLEXIBLESEARCH

        public static final java.lang.String GENERATEDFLEXIBLESEARCH
        Generated constant - Attribute key of AdvancedSavedQuery.generatedFlexibleSearch attribute defined at extension advancedsavedquery.
        See Also:
        Constant Field Values
      • WHEREPARTS

        public static final java.lang.String WHEREPARTS
        Generated constant - Attribute key of AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AdvancedSavedQueryModel

        public AdvancedSavedQueryModel()
        Generated constructor - Default constructor for generic creation.
      • AdvancedSavedQueryModel

        public AdvancedSavedQueryModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • AdvancedSavedQueryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AdvancedSavedQueryModel​(java.lang.String _code,
                                       java.lang.String _query,
                                       ComposedTypeModel _resultType)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _code - initial attribute declared by type SavedQuery at extension core
        _query - initial attribute declared by type SavedQuery at extension core
        _resultType - initial attribute declared by type SavedQuery at extension core
      • AdvancedSavedQueryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AdvancedSavedQueryModel​(java.lang.String _code,
                                       ItemModel _owner,
                                       java.lang.String _query,
                                       ComposedTypeModel _resultType)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _code - initial attribute declared by type SavedQuery at extension core
        _owner - initial attribute declared by type Item at extension core
        _query - initial attribute declared by type SavedQuery at extension core
        _resultType - initial attribute declared by type SavedQuery at extension core
    • Method Detail

      • getGeneratedFlexibleSearch

        @Accessor(qualifier="generatedFlexibleSearch",
                  type=GETTER)
        public java.lang.String getGeneratedFlexibleSearch()
        Generated method - Getter of the AdvancedSavedQuery.generatedFlexibleSearch attribute defined at extension advancedsavedquery.
        Returns:
        the generatedFlexibleSearch
      • getWhereparts

        @Accessor(qualifier="whereparts",
                  type=GETTER)
        public java.util.Collection<WherePartModel> getWhereparts()
        Generated method - Getter of the AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the whereparts
      • setWhereparts

        @Accessor(qualifier="whereparts",
                  type=SETTER)
        public void setWhereparts​(java.util.Collection<WherePartModel> value)
        Generated method - Setter of AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery.
        Parameters:
        value - the whereparts