|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassAttribute | |
wt.fc.batch | Provides a mechanism for specifying operations that affect mulitple objects in the persistent datastore. |
wt.inf.container | |
wt.inf.template | |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.pom | Provides low-level, yet database independent, access to a database. |
wt.prefs | Uses the
PreferenceService to manage
Preferences . |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
wt.sandbox | This package provides "sandbox" container functionality. A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees). The package provides the following core capabilities: |
Uses of ClassAttribute in wt.fc.batch |
Fields in wt.fc.batch declared as ClassAttribute | |
private ClassAttribute |
UpdateColumnExpression.attribute
|
Methods in wt.fc.batch that return ClassAttribute | |
ClassAttribute |
UpdateColumnExpression.getAttribute()
Gets the value of the attribute: attribute; The class attribute that will be set. |
Methods in wt.fc.batch with parameters of type ClassAttribute | |
void |
UpdateColumnExpression.setAttribute(ClassAttribute a_Attribute)
Sets the value of the attribute: attribute; The class attribute that will be set. |
Constructors in wt.fc.batch with parameters of type ClassAttribute | |
UpdateColumnExpression(ClassAttribute a_attribute,
ColumnExpression a_value)
This constructor initializes the instance. |
Uses of ClassAttribute in wt.inf.container |
Methods in wt.inf.container with parameters of type ClassAttribute | |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
ClassAttribute container_attribute)
Supported API: false |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
ClassAttribute container_attribute)
Supported API: false |
Uses of ClassAttribute in wt.inf.template |
Methods in wt.inf.template with parameters of type ClassAttribute | |
private void |
StandardContainerTemplateService.processLookupSpec(LookupSpec ls,
QuerySpec qs,
ClassAttribute name_attr,
Locale locale)
|
Uses of ClassAttribute in wt.pds |
Methods in wt.pds that return ClassAttribute | |
protected ClassAttribute |
StandardDMLGenerator.findTargetClass(Vector args)
|
(package private) ClassAttribute |
NavigateStatementBuilder.getLinkClassNameClassAttribute(LinkInfo a_linkInfo,
String a_alias)
|
Methods in wt.pds with parameters of type ClassAttribute | |
protected boolean |
StandardDMLGenerator.verifyTargetClass(Vector args,
ClassAttribute a_targetClassAttribute)
|
Uses of ClassAttribute in wt.pom |
Fields in wt.pom declared as ClassAttribute | |
private static ClassAttribute |
PersistentObjectManager.TARGET_CLASSNAME
|
private static ClassAttribute |
PersistentObjectManager.TARGET_ID
|
private static ClassAttribute |
PersistentObjectManager.LINK_ID
|
Uses of ClassAttribute in wt.prefs |
Fields in wt.prefs declared as ClassAttribute | |
private static ClassAttribute |
DBPrefEntry.search_parent
|
private static ClassAttribute |
DBPrefEntry.search_node
|
private static ClassAttribute |
DBPrefEntry.search_name
|
Uses of ClassAttribute in wt.query |
Methods in wt.query that return ClassAttribute | |
ClassAttribute |
SQLFunction.getClassAttribute()
Deprecated. at R6.0, use setArgumentAt(ColumnExpression, int) and getArguementAt(int) |
Methods in wt.query with parameters of type ClassAttribute | |
void |
TableExpression.appendClassAttribute(ClassAttribute a_classAttribute)
Supported API: false |
void |
SQLFunction.setClassAttribute(ClassAttribute a_ClassAttribute)
Deprecated. at R6.0, use setArgumentAt(ColumnExpression, int) and getArguementAt(int) |
private void |
SearchCondition.checkType(Class aJavaType,
ClassAttribute targetClassAttribute)
|
protected void |
QuerySpec.appendCorrelatedClassAttributes(ClassAttribute a_classAttribute)
Supported API: false |
void |
NullTableExpression.appendClassAttribute(ClassAttribute a_classAttribute)
Supported API: false |
void |
ExternalTableExpression.appendClassAttribute(ClassAttribute a_classAttribute)
Supported API: false |
void |
ClassViewExpression.appendClassAttribute(ClassAttribute a_classAttribute)
Supported API: false |
void |
ClassTableExpression.appendClassAttribute(ClassAttribute a_classAttribute)
Supported API: false |
protected boolean |
ClassAttribute.readVersion(ClassAttribute thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
ArrayTableExpression.appendClassAttribute(ClassAttribute a_classAttribute)
Supported API: false |
void |
AbstractSubSelectTableExpression.appendClassAttribute(ClassAttribute a_classAttribute)
Supported API: false |
abstract void |
AbstractClassTableExpression.appendClassAttribute(ClassAttribute a_classAttribute)
Supported API: false |
Uses of ClassAttribute in wt.sandbox |
Methods in wt.sandbox with parameters of type ClassAttribute | |
(package private) static void |
Utilities.appendIdCriteriaWithNullIdHandling(QuerySpec querySpec,
ClassAttribute idAttr,
int fromIdx,
long idValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |