Modifier and Type | Field and Description |
---|---|
static String |
TYPE
Constant
TYPE="eventIdList" |
m_filterName, m_sqlType
Constructor and Description |
---|
EventIdListFilter(Collection<Integer> eventIds)
Constructor for EventIdListFilter.
|
EventIdListFilter(int[] eventIds)
Constructor for EventIdListFilter.
|
Modifier and Type | Method and Description |
---|---|
String |
getTextDescription()
getTextDescription
|
getCriterion, getSQLTemplate
bindParam, getParamSql, getSql, getValues, getValuesAsList, getValueString
bindValue, formatValue, getDescription, getPropertyName, getSQLFieldName, getValueAsString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTextDescriptionAsSanitizedHtml
public static final String TYPE
TYPE="eventIdList"
public EventIdListFilter(int[] eventIds)
Constructor for EventIdListFilter.
eventIds
- an array of int.public EventIdListFilter(Collection<Integer> eventIds)
Constructor for EventIdListFilter.
eventIds
- a Collection
object.public String getTextDescription()
getTextDescription
getTextDescription
in interface Filter
getTextDescription
in class BaseFilter<Integer>
String
object.Copyright © 2021. All rights reserved.