|
||||||||||
| 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.OneArgFilter<T>
org.opennms.web.filter.NotEqualOrNullFilter<Integer>
org.opennms.web.outage.filter.NegativeNodeFilter
public class NegativeNodeFilter
Encapsulates all node filtering functionality.
| Field Summary | |
|---|---|
protected int |
nodeId
|
static String |
TYPE
Constant TYPE="nodenot" |
| Fields inherited from class org.opennms.web.filter.BaseFilter |
|---|
m_filterName, m_sqlType |
| Constructor Summary | |
|---|---|
NegativeNodeFilter(int nodeId,
javax.servlet.ServletContext servletContext)
Constructor for NegativeNodeFilter. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getNode()
getNode |
String |
getTextDescription()
getTextDescription |
String |
toString()
toString |
| Methods inherited from class org.opennms.web.filter.NotEqualOrNullFilter |
|---|
getCriterion, getSQLTemplate |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String TYPE
TYPE="nodenot"
protected int nodeId
| Constructor Detail |
|---|
public NegativeNodeFilter(int nodeId,
javax.servlet.ServletContext servletContext)
Constructor for NegativeNodeFilter.
nodeId - a int.| Method Detail |
|---|
public String getTextDescription()
getTextDescription
getTextDescription in interface FiltergetTextDescription in class BaseFilter<Integer>String object.public String toString()
toString
toString in class BaseFilter<Integer>String object.public int getNode()
getNode
public boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||