org.opennms.web.notification.filter
Class NotificationIdListFilter

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.notification.filter.NotificationIdListFilter
All Implemented Interfaces:
Filter

public class NotificationIdListFilter
extends InFilter<Integer>

NotificationIdListFilter class.

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

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

See Also:
Constant Field Values
Constructor Detail

NotificationIdListFilter

public NotificationIdListFilter(Integer[] notificationIds)

Constructor for NotificationIdListFilter.

Parameters:
notificationIds - an array of Integer objects.

NotificationIdListFilter

public NotificationIdListFilter(int[] notificationIds)

Constructor for NotificationIdListFilter.

Parameters:
notificationIds - 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.