org.opennms.web.event.filter
Class EventIdListFilter

java.lang.Object
  extended by org.opennms.web.filter.BaseFilter<T>
      extended by org.opennms.web.filter.MultiArgFilter<T>
          extended by org.opennms.web.filter.InFilter<Integer>
              extended by org.opennms.web.event.filter.EventIdListFilter
All Implemented Interfaces:
Filter

public class EventIdListFilter
extends InFilter<Integer>


Field Summary
static String TYPE
           
 
Fields inherited from class org.opennms.web.filter.BaseFilter
m_filterName, m_sqlType
 
Constructor Summary
EventIdListFilter(Collection<Integer> eventIds)
           
EventIdListFilter(int[] eventIds)
           
 
Method Summary
 String getTextDescription()
          Returns a terse but human-readable string describing this filter in such a way to easily be included in a search results list.
 
Methods inherited from class org.opennms.web.filter.InFilter
getCriterion, getSQLTemplate
 
Methods inherited from class org.opennms.web.filter.MultiArgFilter
bindParam, getParamSql, getSql, getValues, getValuesAsList, 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
See Also:
Constant Field Values
Constructor Detail

EventIdListFilter

public EventIdListFilter(int[] eventIds)

EventIdListFilter

public EventIdListFilter(Collection<Integer> eventIds)
Method Detail

getTextDescription

public String getTextDescription()
Description copied from interface: Filter
Returns a terse but human-readable string describing this filter in such a way to easily be included in a search results list.

Some examples (corresponding to the examples in getDescription):

Specified by:
getTextDescription in interface Filter
Specified by:
getTextDescription in class BaseFilter<Integer>


Copyright © 2009. All Rights Reserved.