org.opennms.web.filter
Class AndFilter

java.lang.Object
  extended by org.opennms.web.filter.ConditionalFilter
      extended by org.opennms.web.filter.AndFilter
All Implemented Interfaces:
Filter

public class AndFilter
extends ConditionalFilter

AndFilter

Author:
brozow

Field Summary
 
Fields inherited from class org.opennms.web.filter.ConditionalFilter
TYPE
 
Constructor Summary
AndFilter(Filter... filters)
           
 
Method Summary
 org.hibernate.criterion.Criterion getCriterion()
          Criterion used to construction an OnmsCritieria
 
Methods inherited from class org.opennms.web.filter.ConditionalFilter
applyCriteria, bindParam, getDescription, getFilters, getParamSql, getSql, getTextDescription, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndFilter

public AndFilter(Filter... filters)
Method Detail

getCriterion

public org.hibernate.criterion.Criterion getCriterion()
Description copied from interface: Filter
Criterion used to construction an OnmsCritieria

Specified by:
getCriterion in interface Filter
Specified by:
getCriterion in class ConditionalFilter
Returns:
A Criterion that represents a criteria restriction imposed by this filter


Copyright © 2009. All Rights Reserved.