Package | Description |
---|---|
oracle.adf.model.bean | |
oracle.adf.model.generic |
Contains a readonly DataControl implementation for JavaBeans.
|
oracle.jbo |
Contains interfaces for client-side applications.
|
oracle.jbo.client.remote |
Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces.
|
oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
oracle.jbo.common.sdo | |
oracle.jbo.common.ws | |
oracle.jbo.datasource | |
oracle.jbo.datasource.svc | |
oracle.jbo.domain | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.server.ejb.facade | |
oracle.jbo.server.svc | |
oracle.jbo.server.uniqueid | |
oracle.jbo.uicli.binding |
Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings.
|
Modifier and Type | Class and Description |
---|---|
class |
DCCriteriaItemRowImpl
Deprecated.
|
class |
DCCriteriaOperatorRowImpl
Deprecated.
|
class |
DCCriteriaRowImpl
Deprecated.
|
class |
DCCriteriaRowRowImpl
Deprecated.
|
class |
DCCriteriaValueRowImpl
Deprecated.
|
class |
DCDataRow |
Modifier and Type | Method and Description |
---|---|
AttributeList |
DCRowContext.getAttributeList() |
Modifier and Type | Method and Description |
---|---|
protected void |
DCDataRow.create(AttributeList nvp) |
ViewRowImpl |
DCDataVO.createInstance(ViewRowSetImpl viewRowSet, AttributeList attrValList) |
java.lang.String |
DCVCItemValueRowAttrHints.getFormattedAttribute(AttributeList attrList, LocaleContext locale) |
Constructor and Description |
---|
DCRowContext(RowSetIterator iter, StructureDef def, AttributeList al) |
Modifier and Type | Field and Description |
---|---|
protected AttributeList |
DCRowContext.mAL |
Modifier and Type | Method and Description |
---|---|
AttributeList |
DCRowContext.getAttributeList() |
Modifier and Type | Method and Description |
---|---|
Row |
DCRowSetIteratorImpl.createAndInitRow(AttributeList nvp) |
Row |
DCGenericRowSetIteratorImpl.createAndInitRow(AttributeList nvp) |
Key |
DCRowSetIteratorImpl.createKey(AttributeList nvp) |
java.lang.String |
AttributeDefImpl.getFormattedAttribute(AttributeList attrList, LocaleContext locale) |
void |
AttributeDefImpl.validate(AttributeList al, java.lang.Object newValue) |
Constructor and Description |
---|
DCRowContext(RowSetIterator iter, StructureDef def, AttributeList al) |
Modifier and Type | Interface and Description |
---|---|
interface |
Row
This interface provides access to rows.
|
Modifier and Type | Class and Description |
---|---|
class |
Key
A primary, foreign, or composite row identifier.
|
class |
NameValuePairs
Holder of name/value pairs.
|
class |
ViewCriteria.NestedViewCriteriaRow |
class |
ViewCriteriaRow
An array containing criteria for the individual attributes of a View Object's WHERE clause.
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
RowSet.getNamedWhereClauseParams()
Gets all the Name, value pairs of a named where-clause parameter of the viewObject.
|
Modifier and Type | Method and Description |
---|---|
Row |
RowIterator.createAndInitRow(AttributeList nvp)
Creates and initializes a new Row object, but does not insert it into the Row Set.
|
Row |
ViewCriteria.createAndInitRow(AttributeList nvp)
For internal use only.
|
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.
|
Key |
ViewCriteria.createKey(AttributeList nvp)
For internal use only.
|
java.lang.String |
ViewCriteriaItem.getFormattedAttribute(AttributeList attrList, LocaleContext locale)
Returns a formatted value for this view criteria item when a view criteria row is passed in.
|
java.lang.String |
AttributeHints.getFormattedAttribute(AttributeList attrList, LocaleContext locale)
Returns the formatted value for the attribute.
|
void |
RowSet.setNamedWhereClauseParams(AttributeList attrlist)
Sets the value of a named where-clause parameters for the entire viewObject.
|
Modifier and Type | Class and Description |
---|---|
class |
TransPostEntityRow |
Modifier and Type | Method and Description |
---|---|
AttributeList |
ViewUsageImpl.getNamedWhereClauseParams() |
Modifier and Type | Method and Description |
---|---|
Row |
ViewUsageImpl.createAndInitRow(AttributeList nvp) |
Key |
ViewUsageImpl.createKey(AttributeList nvp)
Given a set of attribute values (name-value pairs), creates a key object for this ViewObject.
|
java.lang.String |
AttributeDefImpl.getFormattedAttribute(AttributeList attrList, LocaleContext locale) |
java.lang.String |
AttributeHintsImpl.getFormattedAttribute(AttributeList attrList, LocaleContext locale) |
void |
ViewUsageImpl.setNamedWhereClauseParams(AttributeList attrlist) |
Modifier and Type | Class and Description |
---|---|
class |
ViewCriteriaRowImpl |
Modifier and Type | Method and Description |
---|---|
static Key |
RowSetIteratorHelper.createKey(AttributeList al, AttributeDef[] keyAttrs) |
java.lang.String |
VariableImpl.getFormattedAttribute(AttributeList attrList, LocaleContext locale) |
Constructor and Description |
---|
SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rowIndex, AttributeList row, java.lang.Object rowHandle, byte newRowState, int[] changedAttrIndices, AccTravDef accTravDef, int accTravLimit) |
SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rowIndex, AttributeList row, java.lang.Object rowHandle, byte newRowState, int[] changedAttrIndices, boolean hintsChanged) |
SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rowIndex, AttributeList row, java.lang.Object rowHandle, byte newRowState, int[] changedAttrIndices, boolean ownUpdate, boolean hintsChanged) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceAttributeListImpl |
Modifier and Type | Method and Description |
---|---|
AttributeList |
SDOValueStoreHelper.getAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source) |
AttributeList |
SDOValueStoreHelper.getAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source, java.util.Collection<java.lang.String> attrNames) |
AttributeList |
SDOValueStoreHelper.getDiscriAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source) |
AttributeList |
SDOValueStoreHelper.getInitAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source) |
AttributeList |
SDOValueStoreHelper.getInitAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source, boolean includePKs) |
AttributeList |
SDOValueStoreHelper.getParentAttributeList(ViewObject viewObject, ViewRowImpl row, java.lang.String attributeName) |
AttributeList |
SDOValueStoreHelper.getPrimaryAndDiscriAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source) |
Modifier and Type | Method and Description |
---|---|
commonj.sdo.DataObject |
SDOValueStoreHelper.createDataObject(AttributeList attrList, java.lang.Class interfaceClass) |
commonj.sdo.DataObject |
SDOValueStoreHelper.createDataObject(AttributeList attrList, java.lang.Class interfaceClass, ViewDefImpl viewDef) |
Modifier and Type | Method and Description |
---|---|
AttributeList |
WSRowSetImpl.getNamedWhereClauseParams() |
AttributeList |
WSViewObjectImpl.getNamedWhereClauseParams() |
Modifier and Type | Method and Description |
---|---|
Row |
WSRowSetIteratorBase.createAndInitRow(AttributeList nvp) |
Key |
WSRowSetIteratorBase.createKey(AttributeList nvp) |
void |
WSRowSetImpl.setNamedWhereClauseParams(AttributeList attrlist) |
void |
WSViewObjectImpl.setNamedWhereClauseParams(AttributeList attrlist) |
Modifier and Type | Method and Description |
---|---|
AttributeList |
EntityDataSource.findByPrimaryKey(EntityDefImpl entityDef, Key key)
Look up the entity by the key.
|
AttributeList[] |
EntityDataSource.findByPrimaryKeys(EntityDefImpl entityDef, Key[] keys)
Look up the entities by the array of the keys.
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
SIEODataSourceImpl.findByPrimaryKey(EntityDefImpl entityDef, Key key)
pluggable entity datasource find operation.
|
AttributeList[] |
SIEODataSourceImpl.findByPrimaryKeys(EntityDefImpl entityDef, Key[] keys)
pluggable entity datasource find operation.
|
Modifier and Type | Class and Description |
---|---|
class |
Struct
This class provides a lightweight wrapper for oracle.sql.STRUCT, the Java representation of the Struct database type.
|
Modifier and Type | Method and Description |
---|---|
static void |
Struct.fillObjectAttributeDefs(AttributeList al, StructureDef def, java.lang.String[] attrNames, AttributeDef[] ads) |
java.lang.String |
DomainAttributeDef.getFormattedAttribute(AttributeList attrList, LocaleContext locale) |
static java.lang.Object |
Struct.getStructAttribute(AttributeList inAttrList, StructureDef inStructDef, java.lang.String fullAttrName) |
static java.lang.String |
DomainAttributeDef.printAttrXMLDefinition(AttributeList row, java.lang.String attrTag, AttributeDef ad, java.util.Hashtable allDefs, java.io.PrintWriter pw, boolean bContainees) |
static void |
Struct.setStructAttribute(AttributeList inAttrList, StructureDef inStructDef, java.lang.String fullAttrName, java.lang.Object value) |
Modifier and Type | Interface and Description |
---|---|
interface |
Entity
This interface is for BC4J Entity Objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeListImpl
The middle-tier manager for name/value pairs.
|
class |
DSEntityImpl |
class |
EntityImpl
This class implements the middle-tier representations of database rows.
|
class |
EntityOverRow |
class |
RowImpl
Base class for Entity Rows and View Object Rows.
|
class |
ViewRowImpl
A View Object Row.
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
ViewObjectImpl.getNamedWhereClauseParams()
Gets the bind name, value pair of all Named bind variables.
|
AttributeList |
ViewRowSetImpl.getNamedWhereClauseParams()
Gets the name, value pair of all named bind variables.
|
AttributeList |
EntityCacheOverRowSet.getNamedWhereClauseParams() |
Modifier and Type | Method and Description |
---|---|
protected ViewRowImpl |
ViewObjectImpl.activateNewRow(ViewDefImpl def, int[] eoIndices, EntityImpl[] eos, ViewRowSetImpl vrs, AttributeList nvp, Key keyObj) |
protected void |
EntityImpl.create(AttributeList nameValuePair)
This method should be subclassed to supply programmatic default values to various attributes of a new Entity Object.
|
protected void |
ViewRowImpl.create(AttributeList nvp)
Initialization method to be over-ridden in generated code for custom defaulting.
|
Row |
ViewObjectImpl.createAndInitRow(AttributeList initVals) |
Row |
ViewRowSetImpl.createAndInitRow(AttributeList initVals) |
Row |
ViewRowSetIteratorImpl.createAndInitRow(AttributeList initVals) |
Row |
EntityCacheOverRowSet.createAndInitRow(AttributeList nvp) |
protected ViewRowImpl |
ViewObjectImpl.createAndInitRowForCollection(java.lang.Object qc, AttributeList initVals) |
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 |
DBTransactionImpl2.createEntityInstance(EntityDefImpl entityDef, AttributeList al)
Implementation of
createEntityInstance method. |
EntityImpl |
NullDBTransactionImpl.createEntityInstance(EntityDefImpl entityDef, AttributeList al)
Deprecated.
Implementation of the DBTransaction interface.
|
EntityImpl |
DBTransaction.createEntityInstance(EntityDefImpl entityDef, AttributeList al)
Creates an EntityImpl instance based on the given defintion.
|
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. |
EntityImpl |
DBTransactionImpl2.createEntityInstance(java.lang.String entityDefName, AttributeList al)
Implementation of
createEntityInstance method. |
EntityImpl |
NullDBTransactionImpl.createEntityInstance(java.lang.String entityDefName, AttributeList al)
Deprecated.
Implementation of the DBTransaction interface.
|
EntityImpl |
DBTransaction.createEntityInstance(java.lang.String entityDefName, AttributeList al)
Creates an EntityImpl instance based on the named defintion.
|
protected EntityImpl |
EntityDefImpl.createInstance(DBTransaction txn, AttributeList al) |
ViewRowImpl |
ViewObjectImpl.createInstance(ViewRowSetImpl viewRowSet, AttributeList attrValList)
Creates a view row instance.
|
EntityImpl |
EntityDefImpl.createInstance2(DBTransaction txn, AttributeList al)
Instantiate an instance of the
Entity . |
protected ViewRowImpl |
ViewObjectImpl.createInstanceWithEntities(int[] eoIndices, EntityImpl[] entities, ViewRowSetImpl viewRowSet, AttributeList attrValList) |
Key |
ViewObjectImpl.createKey(AttributeList nvp)
Given a set of attribute values (name-value pairs), creates a key object for this ViewObject.
|
Key |
EntityDefImpl.createKey(AttributeList al)
Given a set of attribute values (name-value pairs), creates a Primary key object for this Entity.
|
Key |
ViewRowSetImpl.createKey(AttributeList nvp) |
Key |
ViewRowSetIteratorImpl.createKey(AttributeList nvp) |
Key |
EntityCacheOverRowSet.createKey(AttributeList nvp) |
protected EntityImpl[] |
ViewRowImpl.createMissingEntitiesFromViewDef(ViewDefImpl viewDef, int[] eoIndices, EntityImpl[] entities, java.sql.ResultSet resultSet, AttributeList initValues, boolean isNewRow, ApplicationModule viewAccessorAM) |
RowIterator |
RowFinder.execute(AttributeList nameValuePairs, RowSet rs)
This method execute a RowFinder on a RowSet with name value pairs provided by user.
|
ViewDefImpl |
ViewObjectImpl.findViewDefFromDiscrVals(java.sql.ResultSet resultSet, AttributeList initValues) |
ViewDefImpl |
ViewObjectImpl.findViewDefFromDiscrVals(java.sql.ResultSet resultSet, AttributeList initValues, EntityImpl[] entities) |
java.lang.String |
RowAttrHintsImpl.getFormattedAttribute(AttributeList attrList, LocaleContext localeCtx) |
java.lang.String |
AttributeDefImpl.getFormattedAttribute(AttributeList attrList, LocaleContext locale) |
java.lang.String |
ViewRowAttrHintsImpl.getFormattedAttribute(AttributeList attrList, LocaleContext localeCtx) |
java.lang.String |
SIFAttrHintsHelper.getFormattedAttribute(AttributeList attrList, LocaleContext locale) |
java.lang.String |
EntityAttrHintsImpl.getFormattedAttribute(AttributeList attrList, LocaleContext localeCtx) |
protected void |
EntityImpl.initBusLogicGroupDfltExprAttrs(AttributeList nameValuePair) |
protected void |
EntityImpl.initDefaultExpressionAttributes(AttributeList nameValuePair)
Used to initialize this entity with values from evaluated expressions on the attributedefs.
|
void |
ViewObjectImpl.setNamedWhereClauseParams(AttributeList attrlist)
Sets a specified bind name, value pair.
|
void |
ViewRowSetImpl.setNamedWhereClauseParams(AttributeList attrlist)
Sets the name, bind value pair passed as
AttributeList attrlist . |
void |
EntityCacheOverRowSet.setNamedWhereClauseParams(AttributeList attrlist) |
Modifier and Type | Class and Description |
---|---|
class |
EntityFacadeImpl
Abstract base class for Entity Facade.
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
ServiceImpl.getParentAttributeList(ViewObject viewObject, ViewRowImpl row, java.lang.String attributeName) |
Modifier and Type | Class and Description |
---|---|
class |
RowIdEntityObjectImpl
File generated by Oracle ADF Business Components Design Time for RowId entity object.
|
class |
RowIdViewObjRowImpl
File generated by Oracle ADF Business Components Design Time for view row.
|
Modifier and Type | Method and Description |
---|---|
int |
JUCtrlListBinding.findListIndex(AttributeList nvp)
Finds the index of a list row that contains the matching values.
|
java.lang.String |
JUCtrlParameterDef.getFormattedAttribute(AttributeList attrList, LocaleContext locale) |