|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.filter.BaseFilter<T>
org.opennms.web.filter.MultiArgFilter<T>
org.opennms.web.filter.InFilter<Integer>
org.opennms.web.notification.filter.NotificationIdListFilter
public class NotificationIdListFilter
NotificationIdListFilter class.
| 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 |
|---|
public static final String TYPE
TYPE="notificationIdList"
| Constructor Detail |
|---|
public NotificationIdListFilter(Integer[] notificationIds)
Constructor for NotificationIdListFilter.
notificationIds - an array of Integer objects.public NotificationIdListFilter(int[] notificationIds)
Constructor for NotificationIdListFilter.
notificationIds - an array of int.| Method Detail |
|---|
public String getTextDescription()
getTextDescription
getTextDescription in interface FiltergetTextDescription in class BaseFilter<Integer>String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||