Class CmsSearchStateCommon

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getAdditionalParameters()
      Getter for the map from the additional request parameters to their values.
      boolean getIsReloaded()
      Getter for the flag indicating if the search is called the first time, or reloaded.
      java.lang.String getLastQuery()
      Returns the last query string (as entered by the user).
      java.lang.String getQuery()
      Returns the current query string (as entered by the user).
      void setAdditionalParameters​(java.util.Map<java.lang.String,​java.lang.String> parameters)
      Setter for the additional parameters and their values.
      void setIsReloaded​(boolean isReloaded)
      Setter for the flag indicating if the search is called the first time, or reloaded.
      void setLastQuery​(java.lang.String lastquery)
      Setter for the last query string (as entered by the user).
      void setQuery​(java.lang.String query)
      Setter for the current query string (as entered by the user).
      • Methods inherited from class java.lang.Object

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