Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01

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


F

FALSE - Static variable in interface oracle.jbo.common.PropertyConstants
 
FETCH_ALL - Static variable in class oracle.jbo.server.ViewObjectImpl
A fetch mode that causes all 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
A fetch mode that indicates that the default mode to be used.
FIND - Static variable in class oracle.jbo.jbotester.NavBar
 
FIRST - Static variable in class oracle.jbo.jbotester.NavBar
 
FLOAT - Static variable in class oracle.jbo.rules.Variant
 
FMT_FORMAT - Static variable in interface oracle.jbo.AttributeHints
 
FMT_FORMATTER - Static variable in interface oracle.jbo.AttributeHints
 
FORCE_RELEASE_MODE - Static variable in interface oracle.jbo.common.ampool.SessionCookie
 
FORWARD_ONLY - Static variable in interface oracle.jbo.RowSet
Row set access mode constant.
FOR_NAVIGATION - Static variable in interface oracle.jbo.uicli.migration.MigUtil
 
FULLSQL_MODE_AUGMENTATION - Static variable in class oracle.jbo.server.ViewObjectImpl
A full SQL mode that indicates that ViewObject level query augmentation (where-clause, order-by-clause) will be added to the query specified through a call to setQuery().
FULLSQL_MODE_NO_AUGMENTATION - Static variable in class oracle.jbo.server.ViewObjectImpl
A full SQL mode that indicates that no ViewObject level query augmentation (where-clause, order-by-clause) will be added to the query specified through a call to setQuery().
FactoryClass - Static variable in class oracle.jbo.uicli.mom.JUTags
 
Fields - Variable in class oracle.jdeveloper.html.HTMLForm
 
FileDiagnosticImpl - class oracle.jbo.common.FileDiagnosticImpl.
A Diagnostic implementation that routes output to a file.
FileDiagnosticImpl() - Constructor for class oracle.jbo.common.FileDiagnosticImpl
Creates an instance.
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
 
FinderViewImpl - class oracle.jbo.server.ejb.facade.FinderViewImpl.
Abstract base class for Finder-Based View Object.
FinderViewImpl() - Constructor for class oracle.jbo.server.ejb.facade.FinderViewImpl
Constructs a Finder-Based View Object.
FloatType_S - Static variable in class oracle.jbo.rules.Variant
 
FormEventTag - class oracle.jbo.html.jsp.datatags.FormEventTag.
 
FormEventTag() - Constructor for class oracle.jbo.html.jsp.datatags.FormEventTag
 
FormFieldValueEncoder - class oracle.jdeveloper.html.FormFieldValueEncoder.
Provides functions for encoding the value portion of form fields
FormFieldValueEncoder() - Constructor for class oracle.jdeveloper.html.FormFieldValueEncoder
 
FormatErrorException - exception oracle.jbo.format.FormatErrorException.
Exception used by methods in oracle.dacf.Formatter.Formatter interface.
FormatErrorException() - Constructor for class oracle.jbo.format.FormatErrorException
Constructs an Exception with no specified detail message.
FormatErrorException(String) - Constructor for class oracle.jbo.format.FormatErrorException
Constructs an Exception with the specified detail message.
Formatter - class oracle.jbo.format.Formatter.
Formatter
Formatter() - Constructor for class oracle.jbo.format.Formatter
 
FormatterFactory - class oracle.jbo.format.FormatterFactory.
A singleton factory for formatters.
FormatterFactory() - Constructor for class oracle.jbo.format.FormatterFactory
 
FullName - Static variable in class oracle.jbo.uicli.mom.JUTags
 
fastTrim(String) - Static method in class oracle.jbo.common.JboNameUtil
 
fetchAttributeProperties(String[], String[][], LocaleContext) - Method in interface oracle.jbo.ApplicationModule
Fetches all custom properties for the given list of attributes for the named view objects in this application module over to the remote client objects in one network roundtrip.
fetchAttributeProperties(String[], String[][], LocaleContext) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
fetchAttributeProperties(String[], String[][], LocaleContext) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
fetchAttributeProperties(String[], String[][], LocaleContext) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
fetchAttributeProperties(String[], String[][], LocaleContext) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
fieldType - Variable in class oracle.jbo.html.jsp.datatags.SetDomainRendererTag
 
fieldType - Variable in class oracle.jbo.html.jsp.datatags.SetFieldRendererTag
 
