Class SerializableSearchQuery
java.lang.Object
com.webmethods.caf.faces.search.query.BaseSearchQuery
com.webmethods.caf.faces.search.query.WmCommonSearch65xSearchQuery
com.webmethods.caf.faces.search.query.SerializableSearchQuery
- All Implemented Interfaces:
ISearchQuery
,Serializable
,Cloneable
Default implementation of the ISearchQuery interface
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
-
Field Summary
FieldsFields inherited from class com.webmethods.caf.faces.search.query.BaseSearchQuery
fInvocationID, fKeywordsField, fKeywordTerms, fMaxResults, fNormalizedKeywordTerms, fRefineFields, fUseOrCondition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
populateFromSearchStateString
(String stateString) Import the search state from a state stringvoid
setActiveVoting
(boolean m_activeVoting) toSearchStateString
(ISearchStateOptions options) Export the search state to a stringMethods inherited from class com.webmethods.caf.faces.search.query.WmCommonSearch65xSearchQuery
getSearchStateMap
Methods inherited from class com.webmethods.caf.faces.search.query.BaseSearchQuery
clear, clone, cloneSearchQuery, equals, getInvocationID, getKeywordsField, getKeywordTerms, getMaxResults, getNormalizedKeywordTerms, getNormalizedSearchTerms, getRefineFields, getUseOrCondition, hashCode, isUseOrCondition, makeContainsTerm, parseSearchTerms, parseSearchTerms, setInvocationID, setKeywordsField, setMaxResults, setRefineFields, setUseOrCondition
-
Field Details
-
MARKER
- See Also:
-
m_activeVoting
protected boolean m_activeVoting
-
-
Constructor Details
-
SerializableSearchQuery
public SerializableSearchQuery()
-
-
Method Details
-
isActiveVoting
public boolean isActiveVoting() -
setActiveVoting
public void setActiveVoting(boolean m_activeVoting) -
populateFromSearchStateString
Description copied from class:BaseSearchQuery
Import the search state from a state string- Specified by:
populateFromSearchStateString
in interfaceISearchQuery
- Overrides:
populateFromSearchStateString
in classWmCommonSearch65xSearchQuery
- Parameters:
stateString
- the search state string (from toSearchStateString method)
-
toSearchStateString
Description copied from class:BaseSearchQuery
Export the search state to a string- Specified by:
toSearchStateString
in interfaceISearchQuery
- Overrides:
toSearchStateString
in classWmCommonSearch65xSearchQuery
- Parameters:
options
- the options to use when writing the search state- Returns:
- search state as a string
-