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

P

PACKAGE_STR - Static variable in class oracle.jbo.jbotester.Res
 
packageLabel - Static variable in class oracle.jbo.jbotester.Res
 
page - Variable in class oracle.jdeveloper.html.WebBeanImpl
 
page - Variable in class oracle.jdeveloper.html.HTMLRenderingContext
 
paintValue(Graphics, Rectangle) - Method in class oracle.jbo.server.rules.BaseEnumEditor
Displays a value in this editor.
paintValue(Graphics, Rectangle) - Method in class oracle.jbo.server.rules.ValueListEditor
Has no effect: this list cannot be painted.
PANEL_JNDI_PATH - Static variable in class oracle.jbo.jbotester.Res
 
PANEL_JNDI_PATH_ERROR - Static variable in class oracle.jbo.jbotester.Res
 
paramQualifies(Object[]) - Method in interface oracle.jbo.server.RowFilter
Returns a flag indicating whether values is qualified by this row filter or not.
paramQualifies(Object[]) - Method in class oracle.jbo.server.RowFilterKey
 
parent - Variable in class oracle.jbo.jbotester.PlatformPanel
 
parent - Variable in class oracle.jbo.jbotester.JBOTreeNode
this node's parent, or null if this node has no parent
PASSIVATE_TO_DATABASE - Static variable in interface oracle.jbo.ApplicationModule
Used by setStoreForPassivate to serialize the state of the Application Module's session and any cached changes to the database.
PASSIVATE_TO_FILE - Static variable in interface oracle.jbo.ApplicationModule
Used by setStoreForPassivate to serialize the state of the Application Module's session and any cached changes to a file.
PASSIVATE_TO_MEMORY - Static variable in interface oracle.jbo.ApplicationModule
Used by setStoreForPassivate to serialize the state of the Application Module's session and any cached changes to memory.
passivateState(byte[]) - Method in interface oracle.jbo.ApplicationModule
Internal: Applications should not use this method.
passivateState(byte[]) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
passivateState(Document, Element) - Method in class oracle.jbo.server.ApplicationModuleImpl
Allows subclasses to store custom data as XML-nodes under the given parent element, in the given document.
passivateState(ViewRowImpl, Document, Element) - Method in class oracle.jbo.server.ViewObjectImpl
Allows subclasses to store custom data as XML-nodes under the given parent element, in the given document.
PASSIVATION_STORE_DATABASE - Static variable in interface oracle.jbo.common.PropertyConstants
 
PASSIVATION_STORE_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
PASSIVATION_STORE_FILE - Static variable in interface oracle.jbo.common.PropertyConstants
 
PASSIVATION_STORE_NULL - Static variable in interface oracle.jbo.common.PropertyConstants
 
PASSWORD_DIALOG_PASSWORD - Static variable in class oracle.jbo.jbotester.Res
 
PASSWORD_DIALOG_QUESTION - Static variable in class oracle.jbo.jbotester.Res
 
PASSWORD_DIALOG_TITLE - Static variable in class oracle.jbo.jbotester.Res
 
PASSWORD_DIALOG_USERNAME - Static variable in class oracle.jbo.jbotester.Res
 
pbEntries - Variable in class oracle.jbo.common.PiggybackViewEntry
 
PD_DEBUGDIAGNOSTIC_DEFAULT_LEVEL - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PD_DIAGNOSTIC_DEFAULT_LEVEL - Static variable in class oracle.jbo.common.DiagnosticFactory
 
pDefault - Variable in class oracle.jbo.common.PropertyMetadata
 
pDescription - Variable in class oracle.jbo.common.PropertyMetadata
 
PERSIST_MGR_NONE - Static variable in interface oracle.jbo.common.PropertyConstants
 
PERSIST_MGR_ORACLE - Static variable in interface oracle.jbo.common.PropertyConstants
 
PersistenceException - exception oracle.jbo.PersistenceException.
Indicates an error while loading XML files at Runtime.
PersistenceException(Class, String, Object[]) - Constructor for class oracle.jbo.PersistenceException
Creates an exception to be localized using a given message bundle and error code.
PersistenceException(String, Object[]) - Constructor for class oracle.jbo.PersistenceException
Creates an exception to be localized using CSMessageBundle and a given error code.
PickList - class oracle.jdeveloper.html.PickList.
This class represents a databound picklist.
PickList() - Constructor for class oracle.jdeveloper.html.PickList
Constructs object.
PIE - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
PIE_BAR_CHART - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
PIGGYBACK_DELETE - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_INSERT - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_LOCK - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_RANGE_REFRESHED - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_RANGE_REFRESHED_BEGIN - Static variable in class oracle.jbo.common.PiggybackEventEntry
 
PIGGYBACK_RANGE_REFRESHED_END - Static variable in class oracle.jbo.common.PiggybackEventEntry
 
PIGGYBACK_RANGE_SCROLLED - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_RANGE_SCROLLED_BEGIN - Static variable in class oracle.jbo.common.PiggybackEventEntry
 
PIGGYBACK_RANGE_SCROLLED_END - Static variable in class oracle.jbo.common.PiggybackEventEntry
 
PIGGYBACK_REMOVE_HDL - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_REVERT - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_ROW - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_SET_CURRENT_ROW - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_SET_CURRENT_ROW_AT_RANGE_INDEX - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_UPDATE - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_UPPER_VC_ROW - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PIGGYBACK_VALIDATE - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
PiggybackClsCheckWrapper - class oracle.jbo.common.PiggybackClsCheckWrapper.
 
PiggybackClsCheckWrapper(Object) - Constructor for class oracle.jbo.common.PiggybackClsCheckWrapper
 
PiggybackEntry - interface oracle.jbo.common.PiggybackEntry.
The common interface for classes that implement piggybacking.
PiggybackEventEntry - class oracle.jbo.common.PiggybackEventEntry.
This class is a helper class for Client Service to do piggybacking.
PiggybackEventEntry() - Constructor for class oracle.jbo.common.PiggybackEventEntry
 
PiggybackEventEntry(int, int, int, int, int, boolean) - Constructor for class oracle.jbo.common.PiggybackEventEntry
 
PiggybackException - exception oracle.jbo.PiggybackException.
Indicates a failure while reading/writing piggyback.
PiggybackException(String) - Constructor for class oracle.jbo.PiggybackException
Create an exception indicating that some error occurred while either reading or writing piggyback.
PiggybackExceptionEntry - class oracle.jbo.common.PiggybackExceptionEntry.
This class is a helper class for serializing array of objects
PiggybackExceptionEntry(Exception) - Constructor for class oracle.jbo.common.PiggybackExceptionEntry
 
PiggybackExceptionEntry(int, int, int, Exception) - Constructor for class oracle.jbo.common.PiggybackExceptionEntry
 
PiggybackExceptionEntry(JboWarning) - Constructor for class oracle.jbo.common.PiggybackExceptionEntry
 
PiggybackHandleEntry - class oracle.jbo.common.PiggybackHandleEntry.
This class is a helper class for Client Service to do piggybacking.
PiggybackHandleEntry() - Constructor for class oracle.jbo.common.PiggybackHandleEntry
 
PiggybackInput - class oracle.jbo.common.PiggybackInput.
This is a helper class for piggybacking input.
PiggybackInput() - Constructor for class oracle.jbo.common.PiggybackInput
 
PiggybackInput(byte[]) - Constructor for class oracle.jbo.common.PiggybackInput
 
PiggybackInput(ObjectMarshaller, byte[]) - Constructor for class oracle.jbo.common.PiggybackInput
 
PiggybackInputStream - class oracle.jbo.common.PiggybackInputStream.
This class is a helper class for Client Service to do piggybacking.
PiggybackInputStream(ObjectMarshaller, InputStream) - Constructor for class oracle.jbo.common.PiggybackInputStream
 
PiggybackKeyEntry - class oracle.jbo.common.PiggybackKeyEntry.
This class is a helper class for Client Service to do piggybacking on keys.
PiggybackKeyEntry(Key) - Constructor for class oracle.jbo.common.PiggybackKeyEntry
 
PiggybackNavigEntry - class oracle.jbo.common.PiggybackNavigEntry.
This class is a helper class for Client Service to do piggybacking.
PiggybackNavigEntry() - Constructor for class oracle.jbo.common.PiggybackNavigEntry
 
PiggybackNavigEntry(int, int, int) - Constructor for class oracle.jbo.common.PiggybackNavigEntry
 
