Class SolrSearchQuerySortModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.SolrSearchQuerySortModel
All Implemented Interfaces:
Serializable

public class SolrSearchQuerySortModel extends ItemModel
Generated model class for type SolrSearchQuerySort first defined at extension solrfacetsearch.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation SolrSearchQueryTemplate2SolrSearchQuerySort defining source attribute searchQueryTemplate in extension solrfacetsearch.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SolrSearchQuerySort.ascending attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrSearchQuerySort.field attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch.
    static final String
    Generated constant - Attribute key of SolrSearchQuerySort.searchQueryTemplatePOS attribute defined at extension solrfacetsearch.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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
    SolrSearchQuerySortModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SolrSearchQuerySort.field attribute defined at extension solrfacetsearch.
    Generated method - Getter of the SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch.
    boolean
    Generated method - Getter of the SolrSearchQuerySort.ascending attribute defined at extension solrfacetsearch.
    void
    setAscending(boolean value)
    Generated method - Setter of SolrSearchQuerySort.ascending attribute defined at extension solrfacetsearch.
    void
    Generated method - Setter of SolrSearchQuerySort.field attribute defined at extension solrfacetsearch.
    void
    Generated method - Initial setter of SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String _SOLRSEARCHQUERYTEMPLATE2SOLRSEARCHQUERYSORT
      Generated relation code constant for relation SolrSearchQueryTemplate2SolrSearchQuerySort defining source attribute searchQueryTemplate in extension solrfacetsearch.
      See Also:
    • FIELD

      public static final String FIELD
      Generated constant - Attribute key of SolrSearchQuerySort.field attribute defined at extension solrfacetsearch.
      See Also:
    • ASCENDING

      public static final String ASCENDING
      Generated constant - Attribute key of SolrSearchQuerySort.ascending attribute defined at extension solrfacetsearch.
      See Also:
    • SEARCHQUERYTEMPLATEPOS

      public static final String SEARCHQUERYTEMPLATEPOS
      Generated constant - Attribute key of SolrSearchQuerySort.searchQueryTemplatePOS attribute defined at extension solrfacetsearch.
      See Also:
    • SEARCHQUERYTEMPLATE

      public static final String SEARCHQUERYTEMPLATE
      Generated constant - Attribute key of SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • SolrSearchQuerySortModel

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

      public SolrSearchQuerySortModel(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
    • SolrSearchQuerySortModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrSearchQuerySortModel(SolrSearchQueryTemplateModel _searchQueryTemplate)
      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:
      _searchQueryTemplate - initial attribute declared by type SolrSearchQuerySort at extension solrfacetsearch
    • SolrSearchQuerySortModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrSearchQuerySortModel(ItemModel _owner, SolrSearchQueryTemplateModel _searchQueryTemplate)
      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:
      _owner - initial attribute declared by type Item at extension core
      _searchQueryTemplate - initial attribute declared by type SolrSearchQuerySort at extension solrfacetsearch
  • Method Details

    • getField

      @Accessor(qualifier="field", type=GETTER) public String getField()
      Generated method - Getter of the SolrSearchQuerySort.field attribute defined at extension solrfacetsearch.
      Returns:
      the field
    • getSearchQueryTemplate

      @Accessor(qualifier="searchQueryTemplate", type=GETTER) public SolrSearchQueryTemplateModel getSearchQueryTemplate()
      Generated method - Getter of the SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch.
      Returns:
      the searchQueryTemplate
    • isAscending

      @Accessor(qualifier="ascending", type=GETTER) public boolean isAscending()
      Generated method - Getter of the SolrSearchQuerySort.ascending attribute defined at extension solrfacetsearch.
      Returns:
      the ascending
    • setAscending

      @Accessor(qualifier="ascending", type=SETTER) public void setAscending(boolean value)
      Generated method - Setter of SolrSearchQuerySort.ascending attribute defined at extension solrfacetsearch.
      Parameters:
      value - the ascending
    • setField

      @Accessor(qualifier="field", type=SETTER) public void setField(String value)
      Generated method - Setter of SolrSearchQuerySort.field attribute defined at extension solrfacetsearch.
      Parameters:
      value - the field
    • setSearchQueryTemplate

      @Accessor(qualifier="searchQueryTemplate", type=SETTER) public void setSearchQueryTemplate(SolrSearchQueryTemplateModel value)
      Generated method - Initial setter of SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.
      Parameters:
      value - the searchQueryTemplate