Esri Geoportal Server
1.0

com.esri.gpt.catalog.search
Interface ISearchFilterTemporal

All Superinterfaces:
ISearchFilter, Serializable
All Known Implementing Classes:
SearchFilterTemporal

public interface ISearchFilterTemporal
extends ISearchFilter

The Interface ISearchFilterTemporal. Defines time parameters to be used to define time bounds of the search criteria.


Method Summary
 Date getDateModifiedFromAsDate()
          Gets the date modified from as date.
 Date getDateModifiedToAsDate()
          Gets the date modified to as date.
 SearchParameterMap getParams(SimpleDateFormat simpleDatFormat)
          Gets the params.
 String getSelectedModifiedDateOption()
          Gets the selected modified date option.
 void setSelectedModifiedDateOption(String selectedModifiedDateOption)
          Sets the selected modified date option.
 
Methods inherited from interface com.esri.gpt.catalog.search.ISearchFilter
getParams, isEquals, reset, setParams, validate
 

Method Detail

getDateModifiedFromAsDate

Date getDateModifiedFromAsDate()
Gets the date modified from as date.

Returns:
the date modified from as date

getDateModifiedToAsDate

Date getDateModifiedToAsDate()
Gets the date modified to as date.

Returns:
the date modified to as date

getParams

SearchParameterMap getParams(SimpleDateFormat simpleDatFormat)
Gets the params.

Parameters:
simpleDatFormat - the simple dat format
Returns:
the params

getSelectedModifiedDateOption

String getSelectedModifiedDateOption()
Gets the selected modified date option.

Returns:
the selected modified date option (trimmed, never null or empty, default = "any")

setSelectedModifiedDateOption

void setSelectedModifiedDateOption(String selectedModifiedDateOption)
Sets the selected modified date option.

Parameters:
selectedModifiedDateOption - the new selected modified date option

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.