PiggybackObjectOutputStream - class oracle.jbo.common.PiggybackObjectOutputStream.
This class is a helper class for Client Service to do piggybacking.
PiggybackObjectOutputStream(OutputStream, Locale, ApplicationModule) - Constructor for class oracle.jbo.common.PiggybackObjectOutputStream
protected PiggybackObjectOutputStream(Locale locale) throws IOException { super(); mLocale = locale; }
PiggybackObjRemovedEntry - class oracle.jbo.common.PiggybackObjRemovedEntry.
This class is a helper class for Client Service to do piggybacking.
PiggybackObjRemovedEntry() - Constructor for class oracle.jbo.common.PiggybackObjRemovedEntry
 
PiggybackObjRemovedEntry(int) - Constructor for class oracle.jbo.common.PiggybackObjRemovedEntry
 
PiggybackOutput - class oracle.jbo.common.PiggybackOutput.
This is a helper class for piggybacking output.
PiggybackOutput(Locale, ApplicationModule) - Constructor for class oracle.jbo.common.PiggybackOutput
 
PiggybackOutput(Vector, Locale, ApplicationModule) - Constructor for class oracle.jbo.common.PiggybackOutput
 
PiggybackRowEntry - class oracle.jbo.common.PiggybackRowEntry.
This class is a helper class for Client Service to do piggybacking.
PiggybackRowEntry() - Constructor for class oracle.jbo.common.PiggybackRowEntry
 
PiggybackRowEntry(ObjectMarshaller, int, int, int, AttributeList, Object, int[]) - Constructor for class oracle.jbo.common.PiggybackRowEntry
 
PiggybackRowEntry(ObjectMarshaller, int, int, int, Object[], int[], Object, int) - Constructor for class oracle.jbo.common.PiggybackRowEntry
 
PiggybackValueEntry - class oracle.jbo.common.PiggybackValueEntry.
This class is a helper class for serializing array of objects
PiggybackValueEntry() - Constructor for class oracle.jbo.common.PiggybackValueEntry
 
PiggybackValueEntry(int, Object) - Constructor for class oracle.jbo.common.PiggybackValueEntry
 
PiggybackViewEntry - class oracle.jbo.common.PiggybackViewEntry.
This class is a helper class for Client Service to do piggybacking.
PiggybackViewEntry() - Constructor for class oracle.jbo.common.PiggybackViewEntry
 
PiggybackViewEntry(int) - Constructor for class oracle.jbo.common.PiggybackViewEntry
 
PiggybackViewEntry(int, PiggybackEntry[], Vector) - Constructor for class oracle.jbo.common.PiggybackViewEntry
 
PiggybackViewEntry(int, PiggybackEntry, PiggybackExceptionEntry) - Constructor for class oracle.jbo.common.PiggybackViewEntry
 
PipeDiagnosticImpl - class oracle.jbo.common.PipeDiagnosticImpl.
The superclass for classes that act as a stream for diagnostic messages.
PipeDiagnosticImpl() - Constructor for class oracle.jbo.common.PipeDiagnosticImpl
Creates an instance.
PLATFORM_EJB - Static variable in interface oracle.jbo.JboContext
EJB on the Oracle8i platform.
PLATFORM_EJB_OAS - Static variable in interface oracle.jbo.JboContext
EJB on the Oracle Application Server platform.
PLATFORM_LOCAL - Static variable in interface oracle.jbo.JboContext
Local platform.
PLATFORM_OAS - Static variable in interface oracle.jbo.JboContext
Oracle Application Server platform.
PLATFORM_ORACLE8I - Static variable in interface oracle.jbo.JboContext
Oracle8i platform.
PLATFORM_VB - Static variable in interface oracle.jbo.JboContext
Visibroker platform.
PLATFORM_WLS - Static variable in interface oracle.jbo.JboContext
 
PlatformPanel - class oracle.jbo.jbotester.PlatformPanel.
 
PlatformPanel() - Constructor for class oracle.jbo.jbotester.PlatformPanel
 
PlatformPanel(LayoutManager) - Constructor for class oracle.jbo.jbotester.PlatformPanel
 
PN_DEBUG_PREFIX - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_DEBUG_PREFIX - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PN_DEBUG_TYPE - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_DEBUG_TYPE - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PN_JBO_JDBC_TRACE - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_JBO_JDBC_TRACE - Static variable in interface oracle.jbo.common.PropertyConstants
 
