Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Package oracle.jbo

Interface Summary
ApplicationModule An application module is a logical container for coordinated objects related to a particular task with optional programming logic.
AttributeDef Represents the definition of a named attribute (i.e.
AttributeHints Defines access to an Attribute's user interface hints.
AttributeList Provides access to a list of attributes.
ComponentObject Provides access to component objects by name.
ComponentObjectListener  
CriteriaAdapter  
DataSecurityProvider  
ExprValueErrorHandler  
ExprValueSupplier  
JboContext Defines additional properties (or environment variables) for the initial context.
JboExceptionHandler Defines methods for handling exceptions in the client that are thrown by the middle tier.
JboReservedVarNames  
LocaleContext This class represents the LocalContext used as part of the formatting and UI hints support.
MetaObjectTypes  
NavigatableRowIterator Provides simple access to a set of rows.
Properties Provides access to custom name-value pairs stored in an object's metadata definition.
Row This interface provides access to rows.
RowIterator The interface for Row Iterator.
RowMatchBindValueSupplier  
RowNavigationListener Implemented by subscribers to events generated by row sets.
RowSet A RowSet belongs to a view object.
RowSetIterator The interface for Row Set Iterator.
RowSetListener Implemented by subscribers to events generated by row sets.
RowSetManagementListener Implemented by subscribers to row set management events generated by row sets or row set iterators.
SecurityHints  
Session An interface for session context objects.
SessionContext  
SortCriteria  
StructureDef Imlemented by classes that access a View Object's or Entity Object's metadata.
Transaction Provides the base methods for defining database transactions.
TransactionStateListener Implemented by subscribers to row set management events generated by row sets or row set iterators.
Variable Defines a named variable.
VariableManager Manages named variables.
VariableManagerOwner This interface is implemented by objects that manage Variables.
VariableManagerOwnerBase This interface is implemented by objects that manage Variables.
VariableValueManager Manages named variables and their values.
ViewClearCacheListener Implemented by subscribers to view clear cache events generated by a view object.
ViewCriteriaComponent  
ViewCriteriaHints Defines access to an Attribute's user interface hints.
ViewCriteriaItemHints Defines access to an Attribute's user interface hints.
ViewCriteriaManager ViewCriteriaManager interface describes a set of functionality that a criteria manager must implement to manage a set of view criteria.
ViewCriteriaResolver  
ViewLink Implemented by View Link classes.
ViewObject ViewObject decribes how the application will view and update data.
WarningContainer Objects that implement ability to manage JboWarning objects raised by business logic or validation logic may implement this interface.
XMLInterface  
 

Class Summary
ConnectionMetadata A structure that stores JDBC connection metadata.
CriteriaClauses  
CSMessageBundle  
CSMessageBundle_ar  
CSMessageBundle_cs  
CSMessageBundle_da  
CSMessageBundle_de  
CSMessageBundle_el  
CSMessageBundle_es  
CSMessageBundle_fi  
CSMessageBundle_fr  
CSMessageBundle_hu  
CSMessageBundle_it  
CSMessageBundle_iw  
CSMessageBundle_ja  
CSMessageBundle_ko  
CSMessageBundle_nl  
CSMessageBundle_no  
CSMessageBundle_pl  
CSMessageBundle_pt  
CSMessageBundle_pt_BR  
CSMessageBundle_ro  
CSMessageBundle_ru  
CSMessageBundle_sk  
CSMessageBundle_sv  
CSMessageBundle_th  
CSMessageBundle_tr  
CSMessageBundle_zh_CN  
CSMessageBundle_zh_TW  
DeleteEvent An event generated by RowSetIterator to inform its listeners when a row is deleted.
ExprEval  
InsertDeleteEvent An event class used by RowSetIterator to inform its listeners when a row is modified, added, or deleted.
InsertEvent An event class used by RowSetIterator to inform its listeners when a row has been inserted.
JboEvent The superclass of events in the Business Components for Java framework.
JboSyncLock  
Key  
ListElement  
NameValuePairs Holder of name/value pairs.
NavigationEvent An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
RangeEvent Generated by RowSetIterator to inform its listeners when rows in a range are updated or scrolled.
RangeRefreshEvent Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
RowComparator  
RowEvent An event class used by RowSetIterator to inform its listeners when a row is modified, added, or deleted.
RowMatch  
RowSetManagementEvent Generated by RowSet or RowSetIterator to inform its listeners when the row set is closed or reset.
RowValueSupplier  
ScrollEvent Generated by RowSetIterator to inform its listeners when a range of rows is scrolled.
SessionData A structure that stores BC4J session context.
SortCriteriaImpl  
TransactionStateEvent Generated by RowSet or RowSetIterator to inform its listeners when the row set is closed or reset.
UpdateEvent An event class used by RowSetIterator to inform its listeners when a row is modified.
ViewClearCacheEvent Generated by ViewObject inform its listeners when the cache is cleared.
ViewCriteria A list of row criteria for a View Object's WHERE clause.
ViewCriteria.NestedViewCriteriaRow  
ViewCriteriaItem  
ViewCriteriaItemCompound  
ViewCriteriaItemValue  
ViewCriteriaItemVariable  
ViewCriteriaRow An array containing criteria for the individual attributes of a View Object's WHERE clause.
ViewCriteriaUsage  
 

Exception Summary
AfterCommitException Indicates failure during the after-commit phase of the transaction cycle.
AfterPostException Indicates failure during the after-post phase of the transaction cycle.
AfterRollbackException Indicates failure during the after-rollback phase of the transaction cycle.
AlreadyConnectedException An attempt was made to call connect() on a Transaction which is already connected to database.
AttributeLoadException Thrown when a value from a JDBC result set cannot be converted into a java type and loaded into an attribute.
AttrSetValException Indicates n failed attempt to set an attribute value.
AttrValException Indicates a attribute validation error.
BatchDMLException Indicates a failure to post data to a database.
CreateRowPrivilegeException  
CustomClassNotFoundException Indicates a failure to find the named custom component/definition/row class.
DeadEntityAccessException Indicates that a requested object could not be found.
DeadViewRowAccessException Indicates that a requested object could not be found.
DMLException Indicates a failure to post data to a database
HiddenDefException Indicates that an attempt has been made to use a hidden definition.
InvalidObjAccessException Indicates that an attempt has been made to associate an object with a type for which it is not valid.
InvalidObjNameException Indicates that an attempt has been made to associate an object with a type for which it is not valid.
InvalidOperException  
InvalidOwnerException Indicates that an attempt has been made to associate an object with an entity not its owner.
InvalidParamException Indicates that an attempt has been made to pass an parameter of an invalid type to a method.
JboException  
JboWarning  
KeyNotFoundException  
KeyNotPopulatedException  
ListBindingMismatchException Thrown when list binding does not find a matching row.
NameClashException Indicates that an attempt has been made to use a name that is already defined.
NoDefException Indicates that an attempt has been made to use a nonextistant definition.
NoObjException Indicates that a named object does not exist.
NotConnectedException Indicates that the Application Module is not connected to a database.
PCollException  
PersistenceException Indicates an error while loading XML files at Runtime.
ReadOnlyAttrException Indicates an attempt to modify a read-only attribute.
ReadOnlyDefObjectException Thrown when the application attempts to perform an update operation on a read-only def object.
ReadOnlyViewObjectException Thrown when the application attempts to perform a data update operation on a read-only view object.
RemoveRowPrivilegeException  
RemoveWithDetailsException Thrown when the application attempts to remove an Entity Object that is a composition association and has detail (children) Entity Objects.
RowAlreadyDeletedException Thrown when the requested row is not found in the the database perhaps it has been already deleted after the row was initially queried.
RowCreateException Thrown when an attempt to create a row fails.
RowInconsistentException Thrown if inconsist data is detected when locking a row.
RowNotFoundException Thrown when the requested row is not found.
RowValException Indicates that validation of a business object has failed.
SQLStmtException Thrown when the evaluation of a SQL statement fails.
TooManyObjectsException Thrown when more objects than expected are found.
TxnValException Thrown when reading an xml document fails for a RowSet or a Row.
ValidationException Indicates a validation failure.
ViewLinkAlreadyExistsException Thrown if a view link already exists between the source and destination view object.
 


Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.