public class CmsSearchStateCommon extends java.lang.Object implements I_CmsSearchStateCommon
| Constructor and Description |
|---|
CmsSearchStateCommon() |
| Modifier and Type | Method and 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).
|
public CmsSearchStateCommon()
public java.util.Map<java.lang.String,java.lang.String> getAdditionalParameters()
I_CmsSearchStateCommongetAdditionalParameters in interface I_CmsSearchStateCommonI_CmsSearchStateCommon.getAdditionalParameters()public boolean getIsReloaded()
I_CmsSearchStateCommongetIsReloaded in interface I_CmsSearchStateCommonI_CmsSearchStateCommon.getIsReloaded()public java.lang.String getLastQuery()
I_CmsSearchStateCommongetLastQuery in interface I_CmsSearchStateCommonI_CmsSearchStateCommon.getLastQuery()public java.lang.String getQuery()
I_CmsSearchStateCommongetQuery in interface I_CmsSearchStateCommonI_CmsSearchStateCommon.getQuery()public void setAdditionalParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
I_CmsSearchStateCommonsetAdditionalParameters in interface I_CmsSearchStateCommonparameters - Map from the additional parameters and their values.I_CmsSearchStateCommon.setAdditionalParameters(java.util.Map)public void setIsReloaded(boolean isReloaded)
I_CmsSearchStateCommonsetIsReloaded in interface I_CmsSearchStateCommonisReloaded - Typically false only if the search form is loaded the first time, otherwise it should be true.I_CmsSearchStateCommon.setIsReloaded(boolean)public void setLastQuery(java.lang.String lastquery)
I_CmsSearchStateCommonsetLastQuery in interface I_CmsSearchStateCommonlastquery - The last query string (as entered by the user).I_CmsSearchStateCommon.setLastQuery(java.lang.String)public void setQuery(java.lang.String query)
I_CmsSearchStateCommonsetQuery in interface I_CmsSearchStateCommonquery - The current query string (as entered by the user).I_CmsSearchStateCommon.setQuery(java.lang.String)