PN_JDBC_DRIVER_VERBOSE - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_JDBC_DRIVER_VERBOSE - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PN_PIPE_TARGET - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PN_POOL_MANAGER - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_POOL_MANAGER - Static variable in interface oracle.jbo.common.PropertyConstants
 
PN_SHOW_FUNCTION - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_SHOW_FUNCTION - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PN_SHOW_LEVEL - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_SHOW_LEVEL - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PN_SHOW_LINECOUNT - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_SHOW_LINECOUNT - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PN_SHOW_TIMING - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_SHOW_TIMING - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PN_SQLBUILDERIMPL - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_SQLBUILDERIMPL - Static variable in interface oracle.jbo.common.PropertyConstants
 
PN_SQLTYPEMAP - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_SQLTYPEMAP - Static variable in interface oracle.jbo.common.PropertyConstants
 
PN_TRACE_THRESHOLD - Static variable in class oracle.jbo.common.PropertyMetadata
 
PN_TRACE_THRESHOLD - Static variable in class oracle.jbo.common.DiagnosticFactory
 
pName - Variable in class oracle.jbo.common.PropertyMetadata
 
POLAR - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
POLAR_DUAL_AXIS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
POOL_RECYCLE_THRESHOLD_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
PoolAdministrator - class oracle.jdeveloper.jsp.wb.PoolAdministrator.
This WebBean provides information regarding the current contents of the application module pool.
PoolAdministrator() - Constructor for class oracle.jdeveloper.jsp.wb.PoolAdministrator
Constructor
PoolMgr - class oracle.jbo.common.ampool.PoolMgr.
This class manages the Application Pool.
PoolTester - class oracle.jbo.common.ampool.PoolTester.
The PoolTester class provides a sample implementation and use of Application Module Pooling in LOCAL mode.
PoolTester() - Constructor for class oracle.jbo.common.ampool.PoolTester
Constructor
populate(ResultSet) - Method in class oracle.jbo.server.ViewRowImpl
Internal: Applications should not use this method.
populateAttribute(int, Object) - Method in class oracle.jbo.server.RowImpl
 
populateAttribute(int, Object) - Method in class oracle.jbo.server.EntityImpl
Advanced method: Applications should not use this method.
populateAttribute(int, Object) - Method in class oracle.jbo.server.ViewRowImpl
 
populateAttributeAsChanged(int, Object) - Method in class oracle.jbo.server.EntityImpl
Advanced method: Applications should typically not call this method from their subclasses.
populateAttributeAsChanged(int, Object) - Method in class oracle.jbo.server.ViewRowImpl
 
populated - Variable in class oracle.jdeveloper.html.DHTMLRow
 
populateEntries() - Static method in class oracle.jbo.common.JboTypeMap
 
populateEntries(String) - Static method in class oracle.jbo.common.JboTypeMap
 
populateHashTableWithOasRemoteConnectionInfo(Hashtable, String, String, String) - Static method in class oracle.jbo.html.jsp.ConnectionInfo
This is an internal function that populates a Hashtable with the HTTP connection information.
populateHashTableWithRemoteConnectionInfo(Hashtable, String, String, String) - Static method in class oracle.jbo.html.jsp.ConnectionInfo
 
populateJboTypeMapEntries() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
populateJboTypeMapEntries() - Method in interface oracle.jbo.server.SQLBuilder
Populates the system typemap table with entries appropriate for the JDBC implementation.
populateToolBarFromCommands() - Method in class oracle.jbo.html.databeans.BaseNavigatorBar
 
populateToolBarFromCommands() - Method in class oracle.jbo.html.databeans.JSNavigatorBar
 
populateToolBarFromCommands() - Method in class oracle.jbo.html.databeans.NavigatorBar
 
POS_AT_ROW_HDL - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
POS_FIRST - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
POS_LAST - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
POS_NEXT - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
POS_PREV - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
POS_RANGE_IDX - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
POS_REFRESH_CACHE - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
POS_RESET - Static variable in class oracle.jbo.common.PiggybackRowEntry
 
