Class CmsSearchConfigurationSortOption

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsSearchConfigurationSortOption​(java.lang.String label, java.lang.String paramValue, java.lang.String solrValue)
      Constructor setting all options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()
      Returns the label that can be used to display the sort option in the form.
      java.lang.String getParamValue()
      Returns the request parameter's value that has to be send to choose that sort option.
      java.lang.String getSolrValue()
      Returns the sort value as send to Solr.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait