|
||||||||||
| 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.NegativeServiceFilter
public class NegativeServiceFilter
Encapsulates all service filtering functionality.
| Field Summary | |
|---|---|
static String |
TYPE
Constant TYPE="servicenot" |
| Fields inherited from class org.opennms.web.filter.BaseFilter |
|---|
m_filterName, m_sqlType |
| Constructor Summary | |
|---|---|
NegativeServiceFilter(int serviceId)
Constructor for NegativeServiceFilter. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getServiceId()
getServiceId |
String |
getTextDescription()
getTextDescription |
String |
getTextDescription(javax.servlet.ServletContext servletContext)
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="servicenot"
| Constructor Detail |
|---|
public NegativeServiceFilter(int serviceId)
Constructor for NegativeServiceFilter.
serviceId - a int.| Method Detail |
|---|
public String getTextDescription(javax.servlet.ServletContext servletContext)
getTextDescription
String object.public String toString()
toString
toString in class BaseFilter<Integer>String object.public int getServiceId()
getServiceId
public boolean equals(Object obj)
equals in class Objectpublic String getTextDescription()
BaseFiltergetTextDescription
getTextDescription in interface FiltergetTextDescription in class OneArgFilter<Integer>String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||