org.opennms.web.notification.filter
Class AcknowledgedByFilter

java.lang.Object
  extended by org.opennms.web.filter.BaseFilter<T>
      extended by org.opennms.web.filter.OneArgFilter<T>
          extended by org.opennms.web.filter.EqualsFilter<String>
              extended by org.opennms.web.notification.filter.AcknowledgedByFilter
All Implemented Interfaces:
Filter

public class AcknowledgedByFilter
extends EqualsFilter<String>


Field Summary
protected  String m_user
           
static String TYPE
           
 
Fields inherited from class org.opennms.web.filter.BaseFilter
m_filterName, m_sqlType
 
Constructor Summary
AcknowledgedByFilter(String user)
           
 
Method Summary
 
Methods inherited from class org.opennms.web.filter.EqualsFilter
getCriterion, getSQLTemplate, getTextDescription
 
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, 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
See Also:
Constant Field Values

m_user

protected String m_user
Constructor Detail

AcknowledgedByFilter

public AcknowledgedByFilter(String user)


Copyright © 2009. All Rights Reserved.