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

F

FIELD_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Field attribute name.
FIELD_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Field element tag name.
FLAG_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Flag attribute name.
FLOAT_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Float element tag name.
FactoryMethodArgumentIsBytes - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant used with the methods factoryMethodArgumentType and setFactoryMethodArgumentType to specify the type of argument that should be passed to the attribute's factory method, in this case, an array of bytes.
FactoryMethodArgumentIsData - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant used with the methods factoryMethodArgumentType and setFactoryMethodArgumentType to specify the type of argument that should be passed to the attribute's factory method, in this case, a binary (NSData) argument.
FactoryMethodArgumentIsString - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant used with the methods factoryMethodArgumentType and setFactoryMethodArgumentType to specify the type of argument that should be passed to the attribute's factory method, in this case, a String argument.
FailedAdaptorOperationKey - Static variable in class com.webobjects.eoaccess.EOAdaptorChannel
A userInfo dictionary key.
FailedDatabaseOperationKey - Static variable in class com.webobjects.eoaccess.EODatabaseContext
A key in an GenericAdaptorException's userInfo dictionary.
FetchAllProcedureOperation - Static variable in class com.webobjects.eoaccess.EOEntity
A stored procedure to fetch all records.
FetchLimitKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the fetchLimit to use when fetch in the WOSearchOperation
FetchSpecificationKey - Static variable in class com.webobjects.eocontrol.EOObjectStoreCoordinator
 
FetchSpecificationNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the fetch specification used in a WOFetchSpecSearchOperation
FetchWithPrimaryKeyProcedureOperation - Static variable in class com.webobjects.eoaccess.EOEntity
A stored procedure to fetch by primary key.
FetchesOnConnectEnabledParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
FindActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Find action.
FlushDelayedObserversRunLoopOrdering - Static variable in class com.webobjects.eocontrol.EODelayedObserverQueue
Used as a priority the first time enqueueObserver is invoked( if the observer doesn't have a priority ObserverPriorityImmediate) to register the receiver to be sent a notifyObserversUpToPriority message at the end of the run loop.
FontParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
ForeignKeyConstraintsKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to create foreign key constraints.
FormTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
FormatAllowedParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
FormatClassParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
FormatPatternParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
FormatterKey - Static variable in class com.webobjects.directtoweb.D2WModel
The formatter key.
FrameKey - Static variable in class com.webobjects.directtoweb.D2WModel
The frame key.
FramesActiveKey - Static variable in class com.webobjects.directtoweb.D2WModel
The frames active key; the literal "framesActive".
FullOuterJoin - Static variable in class com.webobjects.eoaccess.EORelationship
Produces results for all source records, regardless of the values of the relationships.
factory() - Static method in class com.webobjects.directtoweb.D2W
Gets the Direct to Web factory, an instance of D2W that creates all of the Direct to Web pages in the application.
factoryMethodArgumentType() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the type of argument that should be passed to the "factory method" which is invoked by the attribute to create an attribute value for a custom class.
failedToLookupClassNamed(EOEntity, String) - Method in interface com.webobjects.eoaccess.EOModelGroup.Delegate
Invoked when the class name specified for entity cannot be found at runtime.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Creates a to-one fault for the object identified by globalID and registers it in the editing context context.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
If the receiver is context and the object associated with globalID is already registered in context, this method returns that object.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Implementation for faultForGlobalID inherited from EOObjectStore.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Creates a to-one fault for the enterprise object identified by the global ID globalID, registers it in the editing context editingContext, and returns the fault.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns a fault for a raw row.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Returns a fault for the raw row row by invoking faultForRawRow on this EOEditingContext's parent EOObjectStore with context as the editing context.
faultForRawRow(NSDictionary, String) - Method in class com.webobjects.eocontrol.EOEditingContext
Returns a fault for the raw row row.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Returns a fault for the enterprise object corresponding to row, which is a dictionary of values containing at least the primary key of the corresponding enterprise object.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Implementation for faultForRawRow inherited from EOObjectStore.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Creates a to-one fault for an enterprise object identified by the raw row row and the entity name entityName, registers it in the editing context editingContext, and returns the fault.
faultHandler() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the receiver's fault handler.
faultHandler() - Method in interface com.webobjects.eocontrol.EOFaulting
Returns the EOFaultHandler that will help the reciever to fire.
faultWillFire(Object) - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Removes object from the chain of fault handlers.
faultWillFire(Object) - Method in class com.webobjects.eocontrol.EOFaultHandler
Informs the receiver that object is about to be reverted to its original state.
faultWithPrimaryKey(EOEditingContext, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the Enterprise Object identified by the specified primary key dictionary.
faultWithPrimaryKeyValue(EOEditingContext, String, Object) - Static method in class com.webobjects.eoaccess.EOUtilities
Fetches the Enterprise Object identified by the specified primary key value.
fetch() - Method in class com.webobjects.appserver.WODisplayGroup
Invokes the fetchObjects method of the dataSource and passes the result to setObjectArray.
fetch() - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to fetch objects from the EODataSource.
fetchBLOB(ResultSet, int, EOAttribute, boolean) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Fetch a BLOB.
fetchBLOB(ResultSet, int, EOAttribute, boolean) - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
fetchBLOB(ResultSet, int, EOAttribute, boolean) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
fetchCLOB(ResultSet, int, EOAttribute, boolean) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Fetch a CLOB.
fetchCLOB(ResultSet, int, EOAttribute, boolean) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
fetchEnabled() - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Returns whether fetching is enabled.
fetchLimit() - Method in class com.webobjects.directtoweb.D2WQueryPage
Gets the maximum number of objects matching the query that the display group fetches.
fetchLimit() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the fetch limit value which indicates the maximum number of objects to fetch.
fetchLimit() - Method in class com.webobjects.webservices.generation.WOSearchOperation
Returns the maximum number of objects to fetch for this operation.
fetchObject() - Method in class com.webobjects.eoaccess.EODatabaseChannel
Fetches and returns the next object in the result set produced by a selectObjectsWithFetchSpecification message, or null if there are no more objects in the current result set or if an error occurs.
fetchObjects() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Fetches and returns an array of objects using the fetch specification and editing context associated with this datasource.
fetchObjects() - Method in class com.webobjects.eocontrol.EOArrayDataSource
Returns a copy of the array of objects maintained by the receiver.
fetchObjects() - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to fetch and return the objects provided by the receiver.
fetchObjects() - Method in class com.webobjects.eocontrol.EODetailDataSource
Sends valueForKey (defined in the NSKeyValueCoding interface) to the master object with the receiver's detail key as the argument, constructs an array for the returned object or objects, and returns it.
fetchObjects() - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
If fetching is enabled, fetches and returns objects with the receiver's fetch specification; returns null otherwise.
fetchRow() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to fetch the next row from the result set of the last selectAttributes, executeStoredProcedure, or evaluateExpression message sent to the receiver.
fetchRow() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
fetchRow() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
fetchSpecOptions() - Method in class com.webobjects.directtoweb.D2WQueryPage
Gets a String containing the state of the fetch specification options: isDeep, usesDistinct, refreshesRefetchedObjects, and fetchLimit.
fetchSpecification() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the receiver's EOFetchSpecification or null if no fetch specification is set.
fetchSpecification() - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Returns the receiver's fetch specification (which by default fetches all the objects for the receiver's entity unless it is further restricted with setFetchSpecification or setAuxiliaryQualifier).
fetchSpecification() - Method in class com.webobjects.eogeneration.EOQueryController
 
fetchSpecificationForFetch() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns a copy of the effective fetch specification, which is the union of the primary fetch specification and the auxiliary qualifier.
fetchSpecificationName() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the name of the receiver's fetch specification or null if the data source is not using a named fetch specification.
fetchSpecificationNamed(String) - Method in class com.webobjects.eoaccess.EOEntity
Returns the fetch specification identified by fetchSpecName.
fetchSpecificationNamed(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the fetch specification with the specified name from the receiver's entity.
fetchSpecificationNamed(String, String) - Method in class com.webobjects.eoaccess.EOModelGroup
Returns the fetch specification identifed by fetchSpecName from the entity specified by entityName in the receiving model group.
fetchSpecificationNamed(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to obtain the fetch specification associated with name.
fetchSpecificationNamed(String, String) - Static method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the fetch specification that the entity specified by entityName associates with the fetch specification name name.
fetchSpecificationNames() - Method in class com.webobjects.eoaccess.EOEntity
Returns an alphabetically sorted array of the names of the receiver's fetch specifications.
fetchSpecificationWithQualifierBindings(NSDictionary) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Applies bindings from bindings to the receiver's qualifier if there is one, and returns a new fetch specification that can be used in a fetch.
fetchTimestamp() - Method in class com.webobjects.eocontrol.EOEditingContext
The fetch timestamp is a hint to refresh stale data on a subsequent fetch.
fetchedValueForDataValue(NSData, EOAttribute) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation returns value unchanged.
fetchedValueForDateValue(NSTimestamp, EOAttribute) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation returns value unchanged.
fetchedValueForNumberValue(Number, EOAttribute) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation returns value unchanged.
fetchedValueForStringValue(String, EOAttribute) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation returns value unchanged.
fetchedValueForValue(Object, EOAttribute) - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the value that the receiver's database server would ultimately store for value if it were inserted or updated in the column described by att.
fetchedValueForValue(Object, EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Calls super with the result of the plugIn's plugInValueForValue.
fetchesOnConnect() - Method in class com.webobjects.eoapplication.EOEntityController
Returns whether the receiver should fetch its display group content next time its connection is established.
fetchesOnConnect() - Method in class com.webobjects.eogeneration.EOEditingController
 
fetchesOnConnect() - Method in class com.webobjects.eogeneration.EOQueryController
 
fetchesOnLoad() - Method in class com.webobjects.appserver.WODisplayGroup
Indicates whether the WODisplayGroup, whenever it is loaded, should fetch from its dataSource.
fetchesOnLoad() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true if the receiver fetches automatically after being loaded from a nib file, false if it must be told explicitly to fetch.
fetchesRawRows() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns whether the rawRowKeyPaths method returns non-null.
fieldComponent() - Method in class com.webobjects.eointerface.swing.EOFormCell
Returns the editable text field of the form cell.
fieldValue(Object, Field) - Method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
 
fileExistsAtPath(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Deprecated. Use (new File(aString)).exists() or fileExistsAtPathURL()
fileExistsAtPathURL(URL) - Static method in class com.webobjects.foundation.NSPathUtilities
 
fileName() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
filename() - Method in class com.webobjects.smil.WOSMILActivelink
Returns the name of the file this WOSMILActivelink links to.
filename() - Method in class com.webobjects.smil.WOSMILAnchor
 
filename() - Method in class com.webobjects.smil.WOSMILMediaObject
Returns the filename of the resource this media object represents.
fill() - Method in class com.webobjects.smil.WOSMILMediaObject
Returns the value of the fill binding.
fillTargetSizeWithUnionSize(Dimension, Dimension, Dimension) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
fillTargetSizeWithUnionSize(Dimension, int, int) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
filter(EOFetchSpecification, EOEntity) - Method in class com.webobjects.jndiadaptor.JNDIPlugIn
Creates a filter with the specified fetch specification and entity.
filter(EOFetchSpecification, EOEntity) - Method in class com.webobjects.jndiadaptor.LDAPPlugIn
 
filterArrayWithQualifier(NSMutableArray, EOQualifier) - Static method in class com.webobjects.eocontrol.EOQualifier
Filters array in place so that it contains only objects matching qualifier.
filterEvents(NSArray, int) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
filterExpression(Object) - Method in interface com.webobjects.jndiadaptor.JNDIType
Creates a filter expression with the specified internal value.
filteredArrayWithQualifier(NSArray, EOQualifier) - Static method in class com.webobjects.eocontrol.EOQualifier
Returns a new array that contains only the array from objects matching qualifier.
finalize() - Method in class com.webobjects.appserver.WOSessionStore
Inherited finalize() method from java.lang.Object.
finalize() - Method in class com.webobjects.directtoweb.D2WListPage
 
finalize() - Method in class com.webobjects.directtoweb.D2WPage
 
finalize() - Method in class com.webobjects.eocontrol.EOClassDescription
 
finalize() - Method in class com.webobjects.eocontrol.EOEditingContext
 
finalize() - Method in class com.webobjects.woextensions.WOAnyField
 
find() - Method in class com.webobjects.eogeneration.EOQueryController
 
findAll() - Method in class com.webobjects.eogeneration.EOQueryController
 
findEntityAction() - Method in class com.webobjects.directtoweb.DefaultHeader
Is invoked when the user clicks New in the menu bar.
findTarget(WOComponent) - Static method in class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
findWidgetPluginClass(Class, Class) - Static method in class com.webobjects.eointerface.EOWidgetPluginRegistry
Searches the set of registered plugins, looking for a widget plugin class that is registered for use with EOAssociation's of class associationClass and objects of class widgetClass and returns the first one found.
finishCoding() - Method in class com.webobjects.foundation.NSCoder
Cleans up the receiver's state after the receiver has finished encoding data.
finishInitialization() - Method in class com.webobjects.appserver.WODisplayGroup
Invoked from the WODisplayGroup constructor to finish initializing a newly created instance.
finishInitialization() - Method in class com.webobjects.eoapplication.EOApplication
This method is invoked after the final event thread is guaranteed to be running.
finishInitialization() - Method in class com.webobjects.eogeneration.EODynamicApplication
 
finishInitializationOfObjects() - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Completes an unarchiving process by sending all unarchived objects that implement the EOKeyValueArchiving.FinishInitialization interface a finishInitializationWithKeyValueUnarchiver method.
finishInitializationWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Method in interface com.webobjects.eocontrol.EOKeyValueArchiving.FinishInitialization
Notifies the receiver that the EOKeyValueUnarchiver unarchiver has unarchived and awaken all objects from an archive.
finishInitializationWithKeyValueUnarchiver(Object, EOKeyValueUnarchiver) - Method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Asks the receiver to finish initializing the object receiver after the EOKeyValueUnarchiver unarchiver has unarchived and awaken all objects from an archive.
finishModal() - Method in interface com.webobjects.eoapplication.EOComponentController.Modal
Invoked by subcontrollers to finish a modal session (to close a modal dialog).
finishModal() - Method in class com.webobjects.eoapplication.EOModalDialogController
finishSelecting() - Method in interface com.webobjects.eogeneration.EOControllerFactory.Select
 
finishSelecting() - Method in interface com.webobjects.eogeneration.EOControllerFactory.SelectByInserting
 
finishSelecting() - Method in class com.webobjects.eogeneration.EOFormController
 
finishSelecting() - Method in class com.webobjects.eogeneration.EOListController
 
finishStartup(NSDictionary) - Method in class com.webobjects.eoapplication.EOApplication.ApplicationSupport
Gives the application support object an opportunity to complete the startup sequence of the application before the application starts listening to user events.
finishTask(EOController, Object[]) - Method in class com.webobjects.eogeneration.EOControllerFactory.ControllerTaskAdaptor
 
finishTask(EOController, Object[]) - Method in interface com.webobjects.eogeneration.EOControllerFactory.ControllerTaskCallback
 
fire() - Method in class com.webobjects.appserver.WOTimer
Fires the timer, invoking selector on target and passing either the WOTimer -- if userInfoClass was null when the WOTimer was created -- or userInfo.
fire(D2WContext) - Method in class com.webobjects.directtoweb.Assignment
This method is invoked when a rule fires.
fire(D2WContext) - Method in class com.webobjects.directtoweb.DefaultAssignment
 
fire(D2WContext) - Method in class com.webobjects.directtoweb.EntityAssignment
Gets the entity, in the default model group, specified by the value method.
fire(D2WContext) - Method in class com.webobjects.directtoweb.Rule
Fires the right-hand side with the specified context.
fire(D2WContext) - Method in class com.webobjects.directtoweb.TabDictionaryComputer
 
fireAllRulesForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WFastModel
 
fireAllRulesForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WModel
Fires all candidate rules for the specified key path that can fire in the specified context; aggregates the results of all firings.
fireDate() - Method in class com.webobjects.appserver.WOTimer
Return the NSTimestamp at which the WOTimer will first fire.
fireEditingCanceled() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Sends editingCanceled to all cell editor listeners registered with the column editor.
fireEditingStopped() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Sends editingStopped to all cell editor listeners registered with the column editor.
firePropertyChange(String, Object, Object) - Method in class com.webobjects.eoapplication.EOAction
See the method description for firePropertyChange in Sun's documentation for javax.swing.AbstractAction.
fireRuleForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WFastModel
 
fireRuleForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WModel
Fires the first candidate rule for the specified key path that can fire in the specified context.
fireSystemRuleForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WFastModel
 
fireSystemRuleForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WModel
Fires the first candidate rule for the specified key path that can fire in the specified context but is not authored by the Web Assistant.
firstDynamicPageNameInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the name of the first dynamic page involved.
firstEntityInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the name of the first entity involved.
firstFocusComponent() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the JComponent that should get the keyboard focus first.
firstLineOfMessage() - Method in class com.webobjects.directtoweb.D2WErrorPage
Returns a String containing a truncated version of the error message that fits on a single line.
firstObjectCommonWithArray(NSArray) - Method in class com.webobjects.foundation.NSArray
This method searches for the first object in this array which is contained within otherArray.
firstPage - Variable in class com.webobjects.directtoweb.D2WWebAssistantPage
 
firstPropertyKeyInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the name of the first property key involved.
firstTaskInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the name of the first task involved.
fit() - Method in class com.webobjects.smil.WOSMILRegion
Returns the value of the fit binding.
flatten(NSArray) - Static method in class com.webobjects.directtoweb.Services
 
floatForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty and and convert the property to a float.
flush() - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Does nothing.
flush() - Method in class com.webobjects.foundation.NSLog.Logger
Since this is an abstract method, it does nothing by default.
flush() - Method in class com.webobjects.foundation.NSLog.PrintStreamLogger
Invokes flush on printStream.
flush() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Flushes the stream.
flushCaches() - Static method in class com.webobjects.directtoweb.D2WUtils
 
flushDataCache() - Method in class com.webobjects.appserver.WOResourceManager
Removes all data from the dynamic data cache.
flushDefaultsToPersistentStore() - Method in class com.webobjects.eoapplication.EODefaults
Saves the persistent user defaults, but only if there have been any changes that would require saving.
focusGained(FocusEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Conforming to FocusListener.
focusGained(FocusEvent) - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Invoked when the edited text cell gains focus.
focusLost(FocusEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Conforming to FocusListener.
focusLost(FocusEvent) - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Invoked when the edited text cell looses focus.
followRedirects(boolean) - Method in class com.webobjects.appserver.WOHTTPConnection
Gets boolean value indicating whether or not HTTP redirects (3xx) should be automatically followed.
font() - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
font() - Method in class com.webobjects.eogeneration.EOStaticTextFieldController
 
forceConnectionWithModel(EOModel, NSDictionary, EOEditingContext) - Static method in class com.webobjects.eoaccess.EODatabaseContext
Forces the stack of objects in the EOAccess layer to be instantiated, if necessary, and then makes a connection to the database.
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL statements necessary to create foreign key constraints for relationship.
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
 
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
forgetAllLocks() - Method in class com.webobjects.eoaccess.EODatabaseContext
Clears all of the locks made for Enterprise Objects by the receiver.
forgetAllSnapshots() - Method in class com.webobjects.eoaccess.EODatabase
Removes all of the receiver's snapshots and posts an ObjectsChangedInStoreNotification describing the invalidated objects.
forgetLocksForObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eoaccess.EODatabaseContext
Clears the locks made for the Enterprise Objects identified by each of the EOGlobalIDs in gids.
forgetObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
Removes object from the uniquing tables and causes this EOEditingContext to remove itself from the object's list of observers.
forgetObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
forgetSnapshotForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabase
Removes the snapshot recorded for the Enterprise Object identified by gid and posts an ObjectsChangedInStoreNotification describing the invalidated object.
forgetSnapshotForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Deletes the snapshot recorded for the Enterprise Object identified by gid.
forgetSnapshotsForGlobalIDs(NSArray) - Method in class com.webobjects.eoaccess.EODatabase
Removes the snapshots recorded for the Enterprise Objects identified by the globalIDs in array and posts an ObjectsChangedInStoreNotification describing the invalidated objects.
forgetSnapshotsForGlobalIDs(NSArray) - Method in class com.webobjects.eoaccess.EODatabaseContext
Deletes the snapshots recorded for the Enterprise Objects identified by gids, both in the receiver and in the EODatabase.
formControllerWithEntity(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
formData() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Equivalent to formData(4096)
formData(int) - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the form element data as an NSData.
formDataInputStream() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the form element data as an InputStream.
formKeyForKey(String) - Static method in class com.webobjects.directtoweb.Services
 
formPropertyKeys() - Method in class com.webobjects.eogeneration.rules.EOAssignment
 
formValue() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the contents of this form-data element as a properly encoded String.
formValueEncoding() - Method in class com.webobjects.appserver.WORequest
Returns the encoding last used to convert form values from ASCII to Unicode.
formValueForKey(String) - Method in class com.webobjects.appserver.WORequest
Return an Object representing the form value for aKey.
formValueKeys() - Method in class com.webobjects.appserver.WORequest
Returns an NSArray containing the names (or keys) used to access the values in a form.
formValues() - Method in class com.webobjects.appserver.WORequest
Returns an NSDictionary containing all of the form data with names for keys and NSArrays containing the value(s) associated with those keys for values.
formValuesForKey(String) - Method in class com.webobjects.appserver.WORequest
Returns an NSArray containing the String form values associated with the given key.
format() - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.pattern().
format(Object, StringBuffer, FieldPosition) - Method in class com.webobjects.foundation.NSNumberFormatter
Formats obj to produce a string, appends the string to toAppendTo, and returns the resulting StringBuffer.
format(Object, StringBuffer, FieldPosition) - Method in class com.webobjects.foundation.NSTimestampFormatter
Formats obj to produce a string, appends the string to toAppendTo, and returns the resulting string.
formatClass() - Method in class com.webobjects.eogeneration.EOFormatValueController
 
formatClass() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
formatClass() - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
formatDescription(String, WOResponse, WOContext) - Method in class com.webobjects.appserver.WOStatisticsStore
If log file recording is enabled, this method formats the string statistics using the Common Log File Format (CLFF).
formatForAssociation() - Method in class com.webobjects.eogeneration.EOFormatValueController
 
formatForMaximumAssociation() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
formatForMinimumAssociation() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
formatPattern() - Method in class com.webobjects.eogeneration.EOFormatValueController
 
formatPattern() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
formatPattern() - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
formatSQLString(String, String) - Method in class com.webobjects.eoaccess.EOSQLExpression
Applies the format specified by format to a SQL string sqlString.
formatStringValue(String) - Method in class com.webobjects.eoaccess.EOSQLExpression
Formats string for use as a string constant in a SQL statement.
formatValueForAttribute(Object, EOAttribute) - Method in class com.webobjects.eoaccess.EOSQLExpression
This method should be overridden by subclasses to return a string representation of value suitable for use in an SQL statement, depending on attribute's externalType.
formatValueForAttribute(Object, EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
formatValueForAttribute(Object, EOAttribute) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleExpression
 
formattedMessage() - Method in class com.webobjects.directtoweb.D2WErrorPage
Returns a String containing a version of the error message with line breaks added so that it fits on the page.
formatter() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
formatter() - Method in class com.webobjects.woextensions.WOTableString
Deprecated.  
formatterForKey(String) - Method in class com.webobjects.woextensions.WOAnyField
 
forwardUpdateForObject(EOEnterpriseObject, NSDictionary) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Tells the receiver to forward a message from an EOCooperatingObjectStore to another store, informing it that changes need to be made to object.
fragmentIdentifier() - Method in class com.webobjects.woextensions.WXOutlineControl
 
frame() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
frameQualifier - Static variable in class com.webobjects.directtoweb.ServerSideSettings
 
framework() - Method in class com.webobjects.smil.WOSMILActivelink
Returns the framework name.
framework() - Method in class com.webobjects.smil.WOSMILAnchor
 
framework() - Method in class com.webobjects.smil.WOSMILMediaObject
Returns the framework name that file named filename is located in.
framework() - Method in class com.webobjects.woextensions.JSComponent
 
framework() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
frameworkBundles() - Static method in class com.webobjects.foundation.NSBundle
Gets an NSArray containing the bundles for all the frameworks included in the application.
frameworkName() - Method in class com.webobjects.appserver.WOComponent
If the component is stored in a framework, this method returns the name of that framework.
frameworksBaseURL() - Method in class com.webobjects.appserver.WOApplication
This value is used to determine URLs that should be generated to reference Web Server Resources in those frameworks.
fromString(String) - Static method in class com.webobjects.foundation.NSRange
Creates an NSRange from a string.
fullWidthPropertyKeys() - Method in class com.webobjects.eogeneration.rules.EOForm
 

Last updated Thu Oct 21 15:04:16 PDT 2004.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2004 Apple Computer, Inc.