Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02

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

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.
FLOAT - Static variable in class oracle.jbo.rules.Variant
 
FLOAT - Static variable in class oracle.jbo.server.util.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
 
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
 
FloatType_S - Static variable in class oracle.jbo.server.util.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() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
fetchAttributeProperties(String[], String[][], LocaleContext) - Method in interface oracle.jbo.ApplicationModule
Fetches all custom properties for the given list of attributes for the named ViewObjects 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
 
fetchProperty(RowImpl, String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
fetchProvider() - Method in class oracle.adf.model.generic.DCGenericRowSetIteratorImpl
 
fetchProvider() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
fetchProviderProperty(String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
fetchRowSetIterator(String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
fieldType - Variable in class oracle.jbo.html.jsp.datatags.SetDomainRendererTag
 
fieldType - Variable in class oracle.jbo.html.jsp.datatags.SetFieldRendererTag
 
filterDataChar(String) - Static method in class oracle.jdeveloper.html.DHTMLElement
 
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.server.QueryCollection
 
finalizeResource(Object, Object) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
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
 
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 class oracle.adf.model.generic.StructureDefImpl
Gets an attribute definition, given its name.
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.
findBindingContainer(String) - Method in class oracle.adf.model.BindingContext
 
findBindingContainer(String) - Method in class oracle.adf.model.binding.DCDataControl
Return the DCBindingContainer instance registered with this DCAppication with the given name.
findBindingContainer(BindingContext, String) - Static method in class oracle.adf.model.binding.DCUtil
 
findByColumnType(String) - Static method in class oracle.jbo.common.JboTypeMap
 
findByEntity(int, int) - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
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.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 class oracle.adf.model.generic.DCRowSetIteratorImpl
 
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.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
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(Object) - Method in class oracle.jbo.server.EJBEntityDefImpl
 
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.
findChildNode(Key) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
findChildNode(Key) - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
 
findClass(String) - Static method in class oracle.adf.model.binding.DCUtil
*** For internal framework use only ***
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
 
findContextObject(BindingContext, String) - Static method in class oracle.adf.model.binding.DCUtil
 
findControlBinding(String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
 
findCtrlBinding(String) - Method in class oracle.adf.model.binding.DCBindingContainer
Returns a control binding with the given name.
findCtrlValueBinding(String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
*** For internal framework use only ***
findCurrentContext() - Method in class oracle.jbo.common.ContextUtil
 
findCustomClass(String, Class) - Static method in class oracle.jbo.common.JBOClass
 
findCustomViewObject(String, String) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
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
 
findDataControl(String) - Method in class oracle.adf.model.BindingContext
 
findDefForDiscrValues(Object[], boolean) - Method in class oracle.jbo.server.RowDef
 
findDefObject(String) - Static method in class oracle.adf.model.binding.DCBindingContainerDef
 
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.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.adf.model.binding.DCBindingContainerDef
 
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
 
findEJBEntityDef(String) - Static method in class oracle.jbo.server.EJBEntityDefImpl
 
findEndAccessorByName(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
 
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.
findIterBinding(String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns the iterator binding object of the given name.
findIteratorBinding(String) - Method in class oracle.adf.model.binding.DCBindingContainer
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
 
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
 
findNamedObject(String) - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only ***
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
 
findOrCreateAccessorRowSetIterator(RowSetIterator, DCIteratorBinding, String, String) - Method in class oracle.adf.model.binding.DCDataControl
Deprecated. since 10.1.2
findOrCreateAccessorRowSetIterator(DCIteratorBinding, DCIteratorBinding, String, String) - Method in class oracle.adf.model.binding.DCDataControl
 
findOrCreateAccessorRowSetIterator(DCIteratorBinding, DCIteratorBinding, String, String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
findOrCreateAccessorRowSetIterator(RowSetIterator, DCIteratorBinding, String, String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
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
 
findOrCreateMethodRowSetIterator(DCIteratorBinding, String, Object) - Method in class oracle.adf.model.binding.DCDataControl
 
findOrCreateMethodRowSetIterator(DCIteratorBinding, String, Object) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
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
 
findOrCreateRowSetIteratorImpl(DCIteratorBinding, String, Object, RowSetIterator) - Method in class oracle.adf.model.binding.DCDataControl
 
findOrCreateSessionContextManager() - Static method in class oracle.jbo.server.SessionImpl
 
findPersistentState(String) - Method in class oracle.adf.model.BindingContext
 
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
 
findRootRowSetIterator(String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
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.ViewObjectImpl
 
findRowSetIterator(String) - Method in class oracle.jbo.server.ViewRowSetImpl
 
findSession(String) - Method in class oracle.adf.model.binding.DCConfigurationDef
 
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.
findSpelObject(Object, String) - Static method in class oracle.adf.model.binding.DCUtil
 
findSpelObject(Object, StringBuffer) - Static method in class oracle.adf.model.binding.DCUtil
 
findStructureDef(String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
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
 
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
 
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.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 class oracle.adf.model.binding.DCBindingContainer
 
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.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 class oracle.adf.model.generic.DCRowSetIteratorImpl
 
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() - 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
 
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
 
focusComponentOrChild(Component) - Static method in class oracle.jbo.common.GraphicsUtils
 
focusGained(DCIteratorBinding, DCControlBinding, int) - Method in class oracle.adf.model.binding.DCBindingContainer
Invoked by the framework to notify various status bars of which control has gained the focus.
focusGained(DCIteratorBinding, DCControlBinding, int) - Method in class oracle.adf.model.binding.DCDataControl
This method is used by the framework to display currency information in the status bars.
focusGained(DCIteratorBinding, DCControlBinding, int) - Method in interface oracle.adf.model.binding.DCStatusBarInterface
This event is sent out by a DCCtrlBinding when the associated control comes into focus.
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.
fromSvcMsg(ViewObject, RequestParams) - Static method in class oracle.jbo.common.ViewCriteriaMarshaller
 
fromSvcMsgResp(ViewObject, ResponseValues) - Static method in class oracle.jbo.common.ViewCriteriaMarshaller
 

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02

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


 

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