postChanges() - Method in interface oracle.jbo.Transaction
Synchronizes the changes in the middle-tier transaction-cache with the database.
postChanges() - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
postChanges() - Method in class oracle.jbo.server.DBTransactionImpl
Synchronizes the changes in the middle-tier transaction-cache with the database.
postChanges(TransactionEvent) - Method in class oracle.jbo.server.EntityImpl
Initiates a post operation for this Entity Object.
postChanges(TransactionEvent) - Method in interface oracle.jbo.server.TransactionPostListener
Notifies a listener to post any cached changes to the database.
postChanges(TransactionEvent) - Method in class oracle.jbo.server.DBTransactionImpl
Internal: Applications should not use this method.
postChanges(TransactionEvent) - Method in class oracle.jbo.server.ViewObjectImpl
This method is not implemented in this class.
pow(int) - Method in class oracle.jbo.domain.Number
Raises this to the power of exp.
pow(Number) - Method in class oracle.jbo.domain.Number
Raises this to the power of exp.
pow(NUMBER) - Method in class oracle.jbo.domain.Number
Raises this to the power of exp.
pOwner - Variable in class oracle.jbo.common.PropertyMetadata
 
prefixString - Static variable in class oracle.jbo.html.databeans.ChartRenderer
unique prefix., used while generating key for image objects stored in the session.
prepareCall(String) - Static method in class oracle.jbo.server.JDBCInteract
 
prepareForDML(Object) - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
prepareForDML(Object) - Method in interface oracle.jbo.domain.BlobDomainInterface
Internal: Applications should not use this method.
prepareForDML(Object) - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
prepareForDML(Object) - Method in class oracle.jbo.domain.BlobDomain
Internal: Applications should not use this method.
prepareForMultiValueListGeneration() - Method in class oracle.jdeveloper.html.StaticPickList
 
prepareForMutliValueListGeneration() - Method in class oracle.jdeveloper.html.PickList
 
prepareForRendering() - Method in class oracle.jbo.html.databeans.JSRowSetBrowser
 
prepareStatement(String) - Static method in class oracle.jbo.server.JDBCInteract
 
PREV_PAGE - Static variable in class oracle.jbo.jbotester.NavBar
 
prev() - Method in class oracle.jbo.common.PropertyMetadata
 
PREVIOUS - Static variable in class oracle.jbo.jbotester.NavBar
 
previous() - Method in interface oracle.jbo.RowIterator
Steps backward, designating the previous row as the current row.
previous() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Navigates to the previous row in the row set.
previous() - Method in class oracle.jbo.server.ViewRowSetImpl
Navigates to the previous row in the row set.
previous() - Method in class oracle.jbo.server.ViewObjectImpl
Navigates to the previous row in the row set.
previousIndex() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the absolute row index of the previous row.
print(boolean) - Method in class oracle.jbo.common.DiagnosticStream
 
print(char) - Method in class oracle.jbo.common.DiagnosticStream
 
print(char[]) - Method in class oracle.jbo.common.DiagnosticStream
 
print(double) - Method in class oracle.jbo.common.DiagnosticStream
 
print(float) - Method in class oracle.jbo.common.DiagnosticStream
 
print(int) - Method in class oracle.jbo.common.DiagnosticStream
 
print(long) - Method in class oracle.jbo.common.DiagnosticStream
 
print(Object) - Method in class oracle.jbo.common.DiagnosticStream
 
print(PrintWriter) - Method in class oracle.jbo.html.databeans.XmlData
Prints the XML results to a PrintWriter.
print(String) - Method in class oracle.jbo.common.PipeDiagnosticImpl
Passes a message to the standard output.
print(String) - Method in class oracle.jbo.common.DiagnosticStream
 
print(String) - Static method in class oracle.jbo.common.DebugDiagnostic
Prints a trace message.
print(String) - Method in class oracle.jbo.common.SilentDiagnosticImpl
Consumes a message.
print(String) - Method in interface oracle.jbo.common.IDiagnostic
Prints a trace message.
print(String) - Method in class oracle.jbo.common.ConsoleDiagnosticImpl
Displays a message in the console.
print(String) - Static method in class oracle.jbo.common.Diagnostic
print a trace line to the diagnostic stream at the default diagnostic level.
print(String, int) - Static method in class oracle.jbo.common.DebugDiagnostic
Prints a trace message to the diagnostic device.
print(String, int) - Static method in class oracle.jbo.common.Diagnostic
print a trace line to the diagnostic stream, at the diagnostic level indicated.
printActiveObjsTab(PrintWriter) - Method in class oracle.jbo.server.ViewRowSetImpl
 