fillObjectAttributeDefs(AttributeList, StructureDef, String[], AttributeDef[]) - Static method in class oracle.jbo.domain.Struct
 
fillObjectAttributeDefs(AttributeList, StructureDef, String[], AttributeDef[]) - Static method in class oracle.jbo.domain.Struct
 
filterDataChar(String) - Static method in class oracle.jdeveloper.html.DHTMLElement
 
filterList(Map) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Given a map of attribute names and values that they map to, shorten the data that this list is exposing.
finalize() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
finalize() - Method in class oracle.jbo.client.remote.ViewUsageImpl
void addRowCount(Object rowHandle) { Integer entry = (Integer) mRowCount.get(rowHandle); if (entry == null) { mRowCount.put(rowHandle, new Integer(1)); } else { mRowCount.put(rowHandle, new Integer(entry.intValue() + 1)); } } boolean releaseRowCount(Object rowHandle) { Integer entry = (Integer) mRowCount.get(rowHandle); int useCount = entry.intValue(); Diagnostic.ASSERT(entry != null, "Cannot find row use entry for handle = " + ((Integer) rowHandle).intValue()); if (useCount == 1) { mRowCount.remove(rowHandle); return true; } else { mRowCount.put(rowHandle, new Integer(useCount - 1)); return false; } }
finalize() - Method in class oracle.jbo.common.colo.ColoApplicationModuleImpl
 
finalize() - Method in class oracle.jbo.mom.LongRunningStatementMonitor
Stop the thread gracefully.
finalize() - Method in class oracle.jbo.server.QueryCollection
 
finalizeResource(Object, Object) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
finalizeResource(Object, Object) - Method in class oracle.jbo.pool.ResourcePool
Invoked during pool high water mark resolution.
find(String) - Method in class oracle.binding.meta.ArrayListDefinitionContainer
Finds a Definition with the given id.
find(String) - Method in interface oracle.binding.meta.DefinitionContainer
Finds a Definition with the given identifier.
find(String) - Method in class oracle.binding.meta.EmptyDefinitionContainer
Find a Definition with the given id.
findAncestorWithClassForDataSource(Class) - Method in class oracle.jbo.html.jsp.datatags.DataTagBase
 
findAncestorWithClassForDataSource(Tag, String, Class) - Static method in class oracle.jbo.html.jsp.datatags.Utils
 
findAndSetCurrentRowByKey(Key, int) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
findAndSetCurrentRowByKey(Key, int) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
findAndSetCurrentRowByKey(Key, int) - Method in interface oracle.jbo.common.ws.WSRowSetIteratorMarshaller
 
findAndSetCurrentRowByKey(Key, int) - Method in class oracle.jbo.server.ViewObjectImpl
 
findAndSetCurrentRowByKey(Key, int) - Method in class oracle.jbo.server.ViewRowSetImpl
 
