|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
oracle.adf.model.binding | Contains the abstract implementation of ADFm binding objects. |
oracle.adf.model.generic | |
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.client.remote | |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.common.ws | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.ejb.facade | |
oracle.jbo.server.remote | |
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 Key in oracle.adf.model.binding |
Methods in oracle.adf.model.binding that return Key | |
Key |
DCIteratorBinding.createKey(java.lang.String stringKey)
Given the key string, convert it to a Key using the associated RowSetIterator's StructureDef. |
Uses of Key in oracle.adf.model.generic |
Methods in oracle.adf.model.generic that return Key | |
Key |
RowImpl.getKey()
Returns the key of the row. |
Key |
DCRowSetIteratorImpl.createKey(java.lang.String stringifiedKey)
|
Key |
DCRowSetIteratorImpl.createKey(AttributeList nvp)
|
Methods in oracle.adf.model.generic with parameters of type Key | |
Row |
DCRowSetIteratorImpl.getRow(Key key)
|
Row[] |
DCRowSetIteratorImpl.findByKey(Key key,
int maxNumOfRows)
|
Uses of Key in oracle.jbo |
Methods in oracle.jbo that return Key | |
Key |
ViewCriteriaRow.getKey()
Returns the row's key. |
Key |
ViewCriteria.createKey(AttributeList nvp)
Given a list of name-value pairs, creates a Key object. |
Key |
TooManyObjectsException.getKey()
|
Key |
RowValException.getRowKey()
|
Key |
RowReadXMLException.getRowKey()
|
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 |
RowInconsistentException.getKey()
Returns the key of the offending row. |
Key |
RowDMLException.getRowKey()
|
Key |
Row.getKey()
Returns the row's key. |
Key |
DMLException.getRowKey()
|
Key |
DeadEntityAccessException.getKey()
|
Key |
AttrValException.getRowKey()
Returns the key for the row that raised this exception This key will be an entity key until doEntityToVOMapping is called on this object, when it returns a mapped VO row key. |
Key |
AttrValException.getEntityKey()
Returns the key for the entity that raised this exception This key remains unchanged when doEntityToVOMapping is called. |
Methods in oracle.jbo with parameters of type Key | |
Row |
ViewCriteria.getRow(Key key)
Accesses a row through a unique key. |
Row[] |
ViewCriteria.findByKey(Key key,
int maxNumOfRows)
Finds and returns View rows that match the specified key. |
void |
RowReadXMLException.setRowKey(Key k)
Internal method to set key for proper reporting of row xml errors. |
Row |
RowIterator.getRow(Key key)
Locates and returns a row by its unique key. |
Row[] |
RowIterator.findByKey(Key key,
int maxNumOfRows)
Finds and returns View rows that match the specified key. |
void |
AttrValException.setRowKey(int objType,
Key key)
Advanced :For Internal use only. |
Constructors in oracle.jbo with parameters of type Key | |
TooManyObjectsException(Key primaryKey)
Deprecated. since 9.0.4 use TooManyObjectsException(String fullName, Key primaryKey) |
|
TooManyObjectsException(java.lang.String fullName,
Key primaryKey)
|
|
RowValException(java.lang.Class resBundleClass,
java.lang.String errorCode,
java.lang.String objName,
Key key,
com.sun.java.util.collections.ArrayList exceptions)
|
|
RowValException(java.lang.Class resBundleClass,
java.lang.String errorCode,
java.lang.String objName,
Key key,
com.sun.java.util.collections.ArrayList exceptions,
boolean peer)
|
|
RowValException(int objType,
java.lang.Class resBundleClass,
java.lang.String errorCode,
java.lang.String objName,
Key key,
com.sun.java.util.collections.ArrayList exceptions,
boolean peer)
|
|
RowValException(java.lang.Class resBundleClass,
java.lang.String errorCode,
java.lang.String objName,
Key key,
AttributeDef[] keyCols)
Creates an exception to be localized using a given message bundle and error code. |
|
RowValException(java.lang.Class resBundleClass,
java.lang.String errorCode,
java.lang.String objName,
Key key,
AttributeDef[] keyCols,
java.lang.String methodName)
Creates an exception to be localized using a given message bundle and error code. |
|
RowReadXMLException(Key key,
java.lang.String tagString,
java.util.Vector exc)
Constructs a new instance. |
|
RowReadXMLException(Key key,
java.lang.String tagString,
com.sun.java.util.collections.ArrayList exc)
|
|
RowNotFoundException(boolean entityRow,
java.lang.String objName,
Key key)
Constructs a new instance when a row of a given key is not found. |
|
RowInconsistentException(Key key)
|
|
RowAlreadyDeletedException(boolean entityRow,
java.lang.String objName,
Key key)
Constructs a new instance when a row of a given key is not found. |
|
InvalidOwnerException(java.lang.Class resBundleClass,
java.lang.String errorCode,
java.lang.String objName,
Key key)
Creates a localizable exception. |
|
InvalidOwnerException(java.lang.String msg,
java.lang.String errorCode,
java.lang.String objName,
Key key)
Creates a non-localizable exception. |
|
DeadEntityAccessException(java.lang.String objName,
Key key)
|
Uses of Key in oracle.jbo.client.remote |
Methods in oracle.jbo.client.remote that return Key | |
Key |
ViewUsageImpl.createKey(AttributeList nvp)
Given a set of attribute values (name-value pairs), creates a key object for this ViewObject. |
Key |
TransPostEntityRow.getKey()
|
Key |
RowImpl.getKey()
Returns the key of the row. |
Methods in oracle.jbo.client.remote with parameters of type Key | |
Row |
ViewUsageImpl.getRow(Key key)
|
Row[] |
ViewUsageImpl.findByKey(Key key,
int maxNumOfRows)
|
void |
ViewUsageImpl.findAndSetCurrentRowByKey(Key k,
int rangeIndex)
|
Uses of Key in oracle.jbo.common |
Methods in oracle.jbo.common that return Key | |
Key |
SvcMsgDataRow.getServerRowKey()
|
static Key |
RowSetIteratorHelper.createKey(AttributeList al,
AttributeDef[] keyAttrs)
|
Constructors in oracle.jbo.common with parameters of type Key | |
SvcMsgDataRow(ObjectMarshaller marshaller,
int rowType,
int rsiId,
int rangeStart,
int rowIndex,
java.lang.Object[] attrVals,
int[] attrIndices,
java.lang.Object rowHandle,
byte newRowState,
java.lang.Object rowFilterValues,
Key key,
int rowRSIId)
|
|
SvcMsgDataRow(int rowType,
int rowIndex,
java.lang.Object[] attrVals,
int[] attrIndices,
byte newRowState,
java.lang.Object rowFilterValues,
Key key)
|
Uses of Key in oracle.jbo.common.ws |
Methods in oracle.jbo.common.ws that return Key | |
Key |
WSRowSetIteratorBase.createKey(AttributeList nvp)
|
Methods in oracle.jbo.common.ws with parameters of type Key | |
void |
WSRowSetIteratorMarshaller.findAndSetCurrentRowByKey(Key k,
int rangeIndex)
|
Row |
WSRowSetIteratorBase.getRow(Key key)
|
Row[] |
WSRowSetIteratorBase.findByKey(Key key,
int maxNumOfRows)
|
void |
WSRowSetIteratorBase.findAndSetCurrentRowByKey(Key key,
int rangeIndex)
|
Uses of Key in oracle.jbo.server |
Methods in oracle.jbo.server that return Key | |
Key |
ViewRowSetIteratorImpl.createKey(AttributeList nvp)
|
Key |
ViewRowSetImpl.createKey(AttributeList nvp)
|
Key |
ViewRowImpl.getKey()
Returns the identifier object for this row. |
Key |
ViewObjectImpl.createKey(AttributeList nvp)
Given a set of attribute values (name-value pairs), creates a key object for this ViewObject. |
abstract Key |
RowImpl.getKey()
|
Key |
RowFilterKey.getKey()
|
Key |
EntityImpl.getPrimaryKey()
Returns the primay key for this Entity Object's row. |
Key |
EntityImpl.getKey()
Internal: Applications should not use thid method. |
Key |
EntityEvent.getNewKey()
|
Key |
EntityDefImpl.createKey(AttributeList al)
Given a set of attribute values (name-value pairs), creates a Primary key object for this Entity. |
Key |
Entity.getPrimaryKey()
Returns the primay key for this Entity Object's row. |
Methods in oracle.jbo.server with parameters of type Key | |
Row |
ViewRowSetIteratorImpl.getRow(Key key)
Returns the first row whose key matches key . |
Row[] |
ViewRowSetIteratorImpl.findByKey(Key key,
int maxNumOfRows)
Finds and returns view rows that match the specified key. |
void |
ViewRowSetIteratorImpl.findAndSetCurrentRowByKey(Key key,
int rangeIndex)
|
Row[] |
ViewRowSetIteratorImpl.findByKey(Key key,
int maxNumOfRows,
boolean skipWhere)
|
Row |
ViewRowSetImpl.getRow(Key key)
Returns the first row whose key matches key . |
Row[] |
ViewRowSetImpl.findByKey(Key key,
int maxNumOfRows)
Finds and returns View rows that match the specified key. |
void |
ViewRowSetImpl.findAndSetCurrentRowByKey(Key key,
int rangeIndex)
|
Row[] |
ViewRowSetImpl.findByKey(Key key,
int maxNumOfRows,
boolean skipWhere)
|
Row |
ViewObjectImpl.getRow(Key key)
Returns the first row matching a given key. |
Row[] |
ViewObjectImpl.findByKey(Key key,
int maxNumOfRows)
Finds and returns View rows that match the specified key. |
void |
ViewObjectImpl.findAndSetCurrentRowByKey(Key key,
int rangeIndex)
|
Row[] |
ViewObjectImpl.findByKey(Key key,
int maxNumOfRows,
boolean skipWhere)
|
protected Row[] |
ViewObjectImpl.retrieveByKey(ViewRowSetImpl rs,
Key key,
int maxNumOfRows)
|
protected Row[] |
ViewObjectImpl.retrieveByKey(ViewRowSetImpl rs,
Key key,
int maxNumOfRows,
boolean skipWhere)
|
protected ViewRowImpl |
ViewObjectImpl.handleActivatedRowNotFound(Key k)
Applications should override this method and create a new row if they want to "own" management of a row that was not found during this VOs activation. |
Row |
ViewObjectImpl.findRowInQCs(java.lang.Object[] rowFilterValues,
Key key,
java.lang.Object rowHandle)
Internal: Applications should not use this method. |
protected ViewRowImpl |
ViewObjectImpl.activateCurrentRow(ViewRowSetIteratorImpl vrsi,
ViewRowSetImpl vrs,
Key key)
Override this to provide custom current row lookup. |
protected Row[] |
QueryCollection.getRows(Key ky)
|
EntityImpl |
NullDBTransactionImpl.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
Deprecated. Implementation of the DBTransaction interface. |
EntityImpl |
NullDBTransactionImpl.findByPrimaryKey(java.lang.String entityDefName,
Key key)
Deprecated. Implementation of the DBTransaction interface. |
EntityImpl |
EntityDefImpl.findByPrimaryKey(DBTransaction txn,
Key key)
Finds an Entity Object given a Primary Key. |
protected void |
EntityCache.addRowByDeletedPK(Key pkey,
EntityImpl srow)
|
protected void |
EntityCache.replace(EntityImpl srow,
Key okey)
Remove a row in cache and add it in using the new key values. |
EntityImpl |
DBTransactionImpl2.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
Implementation of findByPrimaryKey
method. |
EntityImpl |
DBTransactionImpl2.findByPrimaryKey(java.lang.String entityDefName,
Key key)
Implementation of findByPrimaryKey
method. |
EntityImpl |
DBTransactionImpl.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
Finds an Entity Object in this transaction given an EntityDef object and a Primary Key. |
EntityImpl |
DBTransactionImpl.findByPrimaryKey(java.lang.String entityDefName,
Key key)
Finds an Entity Object in this transaction given the String name of the EntityDef and a Primary Key. |
EntityImpl |
DBTransaction.findByPrimaryKey(EntityDefImpl entityDef,
Key key)
Finds an Entity Object in this transaction given a Primary Key. |
EntityImpl |
DBTransaction.findByPrimaryKey(java.lang.String entityDefName,
Key key)
Finds an Entity Object in this transaction given a Primary Key. |
Constructors in oracle.jbo.server with parameters of type Key | |
EntityEvent(EntityImpl source,
int eventType,
int oldState,
int[] changedColumns,
java.lang.Object[] origValues,
Key newKey)
|
Uses of Key in oracle.jbo.server.ejb.facade |
Methods in oracle.jbo.server.ejb.facade with parameters of type Key | |
protected Row[] |
FinderViewImpl.retrieveByKey(ViewRowSetImpl rs,
Key key,
int maxNumOfRows)
Overrides the base implementation of retrieveByKey(ViewRowSetImpl, Key, int) . |
protected abstract EJBLocalObject |
EntityFacadeCollImpl.findBeanByPrimaryKey(Key eKey)
An abstract method which returns an Entity Bean of the given primary key. |
Uses of Key in oracle.jbo.server.remote |
Methods in oracle.jbo.server.remote with parameters of type Key | |
Row |
RuntimeViewRowSetIteratorInfo.getRowFromKey(java.lang.Object[] rowFilterValues,
Key key,
java.lang.Object hdl)
|
Uses of Key in oracle.jbo.uicli.binding |
Fields in oracle.jbo.uicli.binding declared as Key | |
protected Key |
JUCtrlHierNodeBinding.mRowKey
|
Methods in oracle.jbo.uicli.binding that return Key | |
Key |
JUCtrlHierNodeBinding.getRowKey()
Returns the Key object that identifies the row that this node is displaying. |
Methods in oracle.jbo.uicli.binding with parameters of type Key | |
protected JUCtrlHierNodeBinding |
JUCtrlHierNodeBinding.findChildNode(Key key)
|
protected JUCtrlHierNodeBinding |
JUCtrlHierNodeBinding.findMatchingNode(Key key)
|
Uses of Key in oracle.jbo.uicli.jui |
Methods in oracle.jbo.uicli.jui with parameters of type Key | |
protected JUCtrlHierNodeBinding |
JUTreeNodeBinding.findChildNode(Key key)
|
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.