Business Components
A B C D E F G H I J K L M N O P Q R S T U V W X _

B

b - Variable in class oracle.jbo.server.JboMultiCaster
 
bAddNullEntry - Variable in class oracle.jdeveloper.html.PickList
 
bAlternateColors - Variable in class oracle.jbo.html.databeans.RowSetBrowser
 
bArray2nibbles(byte[], byte[]) - Static method in class oracle.jbo.common.RepConversion
Byte array to nibbles.
bArray2String(byte[]) - Static method in class oracle.jbo.common.RepConversion
Byte array to String.
baseClassName - Static variable in class oracle.jbo.html.VHHandlerGenerator
 
BaseEnumEditor - class oracle.jbo.server.rules.BaseEnumEditor.
A base for classes that support GUIs for editing lists of symbols.
BaseEnumEditor() - Constructor for class oracle.jbo.server.rules.BaseEnumEditor
 
BaseNavigatorBar - class oracle.jbo.html.databeans.BaseNavigatorBar.
 
BaseNavigatorBar() - Constructor for class oracle.jbo.html.databeans.BaseNavigatorBar
Constructor
BaseSQLBuilderImpl - class oracle.jbo.server.BaseSQLBuilderImpl.
Internal: Applications should not use this interface.
BaseSQLBuilderImpl() - Constructor for class oracle.jbo.server.BaseSQLBuilderImpl
 
BC4J_CONFIG - Static variable in class oracle.jbo.client.Configuration
Name of the tag, which in turn holds the AppModuleConfig nodes
BC4J_CONFIG_NAME - Static variable in class oracle.jbo.client.Configuration
 
BC4J_CREATE_AM - Static variable in class oracle.jbo.common.EventGroup
 
BC4J_CREATE_COMPOBJ - Static variable in class oracle.jbo.common.EventGroup
 
BC4J_CREATE_ROOTAM - Static variable in class oracle.jbo.common.EventGroup
 
BC4J_CREATE_VIEWLINK - Static variable in class oracle.jbo.common.EventGroup
 
BC4J_CREATE_VIEWOBJECT - Static variable in class oracle.jbo.common.EventGroup
 
BC4J_PROPERTIES_FILE - Static variable in class oracle.jbo.common.PropertyManager
 
BC4J_PROPERTIES_RESOURCE - Static variable in class oracle.jbo.common.PropertyManager
 
BEANMANAGED_SERVICE_SB - Static variable in interface oracle.jbo.common.PropertyConstants
 
BEANMANAGED_SESSIONBEAN - Static variable in interface oracle.jbo.common.PropertyConstants
 
beanToStore(Object, Row) - Method in interface oracle.jbo.server.EJBPersistable
 
beanToStore(Object, Row) - Method in class oracle.jbo.server.AttributeDefImpl
Internal: Applications should not use this method.
BEFORE_PK_CHANGE - Static variable in class oracle.jbo.server.EntityEvent
An event type indicating that the Entity Object's primary key is about to change; that is, setAttribute() has been called on a primary key attribute for the Entity Object.
BEFORE_REMOVE - Static variable in class oracle.jbo.server.EntityEvent
An event type indicating that the Entity Object's row is to be removed.
beforeCommit(TransactionEvent) - Method in interface oracle.jbo.server.TransactionListener
Called to report that a Commit operation is imminent.
beforeCommit(TransactionEvent) - Method in class oracle.jbo.server.EntityImpl
Polls transaction listeners before a commit operation.
beforeCommit(TransactionEvent) - Method in class oracle.jbo.server.ViewObjectImpl
Handles events raised before a transaction is committed.
beforeCompletion() - Method in class oracle.jbo.server.JTATxnHandlerImpl
 
beforeCurrencyChange(JUPanelValidationEvent) - Method in class oracle.jbo.uicli.jui.JUPanelValidationAdapter
 
beforeCurrencyChange(JUPanelValidationEvent) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Notifies all JUPanelValidationListeners with the beforeCurrencyChange event.
beforeCurrencyChange(JUPanelValidationEvent) - Method in interface oracle.jbo.uicli.jui.JUPanelValidationListener
Invoked before a JClient binding object calls a navigation event to display the next row data in the JClient controls.
beforeDisconnect() - Method in class oracle.jbo.server.ApplicationModuleImpl
Invoked before the application module database connection has been released.
beforeEntityRemove(Entity) - Method in class oracle.jbo.server.ViewObjectImpl
Notification handler called before an entity row is removed.
beforePassivateElement(PCollPersistable) - Method in class oracle.jbo.server.QueryCollection
 
beforeRollback(TransactionEvent) - Method in interface oracle.jbo.server.TransactionListener
Called to report that a Rollback operation is imminent.
beforeRollback(TransactionEvent) - Method in class oracle.jbo.server.EntityImpl
Polls transaction listeners before a rollback operation.
beforeRollback(TransactionEvent) - Method in class oracle.jbo.server.ViewObjectImpl
Handles events raised before a transaction is rolled back.
beforeSaveTransaction(JUPanelValidationEvent) - Method in class oracle.jbo.uicli.jui.JUPanelValidationAdapter
 
