org.opennms.web.alarm.filter
Class AlarmIdListFilter

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.alarm.filter.AlarmIdListFilter
All Implemented Interfaces:
Filter

public class AlarmIdListFilter
extends InFilter<Integer>

AlarmIdListFilter class.

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

Field Summary
static String TYPE
          Constant TYPE="alarmIdList"
 
Fields inherited from class org.opennms.web.filter.BaseFilter
m_filterName, m_sqlType
 
Constructor Summary
AlarmIdListFilter(int[] alarmIds)
          Constructor for AlarmIdListFilter.
 
Method Summary
 String getTextDescription()
          getTextDescription
 
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
Constant TYPE="alarmIdList"

See Also:
Constant Field Values
Constructor Detail

AlarmIdListFilter

public AlarmIdListFilter(int[] alarmIds)

Constructor for AlarmIdListFilter.

Parameters:
alarmIds - an array of int.
Method Detail

getTextDescription

public String getTextDescription()

getTextDescription

Specified by:
getTextDescription in interface Filter
Specified by:
getTextDescription in class BaseFilter<Integer>
Returns:
a String object.


Copyright © 2011. All Rights Reserved.