org.squashtest.csp.tm.domain.report.common.hibernate
Class AboveDateCriterion

java.lang.Object
  extended by org.squashtest.csp.tm.domain.report.query.hibernate.ReportCriterion
      extended by org.squashtest.csp.tm.domain.report.common.hibernate.AboveDateCriterion

public class AboveDateCriterion
extends ReportCriterion


Constructor Summary
AboveDateCriterion()
           
AboveDateCriterion(String criterionName, String attributePath)
           
 
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
 

Constructor Detail

AboveDateCriterion

public AboveDateCriterion()

AboveDateCriterion

public AboveDateCriterion(String criterionName,
                          String attributePath)
Method Detail

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.