findAndSetCurrentRowByKey(Key, int) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
findAndUpdateSelectedIndex(Object, boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
*** For internal framework use only *** findMatching List value for the given object and if found, set the selected index to that value as well if given flag is true.
findApplicationModule(String) - Method in interface oracle.jbo.ApplicationModule
Finds the named application module.
findApplicationModule(int, String) - Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
 
findApplicationModule(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Get an ApplicationModule using its name.
findApplicationModule(String) - Method in class oracle.jbo.client.remote.PooledRequestHandler
 
findApplicationModule(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findApplicationModule(String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Finds the named Application Module.
findApplicationModule(String) - Method in interface oracle.jbo.server.DBTransaction
Returns the named Application Module.
findApplicationModule(String) - Method in class oracle.jbo.server.DBTransactionImpl
Returns the named Application Module.
findApplicationModule(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Implementation of the DBTransaction interface.
findApplicationModule(String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
findApplicationModule(ApplicationModuleImpl, String) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
findApplicationObject(String) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
findAssociatedObjects(String) - Method in class oracle.jbo.server.ViewRowImpl
Finds Objects in a ViewRowSetImpl that follow the given association.
findAssociationAccessorVO(AssociationDefImpl, String, EntityAssociation) - Method in class oracle.jbo.server.EntityImpl
 
findAttrAndGetIndex(String) - Method in class oracle.jbo.server.RowImpl
 
findAttributeDef(String) - Method in interface oracle.jbo.StructureDef
Gets an attribute definition, given its name.
findAttributeDef(String) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
findAttributeDef(String) - Method in class oracle.jbo.common.StructureDefHelper
 
findAttributeDef(String) - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
findAttributeDef(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
findAttributeDef(String) - Method in class oracle.jbo.domain.DomainStructureDef
Gets an attribute definition by name.
findAttributeDef(String) - Method in class oracle.jbo.server.EntityCache
 
findAttributeDef(String) - Method in class oracle.jbo.server.EntityDefImpl
 
findAttributeDef(String) - Method in class oracle.jbo.server.RowDef
Gets an attribute definition, given its name.
findAttributeDef(String) - Method in class oracle.jbo.server.ViewDefImpl
Get an attribute definition by the attribute name.
findAttributeDef(String) - Method in class oracle.jbo.server.ViewObjectImpl
Finds a named attribute definition.
findAttributeDef(String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
findBeanByPrimaryKey(Key) - Method in class oracle.jbo.server.ejb.facade.EntityFacadeCollImpl
An abstract method which returns an Entity Bean of the given primary key.
findBindingContainerIdByPath(String, BindingContext) - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
findByColumnType(String) - Static method in class oracle.jbo.common.JboTypeMap
 
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.ViewCriteria
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.client.remote.ViewUsageImpl
 
findByEntity(int, int) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
findByEntity(int, int) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
findByEntity(int, int) - Method in class oracle.jbo.server.ViewObjectImpl
 
findByEntity(int, int) - Method in class oracle.jbo.server.ViewRowSetImpl
 
findByEntity(int, int) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
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.ViewCriteria
Finds and returns View rows that match the specified key.
findByKey(Key, int) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
findByKey(Key, int) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
findByKey(Key, int) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
findByKey(Key, int) - Method in class oracle.jbo.server.ViewObjectImpl
Finds and returns View rows that match the specified key.
findByKey(Key, int, boolean) - Method in class oracle.jbo.server.ViewObjectImpl
If skipWhere is true, then do not use the where-clause fragments associated with this ViewObject if a query is used to retreieve the matching row during this findByKey operation on this ViewObject.
findByKey(Key, int) - Method in class oracle.jbo.server.ViewRowSetImpl
Finds and returns View rows that match the specified key.
findByKey(Key, int, boolean) - Method in class oracle.jbo.server.ViewRowSetImpl
 
findByKey(Key, int) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Finds and returns view rows that match the specified key.
findByKey(Key, int, boolean) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
findByName(String) - Static method in class oracle.jbo.common.PropertyMetadata
return the description element of this name
findByPKExtended(DBTransaction, Key, boolean) - Method in class oracle.jbo.server.EntityDefImpl
 
findByPrimaryKey(EntityDefImpl, Key) - Method in interface oracle.jbo.server.DBTransaction
Finds an Entity Object in this transaction given a Primary Key.
findByPrimaryKey(String, Key) - Method in interface oracle.jbo.server.DBTransaction
Finds an Entity Object in this transaction given a Primary Key.
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(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(EntityDefImpl, Key) - Method in class oracle.jbo.server.DBTransactionImpl2
Implementation of findByPrimaryKey method.
findByPrimaryKey(String, Key) - Method in class oracle.jbo.server.DBTransactionImpl2
Implementation of findByPrimaryKey method.
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
Deprecated. Implementation of the DBTransaction interface.
findByPrimaryKey(String, Key) - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Implementation of the DBTransaction interface.
findByViewCriteria(ViewCriteria, int, int) - Method in interface oracle.jbo.RowIterator
Finds and returns View rows that match the specified View Criteria.
findByViewCriteria(ViewCriteria, int, int) - Method in class oracle.jbo.ViewCriteria
 
findByViewCriteria(ViewCriteria, int, int) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
findByViewCriteria(ViewCriteria, int, int) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
findByViewCriteria(ViewCriteria, int, int) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
findByViewCriteria(ViewCriteria, int, int) - Method in class oracle.jbo.server.ViewObjectImpl
 
findByViewCriteria(ViewCriteria, int, int) - Method in class oracle.jbo.server.ViewRowSetImpl
 
findByViewCriteria(ViewCriteria, int, int) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
findChildElement(String) - Method in interface oracle.jbo.mom.xml.DefElement
Finds the first child element of the given node name
findChildElement(String) - Method in class oracle.jbo.mom.xml.DefElementImpl
Finds the first child element of the given node name
findChildElement(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
findChildNode(Key) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
findChildNode(Key) - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
 
findChildObject(String, String) - Method in class oracle.jbo.mom.ContainerDefImpl
 
findClass(String) - Method in class oracle.jbo.expr.JIExpr
 
findClass(String) - Method in class oracle.jbo.expr.JIExprJava
 
findClass(String) - Method in class oracle.jbo.expr.JIExprSQL
 
findClass(String) - Static method in class oracle.jbo.uicli.binding.JUUtil
*** For internal framework use only ***
findComponentObject(String) - Method in interface oracle.jbo.ApplicationModule
Finds the named component object.
findComponentObject(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
findComponentObject(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
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
findComponentObject(String) - Method in class oracle.jbo.server.ContainerObjectImpl
 
findComponentObject(String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
findContainer(String) - Method in class oracle.jbo.mom.DefinitionManager
 
findControlBinding(String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
 
findCtrlValueBinding(String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
*** For internal framework use only ***
findCurrentContext() - Method in class oracle.jbo.common.ContextUtil
Deprecated. since 10.1.3. Use oracle.adf.share.ADFContext.getCurrent().getApplication() instead.
findCustomClass(String, Class) - Static method in class oracle.jbo.common.JBOClass
 
findCustomViewObject(String, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findCustomViewObject(WSViewObjectImpl, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findDataClass(String) - Static method in class oracle.jbo.common.JBOClass
 
findDeclaredVariable(String) - Method in interface oracle.jbo.VariableManager
 
findDeclaredVariable(String) - Method in class oracle.jbo.common.VariableManagerImpl
 
findDefForDiscrValues(Object[], boolean) - Method in class oracle.jbo.server.RowDef
 
findDefObject(String) - Static method in class oracle.jbo.server.ApplicationModuleDefImpl
Finds an ApplicationModuleDefImpl instance, by name, from the statically maintained list of metaobjects.
findDefObject(String) - Static method in class oracle.jbo.server.DomainDefImpl
 
findDefObject(String) - Static method in class oracle.jbo.server.EntityDefImpl
Finds the named Entity Object definition.
findDefObject(String) - Static method in class oracle.jbo.server.ViewDefImpl
Finds the ViewDefImpl from the list of Meta Objects.
findDefObject(String) - Static method in class oracle.jbo.server.ViewLinkDefImpl
Finds the ViewLinkDefImpl from the statically maintained list of Meta Objects.
findDefObject(String) - Static method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
findDefObjectNoSub(String) - Static method in class oracle.jbo.server.ApplicationModuleDefImpl
Finds the named Application Module definition.
findDefObjectNoSub(String) - Static method in class oracle.jbo.server.ViewLinkDefImpl
Finds the ViewLinkDefImpl from the statically maintained list of Meta Objects.
findDefObjectNoSub(String) - Static method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
findDefinitionObject(String, int, Class, boolean) - Method in class oracle.jbo.mom.DefinitionManager
Finds the Meta Object from the statically maintained list of Meta Objects.
findDefinitionObject(String, int, Class, boolean, boolean) - Method in class oracle.jbo.mom.DefinitionManager
Finds the Meta Object from the statically maintained list of Meta Objects.
findDefinitionObject(String, int, Class, boolean, boolean, boolean) - Method in class oracle.jbo.mom.DefinitionManager
Finds the Meta Object from the statically maintained list of Meta Objects.
findDefinitionObjectDontCheckName(String, int, Class, boolean) - Method in class oracle.jbo.mom.DefinitionManager
Finds the Meta Object from the statically maintained list of Meta Objects.
findEndAccessorByName(String) - Method in class oracle.jbo.server.AssociationDefBase
 
findEndByName(String) - Method in class oracle.jbo.server.AssociationDefBase
 
findEntityAssociation(String) - Static method in class oracle.jbo.server.EntityAssociation
Finds the named entity association from the statically maintained list of metaobjects.
findEntityCache(EntityDefImpl) - Method in class oracle.jbo.server.DBTransactionImpl
Finds a Cache table for the entity.
findEntityViewLinkAccessorVO(AssociationDefImpl, String, ViewDefImpl, ViewLinkDefImpl) - Method in class oracle.jbo.server.EntityImpl
 
findFirstViewObject() - Method in class oracle.jbo.syscat.SysCatVOBase
 
findFormBinding(String) - Method in class oracle.jbo.uicli.binding.JUApplication
Return the JUFormBinding instance registered with this JUAppication with the given name.
findFromEJBBean(Object, Object[], int) - Method in class oracle.jbo.server.ejb.facade.CmrAccessorViewImpl
 
findFromEJBBean(Object, Object[], int) - Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
An abstract method that calls the designated Local Entity Bean finder.
findInCacheByKey(Key, int) - Method in class oracle.jbo.server.ViewObjectImpl
 
findInCacheByKey(Key, int) - Method in class oracle.jbo.server.ViewRowSetImpl
 
findInCacheByPKExtended(DBTransaction, Key, boolean) - Method in class oracle.jbo.server.EntityDefImpl
 
findInCacheByPrimaryKey(DBTransaction, Key) - Method in class oracle.jbo.server.EntityDefImpl
Returns an Entity Object in EntityCache given a Primary Key.
findIterBinding(String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns the iterator binding object of the given name.
findListIndex(Object) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
findListIndex(Object) - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
findListIteratorBinding(DCBindingContainer) - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
 
findLoadedObject(String) - Method in class oracle.jbo.mom.DefinitionManager
See DefinitionContext#findDefObj.
findMatch(Row) - Method in interface oracle.jbo.common.AccTravDef
Checks to see if there is an accessor traversal qualifier for the row.
findMatch(Row) - Method in class oracle.jbo.common.AccTravDefImpl
 
findMatchingListValue(Object) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
findMatchingListValue(Object) - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
findMatchingListValue(Object) - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
 
findMatchingNode(Key) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
findMetaObject(String, int, Class, boolean) - Static method in class oracle.jbo.server.MetaObjectManager
 
findMethod(Class, String, Class[], Class) - Static method in class oracle.jbo.common.JboNameUtil
 
findNestedPanelBinding(String) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
 
findNextApplicationModule(ApplicationModule) - Method in class oracle.jbo.syscat.SysCatVOBase
 
findNextViewObject(ViewObject) - Method in class oracle.jbo.syscat.SysCatVOBase
 
findNextWord(boolean, boolean) - Method in class oracle.jbo.expr.JIInput
 
findNextWord(boolean) - Method in class oracle.jbo.expr.JIInput
 
findNodeByKeyPath(List) - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
 
findObject(String) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
findObject(String, Class) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
findObject(String) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
findOrCreateDataCollector(Object) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
findOrCreateDataCollector(Object) - Method in interface oracle.jbo.common.ObjectMarshaller
 
findOrCreateDataCollector(Object) - Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
 
findOrCreateRowSetIterator(String) - Method in interface oracle.jbo.common.ws.WSRowSet
 
findOrCreateRowSetIterator(String) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
findOrCreateRowSetIterator(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
findOrCreateSessionContextManager() - Static method in class oracle.jbo.server.SessionImpl
 
findPool(String, String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
findPool(String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
findPool(String, String, String, Properties) - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
findPool(String, String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.PoolMgr
Searches for a pool with the specified name.
findPool(String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.PoolMgr
Searches for a pool with the specified name.
findPool(String, Configuration, String) - Method in class oracle.jbo.common.ampool.PoolMgr
 
findPool(String, String, String, Properties) - Method in class oracle.jbo.common.ampool.PoolMgr
Searches for a pool with the specified name.
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.client.remote.ApplicationModuleImpl
 
findRSIForEntity(RowSetIterator[], int) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
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
 
findRSIForEntity(RowSetIterator[], int) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
findRowInQCs(Object[], Key, Object) - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
findRowSet(String) - Method in interface oracle.jbo.ViewObject
Gets the named row set that was created at runtime for this view object.
findRowSet(String) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
findRowSet(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
findRowSet(String) - Method in class oracle.jbo.server.ViewObjectImpl
 
findRowSetForRow(Object) - Method in class oracle.jbo.server.ViewRowImpl
 
findRowSetIterator(String) - Method in interface oracle.jbo.RowSet
Gets the named row set iterator that was created at runtime for this row set.
findRowSetIterator(String) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
findRowSetIterator(String) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
findRowSetIterator(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
findRowSetIterator(String) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
findRowSetIterator(String) - Method in class oracle.jbo.server.ViewObjectImpl
 
findRowSetIterator(String) - Method in class oracle.jbo.server.ViewRowSetImpl
 
findSession(String) - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
findSessionCookie(HttpSession, String, String, Properties) - Static method in class oracle.jbo.http.HttpContainer
Locates a SessionCookie instance with the specified applicationId in the HttpContainer associated with this session.
findSessionCookie(HttpSession, String, String, String, String, Properties, Properties) - Static method in class oracle.jbo.http.HttpContainer
Locates a SessionCookie instance with the specified applicationId in the HttpContainer associated with this session.
findSubstituteName(String) - Method in class oracle.jbo.mom.DefinitionManager
 
findVOsWithEntityUsage(String, boolean, ArrayList) - Method in class oracle.jbo.server.ApplicationModuleImpl
Finds the View Objects that use the specified entity.
findVOsWithEntityUsage(String, boolean, Vector) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
findValue(Object) - Method in class oracle.jbo.uicli.binding.JUCtrlBoolBinding
Matches the given value to a boolean based on what's in the list and the setting of boolval parameter from the constructor.
findValue(Object) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
findVariable(String) - Method in interface oracle.jbo.VariableManager
 
findVariable(String) - Method in class oracle.jbo.client.remote.ClientVariableValueManager
 
findVariable(String) - Method in class oracle.jbo.common.VariableManagerImpl
 
findViewAttrDefByEntityAttrName(String, AttributeDefImpl) - Method in class oracle.jbo.server.EntityReference
 
findViewAttrDefByViewAttrName(String, AttributeDefImpl) - Method in class oracle.jbo.server.EntityReference
 
findViewAttributeDefImpl(String, AttributeDefImpl) - Method in class oracle.jbo.server.EntityReference
 
findViewAttributeDefImpl(String) - Method in class oracle.jbo.server.EntityReference
 
findViewAttributeDefImpls(AttributeDefImpl) - Method in class oracle.jbo.server.EntityReference
 
findViewLink(String) - Method in interface oracle.jbo.ApplicationModule
Finds the named view link.
findViewLink(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
findViewLink(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findViewLink(String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Finds the named View Link.
findViewLink(String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
findViewLinkAccessor(ViewLink) - Method in interface oracle.jbo.ViewObject
Finds the view link accessor attribute.
findViewLinkAccessor(ViewLink) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
findViewLinkAccessor(ViewLink) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
findViewLinkAccessor(ViewLink) - Method in class oracle.jbo.server.ViewObjectImpl
Finds the View Link accessor attribute.
findViewLinkAccessorVO(AssociationDefImpl, String, ViewDefImpl, ViewLinkDefImpl) - Method in class oracle.jbo.server.ViewObjectImpl
 
findViewLinkDefImpl() - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
findViewObject(String) - Method in interface oracle.jbo.ApplicationModule
Finds the named view object.
findViewObject(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
findViewObject(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findViewObject(String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Finds the named View Object.
findViewObject(String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
findViewObjectUsingEntity(ViewObject[], String, String[]) - Method in interface oracle.jbo.ApplicationModule
Given an array of view objects (the vos parameter), finds the first matching view object.
findViewObjectUsingEntity(ViewObject[], String, String[]) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
findViewObjectUsingEntity(ViewObject[], String, String[]) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findViewObjectUsingEntity(ViewObject[], String, String[]) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
findViewObjectUsingEntity(ViewObject[], String, String[]) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
findViewObjectWithParameters(String, VariableManager, boolean) - Method in interface oracle.jbo.ApplicationModule
Internal: Applications should not use this method. Given a view object name, use findViewObject(String name) to find the view object and set it's named bind parameters with the values passed in the 'params' argument.
findViewObjectWithParameters(String, VariableManager, boolean) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
findViewObjectWithParameters(String, VariableManager, boolean) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findViewObjectWithParameters(String, VariableManager, boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
Given a ViewObject name, use findViewObject(String name) to find the ViewObject and set it's named bind parameters with the values passed in the 'params' argument.
findWSApplicationModule(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findWSComponentObject(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findWSRowSet(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
findWSRowSetIterator(String) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
findWSViewLink(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
findWSViewObject(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
finishLoadingComponents(boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
finishServiceMessage() - Method in interface oracle.jbo.server.ApplicationModuleRemoteAdapter
 
finishServiceMessage() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
finishSyncWorkingSet(WSApplicationModuleImpl, boolean) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
finishSyncWorkingSet(WSApplicationModuleImpl, boolean) - Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
 
finishSyncWorkingSet(WSApplicationModuleImpl, boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
finishSyncWorkingSet(WSApplicationModuleImpl, boolean) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
finishedLoading() - Method in class oracle.jbo.mom.DefinitionObject
 
finishedLoading() - Method in class oracle.jbo.server.EntityDefImpl
 
finishedLoading() - Method in class oracle.jbo.server.ViewDefImpl
 
finishedPiggybacking() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
finishedPiggybacking() - Method in interface oracle.jbo.common.ObjectMarshaller
 
finishedPiggybacking() - Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
 
finishedProcessingPiggyback(Exception[]) - Method in interface oracle.jbo.JboExceptionHandler
 
finishedProcessingPiggyback(Exception[]) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
finishedProcessingPiggyback(Exception[]) - Method in class oracle.jbo.jbotester.BaseTree
 
finishedProcessingPiggyback(Exception[]) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
fireMgmtIteratorClosed(RowSetManagementEvent) - Method in class oracle.jbo.common.RowSetHelper
 
fireMgmtIteratorReset(RowSetManagementEvent) - Method in class oracle.jbo.common.RowSetHelper
 
fireNavigationEvent(NavigationEvent) - Method in class oracle.jbo.common.RowSetHelper
 
fireRangeRefreshed(RangeRefreshEvent) - Method in class oracle.jbo.common.RowSetHelper
 
fireRangeScrolled(ScrollEvent) - Method in class oracle.jbo.common.RowSetHelper
 
fireRowDeleted(DeleteEvent) - Method in class oracle.jbo.common.RowSetHelper
 
fireRowInserted(InsertEvent) - Method in class oracle.jbo.common.RowSetHelper
 
fireRowUpdated(UpdateEvent) - Method in class oracle.jbo.common.RowSetHelper
 
fireRowUpdated(int, Row, int[]) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Fires the row updated event to its listeners.
first() - Method in interface oracle.jbo.RowIterator
Gets the first row in the iterator.
first() - Method in class oracle.jbo.ViewCriteria
Designates the first row of the row set as the current row.
first() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
first() - Static method in class oracle.jbo.common.EventGroup
 
first() - Static method in class oracle.jbo.common.PropertyGroup
 
first() - Static method in class oracle.jbo.common.PropertyMetadata
 
first() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
first(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class oracle.jbo.html.struts11.actions.NavigationAction
"first" dispatch method called by DispatchAction
first(String, String) - Static method in class oracle.jbo.plsql.RootAppModuleHelper
 
first(String) - Static method in class oracle.jbo.plsql.RootAppModuleHelper
 
first() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
first() - Method in class oracle.jbo.server.ViewObjectImpl
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.ViewRowSetIteratorImpl
Navigates to the first row in the row set.
firstDOW - Variable in class oracle.jdeveloper.jsp.wb.CalendarWB
 
firstElement() - Method in class oracle.jbo.common.WeakVector
 
firstElement() - Method in class oracle.jbo.common.WeakVectorImpl
 
firstSet(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class oracle.jbo.html.struts11.actions.NavigationAction
"firstSet" dispatch method called by DispatchAction
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
 
floatValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a float.
floatValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a float.
floatingPointRound(int) - Method in class oracle.jbo.domain.Number
Rounds this to a specified precision.
floatingPointRound(int) - Method in class oracle.jbo.domain.Number
Rounds this to a specified precision.
floor() - Method in class oracle.jbo.domain.Number
Finds the floor of this.
floor() - Method in class oracle.jbo.domain.Number
Finds the floor of this.
flush() - Method in class oracle.jbo.client.remote.ClobDomainCharacterOutputStream
 
flush() - Method in class oracle.jbo.client.remote.LobDomainOutputStream
 
flush() - Method in class oracle.jbo.common.DiagnosticStream
 
focusBorder - Static variable in class oracle.jbo.jbotester.NavBar
 
focusComponentOrChild(Component) - Static method in class oracle.jbo.common.GraphicsUtils
 
focusGained(DCIteratorBinding, DCControlBinding, int) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Invoked by the framework to notify various status bars of which control has gained the focus.
focusGained(FocusEvent) - Method in class oracle.jbo.uicli.controls.JUArrayComboBox
Sends this event to the installed FocusAdapter which in JClient case is used to update the statusbar of a containing frame/JUPanelBinding.
focusGained(FocusEvent) - Method in class oracle.jbo.uicli.controls.JUImageControl
This method is an implementaion side effect.
focusGained(DCIteratorBinding, DCControlBinding, int) - Method in class oracle.jbo.uicli.controls.JUStatusBar
 
focusGained(DCIteratorBinding, DCControlBinding, int) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Notifies the JUApplication object of focusGained event so that it could pass it on to its StatusBarInterface listeners (like JUStatusBar to update status message).
focusGained(FocusEvent) - Method in class oracle.jbo.uicli.jui.JUSVFocusAdapter
Notifies the containing panelBinding of the gain in focus by this adapter's control binding.
focusLost(FocusEvent) - Method in class oracle.jbo.uicli.controls.JUArrayComboBox
 
focusLost(FocusEvent) - Method in class oracle.jbo.uicli.controls.JUImageControl
This method is an implementaion side effect.
focusLost(FocusEvent) - Method in class oracle.jbo.uicli.jui.JUSVFocusAdapter
A no-op
focusLost(FocusEvent) - Method in class oracle.jbo.uicli.jui.JUSVUpdateableFocusAdapter
Performs a setAttribute() on the control binding to save the changes made by the control to the attribute value.
folderClosedImage - Variable in class oracle.jdeveloper.html.DHTMLTree
 
folderOpenImage - Variable in class oracle.jdeveloper.html.DHTMLTree
 
forName(String) - Static method in class oracle.jbo.common.JBOClass
 
format(String, Object) - Method in class oracle.jbo.format.DefaultCurrencyFormatter
format raw data according to the format specified.
format(Object, StringBuffer, FieldPosition) - Method in class oracle.jbo.format.DefaultCurrencyFormatter
 
format(String, Object) - Method in class oracle.jbo.format.DefaultDateFormatter
format raw data according to the format specified.
format(Object, StringBuffer, FieldPosition) - Method in class oracle.jbo.format.DefaultDateFormatter
 
format(String, Object) - Method in class oracle.jbo.format.DefaultMessageFormatter
format raw data according to the format specified.
format(Object, StringBuffer, FieldPosition) - Method in class oracle.jbo.format.DefaultMessageFormatter
 
format(String, Object) - Method in class oracle.jbo.format.DefaultNumberFormatter
format raw data according to the format specified.
format(Object, StringBuffer, FieldPosition) - Method in class oracle.jbo.format.DefaultNumberFormatter
 
format(String, Object) - Method in class oracle.jbo.format.DefaultPercentageFormatter
format raw data according to the format specified.
format(Object, StringBuffer, FieldPosition) - Method in class oracle.jbo.format.DefaultPercentageFormatter
 
format(String, Object) - Method in class oracle.jbo.format.Formatter
format raw data according to the format specified.
formatAttributeValue(ViewCriteria, AttributeDef, String) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
formatAttributeValue(ViewCriteria, AttributeDef, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
formattedTextToNumber(String, String, String) - Static method in class oracle.jbo.domain.Number
Interprets a string as a number.
formattedTextToNumber(String, String, String) - Static method in class oracle.jbo.domain.Number
Interprets a string as a number.
fromJulianDays(int, int) - Static method in class oracle.jbo.domain.Date
Converts given Julian days and seconds to a date.
fromJulianDays(int, int) - Static method in class oracle.jbo.domain.Date
Converts given Julian days and seconds to a date.
fromSvcMsg(ViewObject, RequestParams) - Static method in class oracle.jbo.common.ViewCriteriaMarshaller
 
fromSvcMsgResp(ViewObject, ResponseValues) - Static method in class oracle.jbo.common.ViewCriteriaMarshaller
 
fromText(String, String, String) - Static method in class oracle.jbo.domain.Date
Converts a formatted string to a date.
fromText(String, String, String) - Static method in class oracle.jbo.domain.Date
Converts a formatted string to a date.
fullName - Variable in class oracle.jbo.common.remote.ObjectHandle
 

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01

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


Copyright © 1997, 2005, Oracle. All rights reserved.