Class SolrSearchQuerySortModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrSearchQuerySortModel
    extends ItemModel
    Generated model class for type SolrSearchQuerySort first defined at extension solrfacetsearch.
    See Also:
    Serialized Form
    • 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 java.lang.String _SOLRSEARCHQUERYTEMPLATE2SOLRSEARCHQUERYSORT
      Generated relation code constant for relation SolrSearchQueryTemplate2SolrSearchQuerySort defining source attribute searchQueryTemplate in extension solrfacetsearch.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ASCENDING
      Generated constant - Attribute key of SolrSearchQuerySort.ascending attribute defined at extension solrfacetsearch.
      static java.lang.String FIELD
      Generated constant - Attribute key of SolrSearchQuerySort.field attribute defined at extension solrfacetsearch.
      static java.lang.String SEARCHQUERYTEMPLATE
      Generated constant - Attribute key of SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch.
      static java.lang.String SEARCHQUERYTEMPLATEPOS
      Generated constant - Attribute key of SolrSearchQuerySort.searchQueryTemplatePOS attribute defined at extension solrfacetsearch.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getField()
      Generated method - Getter of the SolrSearchQuerySort.field attribute defined at extension solrfacetsearch.
      SolrSearchQueryTemplateModel getSearchQueryTemplate()
      Generated method - Getter of the SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch.
      boolean isAscending()
      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 setField​(java.lang.String value)
      Generated method - Setter of SolrSearchQuerySort.field attribute defined at extension solrfacetsearch.
      void setSearchQueryTemplate​(SolrSearchQueryTemplateModel value)
      Generated method - Initial setter of SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch.
      • 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 Detail

      • _TYPECODE

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

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

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

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

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

        public static final java.lang.String SEARCHQUERYTEMPLATE
        Generated constant - Attribute key of SolrSearchQuerySort.searchQueryTemplate attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
    • Constructor Detail

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

      • getField

        @Accessor(qualifier="field",
                  type=GETTER)
        public java.lang.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​(java.lang.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