|
WebObjects 5.1 | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
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.
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.
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.
entity
cannot be found at runtime.
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.EOEditingContext
- Overrides the implementation inherited from EOObjectStore.
- 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.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.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) -
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.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, EOEditingContext) -
Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
- Implementation for
faultForRawRow
inherited from EOObjectStore.
- 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.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.eocontrol.EOFaultHandler
- Informs the receiver that
object
is about to be reverted
to its original state.
- faultWillFire(Object) -
Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
- Removes
object
from the chain of fault handlers.
- 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.
- FetchAllProcedureOperation -
Static variable in class com.webobjects.eoaccess.EOEntity
- A stored procedure to fetch all records.
- 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
-
- 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
-
- fetchEnabled() -
Method in class com.webobjects.eodistribution.client.EODistributedDataSource
- Returns whether fetching is enabled.
- 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.client.EOQueryController
-
- fetchesOnConnect() -
Method in class com.webobjects.eogeneration.client.EOEditingController
-
- fetchesOnConnect() -
Method in class com.webobjects.eogeneration.client.assistant.EOXMLEditor
-
- 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
.
- 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.directtoweb.D2WQueryPage
- Gets the maximum number of objects matching the query
that the display group fetches.
- 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.eocontrol.EODataSource
- Implemented by subclasses to fetch and return the objects provided
by the receiver.
- 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.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.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.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
-
- 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.client.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.
- FetchSpecificationKey -
Static variable in class com.webobjects.eocontrol.EOObjectStoreCoordinator
-
- 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.eocontrol.EOClassDescription
- Overridden by subclasses to obtain the fetch specification associated
with
name
.
- 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) -
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
.
- 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.
- 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.
- fetchSpecOptions() -
Method in class com.webobjects.directtoweb.D2WQueryPage
- Gets a String containing the state of the fetch specification options:
isDeep, usesDistinct, refreshesRefetchedObjects, and fetchLimit.
- fetchTimestamp() -
Method in class com.webobjects.eocontrol.EOEditingContext
- The fetch timestamp is a hint to refresh stale data on a subsequent fetch.
- FetchWithPrimaryKeyProcedureOperation -
Static variable in class com.webobjects.eoaccess.EOEntity
- A stored procedure to fetch by primary key.
- 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()
- filename() -
Method in class com.webobjects.smil.WOSMILMediaObject
- Returns the filename of the resource this media object represents.
- filename() -
Method in class com.webobjects.smil.WOSMILActivelink
- Returns the name of the file this WOSMILActivelink links to.
- fileName() -
Method in class com.webobjects.woextensions.WOParsedErrorLine
-
- 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.
- filteredArrayWithQualifier(NSArray, EOQualifier) -
Static method in class com.webobjects.eocontrol.EOQualifier
- Returns a new array that contains only the array from 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.
- finalize() -
Method in class com.webobjects.eocontrol.EOEditingContext
-
- finalize() -
Method in class com.webobjects.eocontrol.EOClassDescription
-
- finalize() -
Method in class com.webobjects.appserver.WOSessionStore
- Inherited finalize() method from
java.lang.Object
.
- finalize() -
Method in class com.webobjects.woextensions.WOAnyField
-
- finalize() -
Method in class com.webobjects.directtoweb.D2WPage
-
- finalize() -
Method in class com.webobjects.directtoweb.D2WListPage
-
- find() -
Method in class com.webobjects.eogeneration.client.EOQueryController
-
- FindActionPriority -
Static variable in class com.webobjects.eoapplication.EOAction
- The priority of the Find action.
- findAll() -
Method in class com.webobjects.eogeneration.client.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.client.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.client.EOControllerFactory.Select
-
- finishSelecting() -
Method in interface com.webobjects.eogeneration.client.EOControllerFactory.SelectByInserting
-
- finishSelecting() -
Method in class com.webobjects.eogeneration.client.EOListController
-
- finishSelecting() -
Method in class com.webobjects.eogeneration.client.EOFormController
-
- finishTask(EOController, Object[]) -
Method in class com.webobjects.eogeneration.client.EOControllerFactory.ControllerTaskAdaptor
-
- finishTask(EOController, Object[]) -
Method in interface com.webobjects.eogeneration.client.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.TabDictionaryComputer
-
- fire(D2WContext) -
Method in class com.webobjects.directtoweb.DefaultAssignment
-
- 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.EntityAssignment
- Gets the entity, in the default model group, specified by the
value
method.
- 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.
- fireAllRulesForKeyPathInContext(String, D2WContext) -
Method in class com.webobjects.directtoweb.D2WFastModel
-
- 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.D2WModel
- Fires the first candidate rule for the specified key path that can fire
in the specified context.
- fireRuleForKeyPathInContext(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.
- fireSystemRuleForKeyPathInContext(String, D2WContext) -
Method in class com.webobjects.directtoweb.D2WFastModel
-
- 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.
- 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.Logger
- Since this is an abstract method, it does nothing by default.
- flush() -
Method in class com.webobjects.foundation.NSLog.PrintStreamLogger
- Invokes the underlying PrintStream's
flush
method.
- 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.
- 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.
- 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.client.EOStaticLabelController
-
- font() -
Method in class com.webobjects.eogeneration.client.EOStaticTextFieldController
-
- FontParameter -
Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
-
- 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.
- 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.
- foreignKeyConstraintStatementsForRelationship(EORelationship) -
Method in class com.webobjects.eoaccess.EOSynchronizationFactory
- Returns an array of EOSQLExpression objects that define the SQL
statements necessary to create foreign key constraints for
relationship
.
- 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.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
-
- 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.
- format() -
Method in class com.webobjects.foundation.NSNumberFormatter
- Deprecated. Use
NSNumberFormatter.pattern()
.
- 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.
- 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.
- FormatAllowedParameter -
Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
-
- formatClass() -
Method in class com.webobjects.eogeneration.client.EORangeTextFieldController
-
- formatClass() -
Method in class com.webobjects.eogeneration.client.EOFormatValueController
-
- formatClass() -
Method in interface com.webobjects.eogeneration.client.EOWidgetController.FormatWidget
-
- FormatClassParameter -
Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
-
- 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.client.EOFormatValueController
-
- formatForMaximumAssociation() -
Method in class com.webobjects.eogeneration.client.EORangeTextFieldController
-
- formatForMinimumAssociation() -
Method in class com.webobjects.eogeneration.client.EORangeTextFieldController
-
- formatPattern() -
Method in class com.webobjects.eogeneration.client.EORangeTextFieldController
-
- formatPattern() -
Method in class com.webobjects.eogeneration.client.EOFormatValueController
-
- formatPattern() -
Method in interface com.webobjects.eogeneration.client.EOWidgetController.FormatWidget
-
- FormatPatternParameter -
Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
-
- 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.
- 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.woextensions.WOTableString
- Deprecated.
- formatter() -
Method in class com.webobjects.directtoweb.D2WComponent
- This method is intentionally undocumented.
- formatterForKey(String) -
Method in class com.webobjects.woextensions.WOAnyField
-
- FormatterKey -
Static variable in class com.webobjects.directtoweb.D2WModel
- The formatter key.
- 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
-
- formControllerWithEntity(String) -
Method in class com.webobjects.eogeneration.client.EOControllerFactory
-
- formKeyForKey(String) -
Static method in class com.webobjects.directtoweb.Services
-
- formPropertyKeys() -
Method in class com.webobjects.eogeneration.EOAssignment
-
- FormTask -
Static variable in class com.webobjects.eogeneration.client.EOControllerFactory
-
- 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.
- 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.
- FrameKey -
Static variable in class com.webobjects.directtoweb.D2WModel
- The frame key.
- frameQualifier -
Static variable in class com.webobjects.directtoweb.ServerSideSettings
-
- FramesActiveKey -
Static variable in class com.webobjects.directtoweb.D2WModel
- The frames active key; the literal "framesActive".
- framework() -
Method in class com.webobjects.woextensions.JSComponent
-
- framework() -
Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
-
- 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.smil.WOSMILActivelink
- Returns the framework name.
- 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.
- FullOuterJoin -
Static variable in class com.webobjects.eoaccess.EORelationship
- Produces results for all source records, regardless of the values of the
relationships.
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |