Class AdvancedSavedQueryModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • GENERATEDFLEXIBLESEARCH

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

      public static final String WHEREPARTS
      Generated constant - Attribute key of AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery.
      See Also:
  • Constructor Details

    • 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(String _code, 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(String _code, ItemModel _owner, 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 Details

    • getGeneratedFlexibleSearch

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

      @Accessor(qualifier="whereparts", type=GETTER) public 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(Collection<WherePartModel> value)
      Generated method - Setter of AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery.
      Parameters:
      value - the whereparts