|
Esri Geoportal Server 1.1.1
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISearchFilter
The Interface ISearchFilter.defines filters that will be used by the Search Criteria.
| Method Summary | |
|---|---|
SearchParameterMap |
getParams()
Gets the parameters representing this object to be saved for later restoration. |
boolean |
isEquals(Object obj)
Checks object in argument is equals to this. |
void |
reset()
Resets this object to default properties. |
void |
setParams(SearchParameterMap parameterMap)
Restores this object to the state held by the values in the Parameter map. |
void |
validate()
Checks if object has valid data. |
| Method Detail |
|---|
void validate()
throws SearchException
SearchException - Exception thrown when none valid data foundvoid reset()
SearchParameterMap getParams()
void setParams(SearchParameterMap parameterMap)
throws SearchException
parameterMap - the new parameters for this
SearchException - the search exception during errorboolean isEquals(Object obj)
obj - the obj
|
Esri Geoportal Server 1.1.1
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||