printActiveObjsTab(PrintWriter) - Method in class oracle.jbo.server.QueryCollection
 
printAttrXMLDefinition(AttributeList, String, AttributeDef, Hashtable, PrintWriter, boolean) - Static method in class oracle.jbo.domain.DomainAttributeDef
 
printColl(PrintWriter, int) - Method in class oracle.jbo.server.ViewRowSetImpl
 
printColl(PrintWriter, int) - Method in class oracle.jbo.server.QueryCollection
 
printInHex(byte) - Static method in class oracle.jbo.common.RepConversion
print byte in Hex.
printInHex(int) - Static method in class oracle.jbo.common.RepConversion
 
printInHex(long) - Static method in class oracle.jbo.common.RepConversion
 
printInHex(short) - Static method in class oracle.jbo.common.RepConversion
 
println() - Method in class oracle.jbo.common.DiagnosticStream
 
println(boolean) - Method in class oracle.jbo.common.DiagnosticStream
 
println(char) - Method in class oracle.jbo.common.DiagnosticStream
 
println(char[]) - Method in class oracle.jbo.common.DiagnosticStream
 
println(double) - Method in class oracle.jbo.common.DiagnosticStream
 
println(float) - Method in class oracle.jbo.common.DiagnosticStream
 
println(int) - Method in class oracle.jbo.common.DiagnosticStream
 
println(long) - Method in class oracle.jbo.common.DiagnosticStream
 
println(Object) - Method in class oracle.jbo.common.DiagnosticStream
 
println(String) - Method in class oracle.jbo.common.PipeDiagnosticImpl
Passes a message, with a carrage-return, to the standard output.
println(String) - Method in class oracle.jbo.common.DiagnosticStream
 
println(String) - Static method in class oracle.jbo.common.DebugDiagnostic
Prints a trace message line to the diagnostic device.
println(String) - Method in class oracle.jbo.common.SilentDiagnosticImpl
Consumes a message.
println(String) - Method in interface oracle.jbo.common.IDiagnostic
Prints a trace message and terminates the line.
println(String) - Method in class oracle.jbo.common.ConsoleDiagnosticImpl
Displays a message, with a carrage-return, in the console.
println(String) - Static method in class oracle.jbo.common.Diagnostic
Prints a trace message line to the diagnostic device.
println(String) - Static method in class oracle.jbo.server.JDBCInteract
 
println(String, int) - Static method in class oracle.jbo.common.DebugDiagnostic
Prints a trace message line to the diagnostic device.
println(String, int) - Static method in class oracle.jbo.common.Diagnostic
print a trace line to the diagnostic stream, at the diagnostic level indicated, and terminate it.
printRUChain(PrintWriter) - Method in class oracle.jbo.server.ViewRowSetImpl
 
printRUChain(PrintWriter) - Method in class oracle.jbo.server.QueryCollection
 
printStackTrace() - Method in class oracle.jbo.JboException
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace() - Static method in class oracle.jbo.common.DebugDiagnostic
Prints a stack trace for the current environment.
printStackTrace() - Static method in class oracle.jbo.common.Diagnostic
Prints a stack trace for the current environment.
printStackTrace(PrintStream) - Method in class oracle.jbo.JboException
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class oracle.jbo.JboException
Prints this Throwable and its backtrace to the specified print writer.
printStackTrace(Throwable) - Static method in class oracle.jbo.common.DebugDiagnostic
Prints a stack trace for an exception.
printStackTrace(Throwable) - Static method in class oracle.jbo.common.Diagnostic
Prints a stack trace for an exception.
PrintVersion - class oracle.jbo.common.PrintVersion.
Prints the current BC4J version number.
PrintVersion() - Constructor for class oracle.jbo.common.PrintVersion
 
printXMLDefinition(Hashtable, PrintWriter, boolean) - Method in class oracle.jbo.domain.Struct
Prints the DTD info for this domain in the given print writer.
printXMLDefinition(Hashtable, PrintWriter, boolean) - Method in class oracle.jbo.domain.Array
Prints the DTD info for this domain in the given print writer.
printXMLDefinition(Hashtable, PrintWriter, boolean) - Method in interface oracle.jbo.domain.XMLDomainInterface
Prints the DTD info for this domain in the given print writer.
printXMLDefinition(Hashtable, PrintWriter, boolean) - Method in class oracle.jbo.domain.BlobDomain
Prints the DTD information for this domain in the given print writer.
printXMLDefinition(Hashtable, PrintWriter, int) - Method in class oracle.jbo.server.RowImpl
Prints DTD for this row and all its contents (including contained RowSets if depthCount is non-zero).
printXMLDefinition(Row, Hashtable, PrintWriter, int) - Method in class oracle.jbo.server.AttributeDefImpl
 
