org.opennms.web.event.filter
Class EventDisplayFilter

java.lang.Object
  extended by org.opennms.web.filter.BaseFilter<T>
      extended by org.opennms.web.filter.OneArgFilter<T>
          extended by org.opennms.web.filter.EqualsFilter<String>
              extended by org.opennms.web.event.filter.EventDisplayFilter
All Implemented Interfaces:
Filter

public class EventDisplayFilter
extends EqualsFilter<String>

EventDisplayFilter class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Field Summary
static String TYPE
          Constant TYPE="eventDisplay"
 
Fields inherited from class org.opennms.web.filter.BaseFilter
m_filterName, m_sqlType
 
Constructor Summary
EventDisplayFilter(String displayType)
          Constructor for EventDisplayFilter.
 
Method Summary
 
Methods inherited from class org.opennms.web.filter.EqualsFilter
getCriterion, getSQLTemplate, getTextDescription
 
Methods inherited from class org.opennms.web.filter.OneArgFilter
bindParam, getBoundValue, getParamSql, getSql, getValue, getValueString
 
Methods inherited from class org.opennms.web.filter.BaseFilter
bindValue, formatValue, getDescription, getPropertyName, getSQLFieldName, getValueAsString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
Constant TYPE="eventDisplay"

See Also:
Constant Field Values
Constructor Detail

EventDisplayFilter

public EventDisplayFilter(String displayType)

Constructor for EventDisplayFilter.

Parameters:
displayType - a String object.


Copyright © 2011. All Rights Reserved.