net.sourceforge.openutils.mgnlmedia.media.advancedsearch
Class SearchFilterBeetweenCreationDate

java.lang.Object
  extended by net.sourceforge.openutils.mgnlmedia.media.advancedsearch.SearchFilterAbstract
      extended by net.sourceforge.openutils.mgnlmedia.media.advancedsearch.SearchFilterBeetweenCreationDate
All Implemented Interfaces:
SearchFilter

public class SearchFilterBeetweenCreationDate
extends SearchFilterAbstract

Version:
$Id: SearchFilterBeetweenCreationDate.java 3269 2011-01-23 19:06:39Z fgiust $
Author:
cstrappazzon

Field Summary
 
Fields inherited from class net.sourceforge.openutils.mgnlmedia.media.advancedsearch.SearchFilterAbstract
log
 
Constructor Summary
SearchFilterBeetweenCreationDate()
           
 
Method Summary
 List<net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.Criterion> getCriterionList(String parameter, javax.servlet.http.HttpServletRequest request)
          
 Calendar getFrom()
          Returns the from.
 Calendar getTo()
          Returns the to.
 void setFrom(Calendar from)
          Sets the from.
 void setTo(Calendar to)
          Sets the to.
 
Methods inherited from class net.sourceforge.openutils.mgnlmedia.media.advancedsearch.SearchFilterAbstract
addSubfilters, getBasePath, getControl, getLabel, getSorting, getSubfilters, setControl, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFilterBeetweenCreationDate

public SearchFilterBeetweenCreationDate()
Method Detail

getCriterionList

public List<net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.Criterion> getCriterionList(String parameter,
                                                                                                   javax.servlet.http.HttpServletRequest request)

Specified by:
getCriterionList in interface SearchFilter
Overrides:
getCriterionList in class SearchFilterAbstract

getFrom

public Calendar getFrom()
Returns the from.

Returns:
the from

setFrom

public void setFrom(Calendar from)
Sets the from.

Parameters:
from - the from to set

getTo

public Calendar getTo()
Returns the to.

Returns:
the to

setTo

public void setTo(Calendar to)
Sets the to.

Parameters:
to - the to to set


Copyright © 2008-2011 Openmind. All Rights Reserved.