net.sourceforge.openutils.mgnlmedia.media.advancedsearch
Class SearchFilterBeetweenCreationDate
java.lang.Object
net.sourceforge.openutils.mgnlmedia.media.advancedsearch.SearchFilterAbstract
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchFilterBeetweenCreationDate
public SearchFilterBeetweenCreationDate()
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.