Package net.sf.jasperreports.types.date
Class DateRangeParameterHandler
- java.lang.Object
-
- net.sf.jasperreports.types.date.DateRangeParameterHandler
-
- All Implemented Interfaces:
ClauseFunctionParameterHandler
public class DateRangeParameterHandler extends Object implements ClauseFunctionParameterHandler
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description DateRangeParameterHandler(JRQueryClauseContext queryContext, String parameterName, DateRange value, boolean useRangeStart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addQueryParameter()
protected Date
dateValue()
boolean
hasValue()
-
-
-
Constructor Detail
-
DateRangeParameterHandler
public DateRangeParameterHandler(JRQueryClauseContext queryContext, String parameterName, DateRange value, boolean useRangeStart)
-
-
Method Detail
-
hasValue
public boolean hasValue()
- Specified by:
hasValue
in interfaceClauseFunctionParameterHandler
-
dateValue
protected Date dateValue()
-
addQueryParameter
public void addQueryParameter()
- Specified by:
addQueryParameter
in interfaceClauseFunctionParameterHandler
-
-