Class TypedAdvancedSavedQuerySearchParameterModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String TYPEDSEARCHPARAMETER
        Generated constant - Attribute key of TypedAdvancedSavedQuerySearchParameter.typedSearchParameter attribute defined at extension advancedsavedquery.
        See Also:
        Constant Field Values
      • TYPEATTRIBUTES

        public static final java.lang.String TYPEATTRIBUTES
        Generated constant - Attribute key of TypedAdvancedSavedQuerySearchParameter.typeAttributes attribute defined at extension advancedsavedquery.
        See Also:
        Constant Field Values
      • ENCLOSINGTYPE

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

      • TypedAdvancedSavedQuerySearchParameterModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TypedAdvancedSavedQuerySearchParameterModel​(ComposedTypeModel _enclosingType,
                                                           java.lang.String _searchParameterName,
                                                           WherePartModel _wherePart)
        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:
        _enclosingType - initial attribute declared by type TypedAdvancedSavedQuerySearchParameter at extension advancedsavedquery
        _searchParameterName - initial attribute declared by type TypedAdvancedSavedQuerySearchParameter at extension advancedsavedquery
        _wherePart - initial attribute declared by type AbstractAdvancedSavedQuerySearchParameter at extension advancedsavedquery
      • TypedAdvancedSavedQuerySearchParameterModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TypedAdvancedSavedQuerySearchParameterModel​(ComposedTypeModel _enclosingType,
                                                           ItemModel _owner,
                                                           java.lang.String _searchParameterName,
                                                           WherePartModel _wherePart)
        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:
        _enclosingType - initial attribute declared by type TypedAdvancedSavedQuerySearchParameter at extension advancedsavedquery
        _owner - initial attribute declared by type Item at extension core
        _searchParameterName - initial attribute declared by type TypedAdvancedSavedQuerySearchParameter at extension advancedsavedquery
        _wherePart - initial attribute declared by type AbstractAdvancedSavedQuerySearchParameter at extension advancedsavedquery
    • Method Detail

      • getEnclosingType

        @Accessor(qualifier="enclosingType",
                  type=GETTER)
        public ComposedTypeModel getEnclosingType()
        Generated method - Getter of the TypedAdvancedSavedQuerySearchParameter.enclosingType attribute defined at extension advancedsavedquery.
        Returns:
        the enclosingType
      • getTypeAttributes

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

        @Accessor(qualifier="typedSearchParameter",
                  type=GETTER)
        public AttributeDescriptorModel getTypedSearchParameter()
        Generated method - Getter of the TypedAdvancedSavedQuerySearchParameter.typedSearchParameter attribute defined at extension advancedsavedquery.
        Returns:
        the typedSearchParameter
      • setEnclosingType

        @Accessor(qualifier="enclosingType",
                  type=SETTER)
        public void setEnclosingType​(ComposedTypeModel value)
        Generated method - Setter of TypedAdvancedSavedQuerySearchParameter.enclosingType attribute defined at extension advancedsavedquery.
        Parameters:
        value - the enclosingType
      • setTypedSearchParameter

        @Accessor(qualifier="typedSearchParameter",
                  type=SETTER)
        public void setTypedSearchParameter​(AttributeDescriptorModel value)
        Generated method - Setter of TypedAdvancedSavedQuerySearchParameter.typedSearchParameter attribute defined at extension advancedsavedquery.
        Parameters:
        value - the typedSearchParameter