org.opennms.web.filter
Class NotEqualOrNullFilter<T>
java.lang.Object
org.opennms.web.filter.BaseFilter<T>
org.opennms.web.filter.OneArgFilter<T>
org.opennms.web.filter.NotEqualOrNullFilter<T>
- All Implemented Interfaces:
- Filter
- Direct Known Subclasses:
- NegativeAcknowledgedByFilter, NegativeAcknowledgedByFilter, NegativeInterfaceFilter, NegativeInterfaceFilter, NegativeInterfaceFilter, NegativeNodeFilter, NegativeNodeFilter, NegativeNodeFilter, NegativeServiceFilter, NegativeServiceFilter, NegativeServiceFilter
public abstract class NotEqualOrNullFilter<T>
- extends OneArgFilter<T>
NotEqualOrNullFilter
public NotEqualOrNullFilter(String filterType,
SQLType<T> type,
String fieldName,
String propertyName,
T value)
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 BaseFilter<T>
- Returns:
- A Criterion that represents a criteria restriction
imposed by this filter
getSQLTemplate
public String getSQLTemplate()
- Specified by:
getSQLTemplate in class OneArgFilter<T>
Copyright © 2009. All Rights Reserved.