Interface I_CmsSearchConfigurationSortOption

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • getLabel

        java.lang.String getLabel()
        Returns the label that can be used to display the sort option in the form.
        Returns:
        The label that can be used to display the sort option in the form.
      • getParamValue

        java.lang.String getParamValue()
        Returns the request parameter's value that has to be send to choose that sort option.
        Returns:
        The request parameter's value that has to be send to choose that sort option.
      • getSolrValue

        java.lang.String getSolrValue()
        Returns the sort value as send to Solr.
        Returns:
        The sort value as send to Solr.