Business Components

Uses of Class
oracle.jbo.Key

Packages that use.*
PackageDescription
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.server Contains the implementation of middle tier components. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 

Uses of Key in oracle.jbo
 

Methods in oracle.jbo that return Key
TypeName
 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.
 Key RowInconsistentException.getKey()
          Returns the key of the offending row.
 Key ViewCriteriaRow.getKey()
          Returns the row's key.
 Key Row.getKey()
          Returns the row's key.
 Key RowValException.getRowKey()
           
 Key DeadEntityAccessException.getKey()
           
 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.
 

Methods in oracle.jbo with parameters of type Key
TypeName
 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)
          Accesses a row through a unique key.
 Row[] RowIterator.findByKey(Key key, int maxNumOfRows)
          Finds and returns view rows that match the specified key.
 

Constructors in oracle.jbo with parameters of type Key
TypeName
RowInconsistentException(Key key)
           
RowNotFoundException(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.
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(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.
DeadEntityAccessException(java.lang.String objName, Key key)
           
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)
           
TooManyObjectsException(Key primaryKey)
          Constructs a new instance.
 

Uses of Key in oracle.jbo.common
 

Methods in oracle.jbo.common that return Key
TypeName
 Key PiggybackKeyEntry.getKey()
           
static Key RowSetIteratorHelper.createKey(AttributeList al, AttributeDef[] keyAttrs)
           
 

Constructors in oracle.jbo.common with parameters of type Key
TypeName
PiggybackKeyEntry(Key key)
           
 

Uses of Key in oracle.jbo.server
 

Methods in oracle.jbo.server that return Key
TypeName
 Key RowFilterKey.getKey()
           
abstract  Key RowImpl.getKey()
           
 Key ViewRowImpl.getKey()
          Returns the identifier object for this row.
 Key EntityImpl.getPrimaryKey()
          Returns the primay key for this Entity Object's row.
 Key EntityImpl.getKey()
          Internal: Applications should not use thid method.
 Key ViewObjectImpl.createKey(AttributeList nvp)
          Given a set of attribute values (name-value pairs), creates a key object for this ViewObject.
 Key EntityEvent.getNewKey()
           
 Key Entity.getPrimaryKey()
          Returns the primay key for this Entity Object's row.
 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)
           
 

Methods in oracle.jbo.server with parameters of type Key
TypeName
 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.
protected  void EntityCache.replace(EntityImpl srow, Key okey)
          Remove a row in cache and add it in using the new key values.
 Row ViewObjectImpl.getRow(Key key)
          Returns the first row matching a given key.
 Row[] ViewObjectImpl.findByKey(Key key, int maxNumOfRows)
          Creates an array of rows matching a given key.
 EntityImpl NullDBTransactionImpl.findByPrimaryKey(EntityDefImpl entityDef, Key key)
          Implementation of the DBTransaction interface.
 EntityImpl NullDBTransactionImpl.findByPrimaryKey(java.lang.String entityDefName, Key key)
          Implementation of the DBTransaction interface.
 EntityImpl EntityDefImpl.findByPrimaryKey(DBTransaction txn, Key key)
          Finds an Entity Object given a Primary Key.
 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 key specified in 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.
 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.
 

Constructors in oracle.jbo.server with parameters of type Key
TypeName
EntityEvent(EntityImpl source, int eventType, int oldState, int[] changedColumns, java.lang.Object[] origValues, Key newKey)
           
 

Uses of Key in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui that return Key
TypeName
 Key JUTreeNodeBinding.getRowKey()
          Returns the Key object that identifies the row that this node is displaying.
 


Business Components