Class TypedAdvancedSavedQuerySearchParameterModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.advancedsavedquery.model.AbstractAdvancedSavedQuerySearchParameterModel
de.hybris.platform.advancedsavedquery.model.TypedAdvancedSavedQuerySearchParameterModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComposedTypeAdvancedSavedQuerySearchParameterModel

public class TypedAdvancedSavedQuerySearchParameterModel extends AbstractAdvancedSavedQuerySearchParameterModel
Generated model class for type TypedAdvancedSavedQuerySearchParameter first defined at extension advancedsavedquery.
See Also:
  • Field Details

    • _TYPECODE

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

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

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

      public static final String ENCLOSINGTYPE
      Generated constant - Attribute key of TypedAdvancedSavedQuerySearchParameter.enclosingType attribute defined at extension advancedsavedquery.
      See Also:
  • Constructor Details

    • TypedAdvancedSavedQuerySearchParameterModel

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

      public TypedAdvancedSavedQuerySearchParameterModel(de.hybris.platform.servicelayer.model.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, 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, 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 Details

    • 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 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