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

R

RaisedBezelBorder - Static variable in class com.webobjects.eoapplication.EOBoxController
 
ReadOnlyEntityNamesKey - Static variable in class com.webobjects.directtoweb.D2WModel
The read-only entity names key; the literal "readOnlyEntityNames".
RedoActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Redo action.
RefreshActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Refresh action.
RelationshipKey - Static variable in class com.webobjects.directtoweb.D2WModel
The relationship key.
RelationshipPathParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
RelationshipTypeKey - Static variable in class com.webobjects.directtoweb.D2WModel
The relationship type key; the literal "r".
RelationshipsKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Key for use in change dictionaries whose value is a dictionary of relationships which have been modified since the last time the model and schema were synchronized.
RemoteMethodReceiverNeededNotification - Static variable in class com.webobjects.eodistribution.EODistributionContext
The name of the notification sent when a distribution context needs the list of remote method receivers.
RequiresEntityKey - Static variable in class com.webobjects.directtoweb.D2WModel
The requires entity key; the literal "requiresEntity".
ResetTitlesObjectsOnEveryConnectParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
ResizeWeightParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
ReturnsSOAPStructKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing whether the current operation should return EOEnterpriseObjects as serialized EO's, or as SOAP-Struct's
ReuseControllerAfterSave - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
ReuseControllerIfInvisible - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
ReuseControllerIfNotEdited - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
ReuseModeParameter - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
RevertActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Revert action.
Right - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a right position.
RightOuterJoin - Static variable in class com.webobjects.eoaccess.EORelationship
Preserves rows in the right (destination) table, keeping them even if there's no corresponding row in the left table.
RootAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Root aspect
RootKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
RoundBankers - Static variable in class com.webobjects.foundation.NSNumberFormatter
Rounding mode : Bankers.
RoundDown - Static variable in class com.webobjects.foundation.NSNumberFormatter
Rounding mode : Down.
RoundPlain - Static variable in class com.webobjects.foundation.NSNumberFormatter
Rounding mode : Plain.
RoundUp - Static variable in class com.webobjects.foundation.NSNumberFormatter
Rounding mode : Up.
Rule - class com.webobjects.directtoweb.Rule.
The Rule class represents a simple inference.
Rule() - Constructor for class com.webobjects.directtoweb.Rule
Creates an instance of Rule.
Rule(int, EOQualifier, Assignment) - Constructor for class com.webobjects.directtoweb.Rule
Creates an instance of Rule with the specified author, left-hand side, and right-hand side.
RunsConfirmDialogForEmptyQualifiers - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
rangeByIntersectingRange(NSRange) - Method in class com.webobjects.foundation.NSRange
Returns an NSRange that is the intersection of a range and this NSRange.
rangeByUnioningRange(NSRange) - Method in class com.webobjects.foundation.NSRange
Returns an NSRange that is the union of a range and this NSRange (a range constructed from the lowest starting location and the highest ending location of both NSRanges).
rangeNoCopy() - Method in class com.webobjects.foundation.NSData
Primitive method used by mutable subclasses of NSData.
rangeWidget() - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
rawPageName() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
rawRowKeyPaths() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns an array of attribute key paths that should be fetched as raw data and returned as an array of dictionaries (instead of the normal result of full objects).
rawRowsForSQL(EOEditingContext, String, String) - Static method in class com.webobjects.eoaccess.EOUtilities
Deprecated. Use rawRowsForSQL(EOEditingContext ec, String modelName, String sqlString, NSArray keys) instead.
rawRowsForSQL(EOEditingContext, String, String, NSArray) - Static method in class com.webobjects.eoaccess.EOUtilities
Evaluates the specified SQL and returns the resulting raw rows.
rawRowsForStoredProcedureNamed(EOEditingContext, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Executes the specified stored procedure with the provided arguments and returns the resulting raw rows.
rawRowsMatchingKeyAndValue(EOEditingContext, String, String, Object) - Static method in class com.webobjects.eoaccess.EOUtilities
Creates an EOKeyValueQualifier with the specified key and value and returns matching raw rows.
rawRowsMatchingValues(EOEditingContext, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Creates EOKeyValueQualifiers for each key-value pair in the specified dictionary, ANDs these qualifiers together into an EOAndQualifier, and returns matching raw rows.
rawRowsWithQualifierFormat(EOEditingContext, String, String, NSArray) - Static method in class com.webobjects.eoaccess.EOUtilities
Creates a qualifier for the specified entity and with the specified qualifier format and returns matching raw row dictionaries.
rawSystemPageName() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
read() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads a byte of data.
read(byte[], int, int) - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads into an array of bytes.
readBoolean() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads in a boolean.
readByte() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads an 8 bit byte.
readChar() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads a 16 bit char.
readDouble() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads a 64 bit double.
readFields() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads the persistent fields from the stream and makes them available by name.
readFloat() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads a 32 bit float.
readFormat() - Method in class com.webobjects.eoaccess.EOAttribute
Returns a format string used to appropriately format the attribute's value when it is read from the database.
readFully(byte[]) - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads bytes, blocking until all bytes are read.
readInt() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads a 32 bit int.
readLine() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Deprecated. This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.
readLong() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads a 64 bit long.
readObjectOverride() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
readOnly - Variable in class com.webobjects.webservices.support.WOXMLProvider
 
readOnlyEntityNames(D2WContext) - Static method in class com.webobjects.directtoweb.D2WUtils
 
readOnlyEntityNamesAsNSArray() - Method in class com.webobjects.directtoweb.ServerSideSettings
 
readResolve() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
 
readResolve() - Method in class com.webobjects.eocontrol.EOCustomObject
 
readResolve() - Method in class com.webobjects.eocontrol.EOEditingContext
 
readResolve() - Method in class com.webobjects.eocontrol.EOKeyGlobalID
 
readResolve() - Method in class com.webobjects.foundation.NSTimeZone
 
readResponse() - Method in class com.webobjects.appserver.WOHTTPConnection
Receives a response after sendRequest is executed.
readShort() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads a 16 bit short.
readTimeout() - Method in class com.webobjects.appserver.WOHTTPConnection
Gets the read timeout interval set previously for a finer-grained read operation.
readUTF() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads a UTF format String.
readUnsignedByte() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads an unsigned 8 bit byte.
readUnsignedShort() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads an unsigned 16 bit short.
readableDateFormatDescription(String) - Static method in class com.webobjects.directtoweb.D2WUtils
 
realSize() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
reapplyChangesFromDictionary(NSDictionary) - Method in class com.webobjects.eocontrol.EOCustomObject
Similar to takeValuesFromDictionary, but the changes dictionary can contain arrays for to-many relationships.
reapplyChangesFromDictionary(NSDictionary) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Similar to takeValuesFromDictionary, but the changes dictionary can contain arrays for to-many relationships.
reasonLines() - Method in class com.webobjects.woextensions.WOExceptionPage
 
receiveTimeout() - Method in class com.webobjects.appserver.WOHTTPConnection
Gets the receive timeout interval.
reconnectionDictionaryForAdaptor(EOAdaptor) - Method in interface com.webobjects.eoaccess.EOAdaptor.Delegate
Creates a new connection dictionary for the adaptor.
recordChangesInEditingContext() - Method in class com.webobjects.eoaccess.EODatabaseContext
Constructs a list of EODatabaseOperations for all changes to objects in the EOEditingContext that are owned by the receiver.
recordChangesInEditingContext() - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to instruct the receiver to examine the changed objects in the receiver's EOEditingContext, record any operations that need to be performed, and notify the receiver's EOObjectStoreCoordinator of any changes that need to be forwarded to other EOCooperatingObjectStores.
recordObject(EOEnterpriseObject, EOGlobalID) - Method in class com.webobjects.eocontrol.EOEditingContext
Makes this EOEditingContext aware of an object identified by gid existing in its parent object store.
recordSnapshotForGlobalID(NSDictionary, EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabase
Records snapshot for the Enterprise Object identified by the globalID gid.
recordSnapshotForGlobalID(NSDictionary, EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Records snapshot under the globalID gid.
recordSnapshotForSourceGlobalID(NSArray, EOGlobalID, String) - Method in class com.webobjects.eoaccess.EODatabase
For the object identified by gidgids, which is the array of globalIDs identifying the destination objects for the to-many relationship named name.
recordSnapshotForSourceGlobalID(NSArray, EOGlobalID, String) - Method in class com.webobjects.eoaccess.EODatabaseContext
For the object identified by gidgids, which is the array of globalIDs identifying the destination objects for the to-many relationship named name.
recordSnapshots(NSDictionary) - Method in class com.webobjects.eoaccess.EODatabase
Records the snapshots in snapshots, which is a dictionary whose keys are globalIDs and whose values are the snapshots for the Enterprise Objects identified by those globalIDs.
recordSnapshots(NSDictionary) - Method in class com.webobjects.eoaccess.EODatabaseContext
Records the snapshots in snapshots, which is a dictionary whose keys are globalIDs and whose values are the snapshots for the enterprise objects identified by those globalIDs.
recordStatisticsForResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WOStatisticsStore
Records statistics for the current cycle of the request-response loop.
recordToManySnapshot(NSArray, String) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Records the to-many snapshot gids for the relationship identified by name, belonging to the receiver's Enterprise Object.
recordToManySnapshots(NSDictionary) - Method in class com.webobjects.eoaccess.EODatabase
Records a collection of to-many snapshots from a dictionary keyed by globalID.
recordToManySnapshots(NSDictionary) - Method in class com.webobjects.eoaccess.EODatabaseContext
Records a collection of to-many snapshots from a dictionary keyed by globalID.
recordUpdateForObject(EOEnterpriseObject, NSDictionary) - Method in class com.webobjects.eoaccess.EODatabaseContext
Applies changes supplied from another EOCooperatingObjectStore (through the EOObjectStoreCoordinator) to the database operation for object in the receiver.
recordUpdateForObject(EOEnterpriseObject, NSDictionary) - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to communicate from one EOCooperatingObjectStore to another (through the EOObjectStoreCoordinator) that changes need to be made to the an EOEnterpriseObject.
recordingPath() - Method in class com.webobjects.appserver.WOApplication
Returns a file system path which is where the recording information should be saved.
recordsEventsForClass(Class) - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns true if the application logs events of the eventClass class, or false otherwise.
recursionCount() - Method in class com.webobjects.foundation.NSRecursiveLock
Gets this NSRecursiveLock object's recursion count.
redisplay() - Method in class com.webobjects.appserver.WODisplayGroup
Deprecated. Invoke willChange directly.
redisplay() - Method in class com.webobjects.eointerface.EODisplayGroup
Notifies all observing associations to redisplay their values.
redo() - Method in class com.webobjects.eoapplication.EODocumentController
Tells the receiver's editing context to redo the last editing state.
redo() - Method in class com.webobjects.eocontrol.EOEditingContext
Sends editingContextWillSaveChanges messages to this EOEditingContext's editors, and sends a redo message to its NSUndoManager, asking it to reverse the latest undo operation applied to objects in the object graph.
redo() - Method in class com.webobjects.foundation.NSUndoManager
Performs the operations in the last group on the redo stack, if there are any, recording them on the undo stack as a single group.
refaultAllObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
Refaults all objects cached in this EOEditingContext that have not been inserted, deleted, or updated.
refaultAllObjects() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
refaultObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Refault the Enterprise Object identified by globalID in the editing context context.
refaultObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
 
refaultObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore to refault the enterprise object object identified by gid in ctx.
refaultObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Turns object into a fault (an empty enterprise object), identified by globalID in context.
refaultObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Turns object into a fault (an empty enterprise object), identified by globalID in editingContext.
refaultObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
refaultObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Turns the enterprise object object back into a fault (an empty enterprise object, identified by the global ID globalID) in the editing context editingContext.
refaultObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
Deprecated. Use refaultAllObjects instead.
referenceToEncodeForObject(EOKeyValueArchiver, Object) - Method in interface com.webobjects.eocontrol.EOKeyValueArchiver.Delegate
A delegate of an EOKeyValueArchiver can implement this method to encode references if any of the objects it encodes call encodeReferenceToObject.
referencesProperty(Object) - Method in class com.webobjects.eoaccess.EOEntity
Returns true if any of the receiver's attributes or relationships reference property, false otherwise.
referencesProperty(Object) - Method in class com.webobjects.eoaccess.EORelationship
Returns true if property is in the relationship's data path or is an attribute belonging to one of the relationship's joins; otherwise, it returns false.
referencesToProperty(Object) - Method in class com.webobjects.eoaccess.EOModel
Returns an array of all properties in the receiver that reference property, whether derived attributes, relationships that reference property, and so on.
refetch() - Method in class com.webobjects.eocontrol.EOEditingContext
Deprecated. Use refaultAllObjects instead.
refresh() - Method in class com.webobjects.woextensions.WOLongResponsePage
 
refreshAllObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
This method invokes refreshObject on each registered EOEnterpriseObject in this context.
refreshData() - Method in class com.webobjects.eoapplication.EOApplication.ApplicationSupport
This method is invoked to ask the application support object to refresh all the data fetched into the application to reflect the latest state.
refreshData() - Method in class com.webobjects.eoapplication.EOApplication
Updates the client application's enterprise objects to reflect the changes sent to the server from other client applications.
refreshData() - Method in class com.webobjects.eoapplication.client.EOClientApplicationSupport
Refreshes the enterprise objects fetched to the client with to reflect the latest state known on the server.
refreshInterval() - Method in class com.webobjects.woextensions.WOLongResponsePage
 
refreshLoggingClicked() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
refreshObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
This method invokes refaultObject on an EOEnterpriseObject which is not inserted, updated, or deleted.
refreshPageForStatus(Object) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
refreshRefetchedObjects() - Method in class com.webobjects.directtoweb.D2WQueryPage
Indicates whether existing objects are overwritten with fetched values when they have been updated or changed.
refreshesRefetchedObjects() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns true if existing objects are overwritten with fetched values when they've been updated or changed.
refuseDebugLoggingForGroups(long) - Static method in class com.webobjects.foundation.NSLog
Disables debug logging for the debug groups mask specified by aDebugGroups.
refuseNewSessions(boolean) - Method in class com.webobjects.appserver.WOApplication
Controls whether this application instance will create a session when it receives an HTTP request from a new user.
region() - Method in class com.webobjects.smil.WOSMILPar
Returns the value of the region binding.
region() - Method in class com.webobjects.smil.WOSMILSeq
Returns the value of the region binding.
regionID() - Method in class com.webobjects.smil.WOSMILMediaObject
Returns the value of the regionID binding.
regionID() - Method in class com.webobjects.smil.WOSMILRegion
Returns the value of the regionID binding.
registerAssociationClass(Class) - Static method in class com.webobjects.eointerface.EOAssociation
Registers associationClass with the EOAssociation class map.
registerChannel(EODatabaseChannel) - Method in class com.webobjects.eoaccess.EODatabaseContext
Registers the EODatabaseChannel channel with the receiver, adding it from the pool of available channels used to service fetch and fault requests.
registerClass(Class) - Static method in class com.webobjects.eoapplication.EOURLClassLoader
Registers a class loaded with an EOURLClassLoader with the WebObjects frameworks.
registerClassDescription(EOClassDescription, Class) - Static method in class com.webobjects.eocontrol.EOClassDescription
Registers an EOClassDescription object for a class in the EOClassDescription cache.
registerCocoaSet() - Static method in class com.webobjects.eointerface.cocoa.EOCocoaUtilities
Registers EOCocoaSetPlugin as the widget set for the EOInterface layer to use and the default WidgetPlugins for use with their associations and widgets.
registerContext(EODatabaseContext) - Method in class com.webobjects.eoaccess.EODatabase
Registers context as one of the receiver's database contexts.
registerD2WebServiceWithOperations(String, String[]) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
 
registerEventClass(Class, EOEventCenter.EventRecordingHandler) - Static method in class com.webobjects.eocontrol.EOEventCenter
Registers aClass as an event class.
registerFactoriesForClassWithQName(SerializerFactory, DeserializerFactory, Class, QName) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
Register aSerializerFactory for serializing objects of class aClass and aDeserializerFactory for deserializing DOM elements with QName aQName.
registerFactoriesForClassWithQName(SerializerFactory, DeserializerFactory, Class, QName) - Method in class com.webobjects.webservices.client.WOWebService
Register aSerializerFactory for serializing objects of class aClass and aDeserializerFactory for deserializing DOM elements with QName aQName.
registerFactoriesForClassWithQName(SerializerFactory, DeserializerFactory, Class, QName) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Register aSerializerFactory for serializing objects of class aClass and aDeserializerFactory for deserializing DOM elements with QName aQName.
registerForEvents() - Method in class com.webobjects.appserver.WOAdaptor
WOApplication will invoke this method to prepare the WOAdaptor to start receiving events.
registerLockedObjectWithGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Registers as a locked object the Enterprise Object identified by gid.
registerRequestHandler(WORequestHandler, String) - Method in class com.webobjects.appserver.WOApplication
Registers a new request handler.
registerServerInterface(ServerInterface) - Static method in class com.webobjects.directtoweb.ServerInterfaceManager
 
registerSwingSet() - Static method in class com.webobjects.eointerface.swing.EOSwingUtilities
This method registers several classes needed to work with Swing in the EOInterface layer, including setting the default widget plugins for specific combinations of EOAssociation subclasses and widget classes.
registerUndoWithTarget(Object, NSSelector, Object) - Method in class com.webobjects.foundation.NSUndoManager
Records a single undo operation for target, so that when undo is performed it's sent selector with object as the sole argument.
registerUndoWithTargetAndArguments(Object, NSSelector, Object[]) - Method in class com.webobjects.foundation.NSUndoManager
For undo operations dealing with multiple arguments you need to use registerUndoWithTargetAndArguments method giving the object to be sent the undo operation selector, the selector to invoke, and arguments to pass with that message.
registerValidation(ObjectInputValidation, int) - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Register an object to be validated before the graph is returned.
registerWebService(Class, boolean) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
Expose all methods declared on webServiceClass as operations on a web service whose name is the non-qualified class name of webServiceClass.
registerWebService(String, Class, boolean) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
Expose all methods declared on webServiceClass as operations on a web service whose name is webServiceName.
registerWebService(String, Class, String[], boolean) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
Expose methods listed in allowedMethods declared on webServiceClass as operations on a web service whose name is webServiceName.
registerWidgetPluginClass(Class, Class, Class) - Static method in class com.webobjects.eointerface.EOWidgetPluginRegistry
Registers widgetPluginClass with the application's EOWidgetPluginRegistry.
registerWindow(Window, EOController) - Method in class com.webobjects.eoapplication.EOWindowObserver
registerWindow(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
registerXSLTForServiceAndOperation(URL, String, String) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
Register an XSLT transformation for serviceName and operationName.
registeredChannels() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns an array containing all of the EODatabaseChannels that have been registered for use with the receiver.
registeredContexts() - Method in class com.webobjects.eoaccess.EODatabase
Returns all the EODatabaseContexts that have been registered with the receiver, generally all the database contexts that were created with the receiver as their EODatabase object.
registeredDatabaseContextForModel(EOModel, EOObjectStoreCoordinator) - Static method in class com.webobjects.eoaccess.EODatabaseContext
Returns the cooperating object store that is registered with the EOObjectStoreCoordinator coordinator for the EOModel model.
registeredDatabaseContextForModel(EOModel, EOEditingContext) - Static method in class com.webobjects.eoaccess.EODatabaseContext
Finds the EOObjectStoreCoordinator for editingContext and checks whether it already contains an EODatabaseContext cooperating store for model.
registeredEventClasses() - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns an array of all event classes registered in the application.
registeredEventClasses() - Method in class com.webobjects.woextensions.WOEventSetupPage
 
registeredObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
 
registeredObjects() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
registeredRequestHandlerKeys() - Method in class com.webobjects.appserver.WOApplication
Returns an array of Strings containing the keys of all of the registered request handlers.
registeredWindows() - Method in class com.webobjects.eoapplication.EOWindowObserver
relationalQualifierOperators() - Method in class com.webobjects.appserver.WODisplayGroup
Provides all of the EOQualifier operators excepts that work exclusively on strings (such as like and contains).
relationalQualifierOperators() - Static method in class com.webobjects.eocontrol.EOQualifier
Returns an NSArray containing all of the relational operators supported by EOQualifier.
relationship() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the EORelationship, defined in the EOAccess Framework, for the current property in the Direct to Web context of the receiver, or null if the property is not a relationship.
relationship() - Method in class com.webobjects.directtoweb.D2WContext
Returns the relationship object for the current property.
relationship(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
relationshipContext() - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
relationshipContextDisplayAttributesKeys() - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
relationshipDisplayGroup - Variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
Contains the display group with the relationship destination objects.
relationshipFailedToLookupDestinationWithName(EORelationship, String) - Method in interface com.webobjects.eoaccess.EOModelGroup.Delegate
Invoked when relationship is being loaded and the destination entity identified by name in the model file cannot be found in the model group.
relationshipForProperty(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
relationshipForRow(EOEntity, NSDictionary, EORelationship) - Method in interface com.webobjects.eoaccess.EOModelGroup.Delegate
Invoked when relationships are instantiated for a newly fetched object.
relationshipKey() - Method in class com.webobjects.woextensions.WOAnyField
 
relationshipKey() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
relationshipKey() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
relationshipName() - Method in class com.webobjects.eoaccess.EOAccessArrayFaultHandler
Returns the name of the to-many relationship.
relationshipNamed(String) - Method in class com.webobjects.eoaccess.EOEntity
Returns the relationship identified by relationshipName, or null if the receiver has no such relationship.
relationshipNamed(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the EORelationship of the given name (key).
relationshipPath() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the relationship path for flattened attributes, or null if the receiver is not a flattened attribute.
relationshipPath() - Method in class com.webobjects.eoaccess.EOProperty
An abstract method that should be implemented by subclasses to return a data path naming each component of a flattened property, separated by period characters ("."), or null if the receiver is not a flattened property.
relationshipPath() - Method in class com.webobjects.eoaccess.EORelationship
Returns the full relationship path for a flattened relationship.
relationshipPath() - Method in class com.webobjects.eogeneration.EOEditingController
 
relationshipPath() - Method in class com.webobjects.eogeneration.EOEnumerationController
 
relationships() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array containing all of the receiver's relationships or null if the receiver has none.
relativeDistinguishedNameForNewRow(NSDictionary, EOAttribute, String) - Method in class com.webobjects.jndiadaptor.JNDIPlugIn
Gets the relative distinguished name for a new row.
relativeDistinguishedNameForNewRow(NSDictionary, EOAttribute, String) - Method in class com.webobjects.jndiadaptor.LDAPPlugIn
Gets the relative distinguished name for a new row.
releaseObject(Object) - Static method in class com.webobjects.eointerface.cocoa.EOCocoaUtilities
Ensures that object is available to have its Objective-C handle freed.
relocateWindow(Window, Dimension, int) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
remoteMethodReceivers() - Method in class com.webobjects.eodistribution.EODistributionContext
Returns the array of remote method receivers.
remove() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
removeActionListener(ActionListener) - Method in class com.webobjects.eointerface.swing.EOFormCell
Removes an ActionListener from the receiver's editable text field.
removeAdaptorOperation(EOAdaptorOperation) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Removes adaptorOp from the receiver's list of adaptor operations.
removeAllActions() - Method in class com.webobjects.foundation.NSUndoManager
Clears the undo and redo stacks and re-enables this NSUndoManager
removeAllActionsWithTarget(Object) - Method in class com.webobjects.foundation.NSUndoManager
Clears the undo and redo stacks of all operations involving target as the recipient of the undo message.
removeAllObjects() - Method in class com.webobjects.foundation.NSMutableArray
Deletes all of the elements from this array.
removeAllObjects() - Method in class com.webobjects.foundation.NSMutableDictionary
Deletes all the entries from the dictionary.
removeAllObjects() - Method in class com.webobjects.foundation.NSMutableSet
Empties the set of all its members.
removeAllWebAssistantRules() - Method in class com.webobjects.directtoweb.D2WModel
Removes all of the Web Assistant rules.
removeAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOEntity
If attribute exists, removes it from the receiver.
removeBorderComponentForControllerFromDisplayComponent(EOComponentController, JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOMenuSwitchController
removeBorderComponentForControllerFromDisplayComponent(EOComponentController, JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOProgrammaticSwitchController
removeBorderComponentForControllerFromDisplayComponent(EOComponentController, JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOSwitchController
removeBorderComponentForControllerFromDisplayComponent(EOComponentController, JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOTabSwitchController
removeCellEditorListener(CellEditorListener) - Method in class com.webobjects.eointerface.swing.EOColumnEditor
EOColumnEditor's implementation of the javax.swing.table.TableCellEditor method to remove a listener from the list that's notified when the editor starts, stops or cancels editing.
removeComponentFromParentContainer(Component) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
removeComponentOfSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOComponentController
Removes the user interface for the receiver's subcontroller, controller, from the receiver's user interface and informs controller that its integration component became invisible.
removeComponentOfSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOSplitController
 
removeComponentOfSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOSwitchController
removeConnection(AssistantConnection) - Method in interface com.webobjects.directtoweb.ServerInterface
 
removeCookie(WOCookie) - Method in class com.webobjects.appserver.WOMessage
A convenience method that removes the specified WOCookie object from the WOMessage.
removeCooperatingObjectStore(EOCooperatingObjectStore) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Removes objectStore from the list of EOCooperatingObjectStores that need to be queried and notified about changes to enterprise objects.
removeDataForKey(String, WOSession) - Method in class com.webobjects.appserver.WOResourceManager
Removes the data stored in the dynamic data cache under the key aKey.
removeDetailKey(String) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
removeDynamicPage(ServerSideSettings) - Method in class com.webobjects.directtoweb.D2WModel
Removes the Web Assistant rules with the same context as the specified settings if the specified settings are for a dynamic page.
removeEditor(Object) - Method in class com.webobjects.eocontrol.EOEditingContext
Unregisters editor from this EOEditingContext.
removeEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOModel
Removes entity from the receiver without performing any referential integrity checking.
removeEntityAndReferences(EOEntity) - Method in class com.webobjects.eoaccess.EOModel
Removes entity from the receiver along with any attributes or relationships in other entities that reference entity.
removeFetchSpecificationNamed(String) - Method in class com.webobjects.eoaccess.EOEntity
Removes the fetch specification identifed by name from the receiver.
removeFromSupercontroller() - Method in class com.webobjects.eoapplication.EOController
Removes the receiver from its supercontroller's set of subcontrollers.
removeFromToManyRelationshipAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks Remove in an edit-relationship page for a to-many relationship.
removeFromToOneRelationshipAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks Remove in an edit-relationship page for a to-one relationship.
removeHeadersForKey(Object) - Method in class com.webobjects.appserver.WOMessage
Removes all HTTP headers with the field-name aKey from the receiver.
removeIdenticalObject(Object) - Method in class com.webobjects.foundation.NSMutableArray
Removes all occurrences of object throughout the array.
removeIdenticalObject(Object, NSRange) - Method in class com.webobjects.foundation.NSMutableArray
As removeIdenticalObject(Object object) but it only searchs a subset of this array as specified by range.
removeJoin(EOJoin) - Method in class com.webobjects.eoaccess.EORelationship
Deletes join from the relationship.
removeLastObject() - Method in class com.webobjects.foundation.NSMutableArray
Removes this array's last element (the highest-valued index).
removeLayoutComponent(Component) - Method in class com.webobjects.eointerface.swing.EOForm
Simply returns, does nothing.
removeLayoutComponent(Component) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Unregisters component from the EOViewLayout.
removeModel(EOModel) - Method in class com.webobjects.eoaccess.EODatabase
Removes model from the receiver's list of EOModels.
removeModel(EOModel) - Method in class com.webobjects.eoaccess.EOModelGroup
Removes model from the receiving model group and unbinds any references to model from other EOModels in the group.
removeObject(NSDisposable) - Method in class com.webobjects.foundation.NSDisposableRegistry
Removes object from the receiver.
removeObject(Object) - Method in class com.webobjects.foundation.NSMutableArray
Removes all occurrences of object throughout this array.
removeObject(Object, NSRange) - Method in class com.webobjects.foundation.NSMutableArray
Same as removeObject(Object object) but only searches a subset of this array as specified by NSRange.
removeObject(Object) - Method in class com.webobjects.foundation.NSMutableSet
Removes object from the set.
removeObjectAtIndex(int) - Method in class com.webobjects.foundation.NSMutableArray
Removes the object at index and moves all elements beyond index up one slot to fill the gap.
removeObjectForKey(String) - Method in class com.webobjects.appserver.WOSession
Removes the Object stored in the session under a given key.
removeObjectForKey(Object) - Method in class com.webobjects.foundation.NSMutableDictionary
Removes the dictionary entry identified by key and returns the entry's value object.
removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Removes object from the receiver's relationship identified by key, and also removes the receiver from objects's reciprocal relationship if there is one.
removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation, String) - Method in interface com.webobjects.eocontrol.EORelationshipManipulation
Removes the enterprise object eo from the receiver's relationship, which is identified by key, and also removes the receiver from the enterprise object eo's inverse relationship if there is one.
removeObjectFromPropertyWithKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Removes the object eo from the to-many relationship named key without affecting inverse relationships.
removeObjectFromPropertyWithKey(Object, String) - Method in interface com.webobjects.eocontrol.EORelationshipManipulation
Removes the enterprise object eo from the receiver's relationship value(s), without modifying any inverse relationship.
removeObjects(Object[]) - Method in class com.webobjects.foundation.NSMutableArray
This method is similar to removeObject, but allows you to efficiently remove all the objects in objects with a single operation.
removeObjectsForKeys(NSArray) - Method in class com.webobjects.foundation.NSMutableDictionary
Removes one or more objects which may exist in this dictionary.
removeObjectsInArray(NSArray) - Method in class com.webobjects.foundation.NSMutableArray
This method is similar to removeObject, but allows you to efficiently remove the set of objects in otherArray with a single operation.
removeObjectsInRange(NSRange) - Method in class com.webobjects.foundation.NSMutableArray
Removes each of the objects within the specified range from this array using removeObjectAtIndex.
removeObserver(EOObserving, Object) - Static method in class com.webobjects.eocontrol.EOObserverCenter
Removes observer as an observer of eo.
removeObserver(Object) - Method in class com.webobjects.foundation.NSNotificationCenter
Removes observer as the observer of notifications from the notification center.
removeObserver(Object, String, Object) - Method in class com.webobjects.foundation.NSNotificationCenter
Removes observer as the observer of notifications with the name name and object object from the notification center.
removeOmniscientObserver(EOObserving) - Static method in class com.webobjects.eocontrol.EOObserverCenter
Unregisters observer as an observer of all objects.
removeOmniscientObserver(Object) - Method in class com.webobjects.foundation.NSNotificationCenter
Unregisters observer as an observer of all notifications.
removeOperatorForKey(String) - Static method in class com.webobjects.foundation.NSArray
Removes the operator identified by operatorName from the list of operators that can be performed on array elements.
removePlugInNameForSubprotocol(String) - Static method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Removes any special internal mapping associated with subprotocol that might have been used to guess a plugin an appropriate plugin.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.webobjects.eoapplication.EOAction
See the method description for removePropertyChangeListener in Sun's documentation for javax.swing.AbstractAction.
removeProtectedAccessorForPackageNamed(String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
Removes (unregisters) the value accessor for the package identified by packageName.
removeRelationship(EORelationship) - Method in class com.webobjects.eoaccess.EOEntity
If relationship exists, removes it from the receiver.
removeRequestHandlerForKey(String) - Method in class com.webobjects.appserver.WOApplication
Removes the specified request handler from the application.
removeRule(Rule) - Method in class com.webobjects.directtoweb.D2WModel
Removes the specified rule; dirties the model.
removeSessionWithID(String) - Method in class com.webobjects.appserver.WOSessionStore
Removes a WOSession instance from storage in order to make it eligible for garbage collection.
removeSessionWithID(String) - Method in class com.webobjects.jspservlet.WOServletSessionStore
 
removeSharedObjectFetchSpecificationByName(String) - Method in class com.webobjects.eoaccess.EOEntity
Removes the fetch specification identified by name from the set of fetch specifications used to load objects into a shared editing context.
removeStoredProcedure(EOStoredProcedure) - Method in class com.webobjects.eoaccess.EOModel
Removes storedProcedure from the receiver without checking whether any entity uses it.
removeSubEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOEntity
Removes the EOEntity child from the list of sub-entities that inherit from the receiver.
removeSubcontroller(EOController) - Method in class com.webobjects.eoapplication.EOController
Removes controller from the controller hierarchy.
removeTitleKey(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
removeTransientSubcontroller(EOController) - Method in class com.webobjects.eoapplication.EOComponentController
See the method description for removeTransientSubcontroller in the EOController class specification.
removeTransientSubcontroller(EOController) - Method in class com.webobjects.eoapplication.EOController
Removes controller from the controller hierarchy if controller can be transient and if the receiver allows it.
removeTransientSubcontroller(EOController) - Method in class com.webobjects.eoapplication.EOSplitController
 
removeTransientSubcontroller(EOController) - Method in class com.webobjects.eoapplication.EOSwitchController
removeTransientSubcontroller(EOController) - Method in class com.webobjects.eoapplication.EOWindowController
See the method description in the superclass EOController specification.
removeUpdate(DocumentEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Conforming to DocumentListener.
removeUpdate(DocumentEvent) - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Conforming to DocumentListener API.
removeWebAssistantRulesWithSameContextAsSettings(Settings) - Method in class com.webobjects.directtoweb.D2WModel
Removes the Web Assistant rules that have the same context as the specified settings.
rendererForAssociation(EOTableColumnAssociation) - Method in interface com.webobjects.eointerface.swing.EOSwingTableColumnPlugin.TableColumnCustomizer
Returns an TableCellRenderer to be used for this column.
repeat() - Method in class com.webobjects.smil.WOSMILPar
Returns the value of the repeat binding.
repeat() - Method in class com.webobjects.smil.WOSMILSeq
Returns the value of the repeat binding.
replace(String, String, String, int, int) - Static method in class com.webobjects.directtoweb.Services
 
replace(String, String, String) - Static method in class com.webobjects.directtoweb.Services
 
replaceFileContents(File, String) - Static method in class com.webobjects.directtoweb.Services
 
replaceObjectAtIndex(Object, int) - Method in class com.webobjects.foundation.NSMutableArray
Replaces the object at index with object.
replaceObjectAtIndex(int, Object) - Method in class com.webobjects.foundation.NSMutableArray
Deprecated. This method was provided for backward compatibility only.
replaceObjectsInRange(NSRange, NSArray, NSRange) - Method in class com.webobjects.foundation.NSMutableArray
Replaces a subset of the objects in this array as specified by range with a subset of the objects in otherArray as specified by otherRange.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WComponent
 
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WConfirmPage
 
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WDisplayHyperlink
Replaces the binding hyperlinkAction.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WDisplayToMany2
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WDisplayToManyBrowser
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WDisplayToManyFault
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WDisplayToManyTable
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WDisplayToOne
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WDisplayToOneFault
 
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WEditNumber
Replaces the binding isDecimalNumber.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
 
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Replaces the associations that are pertinent to editing to-many relationships.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WEditToManyRelationship
Replaces the binding toManyDescription.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WEditToOneFault
Replaces the bindings toOneDescription and editRelationship.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WEditToOneRelationship
Replaces the binding toOneDescription.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WErrorPage
 
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WInspectPage
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WListPage
Replaces the following bindings: isListEmpty, d2wContext.propertyKey, d2wContext.justification, d2wContext.displayNameForProperty, object, displayedObjects.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
 
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WPage
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
Replace the bindings queryAction and showRegularQueryAction.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WQueryPage
Replace the binding queryAction.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WQueryRangeComponent
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WQueryRelationship
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WQueryToManyField
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WQueryToOneField
Replaces the binding value.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.D2WTabInspectPage
 
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.EditRelationship
Replaces the associations that are pertinent to editing relationships.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
replacementAssociationForAssociation(WOAssociation, String, DTWTemplate, WOContext) - Method in class com.webobjects.directtoweb.QueryOperatorComponent
This method is intentionally undocumented.
request() - Method in class com.webobjects.appserver.WOAction
Returns the WORequest that created this Action object.
request() - Method in class com.webobjects.appserver.WOContext
Return the context's WORequest object.
requestHandlerForKey(String) - Method in class com.webobjects.appserver.WOApplication
Returns the request handler used to handle requests containing the specified key.
requestHandlerKey() - Method in class com.webobjects.appserver.WORequest
Returns a String identifying the request handler that will process the request.
requestHandlerPath() - Method in class com.webobjects.appserver.WORequest
Returns a String containing the part of the URL which identifies, for a given request handler, which information is requested.
requestHandlerPathArray() - Method in class com.webobjects.appserver.WORequest
Returns an NSArray containing the request handler path decomposed into elements.
requestHandlingLock() - Method in class com.webobjects.appserver.WOApplication
Returns an Object suitable for a synchronization lock or null if the application isn't multithreaded.
requestWasHandled(WOContext) - Method in class com.webobjects.directtoweb.D2W
This method is intentionally undocumented.
requiresAllQualifierBindingVariables() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns true to indicate that a missing binding will cause an exception to be raised during variable substitution.
requiresEntity() - Static method in class com.webobjects.webservices.generation.WOBeginTransactionOperation
 
requiresEntity() - Static method in class com.webobjects.webservices.generation.WOCommitTransactionOperation
 
requiresEntity() - Static method in class com.webobjects.webservices.generation.WOOperation
Returns true if this operation must work with an entity.
requiresEntity() - Static method in class com.webobjects.webservices.generation.WORollbackTransactionOperation
 
requiresEntity() - Static method in class com.webobjects.webservices.generation.WOWSDLGeneration
Returns false since this operation class does not require an entity.
requiresHTMLEscaping(String, char[]) - Static method in class com.webobjects.appserver.WOMessage
This protected class method takes a String and an array of characters and returns true if any of the characters in the character array are found in the String.
reset() - Method in class com.webobjects.appserver.WOComponent
Allows a stateless component to reset temporary references.
reset() - Method in class com.webobjects.appserver.WOStopWatch
Deprecated.  
reset() - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
reset() - Method in class com.webobjects.directtoweb.D2WQueryToManyField
This method is intentionally undocumented.
reset() - Method in class com.webobjects.directtoweb.D2WQueryToOneField
Clears the local value.
reset() - Method in class com.webobjects.directtoweb.D2WStatelessComponent
Resets the component.
reset() - Method in class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
reset() - Method in class com.webobjects.eocontrol.EOEditingContext
Forgets all objects and makes them unusable.
reset() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Overrides the superclass implementation to do nothing.
reset() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Reset will disregard the state of any objects already written to the stream.
reset() - Method in class com.webobjects.woextensions.WOAnyField
 
reset() - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
reset() - Method in class com.webobjects.woextensions.WODictionaryRepetition
 
reset() - Method in class com.webobjects.woextensions.WOKeyValueConditional
 
reset() - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
reset() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
reset() - Method in class com.webobjects.woextensions.WOSortOrder
 
reset() - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
reset() - Method in class com.webobjects.woextensions.WOTable
 
reset() - Method in class com.webobjects.woextensions.WOThresholdColoredNumber
 
reset() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
reset() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
resetActions() - Method in class com.webobjects.eoapplication.EOActionWidgetController
resetActions() - Method in class com.webobjects.eoapplication.EOController
Destroys the receiver's cache of actions and enabled actions, and destroys the action caches of the receiver's supercontrollers.
resetBytesInRange(NSRange) - Method in class com.webobjects.foundation.NSMutableData
Resets to zero the receiver's bytes that fall within the specified range.
resetLogging() - Method in class com.webobjects.eocontrol.EOEventCenter
Discards all events in the event center for the calling thread.
resetLoggingClicked() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
resetLoggingForAllCenters() - Static method in class com.webobjects.eocontrol.EOEventCenter
Discards all events in all event centers, restarting event collection for the entire application (that is, for all threads).
resetSystemTimeZone() - Static method in class com.webobjects.foundation.NSTimeZone
Deprecated.  
resetTitlesObjectsOnEveryConnect() - Method in class com.webobjects.eogeneration.EOTitlesController
 
resetUserInterface() - Method in interface com.webobjects.eoapplication.EOComponentController.ResetUserInterface
Invoked to explicitly reset a controller's user interface to an original state.
resetUserInterface() - Method in class com.webobjects.eoapplication.EOInspectorController
resetUserInterface() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
resetUserInterface() - Method in class com.webobjects.eoapplication.EOSplitController
 
resetUserInterface() - Method in class com.webobjects.eoapplication.EOSwitchController
resetsEditingContextWhenPreparingForNewTask() - Method in class com.webobjects.eoapplication.EOEntityController
Returns whether the receiver should reset its editing context when preparing for a new task in prepareForNewTask(boolean).
resizeWeight() - Method in class com.webobjects.eoapplication.EOSplitController
 
resourceManager() - Method in class com.webobjects.appserver.WOApplication
Returns the WOResourceManager object that the application uses to manage resources.
resourcePath() - Method in class com.webobjects.foundation.NSBundle
Deprecated. Don't use this method. Resources are now accessed using the bytesForResourcePath and inputStreamForResourcePath methods.
resourcePathForLocalizedResourceNamed(String, String) - Method in class com.webobjects.foundation.NSBundle
Determines the resource path of the resource named aName based on the current locale.
resourcePathURL() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
resourcePathURL() - Method in class com.webobjects.directtoweb.D2WWebAssistantFrame
 
resourcePathsForDirectories(String, String) - Method in class com.webobjects.foundation.NSBundle
Gets an array containing the resource paths of all the directories with the specified extension anExtension beneath the specified subdirectory aSubDirPath.
resourcePathsForLocalizedResources(String, String) - Method in class com.webobjects.foundation.NSBundle
Gets an array containing the resource paths for all of the receiver's resources that are appropriate for the current locale, have the specified file extension anExtension, and lie within the specified subdirectory aSubDirPath.
resourcePathsForResources(String, String) - Method in class com.webobjects.foundation.NSBundle
Gets an array containing the resource paths of all of the receiver's resources that have the specified file extension anExtension and lie within the specified subdirectory aSubDirPath.
resourceRequestHandlerKey() - Method in class com.webobjects.appserver.WOApplication
Resource requests are only used during development of an application or when the application is being run without an HTTP server.
resourceURL() - Method in class com.webobjects.smil.WOSMILActivelink
Returns a string representing the value of the resourceURL binding of this WOSMILActivelink.
response() - Method in class com.webobjects.appserver.WOContext
Return the context's WOResponse object.
responseForComponentWithName(String, NSDictionary, NSDictionary, NSDictionary, String, String) - Method in class com.webobjects.appserver.WOApplication
Returns a WOResponse for the WOComponent named name, using bindings.
responseForDirectActionWithNameAndClass(String, String, NSDictionary, InputStream, NSDictionary, NSDictionary, String, String) - Method in class com.webobjects.appserver.WOApplication
Returns a WOResponse for the Direct Action actionName in the class named className (optional).
responseTo(AssistantPacket, AssistantConnection) - Method in interface com.webobjects.directtoweb.ServerInterface
 
responseToClientMessage(NSData) - Method in class com.webobjects.eodistribution.EODistributionContext
Invoked to generate a response to a remote method invocation of the client appliction.
responseToMessage(Object, NSCoder) - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Subclasses have to implement this method to send a message to the server and synchronously receive a response.
responseToMessage(Object, NSCoder) - Method in class com.webobjects.eodistribution.client.EOHTTPChannel
Sends the message message from the client to the server using the HTTP POST command.
restorePageForContextID(String) - Method in class com.webobjects.appserver.WOSession
This method attempts to restore an existing page.
restoreSessionWithID(String, WOContext) - Method in class com.webobjects.appserver.WOApplication
Restores the WOSession object representing a session.
restoreSessionWithID(String, WORequest) - Method in class com.webobjects.appserver.WOSessionStore
Restores a WOSession associated with sessionID from storage.
restoreSessionWithID(String, WORequest) - Method in class com.webobjects.jspservlet.WOServletSessionStore
 
restrictingQualifier() - Method in class com.webobjects.eoaccess.EOEntity
Returns the qualifier used to restrict all queries made against the receiver.
result() - Method in class com.webobjects.woextensions.WOLongResponsePage
 
resultCacheForEntityNamed(String) - Method in class com.webobjects.eoaccess.EODatabase
Returns an array containing the globalIDs of all the objects associated with the EOEntity identified by name.
resumeLogging() - Static method in class com.webobjects.eocontrol.EOEventCenter
Resumes event logging in all centers.
resynchronizeResponseTo(AssistantPacket, AssistantConnection) - Method in interface com.webobjects.directtoweb.ServerInterface
 
retainObject(Object) - Static method in class com.webobjects.eointerface.cocoa.EOCocoaUtilities
Ensures that object does not have it's handle (which lives on the Objective-C side of the bridge) freed by the bridge.
retainsRegisteredObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
 
retrieveReaderLocks() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Reinstates the current thread's reader locks that have been suspended using suspendReaderLocks.
retrieveReaderLocks() - Method in class com.webobjects.foundation.NSMultiReaderLock
Reinstates the current thread's reader locks that have been suspended using suspendReaderLocks.
returnAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks Return.
returnTypes() - Method in class com.webobjects.webservices.client.WOClientOperation
Returns an NSMutableArray of WOClientParameters representing the types returned by the operation.
returnValuesForLastStoredProcedureInvocation() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to return values from the execution of a stored procedure.
returnValuesForLastStoredProcedureInvocation() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
returnValuesForLastStoredProcedureInvocation() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
reverseObjectEnumerator() - Method in class com.webobjects.foundation.NSArray
This method creates a java.util.Enumeration which can used to iterate through the array's elements in reverse.
revert() - Method in class com.webobjects.eoapplication.EODocumentController
Reverts the receiver's editing context changes by invoking revertChanges, requesting an error dialog upon failure.
revert() - Method in class com.webobjects.eocontrol.EOEditingContext
Sends editingContextWillSaveChanges messages to the EOEditingContext's editors, and removes everything from the undo stack, discards all insertions and deletions, and restores updated objects to their last committed values.
revertAndMakeInvisible() - Method in class com.webobjects.eoapplication.EODocumentController
Attempts to revert the receiver's editing context changes and makes the receiver's user interface invisible if the revert succeeded (which usually results in a window closing).
revertChanges(boolean) - Method in class com.webobjects.eoapplication.EODocumentController
Tells the receiver's editing context to revert changes and updates the receiver's editing state on success.
revertFailed(Exception, boolean) - Method in class com.webobjects.eoapplication.EODocumentController
Invoked from revertChanges if the revert failed.
revertWebAssistantRules() - Method in class com.webobjects.directtoweb.D2WModel
Reverts the Web Assistant rules; un-dirties the model.
rhs() - Method in class com.webobjects.directtoweb.Rule
Gets the left-hand side.
rhsKey - Static variable in class com.webobjects.directtoweb.Rule
A key representing the right-hand side.
rhsKeyPath() - Method in class com.webobjects.directtoweb.Rule
Gets the key path of the right-hand side.
rhsKeyPathHash() - Method in class com.webobjects.directtoweb.Rule
Gets the hashcode of the key path of the right-hand side.
rightKey() - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
The property in the second object to be compared.
rollbackChanges() - Method in class com.webobjects.eoaccess.EODatabaseContext
Instructs the adaptor to roll back the transaction.
rollbackChanges() - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to roll back changes to the underlying database.
rollbackTransaction() - Method in class com.webobjects.eoaccess.EOAdaptorContext
An abstract method that should be implemented by subclasses to attempt to roll back the last transaction begun.
rollbackTransaction() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
rollbackTransaction() - Method in class com.webobjects.jndiadaptor.JNDIContext
 
rootEventList() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
rootEvents() - Method in class com.webobjects.eocontrol.EOEventCenter
Returns the receiver's events that were recorded at the root level; that is, returns the events that don't have a parent event.
rootEventsByDuration() - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns the events from all event centers that are recorded at root level, sorted by decreasing duration.
rootEventsForAllCenters() - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns the events from all event centers that are recorded at root level.
rootKey() - Method in class com.webobjects.eogeneration.EOTreeController
 
rootObjectStore() - Method in class com.webobjects.eocontrol.EOEditingContext
Returns the EOObjectStore at the base of the object store hierarchy (usually an EOObjectStoreCoordinator).
roundingBehavior() - Method in class com.webobjects.foundation.NSNumberFormatter
Provides the rounding behavior that this NSNumberFormatter uses.
rowCount() - Method in class com.webobjects.woextensions.WOTable
 
rowDiffs() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the values in the receiver's newRow dictionary that are different than the corresponding values in its dbSnapshot, in other words, the new values for its Enterprise Object.
rowDiffsForAttributes(NSArray) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the values for the EOAttributes of the receiver's Enterprise Object specified in atts that are new or updated relative to the object's database snapshot.
rowPropertyKeys() - Method in class com.webobjects.eogeneration.rules.EOForm
 
rowSpan() - Method in class com.webobjects.woextensions.WOTabPanel
 
rowsProcessedCount() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
rules() - Method in class com.webobjects.directtoweb.D2WModel
Gets the rules.
run() - Method in class com.webobjects.appserver.WOApplication
Runs the application in a near-indefinite run loop in the default run-loop mode.
run() - Method in class com.webobjects.directtoweb.AssistantConnection
 
run() - Method in class com.webobjects.directtoweb.AssistantServer
 
run() - Method in class com.webobjects.woextensions.WOLongResponsePage
 
runAlertPanel(String, String, String, String, String) - Method in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Displays an alert panel to the user giving the user up to three option buttons.
runAlertPanel(String, String, String, String, String) - Method in class com.webobjects.eointerface.cocoa.EOCocoaSetPlugin
Displays a Cocoa alert panel (or dialog) notifying the user of some event or problem and possibly allowing him to choose some course of action.
runAlertPanel(String, String, String, String, String) - Method in class com.webobjects.eointerface.swing.EOSwingSetPlugin
Displays an alert with up to three buttons, with all the configurations given in the parameters.
runChooseOperationDialog(String, String, String, String) - Static method in class com.webobjects.eoapplication.EODialogs
Shows a panel with the title title and the message message.
runConfirmOperationDialog(String, String, String) - Static method in class com.webobjects.eoapplication.EODialogs
Shows a panel with the title title and the message message.
runConfirmOperationDialog(String, String, String, String) - Static method in class com.webobjects.eoapplication.EODialogs
Shows a panel with the title title and the message message.
runControllerInNewDialog(EOComponentController, String) - Static method in class com.webobjects.eoapplication.EODialogController
runControllerInNewFrame(EOComponentController, String) - Static method in class com.webobjects.eoapplication.EOFrameController
runControllerInNewModalDialog(EOComponentController, String) - Static method in class com.webobjects.eoapplication.EOModalDialogController
runErrorDialog(String, String) - Static method in class com.webobjects.eoapplication.EODialogs
Shows an error panel with the title title and the message message.
runErrorPanel(String, String, String) - Method in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Displays an error panel to the user with one button.
runInformationDialog(String, String) - Static method in class com.webobjects.eoapplication.EODialogs
Shows an information panel with the title title and the message message.
runOnce() - Method in class com.webobjects.appserver.WOAdaptor
Deprecated. This method will never be called and should not be used or overridden.
runStartupDialogs(NSDictionary) - Method in class com.webobjects.eoapplication.EOApplication.ApplicationSupport
Gives the application support object an opportunity to run startup dialogs, for example to ask for connection URLs.
runStartupDialogs(NSDictionary) - Method in class com.webobjects.eoapplication.client.EOClientApplicationSupport
If requested with the "runApplicationURLDialog" argument, runs a URL connection dialog to ask for the server URL.
runStringInputDialog(String, String, String, String, int, String, String, boolean, int) - Static method in class com.webobjects.eoapplication.EODialogs
 
runningTime() - Method in class com.webobjects.woextensions.WOStatsPage
 
runsConfirmDialogForEmptyQualifiers() - Method in class com.webobjects.eogeneration.EOQueryController
 

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.