org.squashtest.csp.tm.domain.report.common.hibernate
Class BelowDateCriterion
java.lang.Object
org.squashtest.csp.tm.domain.report.query.hibernate.ReportCriterion
org.squashtest.csp.tm.domain.report.common.hibernate.BelowDateCriterion
public class BelowDateCriterion
- extends ReportCriterion
|
Method Summary |
org.hibernate.criterion.Criterion |
makeCriterion()
This method will convert, using some of its properties, a Hibernate Criterion corresponding to that ReportCriterion. |
| Methods inherited from class org.squashtest.csp.tm.domain.report.query.hibernate.ReportCriterion |
getAttributePath, getCriterionName, getEntityAlias, getEntityClass, getOperator, getParamClass, getParameters, setAttributePath, setCriterionName, setEntityAlias, setEntityClass, setOperator, setParamClass, setParameter, setParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BelowDateCriterion
public BelowDateCriterion()
BelowDateCriterion
public BelowDateCriterion(String criterionName,
String attributePath)
makeCriterion
public org.hibernate.criterion.Criterion makeCriterion()
- Description copied from class:
ReportCriterion
- This method will convert, using some of its properties, a Hibernate Criterion corresponding to that ReportCriterion.
- Specified by:
makeCriterion in class ReportCriterion
- Returns:
- the converted Criterion.
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.