Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Business Components
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
F
FETCH_ALL
- Static variable in class oracle.jbo.server.
ViewObjectImpl
A fetch mode that causes rows to be retrieved from a JDBC result set immediately, and then closes the result set.
FETCH_AS_NEEDED
- Static variable in class oracle.jbo.server.
ViewObjectImpl
A fetch mode that causes rows to be retrieved from a JDBC result set as the user navigates through the row set.
FETCH_DEFAULT
- Static variable in class oracle.jbo.server.
ViewObjectImpl
Not implemented.
A fetch mode that causes all rows to be retrieved from a JDBC result set.
fieldRenderers
- Variable in class oracle.jbo.html.databeans.
JSEditCurrentRecord
The location where the set of field renderers is stored.
fieldRenderers
- Variable in class oracle.jbo.html.databeans.
EditCurrentRecord
The location where the set of field renderers is stored.
Fields
- Variable in class oracle.jdeveloper.html.
HTMLForm
fileName
- Variable in class oracle.jbo.common.
Configuration
finalize()
- Method in class oracle.jbo.server.
QueryCollection
findApplicationModule(String)
- Method in interface oracle.jbo.
ApplicationModule
Finds an Application Module by name.
findApplicationModule(String)
- Method in class oracle.jbo.server.
ApplicationModuleImpl
Returns the named Application Module.
findAssociatedObjects(String)
- Method in class oracle.jbo.server.
ViewRowImpl
Find Objects in a ViewRowSetImpl that follow the given association.
findAttributeDef(String)
- Method in interface oracle.jbo.
StructureDef
Gets an attribute definition, given its name.
findAttributeDef(String)
- Method in class oracle.jbo.domain.
DomainStructureDef
Gets an attribute definition by name.
findAttributeDef(String)
- Method in class oracle.jbo.common.
StructureDefHelper
findAttributeDef(String)
- Method in class oracle.jbo.server.
ViewObjectImpl
Finds a named attribute definition.
findByEntity(int, int)
- Method in interface oracle.jbo.
RowIterator
Finds and returns view rows that use the entity row, identified by the entity row handle,
eRowHandle
.
findByEntity(int, int)
- Method in class oracle.jbo.server.
ViewRowSetIteratorImpl
findByEntity(int, int)
- Method in class oracle.jbo.server.
ViewRowSetImpl
findByEntity(int, int)
- Method in class oracle.jbo.server.
ViewObjectImpl
findByFullName(String)
- Method in class oracle.jbo.server.util.
JboNamedData
Looks for an instance of this object's type with the given name.
findByKey(Key, int)
- Method in interface oracle.jbo.
RowIterator
Finds and returns view rows that match the specified key.
findByKey(Key, int)
- Method in class oracle.jbo.server.
ViewRowSetIteratorImpl
Finds and returns view rows that match the specified key.
findByKey(Key, int)
- Method in class oracle.jbo.server.
ViewRowSetImpl
Finds and returns view rows that match the key specified in
key
.
findByKey(Key, int)
- Method in class oracle.jbo.server.
ViewObjectImpl
Creates an array of rows matching a given key.
findByName(String)
- Method in class oracle.jbo.server.util.
JboNamedData
Looks for an instance of this object's type with the given name.
findByPrimaryKey(DBTransaction, Key)
- Method in class oracle.jbo.server.
EntityDefImpl
Finds an Entity Object given a Primary Key.
findByPrimaryKey(EntityDefImpl, Key)
- Method in class oracle.jbo.server.
NullDBTransactionImpl
Implementation of the DBTransaction interface.
findByPrimaryKey(EntityDefImpl, Key)
- Method in class oracle.jbo.server.
DBTransactionImpl
Finds an Entity Object in this transaction given an
EntityDef
object and a Primary Key.
findByPrimaryKey(EntityDefImpl, Key)
- Method in interface oracle.jbo.server.
DBTransaction
Finds an Entity Object in this transaction given a Primary Key.
findByPrimaryKey(Object)
- Method in class oracle.jbo.server.
EJBEntityDefImpl
findByPrimaryKey(String, Key)
- Method in class oracle.jbo.server.
NullDBTransactionImpl
Implementation of the DBTransaction interface.
findByPrimaryKey(String, Key)
- Method in class oracle.jbo.server.
DBTransactionImpl
Finds an Entity Object in this transaction given the
String
name of the
EntityDef
and a Primary Key.
findByPrimaryKey(String, Key)
- Method in interface oracle.jbo.server.
DBTransaction
Finds an Entity Object in this transaction given a Primary Key.
findComponentObject(String)
- Method in interface oracle.jbo.
ApplicationModule
Finds the component object from the Application Module.
findComponentObject(String)
- Method in class oracle.jbo.server.
ContainerObjectImpl
findComponentObject(String)
- Method in class oracle.jbo.server.
ApplicationModuleImpl
Finds the component object from the Application Module.
findComponentObject(String)
- Method in interface oracle.jbo.server.
ContainerObject
Find a component Object from the container
findDataClass(String)
- Static method in class oracle.jbo.common.
JBOClass
findDefObject(String)
- Static method in class oracle.jbo.server.
ApplicationModuleDefImpl
Internal:
Applications should not use this method.
findDefObject(String)
- Static method in class oracle.jbo.server.
EntityDefImpl
Finds the named Entity Object definition.
findEJBEntityDef(String)
- Static method in class oracle.jbo.server.
EJBEntityDefImpl
findEntityAssociation(String)
- Static method in class oracle.jbo.server.
EntityAssociation
Finds the named entity association from the statically maintained list of metaobjects.
FindForm
- class oracle.jbo.html.databeans.
FindForm
.
The FindForm Data Web Bean generates a search form.
FindForm()
- Constructor for class oracle.jbo.html.databeans.
FindForm
findMethod(Class, String, int, Class)
- Static method in class oracle.jbo.common.
JboNameUtil
findProperty(String)
- Static method in class oracle.jbo.common.
PropertyMetadata
findRSIForEntity(RowSetIterator[], int)
- Method in interface oracle.jbo.
ApplicationModule
Finds the RowSetIterator associated with the specified entity row handle.
findRSIForEntity(RowSetIterator[], int)
- Method in class oracle.jbo.server.
ApplicationModuleImpl
Finds the RowSetIterator associated with the specified row handle.
findRSIForEntity(RowSetIterator[], Row)
- Static method in class oracle.jbo.server.
ViewRowSetIteratorImpl
findViewLink(String)
- Method in interface oracle.jbo.
ApplicationModule
Returns the specified View Link from this Application Module.
findViewLink(String)
- Method in class oracle.jbo.server.
ApplicationModuleImpl
Returns the specified View Link from this Application Module.
findViewLinkAccessor(ViewLink)
- Method in interface oracle.jbo.
ViewObject
Finds the view link accessor attribute.
findViewLinkAccessor(ViewLink)
- Method in class oracle.jbo.server.
ViewObjectImpl
Finds the View Link accessor attribute.
findViewObject(String)
- Method in interface oracle.jbo.
ApplicationModule
Gets the named View Object that was created at runtime in the Application Module or created with Design Time tools.
findViewObject(String)
- Method in class oracle.jbo.server.
ApplicationModuleImpl
Gets the named View Object that was created at runtime in the Application Module or created with Design Time tools.
findVOsWithEntityUsage(String, boolean, Vector)
- Method in class oracle.jbo.server.
ApplicationModuleImpl
Finds the View Objects that use the specified entity.
finishedPiggybacking()
- Method in interface oracle.jbo.common.
ObjectMarshaller
finishedProcessingPiggyback(Exception[])
- Method in interface oracle.jbo.
JboExceptionHandler
fireNavigationEvent(NavigationEvent)
- Method in class oracle.jbo.common.
RowSetHelper
fireNavigationEvent(NavigationEvent)
- Method in class oracle.jbo.server.
ViewRowSetIteratorImpl
Fires the navigation event to its listeners.
fireRangeRefreshed(RangeRefreshEvent)
- Method in class oracle.jbo.common.
RowSetHelper
fireRangeRefreshed(RangeRefreshEvent)
- Method in class oracle.jbo.server.
ViewRowSetIteratorImpl
Fires the range refresh event to its listeners.
fireRangeScrolled(ScrollEvent)
- Method in class oracle.jbo.common.
RowSetHelper
fireRowDeleted(DeleteEvent)
- Method in class oracle.jbo.common.
RowSetHelper
fireRowDeleted(DeleteEvent)
- Method in class oracle.jbo.server.
ViewRowSetIteratorImpl
Fires the row deleted event to its listeners.
fireRowInserted(InsertEvent)
- Method in class oracle.jbo.common.
RowSetHelper
fireRowUpdated(UpdateEvent)
- Method in class oracle.jbo.common.
RowSetHelper
fireRowUpdated(UpdateEvent)
- Method in class oracle.jbo.server.
ViewRowSetIteratorImpl
Fires the row updated event to its listeners.
first()
- Method in interface oracle.jbo.
RowIterator
Designates the first row of the row set as the current row.
first()
- Static method in class oracle.jbo.common.
PropertyMetadata
first()
- Method in class oracle.jbo.server.
ViewRowSetIteratorImpl
Navigates to the first row in the row set.
first()
- Method in class oracle.jbo.server.
ViewRowSetImpl
Navigates to the first row in the row set.
first()
- Method in class oracle.jbo.server.
ViewObjectImpl
Navigates to the first row in the row set.
firstElement()
- Method in class oracle.jbo.common.
WeakVector
firstElement()
- Method in class oracle.jbo.common.
WeakVectorImpl
fixFieldValueForHTML(String)
- Static method in class oracle.jdeveloper.html.
HTMLElement
Fixes a URL value that is to be embedded in an HTML page.
fixupUrl(String, String)
- Method in class oracle.jbo.html.databeans.
JSRowSetBrowser
fixupUrl(String, String)
- Method in class oracle.jbo.html.databeans.
RowSetBrowser
Internal
:
Applications should not use this method.
flattenName(String)
- Static method in class oracle.jbo.common.
JboNameUtil
FLOAT
- Static variable in class oracle.jbo.server.util.
Variant
FloatType_S
- Static variable in class oracle.jbo.server.util.
Variant
flush()
- Method in class oracle.jbo.common.
DiagnosticStream
folderClosedImage
- Variable in class oracle.jdeveloper.html.
DHTMLTree
folderOpenImage
- Variable in class oracle.jdeveloper.html.
DHTMLTree
FormFieldValueEncoder
- class oracle.jdeveloper.html.
FormFieldValueEncoder
.
Provides functions for encoding the value portion of form fields
FormFieldValueEncoder()
- Constructor for class oracle.jdeveloper.html.
FormFieldValueEncoder
forName(String)
- Static method in class oracle.jbo.common.
JBOClass
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Business Components
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X