|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.domain | |
oracle.jbo.html | |
oracle.jbo.html.jsp.datatags | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.uicli.binding | Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. |
oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. |
Uses of AttributeList in oracle.jbo |
Subinterfaces of AttributeList in oracle.jbo | |
Type | Name |
---|---|
interface |
Row
This interface provides access to table rows. |
Classes in oracle.jbo that implement AttributeList | |
Type | Name |
---|---|
class |
Key
A primary, foreign, or composite row identifier. |
class |
ViewCriteriaRow
An array containing criteria for the individual attributes of a View Object's WHERE clause. |
Methods in oracle.jbo with parameters of type AttributeList | |
Type | Name |
---|---|
Key |
ViewCriteria.createKey(AttributeList nvp)
Given a list of name-value pairs, creates a Key object that matches the key structure for the ViewObject for this RowItertor. |
java.lang.String |
AttributeHints.getFormattedAttribute(AttributeList attrList,
LocaleContext locale)
Returns the formatted value for the attribute. |
Key |
RowIterator.createKey(AttributeList nvp)
Given a list of name-value pairs, creates a Key object that matches the key structure for the ViewObject for this RowItertor. |
Uses of AttributeList in oracle.jbo.common |
Methods in oracle.jbo.common with parameters of type AttributeList | |
Type | Name |
---|---|
static Key |
RowSetIteratorHelper.createKey(AttributeList al,
AttributeDef[] keyAttrs)
|
Constructors in oracle.jbo.common with parameters of type AttributeList | |
Type | Name |
---|---|
PiggybackRowEntry(ObjectMarshaller marshaller,
int type,
int rvId,
int rowIndex,
AttributeList row,
java.lang.Object rowHandle,
int[] changedColumns)
|
Uses of AttributeList in oracle.jbo.domain |
Methods in oracle.jbo.domain with parameters of type AttributeList | |
Type | Name |
---|---|
static java.lang.String |
DomainAttributeDef.printAttrXMLDefinition(AttributeList row,
java.lang.String attrTag,
AttributeDef ad,
java.util.Hashtable allDefs,
java.io.PrintWriter pw,
boolean bContainees)
|
Uses of AttributeList in oracle.jbo.html |
Methods in oracle.jbo.html with parameters of type AttributeList | |
Type | Name |
---|---|
static void |
HtmlServices.internalSetAttribute(java.lang.String sName,
AttributeList attrList,
AttributeDef attrDef,
RequestParameters params,
LocaleContext locale)
Internal: Applications should not use this method. |
Uses of AttributeList in oracle.jbo.html.jsp.datatags |
Fields in oracle.jbo.html.jsp.datatags declared as AttributeList | |
Type | Name |
---|---|
protected AttributeList |
DataTagBase.attrList
|
Uses of AttributeList in oracle.jbo.server |
Subinterfaces of AttributeList in oracle.jbo.server | |
Type | Name |
---|---|
interface |
Entity
Defines the middle-tier representation of database rows. |
Classes in oracle.jbo.server that implement AttributeList | |
Type | Name |
---|---|
class |
AttributeListImpl
The middle-tier manager for name/value pairs. |
class |
EJBEntityImpl
|
class |
EntityImpl
This class implements the middle-tier representations of database rows. |
class |
RowImpl
Base class for Entity Rows and View Object Rows. |
class |
ViewRowImpl
A View Object Row. |
Methods in oracle.jbo.server with parameters of type AttributeList | |
Type | Name |
---|---|
protected abstract void |
RowImpl.create(AttributeList nameValuePair)
This method is called to let subclasses of RowImpl set programmatic default values for attributes. |
protected void |
ViewRowImpl.create(AttributeList nvp)
Initialization method to be over-ridden in generated code for custom defaulting. |
protected void |
EntityImpl.create(AttributeList nameValuePair)
This method should be subclassed to supply programmatic default values to various attributes of a new Entity Object. |
EntityImpl |
DBTransactionImpl.createEntityInstance(EntityDefImpl entityDef,
AttributeList al)
Creates an EntityImpl object based on the given defintion, in the context
of the root Application Module. |
EntityImpl |
DBTransactionImpl.createEntityInstance(java.lang.String entityDefName,
AttributeList al)
Creates an EntityImpl object based on the given defintion, in the context
of the root Application Module. |
java.lang.String |
AttributeDefImpl.getFormattedAttribute(AttributeList attrList,
LocaleContext locale)
|
ViewRowImpl |
ViewObjectImpl.createInstance(ViewRowSetImpl viewRowSet,
AttributeList attrValList)
Creates a view row instance. |
Key |
ViewObjectImpl.createKey(AttributeList nvp)
Given a set of attribute values (name-value pairs), creates a key object for this ViewObject. |
EntityImpl |
NullDBTransactionImpl.createEntityInstance(EntityDefImpl entityDef,
AttributeList al)
Implementation of the DBTransaction interface. |
EntityImpl |
NullDBTransactionImpl.createEntityInstance(java.lang.String entityDefName,
AttributeList al)
Implementation of the DBTransaction interface. |
Key |
EntityDefImpl.createKey(AttributeList al)
Given a set of attribute values (name-value pairs), creates a Primary key object for this Entity. |
protected EntityImpl |
EntityDefImpl.createInstance(DBTransaction txn,
AttributeList al)
Instantiate an instance of the Entity . |
Key |
ViewRowSetImpl.createKey(AttributeList nvp)
|
EntityImpl |
DBTransaction.createEntityInstance(EntityDefImpl entityDef,
AttributeList al)
Creates an EntityImpl instance based on the given defintion. |
EntityImpl |
DBTransaction.createEntityInstance(java.lang.String entityDefName,
AttributeList al)
Creates an EntityImpl instance based on the named defintion. |
Key |
ViewRowSetIteratorImpl.createKey(AttributeList nvp)
|
Uses of AttributeList in oracle.jbo.uicli.binding |
Classes in oracle.jbo.uicli.binding that implement AttributeList | |
Type | Name |
---|---|
class |
JUCtrlAttrsBinding
A JUControlBinding class responsible for binding controls/models that are bound to a single Row object in the BC4J layer. |
class |
JUCtrlBoolBinding
Implements data binding support for controls that allow only one of two values, like a checkbox. |
class |
JUCtrlHierBinding
|
class |
JUCtrlHierNodeBinding
|
class |
JUCtrlListBinding
A JUCtrlAttrsBinding class responsible displaying a list of values from a static list or a list calculated at runtime using another BC4J ViewObject/RowIterator. |
class |
JUCtrlRangeBinding
A JUControlBinding class responsible for binding controls/models that are bound to a range of Row objects in the BC4J layer. |
class |
JUCtrlValueBinding
A JUControlBinding class responsible for maintaining which attribute(s) of a row this binding can display/update. |
Uses of AttributeList in oracle.jbo.uicli.jui |
Classes in oracle.jbo.uicli.jui that implement AttributeList | |
Type | Name |
---|---|
class |
GraphDataFromCol
|
class |
GraphDataFromRow
|
class |
JUButtonBinding
Implements binding a Swing AbstractButton object with a BC4J attribute. |
class |
JUButtonGroupBinding
Binds a group of buttons in a panel to an attribute in a ViewObject such that on selection of a given button, this binding works like a LOV binding, in updating selected attributes in the target ViewObject's current row, with values from the row that's represented by the selected button. |
class |
JUComboBoxBinding
Implements binding a swing JComboBox to a BC4J Attribute or ViewObject or as LOV. |
class |
JUDefaultControlBinding
Implements a generic binding for custom or any Swing control to bind to a BC4J attribute. |
class |
JUGraphBinding
Data source for the Perspective chart bean. |
class |
JULabelBinding
Binds a label control as a control binding so that the text for the label is dervied from an attriute of a ViewObject row. |
class |
JUListSingleSelBinding
Implements binding a swing JList (in single selection mode) to a BC4J Attribute or ViewObject or as LOV. |
class |
JULovButtonBinding
Binds a JButton with an iterator such that on button action, an Lov Dialog (either a framework default dialog or an application customized one) is brought up and on the dialog close, the current row from the associated iterator is used to update values of bound attributes in a target row of a target RowIterator. |
class |
JUMasterDetailGraphBinding
Data source for the BI Graph bean. |
class |
JUProgressBarAttrBinding
Implements binding a JProgressBar control with a BC4J Attribute |
class |
JUScrollBarAttrBinding
Implements binding a JScrollBar control with a BC4J Attribute |
class |
JUSingleTableGraphBinding
Data source for the BI Graph bean. |
class |
JUSliderAttrBinding
Implements binding a JSlider control with a BC4J Attribute |
class |
JUTableBinding
A lightweight TableModel that implements binding a javax.swing.JTable to a RowIterator for a BC4J ViewObject. |
class |
JUTextFieldBinding
JUTextFieldBinding is a lightweight Document model that implements binding a javax.swing.JTextComponent to an attribute in
a row of a BC4J ViewObject. |
class |
JUTreeBinding
A lightweight Document model that implements binding a javax.swing.JTree to a BC4J RowIterator
and display a selected attribute. |
class |
JUTreeNodeBinding
This class implements rules that govern display of each node in a JTree which is bound to a JUTreeBinding and what to display when the associated node is expanded. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |