org.opennms.web.filter
Class LegacyFilter

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

public abstract class LegacyFilter
extends Object
implements Filter

Author:
brozow

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

Constructor Detail

LegacyFilter

public LegacyFilter()
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
Returns:
A Criterion that represents a criteria restriction imposed by this filter


Copyright © 2009. All Rights Reserved.