|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.search.SearchFilterThemeTypes
public class SearchFilterThemeTypes
The Class SearchFilterTheme.
| Field Summary | |
|---|---|
static String |
DELIM_SEARCHTEME_PARAM
Delimeter that will be used for getSearchParams value |
| Constructor Summary | |
|---|---|
SearchFilterThemeTypes()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Checks if Object given is equal to this. |
SearchParameterMap |
getParams()
Gets the map parameters representing saved state |
List |
getSelectedThemes()
Gets the selected theme. |
boolean |
isEquals(Object obj)
Checks if Object given is equal to this. |
void |
reset()
Resets this. |
void |
setParams(SearchParameterMap parameterMap)
Restores this to state stored by parameter map |
void |
setSelectedThemes(List selectedThemes)
Sets the selected theme. |
String |
toString()
String representation of class |
void |
validate()
Currently empty. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String DELIM_SEARCHTEME_PARAM
| Constructor Detail |
|---|
public SearchFilterThemeTypes()
| Method Detail |
|---|
public List getSelectedThemes()
getSelectedThemes in interface ISearchFilterThemespublic void setSelectedThemes(List selectedThemes)
setSelectedThemes in interface ISearchFilterThemesselectedThemes - the new selected themepublic boolean isEquals(Object obj)
isEquals in interface ISearchFilterobj -
public boolean equals(Object obj)
equals in class Objectobj -
public void reset()
reset in interface ISearchFilterpublic SearchParameterMap getParams()
getParams in interface ISearchFilter
public void setParams(SearchParameterMap parameterMap)
throws SearchException
setParams in interface ISearchFilterparameterMap - (can be null)
SearchException
public void validate()
throws SearchException
validate in interface ISearchFilterSearchExceptionpublic String toString()
toString in class Object
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||