|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DacObject | |
oracle.dacf.dataset | This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. |
Uses of DacObject in oracle.dacf.dataset |
Subclasses of DacObject in oracle.dacf.dataset | |
class |
AttributeInfo
This class contains those properties necessary to support LOV lookups and initializations and default value initialization. |
class |
AttributePropertyInfo
Contains the common attributes for an object that will be exposing properties of a AttributeInfo as attributes. |
class |
CalculatedAttributeInfo
The CalculatedAttributeInfo class represents a read-only column derived from ColumnInfo . |
class |
ColumnInfo
Contains all of the Dac column-specific properties, validators, formatter, format string, column alignment values, and so on. |
class |
DataItemImpl
This class is the base class for all InfoBus data item implementations. |
class |
InfoObject
This abstract class defines the root object of the InfoObject tree. |
class |
LOVAttributeInfo
The LOVAttributeInfo class is derived from ColumnInfo and is used in association with LOV data producers. |
class |
LOVRowSetInfo
This class is derived from ResultSetInfo and defines the query that will be used to populate the LOV. |
class |
MappingRowsetAccessImpl
Maps the actions performed through this RowsetAccess to another RowsetAccess |
class |
ProducerObject
This class is the base class for all class that make DataItems available on the InfoBus. |
class |
PropertyAccess
PropertyAccess |
class |
PropertyInfo
Base abstract class for properties of a DataItem that are exposed through the ImmediateAccess interface. |
class |
QueryCriteria
Encapsulates the selection criteria for a query. |
class |
QueryCriteriaAttribute
QueryCriteriaAttribute |
class |
QueryCriteriaProperty
Contains the metadata necessary for exposing the QueryCriteria property of a RowSetInfo as an attribute. |
class |
QueryCriteriaPropertyAccess
Provides access the the Query Criteria Property of the RowSet via the InfoBus ImmediateAccess interface. |
class |
QueryCriteriaRowset
The DataItem that exposed the criteria to be utilized when executing the query against the database. |
class |
QueryCriteriaValue
|
class |
ResultSetInfo
This class contains all of the dataset specific properties and validators. |
(package private) class |
oracle.dacf.dataset.RowsetAccessImpl
Provides the dataset level interface to the InfoBus DataConsumers. |
class |
RowSetInfo
This class contains all of the dataset specific properties and validators. |
class |
RowSetPropertyAccess
Contains the common attributes for an object that will be exposing properties of a RowSetInfo as attributes. |
class |
RowSetPropertyInfo
|
class |
SessionInfo
The SessionInfo represents the database transaction context on the client. |
class |
SessionPropertyInfo
Contains the common attributes for an object that will be exposing properties of a SessionInfo as attributes. |
class |
SingleValueImpl
SingleValueImpl |
class |
StatusImmediateAccessImpl
Conveys the information to the StatusBarControl elements. |
class |
StatusInfo
Contains the metadata for displaying the status bar information. |
class |
ViewAccessorInfo
Contains the metadata describing a ViewLink accessor column. |
Methods in oracle.dacf.dataset that return DacObject | |
protected DacObject |
DacObject.findDescendant(java.lang.String name)
Finds the named descendant in the containment hierarchy. |
protected DacObject |
DacObject.getParent()
Returns the parent of this DacObject in the containment heirarchy. |
protected DacObject[] |
DacObject.getChildren()
Returns an array of the child objects for this DacObject. |
protected DacObject |
DacObject.getChild(java.lang.String name)
Returns the specified child of the DacObject if that DacObject is a child. |
Methods in oracle.dacf.dataset with parameters of type DacObject | |
protected void |
DacObject.setParent(DacObject parent)
Sets the parent of this DacObject in the containment heirarchy. |
protected void |
DacObject.setChildren(DacObject[] kids)
Sets a set of DacObjects as child objects for this DacObject. |
protected void |
DacObject.addChild(DacObject child)
Adds a child to this DacObject. |
protected void |
DacObject.insertChildAt(DacObject child,
int index)
Adds a child to this DacObject at a specific index position. |
protected void |
DacObject.removeChild(DacObject child)
Removes a child from this DacObject. |
Constructors in oracle.dacf.dataset with parameters of type DacObject | |
StatusImmediateAccessImpl(java.lang.String name,
javax.infobus.InfoBusEventListener source,
StatusInfo status,
oracle.jbo.RowSet rowset,
DacObject parent)
|
|
RowSetPropertyAccess(java.lang.String name,
javax.infobus.InfoBusEventListener source,
PropertyInfo propertyInfo,
oracle.jbo.RowSet rowset,
DacObject parent)
|
|
QueryCriteriaValue(java.lang.String name,
oracle.dacf.dataset.QueryCriteriaStore store,
javax.infobus.InfoBusEventListener source,
ProducerObject producer,
DacObject parent)
|
|
QueryCriteriaRowset(java.lang.String name,
javax.infobus.InfoBusEventListener source,
QueryCriteria qc,
DacObject parent)
|
|
QueryCriteriaPropertyAccess(java.lang.String name,
javax.infobus.InfoBusEventListener source,
PropertyInfo producer,
oracle.jbo.RowSet rowset,
DacObject parent)
|
|
PropertyAccess(java.lang.String name,
javax.infobus.InfoBusEventListener source,
PropertyInfo propertyInfo,
DacObject parent)
|
|
MappingRowsetAccessImpl(java.lang.String name,
javax.infobus.InfoBusEventListener source,
ResultSetInfo rsInfo,
DacObject parent)
|
|
DataItemImpl(java.lang.String name,
javax.infobus.InfoBusEventListener source,
ProducerObject producerObject,
DacObject parent)
Creates a data item with a given name and InfoBus data source. |
|
DacObject(java.lang.String n,
DacObject p,
DacObject[] c)
Constructor requiring a name for the DacObject, a parent object, and one or more child objects. |
|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2003, Oracle. All rights reserved.