ThinkUI SQL Client 1.1.3 API

thinkui.sqlclient.criteria
Class DataRelationshipSearchData

java.lang.Object
  extended bythinkui.db.AbstractDataObject
      extended bythinkui.common.SearchCriteriaData
          extended bythinkui.sqlclient.criteria.DataRelationshipSearchData
All Implemented Interfaces:
thinkui.common.CaptionSupport, thinkui.common.ClassNameSupport, java.lang.Cloneable, java.lang.Comparable, thinkui.db.DataClassSupport, DataObject, java.io.Serializable

public class DataRelationshipSearchData
extends SearchCriteriaData

Implements a SearchCriteriaData to search for DataRelationship objects.

See Also:
Serialized Form

Field Summary
static DataClass DATA_CLASS
           
static java.lang.String DATA_CLASS_ID
           
static java.lang.String DATA_MODEL_ID
           
static java.lang.String FROM_ATTR_NAMES
           
static java.lang.String FROM_CREATE_DATETIME
           
static java.lang.String FROM_DATA_CLASS_NAME
           
static java.lang.String ID
           
static java.lang.String ORDINAL
           
static java.lang.String RELATIONSHIP_NAME
           
static java.lang.String RELATIONSHIP_TYPE
           
static java.lang.String TO_ATTR_NAMES
           
static java.lang.String TO_CREATE_DATETIME
           
static java.lang.String TO_DATA_CLASS_NAME
           
 
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
DataRelationshipSearchData()
          DataRelationshipSearchData 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

DATA_CLASS

public static final DataClass DATA_CLASS

DATA_CLASS_ID

public static final java.lang.String DATA_CLASS_ID
See Also:
Constant Field Values

DATA_MODEL_ID

public static final java.lang.String DATA_MODEL_ID
See Also:
Constant Field Values

FROM_ATTR_NAMES

public static final java.lang.String FROM_ATTR_NAMES
See Also:
Constant Field Values

FROM_CREATE_DATETIME

public static final java.lang.String FROM_CREATE_DATETIME
See Also:
Constant Field Values

FROM_DATA_CLASS_NAME

public static final java.lang.String FROM_DATA_CLASS_NAME
See Also:
Constant Field Values

ID

public static final java.lang.String ID
See Also:
Constant Field Values

ORDINAL

public static final java.lang.String ORDINAL
See Also:
Constant Field Values

RELATIONSHIP_NAME

public static final java.lang.String RELATIONSHIP_NAME
See Also:
Constant Field Values

RELATIONSHIP_TYPE

public static final java.lang.String RELATIONSHIP_TYPE
See Also:
Constant Field Values

TO_ATTR_NAMES

public static final java.lang.String TO_ATTR_NAMES
See Also:
Constant Field Values

TO_CREATE_DATETIME

public static final java.lang.String TO_CREATE_DATETIME
See Also:
Constant Field Values

TO_DATA_CLASS_NAME

public static final java.lang.String TO_DATA_CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

DataRelationshipSearchData

public DataRelationshipSearchData()
DataRelationshipSearchData constructor.

Method Detail

getDataClass

public final DataClass getDataClass()
Specified by:
getDataClass in interface thinkui.db.DataClassSupport
Overrides:
getDataClass in class SearchCriteriaData

ThinkUI SQL Client 1.1.3 API

Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.