| 
 | 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 | AttributeInfoThis class contains those properties necessary to support LOV lookups and initializations and default value initialization. | 
|  class | AttributePropertyInfoContains the common attributes for an object that will be exposing properties of a AttributeInfo as attributes. | 
|  class | CalculatedAttributeInfoThe CalculatedAttributeInfo class represents a read-only column derived from ColumnInfo. | 
|  class | ColumnInfoContains all of the Dac column-specific properties, validators, formatter, format string, column alignment values, and so on. | 
|  class | DataItemImplThis class is the base class for all InfoBus data item implementations. | 
|  class | InfoObjectThis abstract class defines the root object of the InfoObject tree. | 
|  class | LOVAttributeInfoThe LOVAttributeInfo class is derived from ColumnInfo and is used in association with LOV data producers. | 
|  class | LOVRowSetInfoThis class is derived from ResultSetInfo and defines the query that will be used to populate the LOV. | 
|  class | MappingRowsetAccessImplMaps the actions performed through this RowsetAccess to another RowsetAccess | 
|  class | ProducerObjectThis class is the base class for all class that make DataItems available on the InfoBus. | 
|  class | PropertyAccessPropertyAccess | 
|  class | PropertyInfoBase abstract class for properties of a DataItem that are exposed through the ImmediateAccess interface. | 
|  class | QueryCriteriaEncapsulates the selection criteria for a query. | 
|  class | QueryCriteriaAttributeQueryCriteriaAttribute | 
|  class | QueryCriteriaPropertyContains the metadata necessary for exposing the QueryCriteria property of a RowSetInfo as an attribute. | 
|  class | QueryCriteriaPropertyAccessProvides access the the Query Criteria Property of the RowSet via the InfoBus ImmediateAccess interface. | 
|  class | QueryCriteriaRowsetThe DataItem that exposed the criteria to be utilized when executing the query against the database. | 
|  class | QueryCriteriaValue | 
|  class | ResultSetInfoThis class contains all of the dataset specific properties and validators. | 
| (package private)  class | oracle.dacf.dataset.RowsetAccessImplProvides the dataset level interface to the InfoBus DataConsumers. | 
|  class | RowSetInfoThis class contains all of the dataset specific properties and validators. | 
|  class | RowSetPropertyAccessContains the common attributes for an object that will be exposing properties of a RowSetInfo as attributes. | 
|  class | RowSetPropertyInfo | 
|  class | SessionInfoThe SessionInfo represents the database transaction context on the client. | 
|  class | SessionPropertyInfoContains the common attributes for an object that will be exposing properties of a SessionInfo as attributes. | 
|  class | SingleValueImplSingleValueImpl | 
|  class | StatusImmediateAccessImplConveys the information to the StatusBarControl elements. | 
|  class | StatusInfoContains the metadata for displaying the status bar information. | 
|  class | ViewAccessorInfoContains 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.