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.
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.
A Class class.
BaseNavigatorBar() - Constructor for class oracle.jbo.html.databeans.BaseNavigatorBar
Constructor
BaseObject - class oracle.jbo.common.BaseObject.
The base class of all component classes.
BaseObject() - Constructor for class oracle.jbo.common.BaseObject
 
BaseSQLBuilderImpl - class oracle.jbo.server.BaseSQLBuilderImpl.
Internal: Applications should not use this interface.
BaseSQLBuilderImpl() - Constructor for class oracle.jbo.server.BaseSQLBuilderImpl
 
BaseTree - class oracle.jbo.jbotester.BaseTree.
 
BaseTree(MainFrame) - Constructor for class oracle.jbo.jbotester.BaseTree
 
BC4J_CONFIG - Static variable in class oracle.jbo.common.Configuration
Name of the tag, which in turn holds the AppModuleConfig nodes
BC4J_CONFIG_NAME - Static variable in class oracle.jbo.common.Configuration
 
BC4J_PROPERTIES_FILE - Static variable in class oracle.jbo.common.PropertyManager
 
BC4J_PROPERTIES_RESOURCE - Static variable in class oracle.jbo.common.PropertyManager
 
bc4jConDefaultName - Static variable in class oracle.jbo.jbotester.Res
 
bc4jConNameLabel - Static variable in class oracle.jbo.jbotester.Res
 
beanToStore(Object, Row) - Method in class oracle.jbo.server.AttributeDefImpl
Internal: Applications should not use this method.
beanToStore(Object, Row) - Method in interface oracle.jbo.server.EJBPersistable
 
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 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.
beforeCommit(TransactionEvent) - Method in interface oracle.jbo.server.TransactionListener
Called to report that a Commit operation is imminent.
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 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.
beforeRollback(TransactionEvent) - Method in interface oracle.jbo.server.TransactionListener
Called to report that a Rollback operation is imminent.
begin() - Method in class oracle.jbo.server.DefaultTxnHandlerImpl
 
begin() - Method in interface oracle.jbo.server.TransactionHandler
 
BFileDomain - class oracle.jbo.domain.BFileDomain.
This class provides a lightweight wrapper for oracle.sql.BFILE, the Java representation of the BFILE database type.
BFileDomain() - Constructor for class oracle.jbo.domain.BFileDomain
Constructor for this class.
BFileDomain(BFILE) - Constructor for class oracle.jbo.domain.BFileDomain
Constructor for this class, given a BFILE object.
BFileDomain(BFILE, byte[]) - Constructor for class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this constructor.
BFileDomain(BFileDomain, byte[]) - Constructor for class oracle.jbo.domain.BFileDomain
Creates an instance of this class with data as described in bFileData and using the transaction context from bFile to use the file-locator in the database.
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
 
bigDecimalValue() - Method in class oracle.jbo.domain.Char
Calls CHAR.bigDecimalValue() to convert this object into a Java BigDecimal.
bigDecimalValue() - Method in class oracle.jbo.domain.Number
Calls NUMBER.bigDecimalValue() to convert internal Oracle Number into a Java BigDecimal.
bigIntegerValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a BigInteger.
bigIntegerValue() - Method in class oracle.jbo.domain.Number
Calls NUMBER.bigIntegerValue() to convert internal Oracle Number to a Java BigInteger.
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
 
bindInsertStatement(EntityImpl, CallableStatement, AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], AttributeDefImpl[], Hashtable, int) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
DOCTD: Method declaration
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
 
BlobDomain - class oracle.jbo.domain.BlobDomain.
This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
BlobDomain() - Constructor for class oracle.jbo.domain.BlobDomain
Constructor for this object.
BlobDomain(BLOB) - Constructor for class oracle.jbo.domain.BlobDomain
Constructor for this object.
BlobDomain(BLOB, byte[]) - Constructor for class oracle.jbo.domain.BlobDomain
Creates an instance of this class with data as described in blobData and using the transaction context from blob to use the blob-locator in the database.
BlobDomain(BlobDomain, byte[]) - Constructor for class oracle.jbo.domain.BlobDomain
Creates an instance of this class with data as described in blobData and using the transaction context from blob to use the blob-locator in the database.
BlobDomain(byte[]) - Constructor for class oracle.jbo.domain.BlobDomain
Constructor for this class.
BlobDomainInterface - interface oracle.jbo.domain.BlobDomainInterface.
Provides methods to save data to, and extract data from, LOB domain classes.
BOOLEAN - Static variable in class oracle.jbo.server.util.Variant
 
BooleanType_S - Static variable in class oracle.jbo.server.util.Variant
 
booleanValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a boolean.
bReleaseApplication - Variable in class oracle.jdeveloper.html.DataWebBeanImpl
 
bRemoveViewObject - Variable in class oracle.jdeveloper.html.PickList
 
bScroll - Variable in class oracle.jdeveloper.html.HTMLSelect
 
bShowCurrentRow - Variable in class oracle.jbo.html.databeans.RowSetBrowser
 
bShowNavigationButtons - Variable in class oracle.jbo.html.databeans.BaseNavigatorBar
 
bSimpleMode - Variable in class oracle.jbo.html.databeans.FindForm
 
BUBBLE_CHART - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
BUBBLE_CHART_DUAL_AXIS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
BUBBLE_CHART_LABELS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
BUBBLE_CHART_LABELS_DUAL_AXIS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
buildAttrSQLTypes() - Method in class oracle.jbo.domain.Struct
Returns an array of the SQL datatypes of the attributes in this StructDomain object.
buildConfigurationFileName(String) - Static method in class oracle.jbo.common.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.common.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
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[]) - 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.
buildQualifyingRowFilters(Object[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
buildRowFilter(Object[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
buildSelectString(StringBuffer, String, AttributeDefImpl[], boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Construct a SQL SELECT statement for the Entity into the designated Buffer.
buildSelectString(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.
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[]) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
DOCTD: Method declaration TODO: KM _ don't like the fact that this requires an entitydef
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.
bUseLineBreaks - Variable in class oracle.jdeveloper.html.PickList
 
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_ADD_CONDITION - Static variable in class oracle.jbo.html.databeans.Res
 
BUTTON_CLEAR_QUERY - Static variable in class oracle.jbo.html.databeans.Res
 
BUTTON_CONNECT - Static variable in class oracle.jbo.html.databeans.Res
 
BUTTON_EXECUTE_QUERY - Static variable in class oracle.jbo.html.databeans.Res
 
BUTTON_POST_CHANGES - Static variable in class oracle.jbo.html.databeans.Res
 
BUTTON_SAVE_CHANGES - Static variable in class oracle.jbo.html.databeans.Res
 
buttonBar - Variable in class oracle.jdeveloper.html.HTMLForm
 
buttonBorder - Static variable in class oracle.jbo.jbotester.NavBar
 
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
 
byteValue() - Method in class oracle.jbo.domain.Number
Calls NUMBER.byteValue() to convert internal Oracle Number to a Java byte.

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