printXMLDefinition(RowSetImpl, Hashtable, PrintWriter, int) - Method in class oracle.jbo.server.ViewObjectImpl
Calls RowImpl.printXMLDefinition(java.util.Hashtable, java.io.PrintWriter, int) to generate the definition for the rowset and all its contents (including contained rowsets if depthCount is non-zero).
processAndReadXML(XMLInterface, Element, int, XSLStylesheet) - Static method in class oracle.jbo.common.JboXMLUtil
 
processElement(String, String) - Method in class oracle.jbo.html.databeans.ChartRenderer
set property for a given name-value pair
processUrlProperties(Hashtable) - Method in class oracle.jbo.html.databeans.ChartRenderer
For each property name-value pair speicifed in the URL, invoke the set method on the bean
PROMPT_PASSWORD - Static variable in class oracle.jbo.html.databeans.Res
 
PROMPT_USER_NAME - Static variable in class oracle.jbo.html.databeans.Res
 
PROP_DIAGNOSTICS - Static variable in class oracle.jbo.server.util.SafeExec
 
PROP_PANEL_DESCRIPTION - Static variable in class oracle.jbo.jbotester.Res
 
PROP_TIMEOUT - Static variable in class oracle.jbo.server.util.SafeExec
 
Properties - interface oracle.jbo.Properties.
Provides access to custom name-value pairs stored in an object's metadata definition.
propertiesAction - Variable in class oracle.jbo.jbotester.BaseTree
 
PropertiesHelper - class oracle.jbo.common.PropertiesHelper.
Internal: Applications should not use this class.
PropertiesHelper() - Constructor for class oracle.jbo.common.PropertiesHelper
 
propertyChange(PropertyChangeEvent) - Method in interface oracle.jbo.server.util.PropertyChangeListener
This method gets called when a bound property is changed.
PropertyChangeEvent - class oracle.jbo.server.util.PropertyChangeEvent.
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class oracle.jbo.server.util.PropertyChangeEvent
 
PropertyChangeListener - interface oracle.jbo.server.util.PropertyChangeListener.
A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
PropertyConstants - interface oracle.jbo.common.PropertyConstants.
Defines constants used by various BC4J properties.
PropertyManager - class oracle.jbo.common.PropertyManager.
Internal: Applications should not use this class.
PropertyManager() - Constructor for class oracle.jbo.common.PropertyManager
 
PropertyMetadata - class oracle.jbo.common.PropertyMetadata.
Internal: Applications should not use this class.
PROPT_NONE - Static variable in class oracle.jdeveloper.html.Res
Identifies keys to access localizable object
publishMessage(String, JboMessageObject) - Method in interface oracle.jbo.server.JboMessageManager
 
put(Object, Object) - Method in class oracle.jbo.common.WeakHashtable
 
put(Object, Object) - Method in class oracle.jbo.common.WeakHashtableImpl
 
put(Object, Object) - Method in class oracle.jbo.common.WeakKeyHashtableImpl
 
put(Object, Object) - Method in class oracle.jbo.common.WeakKeyHashtable
 
put(String, Object) - Method in class oracle.jbo.server.JboEventObject
Adds a name-value pair to this event object's hash table.
PV_DEBUG_PREFIX - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PV_DEBUG_TYPE_CONSOLE - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PV_DEBUG_TYPE_OUT - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PV_DEBUG_TYPE_PIPE - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PV_DEBUG_TYPE_SILENT - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PV_FALSE - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PV_IMPL_CREATE_METHODNAME - Static variable in interface oracle.jbo.common.PropertyConstants
 
PV_PIPE_TARGET_LOOPBACK - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PV_TRACE_THRESHOLD - Static variable in class oracle.jbo.common.DiagnosticFactory
 
PV_TRUE - Static variable in class oracle.jbo.common.DiagnosticFactory
 

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