beforeSaveTransaction(JUPanelValidationEvent) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Notifies all JUPanelValidationListeners with the beforeSaveTransaction event.
beforeSaveTransaction(JUPanelValidationEvent) - Method in interface oracle.jbo.uicli.jui.JUPanelValidationListener
Invoked before a JClient binding object calls commit() on the transaction, to save any pending changes into the database.
beforeSetAttribute(JUPanelValidationEvent) - Method in class oracle.jbo.uicli.jui.JUPanelValidationAdapter
 
beforeSetAttribute(JUPanelValidationEvent) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Notifies all JUPanelValidationListeners with the beforeSetAttribute event.
beforeSetAttribute(JUPanelValidationEvent) - Method in interface oracle.jbo.uicli.jui.JUPanelValidationListener
Invoked before a JClient Binding object calls Row.setAttribute() to update a value from a binding object into the corresponding Row object.
begin() - Method in class oracle.jbo.server.DefaultTxnHandlerImpl
 
begin() - Method in interface oracle.jbo.server.TransactionHandler
 
begin() - Method in class oracle.jbo.html.jsp.datatags.JServerUserTransactionBean
 
bGenerateLabels - Variable in class oracle.jdeveloper.html.HTMLForm
 
BIGDECIMAL - Static variable in class oracle.jbo.server.util.Variant
 
BigDecimalType_S - Static variable in class oracle.jbo.server.util.Variant
 
BINARY_STREAM - Static variable in class oracle.jbo.server.util.Variant
Deprecated. use INPUTSTREAM.
BinaryStreamType_S - Static variable in class oracle.jbo.server.util.Variant
 
bind(Name, Object) - Method in class oracle.jbo.common.JboInitialContext
 
bind(String, Object) - Method in class oracle.jbo.common.JboInitialContext
 
BINDING_STYLE_JDBC - Static variable in interface oracle.jbo.server.SQLBuilder
 
BINDING_STYLE_ORACLE - Static variable in interface oracle.jbo.server.SQLBuilder
 
BINDING_STYLE_UNKNOWN - Static variable in interface oracle.jbo.server.SQLBuilder
 
bindings - Static variable in class oracle.jbo.html.VHHandlerGenerator
 
bindInsertStatement(EntityImpl, CallableStatement, AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], Hashtable, int) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
DOCTD: Method declaration
bindRowSetIterator(NavigatableRowIterator, boolean) - Method in class oracle.jbo.uicli.binding.JUIteratorBinding
Use this method to bind a new instance of RowIterator from a BC4J ViewObject to this iterator.
bindRowSetIterator(RowSetIterator) - Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
Associates the given RowSet iterator with this Binding object.
bindRowSetIterator(RowSetIterator, String[]) - Method in interface oracle.jbo.uicli.jui.JULovPanelInterface
Sets display using data from this RSI.
bindRowSetIterator(String, RowSetIterator) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Binds the iterator identified by iterBindingName in this panel with another iterator.
bindRowSetIterator(String, String) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Binds the iterator identified by iterBindingName in this panel with another ViewObject in the current application module identified by the given voInstanceName
bindToBean(EntityBean) - Method in class oracle.jbo.server.EJBEntityImpl
 
bindUpdateStatement(EntityImpl, CallableStatement, AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], Hashtable, int) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
DOCTD: Method declaration
bindWhereClause(EntityImpl, PreparedStatement, AttributeDefImpl[], Object, int) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Bind the Primary key values for the designated Statement.
bindWhereClause(EntityImpl, PreparedStatement, AttributeDefImpl[], Object, int) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
Bind the Primary key values for the designated Statement.
bldnum - Static variable in class oracle.jbo.Version
 
BlobDomainInterface - interface oracle.jbo.domain.BlobDomainInterface.
Provides methods to save data to, and extract data from, LOB domain classes.
bndDefTab - Static variable in class oracle.jbo.html.VHHandlerGenerator
 
BOOLEAN - Static variable in class oracle.jbo.server.util.Variant
 
BooleanType_S - Static variable in class oracle.jbo.server.util.Variant
 
breakIntoWords(String, boolean) - Static method in class oracle.jbo.html.VHHTMLProcessor
 
bReleaseApplication - Variable in class oracle.jdeveloper.html.DataWebBeanImpl
 
bShowCurrentRow - Variable in class oracle.jbo.html.databeans.RowSetBrowser
 
bShowDeleteButton - Variable in class oracle.jbo.html.databeans.EditCurrentRecord
Show\Hide delete button
bShowNavigationButtons - Variable in class oracle.jbo.html.databeans.BaseNavigatorBar
 
bSimpleMode - Variable in class oracle.jbo.html.databeans.FindForm
 
btnCancel - Variable in class oracle.jbo.uicli.controls.JULovDialog
 
btnHelp - Variable in class oracle.jbo.uicli.controls.JULovDialog
 
btnOK - Variable in class oracle.jbo.uicli.controls.JULovDialog
 
BUBBLE_CHART - Static variable in interface oracle.jbo.uicli.jui.GraphConstants
 
BUBBLE_CHART - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
BUBBLE_CHART_DUAL_AXIS - Static variable in interface oracle.jbo.uicli.jui.GraphConstants
 
BUBBLE_CHART_DUAL_AXIS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
BUBBLE_CHART_LABELS - Static variable in interface oracle.jbo.uicli.jui.GraphConstants
 
BUBBLE_CHART_LABELS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
BUBBLE_CHART_LABELS_DUAL_AXIS - Static variable in interface oracle.jbo.uicli.jui.GraphConstants
 
BUBBLE_CHART_LABELS_DUAL_AXIS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
buildAttributeListWithLabel(String[], String) - Static method in class oracle.jbo.uicli.jui.JUGraphBinding
 
buildConfigurationFileName(String) - Static method in class oracle.jbo.client.Configuration
A helper function which hides the details of building a package qualified filename for the Configuration file.
buildConfigurationFileNameFromClassPath(String) - Static method in class oracle.jbo.client.Configuration
 
buildDeleteStatement(EntityImpl, String, String, AttributeDefImpl[]) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Construct a SQL INSERT statement
buildDeleteStatement(EntityImpl, String, String, AttributeDefImpl[]) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
Construct a SQL INSERT statement
buildFromClause() - Method in class oracle.jbo.server.ViewObjectImpl
 
buildInsertStatement(EntityImpl, String, AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[]) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Construct a SQL INSERT statement
buildInsertStatement(EntityImpl, String, String, AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], boolean) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
Construct a SQL INSERT statement
buildNewCollection(Object[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
buildOrderByClause(StringBuffer, String) - Method in class oracle.jbo.server.ViewObjectImpl
Builds the order-by-clause part of the query and adds it into the string buffer.
buildOutString(String, String, Object, Object, int) - Static method in class oracle.jbo.html.VHHTMLProcessor
 
buildQualifyingRowFilters(Object[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
buildRowFilter(Object[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
buildSelectString(DBTransactionImpl, StringBuffer, String, String, AttributeDefImpl[], boolean, int) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
Construct a SQL SELECT statement for the Entity into the designated Buffer.
buildSelectString(StringBuffer, String, AttributeDefImpl[], boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Construct a SQL SELECT statement for the Entity into the designated Buffer.
buildUpdateStatement(EntityImpl, String, AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[]) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
DOCTD: Method declaration TODO: KM _ don't like the fact that this requires an entitydef
buildUpdateStatement(EntityImpl, String, String, AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], boolean) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
DOCTD: Method declaration TODO: KM _ don't like the fact that this requires an entitydef
buildUrl(String, String[], String[]) - Method in class oracle.jbo.html.jsp.datatags.ComponentTag
 
buildUrl(String, String[], String[]) - Static method in class oracle.jbo.html.jsp.datatags.Utils
 
buildWhereClause(EntityImpl, StringBuffer, AttributeDefImpl[], Object) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Construct a SQL WHERE clause for the Entity into the designated Buffer, based upon the Source Columns.
buildWhereClause(EntityImpl, StringBuffer, AttributeDefImpl[], Object) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
Construct a SQL WHERE clause for the Entity into the designated Buffer, based upon the Source Columns.
buildWhereClause(StringBuffer, int) - Method in class oracle.jbo.server.ViewObjectImpl
Builds the WHERE clause part of the query and adds it into the string buffer.
bUsedInTag - Variable in class oracle.jdeveloper.html.WebBeanImpl
 
bUseLineBreaks - Variable in class oracle.jbo.html.jsp.datatags.InputSelectBase
 
bUseLineBreaks - Variable in class oracle.jdeveloper.html.StaticPickList
 
bUseRequest - Variable in class oracle.jbo.html.jsp.datatags.RowTag
 
BusinessObject - interface oracle.jbo.server.BusinessObject.
Implemented by top-level Entity Objects that aggregate Entity Objects.
button - Variable in class oracle.jdeveloper.html.DHTMLButton
 
BUTTON_COMMIT - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_DELETE - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_DISABLED - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_EXECUTE - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_FIND - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_FIRST - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_INSERT - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_LAST - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_NEXT - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_NORMAL - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_PRESSED - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_PREV - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_ROLLBACK - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
BUTTON_ROLLOVER - Static variable in class oracle.jbo.uicli.controls.JUNavigationBar
 
buttonBar - Variable in class oracle.jdeveloper.html.HTMLForm
 
buttonNames - Variable in class oracle.jdeveloper.html.DHTMLButtonBar
 
buttons - Variable in class oracle.jbo.html.databeans.BaseNavigatorBar
 
bWasExecuted - Variable in class oracle.jbo.html.databeans.FindForm
 
BYTE - Static variable in class oracle.jbo.server.util.Variant
 
BYTE_ARRAY - Static variable in class oracle.jbo.server.util.Variant
 
ByteArrayType_S - Static variable in class oracle.jbo.server.util.Variant
 
ByteType_S - Static variable in class oracle.jbo.server.util.Variant
 

Business Components
A B C D E F G H I J K L M N O P Q R S T U V W X _