|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthinkui.db.AbstractDataObject
thinkui.common.SearchCriteriaData
thinkui.sqlclient.criteria.FilterSearchData
Implements a SearchCriteriaData to search for Filter objects.
Field Summary | |
static java.lang.String |
ATTR_NAME
|
static java.lang.String |
CLASS_NAME
|
static DataClass |
DATA_CLASS
|
static java.lang.String |
DB_CONNECTION_ID
|
static java.lang.String |
ID
|
static java.lang.String |
INCLUDE_FLAG
|
static java.lang.String |
REGEX_FLAG
|
static java.lang.String |
STRING_VALUE
|
Fields inherited from class thinkui.common.SearchCriteriaData |
INCLUDE_NULLS, MAX_OBJECT_COUNT, MAX_OBJECT_COUNT_ATTRIBUTE, OBJECT_COUNT, ORDER_BY, PERFORM_COUNT_ONLY, START_INDEX, START_INDEX_ATTRIBUTE, TO_UPPER_CASE, TRIM_STRINGS, USE_LIKE |
Fields inherited from interface thinkui.db.DataObject |
INDEX_SEPARATOR, NAME_SEPARATOR |
Constructor Summary | |
FilterSearchData()
FilterSearchData constructor. |
Method Summary | |
DataClass |
getDataClass()
|
Methods inherited from class thinkui.common.SearchCriteriaData |
getMaxObjectCount, getObjectCount, getOrderBy, getStartIndex, isIncludeNulls, isPerformCountOnly, isToUpperCase, isTrimStrings, isUseLike, setIncludeNulls, setMaxObjectCount, setObjectCount, setOrderBy, setPerformCountOnly, setStartIndex, setToUpperCase, setTrimStrings, setUseLike |
Methods inherited from class thinkui.db.AbstractDataObject |
clearValue, clearValues, compareTo, copy, copyFrom, copyFrom, copyFrom, copyNonEmptyValuesFrom, equals, getAsString, getAttribute, getBigDecimal, getBigInteger, getBoolean, getCaption, getCharacter, getDate, getInteger, getLong, getModifiedAttrNames, getName, getNumber, getObjectClassName, getPersistentState, getPrimaryKey, getShort, getString, getTimestamp, getValue, getValuesMap, hashCode, initFrom, initFrom, initFrom, initValue, isAttribute, isModified, isModified, isNew, isOverridden, isReadOnly, isReadOnly, isValueEmpty, isValueSet, override, setModifiedAttrNames, setName, setPersistentState, setReadOnly, setValue, setValuesMap, toString, validate |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String ATTR_NAME
public static final java.lang.String CLASS_NAME
public static final DataClass DATA_CLASS
public static final java.lang.String DB_CONNECTION_ID
public static final java.lang.String ID
public static final java.lang.String INCLUDE_FLAG
public static final java.lang.String REGEX_FLAG
public static final java.lang.String STRING_VALUE
Constructor Detail |
public FilterSearchData()
Method Detail |
public final DataClass getDataClass()
getDataClass
in interface thinkui.db.DataClassSupport
getDataClass
in class SearchCriteriaData
|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |