WebObjects 5.4.2
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

A

abbreviation() - Method in class com.webobjects.foundation.NSTimeZone
Returns the abbreviation for the NSTimeZone at the current instant, such as "EDT" (Eastern Daylight Time).
abbreviationDictionary() - Static method in class com.webobjects.foundation.NSTimeZone
Provides the mappings of time zone abbreviations to time zone names.
abbreviationForTimestamp(NSTimestamp) - Method in class com.webobjects.foundation.NSTimeZone
Provides the abbreviation for the NSTimeZone at the instant specified by aTimestamp.
accept(File, String) - Method in class com.webobjects.eoaccess.EOModel.EOModelFileNameFilter
 
accept(File, String) - Method in class com.webobjects.jspservlet.WOServletAdaptor.JavaArchiveFilter
 
accumulatedTime() - Method in class com.webobjects.appserver.WOStopWatch
Deprecated.  
acknowledgeQuit() - Method in class com.webobjects.eoapplication.client.EOClientApplicationSupport
Notifies the server that the client is about to quit so that it can terminate the session.
acknowledgeQuit() - Method in class com.webobjects.eoapplication.EOApplication.ApplicationSupport
Gives the application support object an opportunity to complete the termination process of the application.
ActionAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Action aspect
actionAvg() - Method in class com.webobjects.woextensions.WOStatsPage
 
actionCanBePerformedInContextOfController(EOController) - Method in class com.webobjects.eoapplication.EOAction
Returns whether or not an action can trigger, which depends on the state of controllers in the controller hierarchy.
actionCount() - Method in class com.webobjects.woextensions.WOStatsPage
 
actionForControllerHierarchy(String, String, String, Icon, Icon, KeyStroke, int, int, boolean) - Static method in class com.webobjects.eoapplication.EOAction
Returns a new action (an EOAction object) as specified by the arguments.
actionForFocusComponent(String, String, String, Icon, Icon, KeyStroke, int, int, String) - Static method in class com.webobjects.eoapplication.EOAction
Returns a new action (an EOAction object) as specified by the arguments.
actionForObject(String, String, String, Icon, Icon, KeyStroke, int, int, Object) - Static method in class com.webobjects.eoapplication.EOAction
Returns a new action (an EOAction object) as specified by the arguments.
actionForSupercontrollers(String, String, String, Icon, Icon, KeyStroke, int, int, boolean) - Static method in class com.webobjects.eoapplication.EOAction
Returns a new action (an EOAction object) as specified by the arguments.
actionKey() - Method in class com.webobjects.eogeneration.EOActionController
 
ActionKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
actionMax() - Method in class com.webobjects.woextensions.WOStatsPage
 
actionMenuWithActions(NSArray, EOController, boolean, String) - Static method in class com.webobjects.eoapplication.EOActionWidgets
actionMin() - Method in class com.webobjects.woextensions.WOStatsPage
 
actionName() - Method in class com.webobjects.eoapplication.EOAction
Returns the name of the method that executes when the receiver triggers.
ActionNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
actionNames() - Method in class com.webobjects.eoapplication.EOController
Returns an array of action method names the controller defines and responds to.
actionPageDelegate() - Method in class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
actionPerformed(ActionEvent) - Method in class com.webobjects.eoapplication.EOAction
This method is called when an action is triggered, that is, the user presses the action's button or selects its menu item.
actionPerformed(ActionEvent) - Method in class com.webobjects.eoapplication.EOWindowController
Called to notify this controller that the specified ActionEvent has been handled.
actionPerformed(ActionEvent) - Method in class com.webobjects.eogeneration.EOEnterAction
 
actionPerformed(ActionEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
actionPerformed(ActionEvent) - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
actionPerformed(ActionEvent) - Method in class com.webobjects.eogeneration.EOQueryController
 
actionPerformed(ActionEvent) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
actionPerformed(ActionEvent) - Method in class com.webobjects.eogeneration.EOTextFieldController
 
actionPerformed(ActionEvent) - Method in class com.webobjects.eointerface.swing.EOControlActionAdapter
Invokes the action method on the target of the EOControlActionAdaptor.
actionPerformed(ActionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Invokes invokeAction on the plugin's EOActionWidgetAssociation
actionPerformed(ActionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Invokes widgetSelectionDidChange on this plugin's EOValueSelectionAssociation.
actionPerformed(ActionEvent) - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Invoked when the user leaves the edited text cell.
actionPriority() - Method in class com.webobjects.eoapplication.EOAction
Returns the receiver's action priority, which determines the order in which its button or menu item appears within a category.
ActionPriorityParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
actions() - Method in class com.webobjects.eoapplication.EOController
Returns a cached array containing the receiver's actions.
actions() - Method in class com.webobjects.eogeneration.EOControllerFactory
 
ActionsKey - Static variable in class com.webobjects.directtoweb.D2WModel
The actions key.
ActionsQuestion - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
actionText - Static variable in class com.webobjects.appserver.WOAction
Defaults to 'Goober'
actionText - Static variable in class com.webobjects.appserver.WODirectAction
String at the end of the WODirectAction name (i.e fetchMovieAction the actionText value is 'Action')
actionTitle() - Method in class com.webobjects.eoapplication.EOAction
Returns the receiver's title, the last component of the receiver's description path.
actionTitleFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for large-size action buttons.
actionTitlePosition() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the title position in large-size action buttons.
actionWidgetContainer() - Method in class com.webobjects.eoapplication.EOActionWidgetController
actionWidgetPosition() - Method in class com.webobjects.eoapplication.EOActionWidgetController
ActionWidgetPositionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
actionWidgets() - Method in class com.webobjects.eoapplication.EOActionButtonsController
actionWidgets() - Method in class com.webobjects.eoapplication.EOActionMenuController
actionWidgets() - Method in class com.webobjects.eoapplication.EOActionWidgetController
actionWithName(String) - Method in class com.webobjects.eoapplication.EOController
If the receiver has an action for a method with name actionName, this method returns that action; otherwise, the method returns null.
activate() - Method in interface com.webobjects.eoapplication.EOComponentController.Activation
Invoked to explicitly activate a controller's component.
activate() - Method in class com.webobjects.eoapplication.EOWindowController
This implementation of activate calls activateWindow and returns true.
activateBestWindow() - Method in class com.webobjects.eoapplication.EOWindowObserver
activateDefaultControllers() - Method in class com.webobjects.eogeneration.EOControllerFactory
 
activateFirstFocusComponent() - Method in class com.webobjects.eoapplication.EOComponentController
Puts the keyboard focus on the component returned by firstFocusComponent.
activatePreviousWindow() - Method in class com.webobjects.eoapplication.EOWindowObserver
Activates the previously active window.
ActivatePreviousWindowActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Activate Previous Window action.
activateWebAssistantServer() - Method in class com.webobjects.directtoweb.D2W
This method is intentionally undocumented.
activateWindow(Window, boolean) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
activateWindow() - Method in class com.webobjects.eoapplication.EOInspectorController
activateWindow() - Method in class com.webobjects.eoapplication.EOModalDialogController
activateWindow() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
activateWindow() - Method in class com.webobjects.eoapplication.EOWindowController
Activates the controller's window.
activateWindowIfVisible(Window) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
activateWindowsDelayed() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether windows should be activated delayed at the end of an event.
activeSessionsCount() - Method in class com.webobjects.appserver.WOApplication
The number returned is only accurate if the application stores state in the server's memory, which is the default.
activeWindow() - Method in class com.webobjects.eoapplication.EOWindowObserver
ActiveWindowChangedNotification - Static variable in class com.webobjects.eoapplication.EOWindowObserver
 
activeWindowDidChange(NSNotification) - Method in class com.webobjects.eoapplication.EOApplication
This method is invoked when the user changes the active window in the receiver (usually by clicking in an inactive window).
adaptor() - Method in class com.webobjects.appserver.WOApplication
Returns the class name of the primary adaptor.
adaptor() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Returns the receiver's EOAdaptor.
adaptor() - Method in class com.webobjects.eoaccess.EODatabase
Returns the EOAdaptor used by the receiver for communication with the database server.
adaptor() - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Returns the EOAdaptor for which this factory creates expressions.
adaptor() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns the receiver's EOAdaptor.
adaptor() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the JDBCAdaptor associated with this plugin.
AdaptorBytesType - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant returned by the method adaptorValueType.
adaptorChannel() - Method in class com.webobjects.eoaccess.EODatabaseChannel
Returns the EOAdaptorChannel used by the receiver for communication with the database server.
adaptorChannelDidChangeResultSet(EOAdaptorChannel) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from fetchRow when a select operation resulted in multiple result sets.
adaptorChannelDidEvaluateExpression(EOAdaptorChannel, EOSQLExpression) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from evaluateExpression to tell the delegate that a query language expression has been evaluated by the database server.
adaptorChannelDidExecuteStoredProcedure(EOAdaptorChannel, EOStoredProcedure, NSDictionary) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from executeStoredProcedure after storedProcedure is executed successfully with the arguments in values.
adaptorChannelDidFetchRow(EOAdaptorChannel, NSMutableDictionary) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from fetchRow after a row is fetched successfully.
adaptorChannelDidFinishFetching(EOAdaptorChannel) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from fetchRow to tell the delegate that fetching is finished for the current select operation.
adaptorChannelDidPerformOperations(EOAdaptorChannel, NSArray, Throwable) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from performAdaptorOperations.
adaptorChannelDidSelectAttributes(EOAdaptorChannel, NSArray, EOFetchSpecification, boolean, EOEntity) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from selectAttributes to tell the delegate that some rows have been selected in the database server.
adaptorChannelShouldConstructStoredProcedureReturnValues(EOAdaptorChannel) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from returnValuesForLastStoredProcedureInvocation to tell the delegate that object is constructing return values for the last stored procedure evaluated.
adaptorChannelShouldEvaluateExpression(EOAdaptorChannel, EOSQLExpression) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from evaluateExpression to tell the delegate that the adaptor channel object is sending expression to the database server.
adaptorChannelShouldExecuteStoredProcedure(EOAdaptorChannel, EOStoredProcedure, NSDictionary) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from executeStoredProcedure to tell the delegate that the adaptor channel object is executing storedProcedure with the arguments in values.
adaptorChannelShouldReturnValuesForStoredProcedure(EOAdaptorChannel, NSDictionary) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from returnValuesForLastStoredProcedureInvocation to tell the delegate that object is returning values for a stored procedure.
adaptorChannelShouldSelectAttributes(EOAdaptorChannel, NSArray, EOFetchSpecification, boolean, EOEntity) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from selectAttributes to ask the delegate whether a select operation should be performed by the adaptor channel object for the attributes of entity using the fetch specification fetchSpec, locking the database rows or not according to the Boolean parameter lock.
adaptorChannelWillFetchRow(EOAdaptorChannel) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from fetchRow to tell the delegate that a single row will be fetched.
adaptorChannelWillPerformOperations(EOAdaptorChannel, NSArray) - Method in interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate
Invoked from performAdaptorOperations to tell the delegate that object is performing the EOAdaptorOperations in operations.
AdaptorCharactersType - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant returned by the method adaptorValueType.
adaptorContext() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Returns the receiver's EOAdaptorContext.
adaptorContext() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the EOAdaptorContext used by the EODatabaseContext for communication with the database server.
AdaptorContextBeginTransactionNotification - Static variable in class com.webobjects.eoaccess.EOAdaptorContext
 
AdaptorContextCommitTransactionNotification - Static variable in class com.webobjects.eoaccess.EOAdaptorContext
 
adaptorContextDidBegin(EOAdaptorContext) - Method in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate
Invoked from beginTransaction or transactionDidBegin to tell the delegate that a transaction has begun.
adaptorContextDidCommit(EOAdaptorContext) - Method in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate
Invoked from commitTransaction or transactionDidCommit to tell the delegate that a transaction has been committed.
adaptorContextDidRollback(EOAdaptorContext) - Method in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate
Invoked from rollbackTransaction or transactionDidRollback to tell the delegate that a transaction has been rolled back.
AdaptorContextRollbackTransactionNotification - Static variable in class com.webobjects.eoaccess.EOAdaptorContext
 
adaptorContextShouldBegin(EOAdaptorContext) - Method in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate
Invoked from beginTransaction to ask the delegate whether the adaptor context object should begin a transaction.
adaptorContextShouldCommit(EOAdaptorContext) - Method in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate
Invoked from commitTransaction to ask the delegate whether or not to commit a transaction.
adaptorContextShouldConnect(EOAdaptorContext) - Method in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate
Invoked before the adaptor attempts to connect.
adaptorContextShouldRollback(EOAdaptorContext) - Method in interface com.webobjects.eoaccess.EOAdaptorContext.Delegate
Invoked from rollbackTransaction to ask the delegate whether or not to roll back a transaction.
AdaptorDateType - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant returned by the method adaptorValueType.
AdaptorDeleteOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EOAdaptorOperation object that deletes a row in a database server.
adaptorExtensions() - Method in class com.webobjects.appserver.WOApplication
 
adaptorExtensions() - Method in class com.webobjects.appserver.WODynamicURL
 
AdaptorFailureKey - Static variable in class com.webobjects.eoaccess.EOAdaptorChannel
A userInfo dictionary key.
adaptorFetchedValueForValue(EOAdaptor, Object, EOAttribute) - Method in interface com.webobjects.eoaccess.EOAdaptor.Delegate
Allows the delegate to handle attribute processing when saving EOEnterpriseObjects to the database.
AdaptorInsertOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EOAdaptorOperation object that inserts a row in a database server.
AdaptorLockOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EOAdaptorOperation object that locks a row in a database server.
adaptorName() - Method in class com.webobjects.appserver.WOApplication
 
adaptorName() - Method in class com.webobjects.appserver.WODynamicURL
 
adaptorName() - Method in class com.webobjects.eoaccess.EOModel
Returns the name of the adaptor for the receiver.
AdaptorNumberType - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant returned by the method adaptorValueType.
adaptorOperations() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the EOAdaptorOperation objects that need to be performed to carry out the database operation represented by the receiver.
AdaptorOperationsKey - Static variable in class com.webobjects.eoaccess.EOAdaptorChannel
A userInfo dictionary key.
adaptorOperator() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the receiver's adaptor operator.
AdaptorOptimisticLockingFailure - Static variable in class com.webobjects.eoaccess.EOAdaptorChannel
A userInfo dictionary key.
adaptorPath() - Method in class com.webobjects.appserver.WOApplication
 
adaptorPath() - Method in class com.webobjects.appserver.WODynamicURL
 
adaptorPrefix() - Method in class com.webobjects.appserver.WORequest
Returns a String containing the part of the request's URI that is specific to a particular adaptor.
adaptors() - Method in class com.webobjects.appserver.WOApplication
Returns a list of the loaded application adaptors.
adaptorsDispatchRequestsConcurrently() - Method in class com.webobjects.appserver.WOApplication
Return whether or not there is at least one multi-threaded adaptor which may attempt to dispatch requests concurrently.
AdaptorStoredProcedureOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EOAdaptorOperation object that executes a stored procedure in a database server.
AdaptorUpdateOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EOAdaptorOperation object that updates a row in a database server.
adaptorValueByConvertingAttributeValue(Object) - Method in class com.webobjects.eoaccess.EOAttribute
Checks that the type of value is one of the following primitive adaptor types: String, Number, NSData, or NSTimestamp.
adaptorValueClass() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the value class for the adaptor.
adaptorValueConversionClass() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the class used to convert a custom class into one of the primitive types that the adaptor knows how to manipulate: String, Number, NSData, or NSTimestamp.
adaptorValueConversionClassName() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the name of the class used to convert a custom class into one of the primitive types that the adaptor knows how to manipulate: String, Number, NSData, or NSTimestamp.
adaptorValueConversionMethod() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the method used to convert a custom class into one of the primitive types that the adaptor knows how to manipulate: String, Number, NSData, or NSTimestamp.
adaptorValueConversionMethodName() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the name of the method used to convert a custom class into one of the primitive types that the adaptor knows how to manipulate: String, Number, NSData, or NSTimestamp.
adaptorValueType() - Method in class com.webobjects.eoaccess.EOAttribute
Returns a constant that indicates the data type that will be fetched from the database.
adaptorWithModel(EOModel) - Static method in class com.webobjects.eoaccess.EOAdaptor
Creates and returns a new adaptor by extracting the adaptor name from model, invoking adaptorWithName, and assigning model's connection dictionary to the new adaptor.
adaptorWithName(String, NSDictionary) - Method in class com.webobjects.appserver.WOApplication
Invoked in the constructor to create an adaptor.
adaptorWithName(String) - Static method in class com.webobjects.eoaccess.EOAdaptor
Creates and returns a new adaptor from the class with the specified name.
add() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
add(Component) - Method in class com.webobjects.eointerface.swing.EOForm
Adds a form cell to the EOForm.
add(Component) - Method in class com.webobjects.eointerface.swing.EOMatrix
Adds a radio button to the EOMatrix.
add(Component) - Method in class com.webobjects.eointerface.swing.EOView
Adds a subcomponent to the receiver.
add(int, E) - Method in class com.webobjects.foundation.NSArray
add is not a supported operation in NSArray
add(E) - Method in class com.webobjects.foundation.NSArray
add is not a supported operation in NSArray
add(int, E) - Method in class com.webobjects.foundation.NSMutableArray
 
add(E) - Method in class com.webobjects.foundation.NSMutableArray
 
add(Object) - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
add(E) - Method in class com.webobjects.foundation.NSMutableSet
 
add(E) - Method in class com.webobjects.foundation.NSSet
Operation not supported
add_escapes(String) - Method in exception com.webobjects.appserver.parser.declaration.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addActionListener(ActionListener) - Method in class com.webobjects.eointerface.swing.EOFormCell
Adds an ActionListener to the receiver's editable text field.
addAdaptorOperation(EOAdaptorOperation) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Adds adaptorOp to the receiver's list of adaptor operations.
addAll(Collection) - Method in class com.webobjects.foundation.NSArray
addAll is not a supported operation in NSArray
addAll(int, Collection) - Method in class com.webobjects.foundation.NSArray
addAll is not a supported operation in NSArray
addAll(Collection) - Method in class com.webobjects.foundation.NSMutableArray
 
addAll(int, Collection) - Method in class com.webobjects.foundation.NSMutableArray
 
addAll(Collection) - Method in class com.webobjects.foundation.NSMutableSet
 
addAll(Collection) - Method in class com.webobjects.foundation.NSSet
Operation not supported
addAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOEntity
Adds attribute to the receiver and sets the receiver as the attribute's entity.
addAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOEntityIndex
Adds attribute to the receiver.
addBindVariableDictionary(NSDictionary) - Method in class com.webobjects.eoaccess.EOSQLExpression
Adds binding to this object's array of bind variable dictionaries.
addBorderComponentForControllerToDisplayComponent(EOComponentController, JComponent, JComponent) - Method in class com.webobjects.eoapplication.EOMenuSwitchController
addBorderComponentForControllerToDisplayComponent(EOComponentController, JComponent, JComponent) - Method in class com.webobjects.eoapplication.EOProgrammaticSwitchController
addBorderComponentForControllerToDisplayComponent(EOComponentController, JComponent, JComponent) - Method in class com.webobjects.eoapplication.EOSwitchController
addBorderComponentForControllerToDisplayComponent(EOComponentController, JComponent, JComponent) - Method in class com.webobjects.eoapplication.EOTabSwitchController
addCellEditorListener(CellEditorListener) - Method in class com.webobjects.eointerface.swing.EOColumnEditor
EOColumnEditor's implementation of the javax.swing.table.TableCellEditor method to add a listener to the list that's notified when the editor starts, stops or cancels editing.
addChildElement(Object) - Method in class com.webobjects.appserver.parser.WOHTMLWebObjectTag
 
addComponentOfSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOComponentController
Adds the integration component for the receiver's subcontroller, controller, to the user interface for the receiver.
addComponentOfSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOInspectorController
addComponentOfSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
addComponentOfSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOSplitController
 
addComponentOfSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOSwitchController
addCookie(WOCookie) - Method in class com.webobjects.appserver.WOMessage
A convenience method that adds the specified WOCookie object to the WOMessage.
addCooperatingObjectStore(EOCooperatingObjectStore) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Adds objectStore to the list of EOCooperatingObjectStores that need to be queried and notified about changes to enterprise objects.
addCreateClauseForAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOSQLExpression
Deprecated. 
addCreateClauseForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
addDeclarationForElement(WOElement, String, WOContext) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
addDestinationObjectToEOWithKey(WOEnterpriseObjectSerializationStrategy, Object, EOEnterpriseObject, String) - Static method in class com.webobjects.webservices.generation.WOServiceUtilities
Performs addObjectToBothSidesOfRelationshipWithKey using eo as the origin and object as the destination.
addDetailKey(String) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
addEditor(Object) - Method in class com.webobjects.eocontrol.EOEditingContext
Adds editor to this EOEditingContext's set of EOEditingContext.Editors.
addEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOModel
Adds entity to the receiver.
addEntriesFromDictionary(NSDictionary) - Method in class com.webobjects.foundation.NSMutableDictionary
Adds all the entries from otherDictionary to this dictionary.
addEscapes(String) - Static method in error com.webobjects.appserver.parser.declaration.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEvent(EOEvent) - Method in class com.webobjects.eocontrol.EOAggregateEvent
Adds e to the set of events that the receiver aggregates.
addFetchSpecification(EOFetchSpecification, String) - Method in class com.webobjects.eoaccess.EOEntity
Adds the fetch specification fetchSpec to the receiver and associates name with it.
addImports(NSArray) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
addImportsForComponent(WOComponent) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
addIndex(EOEntityIndex) - Method in class com.webobjects.eoaccess.EOEntity
Adds index to the receiver and sets the receiver as the index's entity.\
addInsertListAttribute(EOAttribute, Object) - Method in class com.webobjects.eoaccess.EOSQLExpression
Adds the SQL string for attribute to a comma-separated list of attributes and value to a comma-separated list of values.
addInterfaceName(String, WOComponent) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
addInterfaces(NSArray) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
addInterfacesForComponent(WOComponent) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
additionalActions() - Method in class com.webobjects.eoapplication.EOController
Returns actions to be added to the controllers default actions.
AdditionalActionsParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
additionalAdaptors() - Method in class com.webobjects.appserver.WOApplication
Returns an array of adaptor description dictionaries.
additionalExceptions() - Method in exception com.webobjects.foundation.NSValidation.ValidationException
Returns the array in this NSValidation's userInfo dictionary for the AdditionalExceptionsKey.
AdditionalExceptionsKey - Static variable in exception com.webobjects.foundation.NSValidation.ValidationException
Deprecated. Use NSValidation.ValidationException.additionalExceptions()
additionalKeyValuePairs() - Method in class com.webobjects.eoapplication.EOController
Returns an NSDictionary of additional key-value pairs used by handleQueryWithUnboundKey().
additionalMainArguments() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the additional command line parameters (in addition to the predefined, standard ones) which will be passed to the main method on the client.
addJoin(EOJoin) - Method in class com.webobjects.eoaccess.EORelationship
Adds a source-destination attribute pair to the relationship.
addJoinClause(String, String, int) - Method in class com.webobjects.eoaccess.EOSQLExpression
Creates a new join clause by invoking assembleJoinClause and adds it to the receiver's join clause string.
addLayoutComponent(String, Component) - Method in class com.webobjects.eointerface.swing.EOForm
Simply returns, does nothing.
addLayoutComponent(String, Component) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Does nothing.
addLayoutComponent(Component, Object) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Registers component with the EOViewLayout.
addMethod(String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
addMethodNamed(String, WOComponent, boolean) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
addModel(EOModel) - Method in class com.webobjects.eoaccess.EODatabase
Adds model to the receiver's list of EOModels.
addModel(EOModel) - Method in class com.webobjects.eoaccess.EOModelGroup
Adds model to the receiving model group, sets the receiving model group as model's model group, and posts a ModelAddedNotification.
addModelIfCompatible(EOModel) - Method in class com.webobjects.eoaccess.EODatabase
Returns true if model is already in the receiver's list of EOModels, or if model can be added to the list.
addModelWithPath(String) - Method in class com.webobjects.eoaccess.EOModelGroup
Deprecated. use addModelWithPathURL instead
addModelWithPathURL(URL) - Method in class com.webobjects.eoaccess.EOModelGroup
Creates and returns a new EOModel object from the contents of the model archive identified by url; may return null.
addNamespace(WOMLNamespace) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
addObject(NSDisposable) - Method in class com.webobjects.foundation.NSDisposableRegistry
Adds disposable to the receiver so that disposable will be disposed when this registry is disposed.
addObject(Object) - Method in class com.webobjects.foundation.NSMutableArray
Inserts object at the end of this array.
addObject(Object) - Method in class com.webobjects.foundation.NSMutableSet
Adds the specified object to this set if it is not already a member.
addObjects(Object[]) - Method in class com.webobjects.foundation.NSMutableArray
Adds all the elements of objects to the end of this array.
addObjectsFromArray(NSArray) - Method in class com.webobjects.foundation.NSMutableArray
Adds the objects from otherArray to the end of the this array.
addObjectsFromArray(NSArray) - Method in class com.webobjects.foundation.NSMutableSet
Adds each object contained in array to this set, if the object is not already a member.
addObjectsFromRegistry(NSDisposableRegistry) - Method in class com.webobjects.foundation.NSDisposableRegistry
Adds the objects in registry to this registry, so that registry's objects will be disposed when this one is disposed.
addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Sets or adds object as the destination for the receiver's relationship identified by key, and also sets or adds the receiver for object's reciprocal relationship if there is one.
addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation, String) - Method in interface com.webobjects.eocontrol.EORelationshipManipulation
 
addObjectToCache(_DecodingNode, Object) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
 
addObjectToPropertyWithKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Adds to the relationship named key the object eo without setting inverse relationships.
addObjectToPropertyWithKey(Object, String) - Method in interface com.webobjects.eocontrol.EORelationshipManipulation
Adds the enterprise object eo to the receiver's relationship value(s), without setting any inverse relationship.
addObserver(EOObserving, Object) - Static method in class com.webobjects.eocontrol.EOObserverCenter
Records observer to be notified with an objectWillChange message when eo changes.
addObserver(Object, NSSelector, String, Object) - Method in class com.webobjects.foundation.NSNotificationCenter
Registers observer to receive notifications with the name name and/or containing object.
addOmniscientObserver(EOObserving) - Static method in class com.webobjects.eocontrol.EOObserverCenter
Records observer to be notified with an objectWillChange message when any object changes.
addOmniscientObserver(Object, NSSelector) - Method in class com.webobjects.foundation.NSNotificationCenter
Registers observer to receive all notifications from all objects.
addOrderByAttributeOrdering(EOSortOrdering) - Method in class com.webobjects.eoaccess.EOSQLExpression
Adds an attribute-direction pair ("LAST_NAME asc", for example) to the receiver's ORDER BY string.
addOrderByAttributeOrdering(EOSortOrdering) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.webobjects.eoapplication.EOAction
See the method description for addPropertyChangeListener in Sun's documentation for javax.swing.AbstractAction.
addQualifierKeysToSet(NSMutableSet) - Method in class com.webobjects.directtoweb.BooleanQualifier
 
addQualifierKeysToSet(NSMutableSet) - Method in class com.webobjects.directtoweb.NonNullQualifier
 
addQualifierKeysToSet(NSMutableSet) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
addQualifierKeysToSet(NSMutableSet) - Method in class com.webobjects.eocontrol.EOAndQualifier
Adds the receiver's qualifier keys to qualKeys.
addQualifierKeysToSet(NSMutableSet) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Takes the receiver's leftKey and rightKey and inserts into qualKeys; null values are skipped.
addQualifierKeysToSet(NSMutableSet) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Implements the abstract version of this method defined in EOQualfier.
addQualifierKeysToSet(NSMutableSet) - Method in class com.webobjects.eocontrol.EONotQualifier
Adds the receiver's qualifier keys to qualKeys.
addQualifierKeysToSet(NSMutableSet) - Method in class com.webobjects.eocontrol.EOOrQualifier
Adds the receiver's qualifier keys to qualKeys.
addQualifierKeysToSet(NSMutableSet) - Method in class com.webobjects.eocontrol.EOQualifier
Adds the receiver's qualifier keys to qualifierKeys.
addRelationship(EORelationship) - Method in class com.webobjects.eoaccess.EOEntity
Adds relationship to the receiver and sets the receiver as the relationship's entity.
addRemoteMethodReceiver(Object) - Method in class com.webobjects.eodistribution.EODistributionContext
Adds an object to the array of remote method receivers.
addRule(Rule) - Method in class com.webobjects.directtoweb.D2WModel
Adds the specified rule; dirties the model.
addRules(NSArray) - Method in class com.webobjects.directtoweb.D2WModel
Invokes the addRule method on each of the specified rules.
addRuleToItsBucket(Rule) - Method in class com.webobjects.directtoweb.D2WModel
Adds the specified rule to the local rule caches.
addRuleTrace(Rule) - Method in class com.webobjects.directtoweb.D2WModel
Invokes the addRule method and logs a trace.
addSelectListAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOSQLExpression
Adds a SQL string for attribute to a comma-separated list of attribute names for use in a SELECT statement.
addSelectListAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
addSharedObjectFetchSpecificationByName(String) - Method in class com.webobjects.eoaccess.EOEntity
Adds the fetch specification identified by name to the set of fetch specifications used to load objects into a shared editing context.
addStoredProcedure(EOStoredProcedure) - Method in class com.webobjects.eoaccess.EOModel
Adds storedProcedure to the receiver.
addStoredProceduresNamed(NSArray, EOModel) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
The default implementation of this method does nothing.
addStoredProceduresNamed(NSArray, EOModel) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
addSubcontroller(EOController) - Method in class com.webobjects.eoapplication.EOController
Adds controller as a subcontroller of the receiver and sets the receiver as controller's supercontroller - first removing controller from its supercontroller if it already has one.
addSubEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOEntity
Adds the EOEntity child as a sub-entity of the receiver.
addTitleKey(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
addToColumns(EOSchemaColumnDescription) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
addToDeletedColumnNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Adds a column name to the list of column to be deleted.
addToDeletedForeignKeyConstrainNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Adds a foreign key constraint name to the list of foreign key constraint to be deleted.
addToDeletedIndexNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Adds a index name to the list of index to be deleted.
addToDeletedTableNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Adds a table name to the list of table to be deleted.
addToForeignKeyConstraints(EOSchemaForeignKeyConstraintDescription) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
addToIndexes(EOSchemaIndexDescription) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
addToInsertedColumnNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Adds a column name to the list of column to be inserted.
addToInsertedForeignKeyConstrainNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Adds a foreign key constraint name to the list of foreign key constraint to be inserted.
addToInsertedIndexNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Adds a index name to the list of index to be inserted.
addToInsertedTableNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Adds a table name to the list of table to be inserted.
addToPossibleBindings(String) - Static method in class com.webobjects.directtoweb.D2WSwitchComponent
Adds the specified binding to the set of possible bindings.
addToProjectClassNamed(String, String) - Static method in class com.webobjects.directtoweb.generation.DTWAddToPbUtils
 
addToProjectComponentNamed(String, String) - Static method in class com.webobjects.directtoweb.generation.DTWAddToPbUtils
 
addToProjectResourceNamed(String, String) - Static method in class com.webobjects.directtoweb.generation.DTWAddToPbUtils
 
addToUpdatedColumnNames(String, EOSchemaSynchronizationColumnChanges) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Adds a column name to the list of column to be updated.
addToUpdatedTableNames(String, EOSchemaSynchronizationTableChanges) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Adds a table name to the list of table to be updated.
addUpdateListAttribute(EOAttribute, Object) - Method in class com.webobjects.eoaccess.EOSQLExpression
Adds an attribute-value assignment ("LAST_NAME = 'Thomas'", for example) to a comma-separated list for use in an UPDATE statement.
addUpdateListAttribute(EOAttribute, Object) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
addURLs(NSArray) - Method in class com.webobjects.eoapplication.EOURLClassLoader
Adds the URLs specified by String in the array urls to the list of urls for the class loader to search when trying to load a class.
addVariable(String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
addVariableNamed(String, WOComponent, boolean) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
addWOElement(WOElement, List) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
Adds the given WOElement to the list of WOElement objects.
adjustBeginLineColumn(int, int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
administrativeConnectionDictionaryForAdaptor(EOAdaptor) - Method in class com.webobjects.eoaccess.EOAdaptor
This method, formerly provided by the EOLoginPanel class, returns null in the default implementation.
aggregateEvents(NSArray, int) - Static method in class com.webobjects.eocontrol.EOEvent
Returns an array of aggregated events.
aggregateExceptionWithExceptions(NSArray) - Static method in exception com.webobjects.foundation.NSValidation.ValidationException
Returns an exception that is the aggregate of the exceptions in the aggregateExceptions array.
aggregateTagForDisplayLevel(int) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
aggregateValuesResult(NSArray) - Method in class com.webobjects.webservices.generation.WOOperation
 
aggregateValuesResult(NSArray, NSArray, NSArray) - Static method in class com.webobjects.webservices.generation.WOServiceUtilities
Returns the result with all values associated with an aggregate key from translatedKeys placed into a WOStringKeyMap.
ajaxFormSubmitKey() - Static method in class com.webobjects.appserver.WORequest
Return the key used in the form values to identify a AJAX form sumit.
ajaxRequestHandlerKey() - Method in class com.webobjects.appserver.WOApplication
Returns the key which identifies URLs directed at the Ajax Handler for XMLHTTPRequests.
alertJSMessage() - Method in class com.webobjects.woextensions.JSAlertPanel
 
AlertPanelAlternateAction - Static variable in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Value retruned when the user selects cancel, no, or the alternate button in an alert panel.
AlertPanelDefaultAction - Static variable in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Value retruned when the user selects ok, yes, or the default button in an alert panel.
AlertPanelOtherAction - Static variable in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Value retruned when the user selects the third or other button in an alert panel.
aliasesByRelationshipPath() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns a dictionary of table aliases.
align - Variable in class com.webobjects.woextensions.WOCompletionBar
 
alignment() - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
AlignmentParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
alignsComponents() - Method in class com.webobjects.eoapplication.EOComponentController
Returns whether the receiver attempts to align all text labels in its component (and its integrated subcontroller components).
AlignsComponentsParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
allAttributeKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns an array of the names of all the attributes of the receiver's entity.
allBundles() - Static method in class com.webobjects.foundation.NSBundle
Deprecated. The only non-framework bundle that an application can access without using deprecated APIs is the main bundle. Use mainBundle instead.
allCenters() - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns all event centers.
allEntities() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
allEntities() - Static method in class com.webobjects.directtoweb.D2WUtils
 
allEvents() - Method in class com.webobjects.eocontrol.EOEventCenter
Returns an array of the receiver's events (in no particular order).
allEventsForAllCenters() - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns an array of all events logged in all the event centers (in no particular order).
allFrameworks() - Static method in class com.webobjects.foundation.NSBundle
Deprecated. Use frameworkBundles instead
allKeys() - Method in class com.webobjects.foundation.NSDictionary
The order of the elements in the returned array is not defined.
allKeysForObject(Object) - Method in class com.webobjects.foundation.NSDictionary
Finds all occurrences of the value object in the dictionary and returns a new array with the corresponding keys.
allLoadedClasses() - Method in class com.webobjects.eoapplication.EOURLClassLoader
Returns all of the class objects that have been loaded through the class loader instance.
AllMarker - Static variable in class com.webobjects.directtoweb.D2WModel
A constant that represents a wildcard, for example, "any task."
allObjects() - Method in class com.webobjects.appserver.WODisplayGroup
Provides all of the objects collected by the WODisplayGroup.
allObjects() - Method in class com.webobjects.eointerface.EODisplayGroup
 
allObjects() - Method in class com.webobjects.foundation.NSSet
Provides an array with all the members of this NSSet.
AllOperationNamesKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the names of all operations in the D2WContext including both automatically and manually added operations
allowActionIcons() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether large-size action buttons should use icons or not (if icons are available).
allowCollapsing() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
AllowCollapsingKey - Static variable in class com.webobjects.directtoweb.D2WModel
The allow collapsing key; the literal "allowCollapsing".
allowDebugLoggingForGroups(long) - Static method in class com.webobjects.foundation.NSLog
Enables logging for the debug group or the debug groups mask specified by aDebugGroups by adding it (via bitwise inclusive OR) to the debug groups mask.
allowedDebugLevel() - Static method in class com.webobjects.foundation.NSLog
Deprecated. Use NSLog.debug.allowedDebugLevel instead.
allowedDebugLevel() - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Invokes getLevel().toInt() on log4jLogger, and maps the result to the equivalent NSLog debug level.
allowedDebugLevel() - Method in class com.webobjects.foundation.NSLog.Logger
Indicates the debug level for this NSLog.Logger instance.
allowedToViewEvents() - Method in class com.webobjects.appserver.WOSession
Returns whether or not the session is allowed to view the WOEvents* pages.
allowedToViewStatistics() - Method in class com.webobjects.appserver.WOSession
Returns whether or not the session is allowed to view the WOStats page.
allowNull() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
allowsConcurrentRequestHandling() - Method in class com.webobjects.appserver.WOApplication
Return whether or not concurrent request handling is allowed.
allowsDiscontiguousSelection() - Method in class com.webobjects.eogeneration.EOTreeController
 
AllowsDiscontiguousSelectionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
allowsDuplicates() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
AllowsDuplicatesParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
allowsFloats() - Method in class com.webobjects.foundation.NSNumberFormatter
Indicates whether this NSNumberFormatter allows floating-point values as input.
allowSmallActionIcons() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether small-size action buttons should use icons or not (if icons are available).
allowsMultipleSelection() - Method in class com.webobjects.eogeneration.EOTableController
 
allowsMultipleSelection() - Method in class com.webobjects.eogeneration.EOTreeController
 
allowsMultipleSelection() - Method in interface com.webobjects.eogeneration.EOWidgetController.TableWidget
 
AllowsMultipleSelectionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
allowsNull() - Method in class com.webobjects.eoaccess.EOAttribute
Returns true if the attribute can have a null value, false otherwise.
allowsNull() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
Allows null as specified by the eomodel
allowsNull() - Method in class com.webobjects.eodistribution.client.EOAttribute
Returns whether this attribute allows null values.
allowsNullClauseForConstraint(boolean) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns according to flag an adaptor specific string for use in a CREATE TABLE statement.
allowsNullClauseForConstraint(boolean) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
allowsNullClauseForConstraint(boolean) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseExpression
 
allowsNullForColumnNamed(String, String) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
AllowsNullKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Key for use in change dictionaries whose value of "YES" or "NO" is the setting in the database for whether a database column allows NULL values.
allowsOneTouchExpandable() - Method in class com.webobjects.eoapplication.EOSplitController
 
AllowsOneTouchExpandableParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
allowsRemoveAll() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
AllowsRemoveAllParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
allowsSnapToZero() - Method in class com.webobjects.eoapplication.EOSplitController
 
AllowsSnapToZeroParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
AllParameterNamesKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the client side parameter containing all parameter names.
allParameterNamesString() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns a string containing all of the receiver's client binding names separated by spaces.
allPropertyKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns an array of the names of all the properties for the entity associated with the receiver.
allPropertyKeys() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the union of the keys returned by attributeKeys, toOneRelationshipKeys, and toManyRelationshipKeys.
allPropertyKeys() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns all of the receiver's property keys.
allQualifierKeys() - Method in class com.webobjects.eocontrol.EOQualifier
Returns an NSSet of strings, which are the left hand sides of all the qualifiers in the receiver.
allQualifierOperators() - Method in class com.webobjects.appserver.WODisplayGroup
Provides all of the EOQualifier operators plus those that work exclusively on Strings (such as like and contains).
allQualifierOperators() - Static method in class com.webobjects.eocontrol.EOQualifier
Returns an NSArray containing all of the operators supported by EOQualifier.
AllServiceNamesKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the names of all Direct to Web Services
allToManyRelationshipKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns an array of the names of all the to-many relationships of the receiver's entity.
allToOneRelationshipKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns an array of the names of all the to-one relationships of the receiver's entity.
allValues() - Method in class com.webobjects.eoapplication.EODefaults
Returns a dictionary with all key/value pairs stored in the defaults manager (both transient and persistent values).
allValues() - Method in class com.webobjects.foundation.NSDictionary
The order of the values in the array is not defined.
alternateRowColor() - Method in class com.webobjects.directtoweb.D2WPage
This method is intentionally undocumented.
AlternateRowColorKey - Static variable in class com.webobjects.directtoweb.D2WModel
The alternate row color key; the literal "alternateRowColor".
alternatingColorForRow() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the alternating row background color.
AlwaysEditable - Static variable in interface com.webobjects.eoapplication.EOEditable
The constant describing that a controller is always editable.
AlwaysReuseController - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
anchor() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
anOperator() - Method in class com.webobjects.directtoweb.QueryOperatorComponent
This method is intentionally undocumented.
ANSI92ConformanceKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
ANSIEntryConformance - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
ANSIFullConformance - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
ANSIIntermediateConformance - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
anyAttributeNamed(String) - Method in class com.webobjects.eoaccess.EOEntity
Returns the user-created attribute identified by name.
anyInverseRelationship() - Method in class com.webobjects.eoaccess.EORelationship
Searches the relationship's destination entity for any back- referencing relationship joining on the same keys.
anyObject() - Method in class com.webobjects.foundation.NSSet
Returns one of the objects in this set, essentially chosen at random, or null if the set contains no objects.
anyRelationshipNamed(String) - Method in class com.webobjects.eoaccess.EOEntity
Returns the user-created relationship identified by relationshipName.
AnyServiceNameIdentifier - Static variable in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
 
AnyValueAllowed - Static variable in class com.webobjects.eoapplication.EODialogs
 
append() - Method in class com.webobjects.eogeneration.EOQueryController
 
AppendActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Append action.
appendByte(byte) - Method in class com.webobjects.foundation.NSMutableData
Appends the specified byte to the receiver.
appendBytes(byte[], NSRange) - Method in class com.webobjects.foundation.NSMutableData
Appends the contents of byte array bytes to the receiver.
appendBytes(byte[]) - Method in class com.webobjects.foundation.NSMutableData
Appends the specified byte array to the receiver.
appendChildrenToResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.parser.woml.WOMLCommentGroup
 
appendClosingWebObjectTag() - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
appendContentCharacter(char) - Method in class com.webobjects.appserver.WOMessage
Appends the single ASCII character aCharacter to the message's content.
appendContentData(NSData) - Method in class com.webobjects.appserver.WOMessage
Appends the content of NSData someData to the message's content.
appendContentDOMDocumentFragment(DocumentFragment) - Method in class com.webobjects.appserver.WOMessage
Converts the supplied DOM document fragment to an XML string and appends it to the message's contents.
appendContentHTMLAttributeValue(String) - Method in class com.webobjects.appserver.WOMessage
Appends the HTML attribute value passed in as aString to the HTTP content.
appendContentHTMLString(String) - Method in class com.webobjects.appserver.WOMessage
Appends aString to the receiver's content.
appendContentString(String) - Method in class com.webobjects.appserver.WOMessage
Appends aString to the receiver's content.
appendData(NSData) - Method in class com.webobjects.foundation.NSMutableData
Appends the contents of a data object otherData to the receiver.
appendElement(WOElement, WOContext) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
appendElementIDComponent(String) - Method in class com.webobjects.appserver.WOContext
Appends a string to the current element ID to create an identifier of an HTML element.
appendEscapedText(CharSequence, StringBuilder) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
appendExpressionToScript(EOSQLExpression, StringBuffer) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Appends expression's statement to script along with any necessary delimiter.
appendExpressionToScript(EOSQLExpression, StringBuffer) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Appends expression's statement to script along with any necessary delimiter.
appendExpressionToScript(EOSQLExpression, StringBuffer) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
appendHeader(String, String) - Method in class com.webobjects.appserver.WOMessage
Appends header to the list of header field-values in the receiver for the field-name key.
appendHeaders(List, String) - Method in class com.webobjects.appserver.WOMessage
Appends headers to the list of header field-values in the receiver for the field-name key.
appendItemToListString(String, StringBuffer) - Method in class com.webobjects.eoaccess.EOSQLExpression
Adds itemString to a comma-separated list.
appendItemToListString(String) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
appendItemToOrderByString(String) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
appendItemToValueListString(String) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
appendln() - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Invokes appendln(Object) with an empty string.
appendln(Object) - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Passes aValue as the Object parameter to the appropriate method of log4jLogger, if isEnabled returns true.
appendln(boolean) - Method in class com.webobjects.foundation.NSLog.Logger
Calls appendln(Object), passing Boolean.TRUE if aValue is true, or Boolean.FALSE if aValue is false.
appendln(byte) - Method in class com.webobjects.foundation.NSLog.Logger
Transforms aValue into a java.lang.Byte object, and passes it to appendln(Object).
appendln(byte[]) - Method in class com.webobjects.foundation.NSLog.Logger
Transforms aValue into a java.lang.String object using the default encoding, and passes it to appendln(Object).
appendln(char) - Method in class com.webobjects.foundation.NSLog.Logger
Transforms aValue into a java.lang.String object, and passes it to appendln(Object).
appendln(char[]) - Method in class com.webobjects.foundation.NSLog.Logger
Transforms aValue into a java.lang.String object, and passes it to appendln(Object).
appendln(double) - Method in class com.webobjects.foundation.NSLog.Logger
Transforms aValue into a java.lang.Double object, and passes it to appendln(Object).
appendln(float) - Method in class com.webobjects.foundation.NSLog.Logger
Transforms aValue into a java.lang.Float object, and passes it to appendln(Object).
appendln(int) - Method in class com.webobjects.foundation.NSLog.Logger
Transforms aValue into a java.lang.Integer object, and passes it to appendln(Object).
appendln(long) - Method in class com.webobjects.foundation.NSLog.Logger
Transforms aValue into a java.lang.Long object, and passes it to appendln(Object).
appendln(short) - Method in class com.webobjects.foundation.NSLog.Logger
Transforms aValue into a java.lang.Short object, and passes it to appendln(Object).
appendln(Throwable) - Method in class com.webobjects.foundation.NSLog.Logger
Calls appendln(Object) with NSLog.throwableAsString(aValue) as an argument.
appendln(Object) - Method in class com.webobjects.foundation.NSLog.Logger
Since this is an abstract method, it does nothing by default.
appendln() - Method in class com.webobjects.foundation.NSLog.Logger
Since this is an abstract method, it does nothing by default.
appendln() - Method in class com.webobjects.foundation.NSLog.PrintStreamLogger
Invokes println() and flush on printStream, if isEnabled returns true.
appendln(Throwable) - Method in class com.webobjects.foundation.NSLog.PrintStreamLogger
Writes the stack trace of aValue to printStream, if isEnabled returns true.
appendln(Object) - Method in class com.webobjects.foundation.NSLog.PrintStreamLogger
Writes the string representation of aValue to printStream, if isEnabled returns true.
appendOpeningWebObjectTagWithName(String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
appendString(String) - Method in class com.webobjects.appserver.parser.woml.WOHTMLBareStringReabable
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.parser.woml.WOHTMLBareStringReabable
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.parser.woml.WOMLComment
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WOApplication
The WOApplication object invokes this method on itself to initiate the final phase of request handling.
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WOComponent
Forces the component to generate its interface and output it in the response's content.
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WOElement
This method is invoked in WOElement objects in the request-handling phase when objects involved in the current transaction append their HTML content to the transaction's WOResponse object.
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WORedirect
Adds the redirect to the header of the WOResponse.
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WOSession
Invoked on the WOSession object during the final phase of the request-response loop.
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.directtoweb.D2WListPage
Fetches on the display group if the editing context did save changes recently.
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Overridden for internal purposes.
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.JSImageFlyover
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WOCompletionBar
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WOMethodInvocation
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WOPageRestorationError
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WOSessionCreationError
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WOSessionRestorationError
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WOStatsPage
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WOTableString
Deprecated.  
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WOTabPanel
 
appendToResponse(WOResponse, WOContext) - Method in class com.webobjects.woextensions.WXOutlineEntry
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOComponentContentGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOComponentReferenceGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOConditionalGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WODynamicGroupGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOElementGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOGenericContainerGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOGenericElementGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOHTMLBareStringGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOHTMLDynamicElementGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WORepetitionGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOStringGeneration
 
appendToTemplate(WOElement, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOSwitchComponentGeneration
 
appendZeroElementIDComponent() - Method in class com.webobjects.appserver.WOContext
Appends a ".0" to the current element ID to create an identifier of the first "child" HTML element.
applet() - Method in class com.webobjects.eoapplication.client.EOAppletController
Returns the receiver's applet.
appletViewerCommand() - Static method in class com.webobjects.directtoweb.D2WUtils
 
application() - Static method in class com.webobjects.appserver.WOApplication
Return the application instance.
application() - Method in class com.webobjects.appserver.WOComponent
Returns the WOApplication object for the current application.
applicationBaseURL() - Method in class com.webobjects.appserver.WOApplication
This is the cover method for the property WOApplicationBaseURL.
applicationClassName() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the value of the applicationClassName binding.
applicationClassName() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the value of the applicationClassName binding.
ApplicationClassNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the applicationClassName binding.
ApplicationClassNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the applicationClassName binding.
applicationDescription() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns a description of the application.
applicationDescription() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns a string describing the application.
ApplicationDescriptionKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the applicationDescription binding.
ApplicationDidDispatchRequestNotification - Static variable in class com.webobjects.appserver.WOApplication
Contains a String that names the notification posted at the end of WOApplication's dispatchRequest method.
ApplicationDidFinishLaunchingNotification - Static variable in class com.webobjects.appserver.WOApplication
Contains a String that names the notification posted by WOApplication's run method after the application is launched.
applicationDidHandleComponentActionRequestWithPageNamed(String) - Method in class com.webobjects.appserver.WOStatisticsStore
A component action request handler should call this method at the appropriate time to register the fact that it just handled a component action request.
applicationDidHandleDirectActionRequestWithActionNamed(String) - Method in class com.webobjects.appserver.WOStatisticsStore
A direct action request handler should call this method at the appropriate time to register the fact that it just handled a direct action request.
applicationDidHandleWebServiceRequestWithActionNamed(String) - Method in class com.webobjects.appserver.WOStatisticsStore
A web service request handler should call this method at the appropriate time to register the fact that it just handled a web service request.
ApplicationDidStartNotification - Static variable in class com.webobjects.eoapplication.EOApplication
The name of the notification sent when the application did finish the launch sequence.
applicationExtension() - Method in class com.webobjects.appserver.WOApplication
 
applicationExtension() - Method in class com.webobjects.appserver.WODynamicURL
 
applicationIcon() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the value of the applicationIcon binding.
applicationIcon() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the URL for the (optional) application icon.
ApplicationIconKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the applicationIcon binding.
ApplicationInstanceKey - Static variable in class com.webobjects.appserver.WORequest
Deprecated. 
applicationName() - Method in class com.webobjects.appserver.WODynamicURL
 
applicationName() - Method in class com.webobjects.appserver.WORequest
Returns a String containing the name of the application taken from the URI.
applicationName() - Method in class com.webobjects.eoapplication.EOApplication
Returns the receiver's application name.
applicationName() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the value of the applicationName binding or a default application name if the binding is not specified.
applicationName() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the name used for client applications.
applicationName() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the descriptive client application name.
ApplicationNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the applicationName binding.
ApplicationNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the applicationName binding.
applicationNumber() - Method in class com.webobjects.appserver.WODynamicURL
 
applicationNumber() - Method in class com.webobjects.appserver.WORequest
Returns a String containing the part of the request's URI indicating the specific application instance this request is intended for.
applicationPort() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
applicationPort() - Static method in class com.webobjects.directtoweb.D2WUtils
 
applicationURL() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns a string containing the application URL the client uses to communicate with the WOJavaClientApplet.
applicationURL() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns a string containing the application URL the client uses to communicate with the WOJavaClientComponent.
applicationURL() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the application's URL for the JNLP file generation.
ApplicationURLKey - Static variable in class com.webobjects.eodistribution.client.EOHTTPChannel
The name of the applicationURL connection key.
ApplicationURLKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the client side parameter containing the application URL.
ApplicationURLKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the client side parameter containing the application URL.
applicationURLPrefix() - Method in class com.webobjects.appserver.WORequest
Return the prefix of the URL used to access the application instance up to and including the application number.
ApplicationWillDispatchRequestNotification - Static variable in class com.webobjects.appserver.WOApplication
Contains a String that names the notification posted at the very beginning of WOApplication's dispatchRequest method.
ApplicationWillFinishInitializationNotification - Static variable in class com.webobjects.eoapplication.EOApplication
The name of the notification sent when the application has switched to the final event thread.
ApplicationWillFinishLaunchingNotification - Static variable in class com.webobjects.appserver.WOApplication
Contains a String that names the notification posted at the very beginning of WOApplication's run method.
applicationWillHandleComponentActionRequest() - Method in class com.webobjects.appserver.WOStatisticsStore
A component action request handler should call this method at the appropriate time to register the fact that it is about to handle a component action request.
applicationWillHandleDirectActionRequest() - Method in class com.webobjects.appserver.WOStatisticsStore
A direct action request handler should call this method at the appropriate time to register the fact that it is about to handle a direct action request.
applicationWillHandleWebServiceRequest() - Method in class com.webobjects.appserver.WOStatisticsStore
A web service request handler should call this method at the appropriate time to register the fact that it is about to handle a web service request.
ApplicationWillQuitNotification - Static variable in class com.webobjects.eoapplication.EOApplication
The name of the notification sent when the application is about to quit.
ApplicationWillStartNotification - Static variable in class com.webobjects.eoapplication.EOApplication
The name of the notification sent when the application is beginning the launch sequence.
archive() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the Java archive (.jar file) to be used by applet clients.
ArchiveKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the archive binding.
archiveName() - Method in class com.webobjects.eoapplication.EOArchiveController
Returns the name of the interface file archive to be loaded by the controller instead of generating its component dynamically.
archiveName() - Method in class com.webobjects.eoapplication.EOInterfaceController
Overridden from the superclass to substitute the class name (without package name) of the interface controller as the interface file name unless it was explicitly specified in the constructor.
ArchiveNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
archiveObject(Object, String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
ArgumentAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Argument aspect
arguments() - Method in class com.webobjects.eoaccess.EOStoredProcedure
Returns the EOAttribute objects that describe the stored procedure's arguments.
arguments() - Method in class com.webobjects.eoapplication.EOApplication
Returns all of the application's arguments in a dictionary.
ARRAY_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Array element tag name.
arrayByAddingObject(E) - Method in class com.webobjects.foundation.NSArray
Returns a new NSArray which contains the values from this array, and appends the object argument.
arrayByAddingObjectsFromArray(NSArray) - Method in class com.webobjects.foundation.NSArray
Returns a new NSArray which contains the values from this array, and appends values from the otherArray argument.
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Creates and returns a to-many fault for the relationship name whose source entity must be the entity identified by globalID in the editing context context.
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore.
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Implemented by subclasses to return the destination objects for a to-many relationship, whether as real instances or as faults (empty enterprise objects).
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Implementation for arrayFaultWithSourceGlobalID inherited from EOObjectStore.
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Creates a to-many fault in the editing context editingContext and returns an array of the destination objects for the to-many relationship identified by relationshipName.
arrayForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty and convert the property to a string using NSPropertyListSerialization.arrayForString.
arrayForString(String) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Parses the property list representation string and returns the resulting property list as an NSArray.
arrayForString(String, boolean) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Parses the property list representation string and returns the resulting property list as an NSArray.
arrayList() - Method in class com.webobjects.foundation.NSArray
Creates a java.util.ArrayList with the same contents as this object.
arrayWithPathURL(URL) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a java.net.URL into a property list and returns the resulting property list as an NSArray.
arrayWithPathURL(URL, boolean) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a java.net.URL into a property list and returns the resulting property list as an NSArray.
AscendingCaseInsensitiveStringComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class String, ignoring case.
AscendingNumberComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class Number.
AscendingStringComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class String respecting case.
AscendingTimestampComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class NSTimestamp.
aspects() - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to return the names of the receiving class's aspects as an array of string objects.
aspectSignatures() - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to return the signatures of the receiver's aspects, an array of string objects matching its aspects array index for index.
assembleDeleteStatementWithQualifier(EOQualifier, String, String) - Method in class com.webobjects.eoaccess.EOSQLExpression
This method is invoked from prepareDeleteExpressionForQualifier to return an SQL DELETE statement.
assembleDeleteStatementWithQualifier(EOQualifier, String, String) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
assembleInsertStatementWithRow(NSDictionary, String, String, String) - Method in class com.webobjects.eoaccess.EOSQLExpression
This method is invoked from prepareInsertExpressionWithRow to return an SQL INSERT statement.
assembleInsertStatementWithRow(NSDictionary, String, String, String) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
assembleInsertStatementWithRow(NSDictionary, String, String, String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
assembleJoinClause(String, String, int) - Method in class com.webobjects.eoaccess.EOSQLExpression
This method is invoked from addJoinClause to return a JOIN clause.
assembleJoinClause(String, String, int) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
assembleJoinClause(String, String, int) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleExpression
 
assembleSelectStatementWithAttributes(NSArray, boolean, EOQualifier, NSArray, String, String, String, String, String, String, String) - Method in class com.webobjects.eoaccess.EOSQLExpression
This method is invoked from prepareSelectExpressionWithAttributes to return an SQL SELECT statement.
assembleSelectStatementWithAttributes(NSArray, boolean, EOQualifier, NSArray, String, String, String, String, String, String, String) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
assembleSelectStatementWithAttributes(NSArray, boolean, EOQualifier, NSArray, String, String, String, String, String, String, String) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftExpression
 
assembleSelectStatementWithAttributes(NSArray, boolean, EOQualifier, NSArray, String, String, String, String, String, String, String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
assembleSelectStatementWithAttributes(NSArray, boolean, EOQualifier, NSArray, String, String, String, String, String, String, String) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseExpression
 
assembleUpdateStatementWithRow(NSDictionary, EOQualifier, String, String, String) - Method in class com.webobjects.eoaccess.EOSQLExpression
This method is invoked from prepareUpdateExpressionWithRow to return an SQL UPDATE statement.
assembleUpdateStatementWithRow(NSDictionary, EOQualifier, String, String, String) - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn.DerbyExpression
 
assembleUpdateStatementWithRow(NSDictionary, EOQualifier, String, String, String) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
assembleUpdateStatementWithRow(NSDictionary, EOQualifier, String, String, String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
assembleUpdateStatementWithRow(NSDictionary, EOQualifier, String, String, String) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleExpression
 
assertConnectionDictionaryIsValid() - Method in class com.webobjects.eoaccess.EOAdaptor
An abstract method that should be implemented by subclasses to verify that the adaptor can connect to the database server with its connection dictionary.
assertConnectionDictionaryIsValid() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Checks that the connectionary dictionary is valid by attempting to make a connection.
assertConnectionDictionaryIsValid() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
assignExternalInfoForAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation assigns the column name (external name) for attribute based on attribute's internal name.
assignExternalInfoForEntireModel(EOModel) - Method in class com.webobjects.eoaccess.EOAdaptor
Assigns database-specific characteristics to model.
assignExternalInfoForEntireModel(EOModel) - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
assignExternalInfoForEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation assigns an external name to entity based on entity's name attribute.
assignExternalTypeForAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation does nothing.
assignExternalTypeForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Assigns an appropriate external type to the attribute.
assignGloballyUniqueBytes(byte[]) - Static method in class com.webobjects.eocontrol.EOTemporaryGlobalID
Assigns to uniqueBytes an array of bytes that represent a byte string that's guaranteed to be unique network wide.
Assignment - Class in com.webobjects.directtoweb
The Assignment class performs assignments on the right-hand side of rules.
Assignment(String, Object) - Constructor for class com.webobjects.directtoweb.Assignment
Constructs a new Assignment with the specified key path and value.
Assignment(EOKeyValueUnarchiver) - Constructor for class com.webobjects.directtoweb.Assignment
Constructs a new Assignment based on an EOKeyValueUnarchiver.
assignTypeForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
The adaptor invokes this method to allow the JDBCPlugIn to customize the newly created attribute.
assignTypeForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
AssistantComparisonKeyKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
This key is intentionally not documented.
AssistantConnection - Class in com.webobjects.directtoweb
 
AssistantConnection(Socket) - Constructor for class com.webobjects.directtoweb.AssistantConnection
 
assistantPort() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
AssistantServer - Class in com.webobjects.directtoweb
 
AssistantServer() - Constructor for class com.webobjects.directtoweb.AssistantServer
 
AssistantTaskNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
This key is intentionally not documented.
association() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
association() - Method in class com.webobjects.eogeneration.EOAssociationController
 
association() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Returns this plugin's associated EOAssociation.
ASSOCIATION_KEY - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
associationClassesForObject(Object) - Static method in class com.webobjects.eointerface.EOAssociation
Finds all EOAssociation subclasses that can be used with the specified display object.
associationDidBeginEditing(EOAssociation) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by association when its display object begins editing to record that EOAssociation as the editing association.
associationDidEndEditing(EOAssociation) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by association to clear the editing association.
associationFactory() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
associationFactory() - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
associationFactory() - Method in class com.webobjects.appserver.WOApplication
Return the WOAssociationFactory for the application.
associationFactoryRegistry() - Method in class com.webobjects.appserver.WOApplication
Return the WOAssociationFactoryRegistry for the application.
associationFailedToValidateValue(EOAssociation, String, String, Object, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by association from its shouldEndEditingAtIndex method to let the receiver handle a validation error.
associationKey() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
associationRoot() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
associations() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
Associations - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
ASSOCIATIONS_END - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
ASSOCIATIONS_START - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
AssociationSignature - Static variable in class com.webobjects.appserver.WOEvent
Integer representing an association signature.
associationWithKeyPath(String) - Static method in class com.webobjects.appserver.WOAssociation
Creates and returns a WOAssociation object for a key path.
associationWithString(String, String, WOAssociationFactory) - Static method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
associationWithValue(Object) - Static method in class com.webobjects.appserver.WOAssociation
Creates and returns a WOAssociation object for a constant value.
attribute() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
attribute() - Method in class com.webobjects.directtoweb.D2WContext
Returns the EOAttribute object for the current property
attribute(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
ATTRIBUTE_COMPONENT - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsNamespace
 
ATTRIBUTE_REPEAT_TAG - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLRepetitionElementGenerator
 
ATTRIBUTE_VALUE_CONTENT - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
ATTRIBUTE_VALUE_REMOVE - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
AttributeAspectSignature - Static variable in class com.webobjects.eointerface.EOAssociation
String signature of a Attribute aspect.
attributeClassNameKey - Static variable in class com.webobjects.directtoweb.ServerSideSettings
 
attributeClassNames() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the class name for each input part key path.
attributedStringForNil() - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.stringForNull().
attributedStringForNotANumber() - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.stringForNotANumber().
attributedStringForZero() - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.stringForZero().
attributeForProperty(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
attributeInEntityWithColumnName(EOEntity, String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
AttributeKey - Static variable in class com.webobjects.directtoweb.D2WModel
The attribute key.
attributeKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns an array of attribute keys for the entity associated with the receiver.
attributeKeys() - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to return an array of attribute keys for objects described by the receiver.Attributes contain immutable data (such as Numbers and Strings), as opposed to relationships that are references to other enterprise objects.
attributeKeys() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the names of the receiver's attributes (not relationship properties).
attributeKeys() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the names of the receiver's attributes (not relationship properties).
attributeKeys() - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns an array of keys for attributes of the receiver's enterprise objects.
attributeNamed(String) - Method in class com.webobjects.eoaccess.EOEntity
Returns the attribute named attributeName, or null if no such attribute exists in the receiver.
attributeNamed(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the EOAttribute of the given name (key).
attributes() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the array of attributes to select when locking the row.
attributes() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array containing all of the receiver's attributes, or an empty array if the receiver has no attributes.
attributes() - Method in class com.webobjects.eoaccess.EOEntityIndex
Return the list of attribute used by this index
attributesToFetch() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to return the set of attributes to retrieve when fetchRow is next invoked.
attributesToFetch() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array of the EOAttributes that need to be fetched so that they can be included in the row snapshot.
attributesToFetch() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
attributesToFetch() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
attributesUsedForLocking() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array containing those attributes used for locking, that is, those properties whose values must match a snapshot any time a row is updated.
AttributeToManyAspectSignature - Static variable in class com.webobjects.eointerface.EOAssociation
String signature of a Attribute To Many aspect.
AttributeToOneAspectSignature - Static variable in class com.webobjects.eointerface.EOAssociation
String signature of a Attribute To One aspect.
AttributeToOneToManyAspectSignature - Static variable in class com.webobjects.eointerface.EOAssociation
String signature of a Attribute To One To Many aspect.
AttributeTypeKey - Static variable in class com.webobjects.directtoweb.D2WModel
The attribute type key; the literal "a".
attributeWidth() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns the attribute width.
AuthenticationMethodKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the authentication method.
author() - Method in class com.webobjects.directtoweb.Rule
Gets the author.
authorKey - Static variable in class com.webobjects.directtoweb.Rule
A key representing the author.
autoOpenClientApplication() - Method in class com.webobjects.appserver.WOApplication
Returns whether automatic client application launching is enabled for Java Client applications.
autoOpenInBrowser() - Method in class com.webobjects.appserver.WOApplication
Return whether starting the application instance will launch a browser pointing at the main page of the application.
autosizingMask(Component) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Returns the autosizing mask of a component layed out by the EOViewLayout.
auxiliaryQualifier() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the auxiliary EOQualifier used to further restrict the fetch criteria defined by the receiver's EOFetchSpecification.
available() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Returns the number of bytes that can be read without blocking.
availableChannel() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the first database channel that isn't busy from the the list of EODatabaseChannels registered with the receiver.
availableKeysForInterfaceAndKeyPath(_WBInterfaceDescriptor, NSArray) - Static method in class com.webobjects.directtoweb.D2WUtils
 
availableLocales() - Static method in class com.webobjects.foundation.NSNumberFormatter
 
availablePrototypeAttributeNames() - Method in class com.webobjects.eoaccess.EOModel
Returns a list of names of all available prototypes.
AvailableSpecificationsQuestion - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
availableTitlesKey() - Method in class com.webobjects.eogeneration.EOTitlesController
 
AvailableTitlesKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
AverageOperatorName - Static variable in class com.webobjects.foundation.NSArray
A key representing the operator (NSArray.Operator) that computes the average of the elements in an array.
averageTime() - Method in class com.webobjects.appserver.WOStopWatch
Deprecated.  
avgComponentActionTransactions() - Method in class com.webobjects.woextensions.WOStatsPage
 
avgDirectActionTransactions() - Method in class com.webobjects.woextensions.WOStatsPage
 
avgIdleTime() - Method in class com.webobjects.woextensions.WOStatsPage
 
avgTransactionTime() - Method in class com.webobjects.woextensions.WOStatsPage
 
awake() - Method in class com.webobjects.appserver.WOApplication
Invoked at the beginning of each cycle of the request-response loop, affording the opportunity to perform initializations with application-wide scope.
awake() - Method in class com.webobjects.appserver.WOComponent
Invoked at the beginning of a WOComponent's involvement in a cycle of the request-response loop.
awake() - Method in class com.webobjects.appserver.WOSession
Invoked on the WOSession object at the beginning of a WOSession's involvement in a cycle of the request-response loop, giving the WOSession an opportunity to initialize its instance variables or perform setup operations.
awake() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
awake() - Method in class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
awake() - Method in class com.webobjects.directtoweb.D2WInspectPage
This method is intentionally undocumented.
awake() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Throws an exception if any of the required bindings are missing.
awake() - Method in class com.webobjects.woextensions.JSValidatedField
 
awake() - Method in class com.webobjects.woextensions.WXOutlineEntry
 
awakeFromClientUpdate(EOEditingContext) - Method in class com.webobjects.eocontrol.EOCustomObject
Invoked on a server-side enterprise object after it has been updated with changes from a client application.
awakeFromClientUpdate(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Invoked on a server-side enterprise object after it has been updated with changes from a client application.
awakeFromFetch(EOEditingContext) - Method in class com.webobjects.eocontrol.EOCustomObject
Overridden by subclasses to perform additional initialization on the receiver upon its being fetched from the external repository into ec.
awakeFromFetch(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Overridden by subclasses to perform additional initialization on the receiver upon its being fetched from the external repository into an EOEditingContext.
awakeFromInsertion(EOEditingContext) - Method in class com.webobjects.eocontrol.EOCustomObject
Overridden by subclasses to perform additional initialization on the receiver upon its being inserted into ec.
awakeFromInsertion(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Overridden by subclasses to perform additional initialization on the receiver upon its being inserted into an EOEditingContext.
awakeFromKeyValueUnarchiver(EOKeyValueUnarchiver) - Method in class com.webobjects.appserver.WODisplayGroup
 
awakeFromKeyValueUnarchiver(EOKeyValueUnarchiver) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Finishes initialization of a data source unarchived from EOKeyValueArchiving.
awakeFromKeyValueUnarchiver(EOKeyValueUnarchiver) - Method in interface com.webobjects.eocontrol.EOKeyValueArchiving.Awaking
Notifies the receiver that the EOKeyValueUnarchiver unarchiver has unarchived all objects from an archive.
awakeFromKeyValueUnarchiver(Object, EOKeyValueUnarchiver) - Method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Asks the receiver to awake the object receiver after the EOKeyValueUnarchiver unarchiver has unarchived all objects from an archive.
awakeFromNib() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Finishes initialization of a data source from a nib file.
awakeFromNib() - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked when the receiver is unarchived from a nib file to prepare it for use in an application.
awakeObjectFromFetch(EOEnterpriseObject, EOEditingContext) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to perform standard post fetch initialization for object in editingContext.
awakeObjectFromFetch(EOEnterpriseObject, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Called every time an object is fetched in an editing context.
awakeObjectFromInsertion(EOEnterpriseObject, EOEditingContext) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Propagates inserts for the newly-inserted Enterprise Object object in the editing context ec.
awakeObjectFromInsertion(EOEnterpriseObject, EOEditingContext) - Method in class com.webobjects.eocontrol.EOClassDescription
Assigns empty arrays to to many relationship properties of newly inserted enterprise objects.
awakeObjectFromInsertion(EOEnterpriseObject, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Automatically creates related objects for relationships which propagate primary keys.
awakeObjects() - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Completes an unarchiving process by sending all unarchived objects which implement the EOKeyValueArchiving.Awaking interface a awakeFromKeyValueUnarchiver method.
awakeWithPropertyList(NSDictionary) - Method in class com.webobjects.eoaccess.EOAttribute
Finishes initializing the receiver from plist.
awakeWithPropertyList(NSDictionary) - Method in class com.webobjects.eoaccess.EOEntity
EOEntity's implementation of this method does nothing.
awakeWithPropertyList(NSDictionary) - Method in class com.webobjects.eoaccess.EOEntityIndex
 
awakeWithPropertyList(NSDictionary) - Method in interface com.webobjects.eoaccess.EOPropertyListEncoding
Finishes initializing the receiver from the property list dic, restoring references to other objects.
awakeWithPropertyList(NSDictionary) - Method in class com.webobjects.eoaccess.EORelationship
Finishes initializing the receiver from plist.
awakeWithPropertyList(NSDictionary) - Method in class com.webobjects.eoaccess.EOStoredProcedure
The second phase in a two-phase creation process of a model.
axisService() - Method in class com.webobjects.webservices.client.WOWebService
Returns the underlying Axis service used to make Web service invocations.

B

backAction() - Method in class com.webobjects.directtoweb.D2WListPage
Is invoked when the user clicks 'Return' in the list page.
backAction() - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
Deprecated. Use listReturnAction instead.
backgroundColor() - Method in class com.webobjects.woextensions.WOAssociationEventRow
 
backgroundColor - Variable in class com.webobjects.woextensions.WOCompletionBar
 
BackgroundColorAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Background Color aspect
backgroundColorForHeaderRow() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the background color for the header rows of tables rendered by Direct to Web.
backgroundColorForPage() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
BackgroundColorForPageKey - Static variable in class com.webobjects.directtoweb.D2WModel
The background-color-for-page key; the literal "backgroundColorForPage".
backgroundColorForRow() - Method in class com.webobjects.directtoweb.D2WCompactInspectComponent
 
backgroundColorForRow() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the row background color.
backgroundColorForRowMethod() - Method in class com.webobjects.directtoweb.D2WListPage
Contributes to the template method that corresponds to the method backgroundColorForRow.
backgroundColorForTable() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the background color for tables rendered in this component.
backgroundColorForTableDark() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
BackgroundColorForTableKey - Static variable in class com.webobjects.directtoweb.D2WModel
The background-color-for-table key; the literal "backgroundColorForTable".
backgroundColorForTableLight() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
backup(int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
barColor - Variable in class com.webobjects.woextensions.WOCompletionBar
 
BASConfirmPage - Class in com.webobjects.directtoweb
 
BASConfirmPage(WOContext) - Constructor for class com.webobjects.directtoweb.BASConfirmPage
 
BASDefaultHeader - Class in com.webobjects.directtoweb
 
BASDefaultHeader(WOContext) - Constructor for class com.webobjects.directtoweb.BASDefaultHeader
 
base(EOFetchSpecification, EOEntity) - Method in class com.webobjects.jndiadaptor.JNDIPlugIn
Creates a base with the specified fetch specification and entity.
base(EOFetchSpecification, EOEntity) - Method in class com.webobjects.jndiadaptor.LDAPPlugIn
 
BASEditRelationshipPage - Class in com.webobjects.directtoweb
 
BASEditRelationshipPage(WOContext) - Constructor for class com.webobjects.directtoweb.BASEditRelationshipPage
 
BASErrorPage - Class in com.webobjects.directtoweb
 
BASErrorPage(WOContext) - Constructor for class com.webobjects.directtoweb.BASErrorPage
 
baseURL() - Method in class com.webobjects.appserver.WOApplication
Returns the application URL relative to the server's document root.
baseURL() - Method in class com.webobjects.appserver.WOComponent
Returns the component URL relative to the server's document root.
BASHead - Class in com.webobjects.directtoweb
The BASHead class provides custom behavior for the Direct to Web Basic template component..
BASHead(WOContext) - Constructor for class com.webobjects.directtoweb.BASHead
 
BasicEventSignature - Static variable in class com.webobjects.eocontrol.EOEvent
A possible signature type for use with the methods signatureOfType, aggregateEvents and groupEvents.
BASInspectPage - Class in com.webobjects.directtoweb
 
BASInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.BASInspectPage
 
BASListPage - Class in com.webobjects.directtoweb
 
BASListPage(WOContext) - Constructor for class com.webobjects.directtoweb.BASListPage
 
BASMasterDetailPage - Class in com.webobjects.directtoweb
 
BASMasterDetailPage(WOContext) - Constructor for class com.webobjects.directtoweb.BASMasterDetailPage
 
BASPlainListPage - Class in com.webobjects.directtoweb
 
BASPlainListPage(WOContext) - Constructor for class com.webobjects.directtoweb.BASPlainListPage
 
BASQueryAllEntitiesPage - Class in com.webobjects.directtoweb
 
BASQueryAllEntitiesPage(WOContext) - Constructor for class com.webobjects.directtoweb.BASQueryAllEntitiesPage
 
BASQueryPage - Class in com.webobjects.directtoweb
 
BASQueryPage(WOContext) - Constructor for class com.webobjects.directtoweb.BASQueryPage
 
BASSideHeader - Class in com.webobjects.directtoweb
 
BASSideHeader(WOContext) - Constructor for class com.webobjects.directtoweb.BASSideHeader
 
BASSidePageWrapper - Class in com.webobjects.directtoweb
 
BASSidePageWrapper(WOContext) - Constructor for class com.webobjects.directtoweb.BASSidePageWrapper
 
batchCount() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the number of batches to display.
batchFetchRelationship(EORelationship, NSArray, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Clears all the faults for relationship pointed by the source objects in objects and performs a single, efficient fetch or, at most, two fetches if the relationship is many-to-many.
batchIndex() - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
beanBases(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
beanClassLoader(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
beanClassName(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
beanCodeBase(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
beanDocBase(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
beanReadyToRun(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
beanReadyToUse(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
beanSuperclassName(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
beautifyName() - Method in class com.webobjects.eoaccess.EOAttribute
Makes the attribute's name conform to the Enterprise Objects Framework's naming convention.
beautifyName() - Method in class com.webobjects.eoaccess.EOEntity
Makes the receiver's name conform to a standard convention.
beautifyName() - Method in class com.webobjects.eoaccess.EORelationship
Makes the relationship's name conform to a standard convention.
beautifyName() - Method in class com.webobjects.eoaccess.EOStoredProcedure
Renames the receiver's name and its arguments to conform to the Framework's naming conventions.
beautifyNames() - Method in class com.webobjects.eoaccess.EOModel
Makes all of the receiver's named components conform to a standard convention.
beginColumn - Variable in class com.webobjects.appserver.parser.declaration.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginEditing() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Invoked from shouldSelectCell and getTableCellEditorComponent to inform the receiver that it should begin editing.
beginEditing() - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Prepares the editor component for use in a table, by adding the appropriate listeners and setting the right fonts.
beginLine - Variable in class com.webobjects.appserver.parser.declaration.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
beginTransaction() - Method in class com.webobjects.eoaccess.EOAdaptorContext
An abstract method that should be implemented by subclasses to attempt to begin a new transaction.
beginTransaction() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
beginTransaction() - Method in class com.webobjects.jndiadaptor.JNDIContext
 
beginUndoGrouping() - Method in class com.webobjects.foundation.NSUndoManager
Marks the beginning of an undo group.
bgcolor - Variable in class com.webobjects.woextensions.WOTabPanel
 
bindAspect(String, EODisplayGroup, String) - Method in class com.webobjects.eointerface.EOAssociation
Defines the receiver's link between its display object and an EODisplayGroup.
bindAspect(String, EODisplayGroup, String) - Method in class com.webobjects.eointerface.EOValueAssociation
Defines the receiver's link between its display object and displayGroup.
bindAspect(String, EODisplayGroup, String) - Method in class com.webobjects.eointerface.EOValueSelectionAssociation
Defines the receiver's link between its display object and displayGroup.
bindingInComponent(WOComponent) - Method in class com.webobjects.appserver.WOAssociation
Returns the binding String as seen in WebObjects Builder.
bindingInComponent(WOComponent) - Method in class com.webobjects.appserver.WOVariableAssociation
 
bindingKeys() - Method in class com.webobjects.appserver.WOComponent
Returns an NSArray containing the binding keys (as String objects) for each of the WOComponent's associations.
bindingKeys() - Method in class com.webobjects.eocontrol.EOQualifier
Returns an array of strings which are the names of the known variables.
bindingName() - Method in class com.webobjects.appserver.WOAssociation.Event
Used by The WOAssociationEventRow component in WOJExtensions to display the association's binding name.
bindingName() - Method in class com.webobjects.woextensions.WOAssociationEventRow
 
bindObjectsWithFetchSpecification(EOFetchSpecification, String) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Fetches objects with fetchSpecification and binds the results to fetchSpecification's entity and fetchSpecification's name, which is provided with the fetchSpecificationName argument.
BindVariableAttributeKey - Static variable in class com.webobjects.eoaccess.EOSQLExpression
A key for the attribute that uses the bind variable.
BindVariableColumnKey - Static variable in class com.webobjects.eoaccess.EOSQLExpression
A key for the column name to be used in SQL.
bindVariableDictionaries() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the bind variable dictionaries.
bindVariableDictionaryForAttribute(EOAttribute, Object) - Method in class com.webobjects.eoaccess.EOSQLExpression
Implemented by subclasses to create and return the bind variable dictionary for attribute and value.
bindVariableDictionaryForAttribute(EOAttribute, Object) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
bindVariableDictionaryForAttribute(EOAttribute, Object) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
bindVariableDictionaryForInsertOrUpdateAttribute(EOAttribute, Object) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
BindVariableNameKey - Static variable in class com.webobjects.eoaccess.EOSQLExpression
The key for the name of a bind variable.
BindVariablePlaceHolderKey - Static variable in class com.webobjects.eoaccess.EOSQLExpression
A key for the placeholder string to be used in SQL.
BindVariableValueKey - Static variable in class com.webobjects.eoaccess.EOSQLExpression
A key for the value of the bind variable.
blockActiveWindowChangedNotification() - Method in class com.webobjects.eoapplication.EOWindowObserver
BoldAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Bold aspect
BoldKey - Static variable in class com.webobjects.directtoweb.D2WModel
The bold key.
boldStateAtColumnAndRow(int, int) - Method in class com.webobjects.eointerface.EOTableAssociation
This method returns whether the table cell at the specified row and column is (currently) using a bold font type.
boldStateAtRow(int) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns the boldState value for the specified row in this column.
BOOLEAN_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Boolean element tag name.
BooleanAssignment - Class in com.webobjects.directtoweb
The BooleanAssignment class performs assignment of a key to an object that represents a logical "true" or "false" value.
BooleanAssignment(String, Object) - Constructor for class com.webobjects.directtoweb.BooleanAssignment
Creates an instance of BooleanAssignment with the specified key path and value.
BooleanAssignment(EOKeyValueUnarchiver) - Constructor for class com.webobjects.directtoweb.BooleanAssignment
Creates an instance of BooleanAssignment based on an EOKeyValueUnarchiver.
booleanForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty and convert it to a boolean using NSPropertyListSerialization.booleanForString.
booleanForString(String) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Parses a given string for boolean value according to the table below.
BooleanQualifier - Class in com.webobjects.directtoweb
 
BooleanQualifier(String) - Constructor for class com.webobjects.directtoweb.BooleanQualifier
 
booleanValueInComponent(WOComponent) - Method in class com.webobjects.appserver.WOAssociation
Returns the association's value for this component as a boolean.
boolValueForKeyDefault(NSDictionary, String, boolean) - Static method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
border - Variable in class com.webobjects.woextensions.WOCompletionBar
 
borderComponents() - Method in class com.webobjects.eoapplication.EOSwitchController
borderedSizeForComponentSize(Dimension) - Method in class com.webobjects.eoapplication.EOSwitchController
borderedSizeForComponentSize(Dimension) - Method in class com.webobjects.eoapplication.EOWindowController
Returns the total size including the border for a specific component size.
borderSize() - Method in class com.webobjects.eoapplication.EOSwitchController
 
borderSize() - Method in class com.webobjects.eoapplication.EOWindowController
borderType() - Method in class com.webobjects.eoapplication.EOBoxController
BorderTypeParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
BothSizable - Static variable in class com.webobjects.eointerface.swing.EOViewLayout
This constant is used to specify that both width and height of a component may be adjusted.
Bottom - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a bottom position.
BottomLeft - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a bottom-left position.
BottomRight - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a bottom-right position.
boundary() - Method in class com.webobjects.appserver.WOMultipartIterator
Returns the boundary from the content-type header of the WORequest.
breakConnection() - Method in class com.webobjects.eoapplication.EOController
Breaks the receiver's connection to its supercontroller.
breakConnection() - Method in class com.webobjects.eointerface.EOAssociation
Removes the receiver from its EODisplayGroup and display object.
breakConnection() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Removes the receiver from its EOAssociation and display object.
breakConnection() - Method in class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Clean up (end) the plugin's connection to its AbstractButton widget.
breakConnection() - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Clean up (end) the plugin's connection to its JCheckBox widget.
breakConnection() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Clean up (end) the plugin's connection to its JComboBox widget.
breakConnection() - Method in class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Clean up (end) the plugin's connection to its widget.
breakConnection() - Method in class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Clean up (end) the plugin's connection to its widget.
breakConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Clean up (end) the plugin's connection to its TableColumn widget.
breakConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Cleans up (ends) the plugin's connection to its TableColumn widget, removing the listeners and resetting the TableModel to an instance of DefaultTableModel.
breakConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Cleans up (ends) the plugin's connection to its JTextComponent widget.
breakConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
breakConnectionToSubcontrollers() - Method in class com.webobjects.eoapplication.EOController
Breaks the connections the receiver's subcontrollers have to their subcontrollers, and then breaks the receiver's connections to its subcontrollers.
breakDown(String, int) - Static method in class com.webobjects.directtoweb.Services
 
bringAllWindowsToFront() - Method in class com.webobjects.eoapplication.EOWindowObserver
 
BringAllWindowsToFrontActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Bring All To Front action.
browserItem - Variable in class com.webobjects.directtoweb.D2WDisplayToManyBrowser
This constant is intentionally undocumented.
browserItem - Variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
The iteration variable bound to the item attribute of the WOBrowser on the edit-relationship page.
browserItem - Variable in class com.webobjects.directtoweb.D2WEditToManyFault
The item for a WOBrowser.
browserLanguages() - Method in class com.webobjects.appserver.WORequest
Returns an NSArray containing the language preference list as sent by the client, generally a browser.
browserList() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the list for a WOBrowser.
browserListDescription() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the closed label for a D2WCollapsibleComponentContent.
browserSelections - Variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
Contains the selections the user chooses with the WOBrowser on the edit-relationship page.
browserStringForItem() - Method in class com.webobjects.directtoweb.D2WDisplayToManyBrowser
This method is intentionally undocumented.
browserStringForItem() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns a String containing a user-presentable name corresponding to the browserItem variable of the receiver.
browserStringForItem() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the display string for a WOBrowser.
bufcolumn - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
buffer - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
bufline - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
bufpos - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
buildQualifier(EOEntity, NSArray, NSArray, NSArray, NSArray, String) - Static method in class com.webobjects.webservices.generation.WOServiceUtilities
Returns an EOQualifier built to fetch objects where for each attribute name in attributeNames a qualifier, based on the corresponding value from values and comparison key from comparisonKeys, is added to an EOAndQualifier.
bundleClassNames() - Method in class com.webobjects.foundation.NSBundle
Gets array containing the names of all the receiver's classes
bundleClassPackageNames() - Method in class com.webobjects.foundation.NSBundle
Gets an NSArray of the names of all the packages containing the receiver's classes.
BundleDidLoadNotification - Static variable in class com.webobjects.foundation.NSBundle
Notification that is sent when bundle has been loaded.
bundleForClass(Class) - Static method in class com.webobjects.foundation.NSBundle
Gets the NSBundle that contains the class aClass.
bundleForName(String) - Static method in class com.webobjects.foundation.NSBundle
Gets the NSBundle with the specified name aName.
bundlePath() - Method in class com.webobjects.foundation.NSBundle
Deprecated. You should not need to know the file system path to the bundle directory.
bundlePathURL() - Method in class com.webobjects.foundation.NSBundle
Returns the URL to the NSBundle.
bundleWithPath(String) - Static method in class com.webobjects.foundation.NSBundle
Deprecated. To access a bundle that was loaded when the application started, use bundleForName or bundleForClass instead
buttonPosition() - Method in class com.webobjects.eogeneration.EOActionController
 
ButtonPositionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
buttonRowWithActions(NSArray, EOController, boolean, boolean, boolean) - Static method in class com.webobjects.eoapplication.EOActionWidgets
buttonWithAction(EOAction, EOController, boolean) - Static method in class com.webobjects.eoapplication.EOActionWidgets
BYTE_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Byte element tag name.
bytes() - Method in class com.webobjects.foundation.NSData
Returns a byte array containing all of the receiver's contents
bytes(int, int) - Method in class com.webobjects.foundation.NSData
Returns a byte array containing all of the receiver's contents
bytes(NSRange) - Method in class com.webobjects.foundation.NSData
Returns a byte array containing all of the receiver's contents
bytesForResourceNamed(String, String, NSArray) - Method in class com.webobjects.appserver.WOResourceManager
Returns raw data for the specified resource.
bytesForResourcePath(String) - Method in class com.webobjects.foundation.NSBundle
Gets the byte array containing the data for the resource specified by aResourcePath.
bytesNoCopy() - Method in class com.webobjects.foundation.NSData
Due to the internal implementation of NSData, the array returned by this primitive method may contain bytes that are not actually a part of the receiver's data.
bytesNoCopy(NSMutableRange) - Method in class com.webobjects.foundation.NSData
The receiver's actual data is composed of the returned array's bytes that lie within range.

C

cache - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
cachesControllers() - Method in class com.webobjects.eogeneration.EOControllerFactory
 
CacheSizeParameter - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
cachesObjects() - Method in class com.webobjects.eoaccess.EOEntity
Returns true if all of the objects from the receiver are to be cached in memory and queries are to be evaluated in memory using this cache rather than in the database.
canAccessFieldsDirectly() - Static method in class com.webobjects.appserver.WOAction
WOAction's implementation of this static method returns true, indicating that key-value coding is allowed to access fields in this object if an appropriate method isn't present.
canAccessFieldsDirectly() - Static method in class com.webobjects.appserver.WOApplication
WOApplication's implementation of this static method returns true, indicating that key-value coding is allowed to access fields in this object if an appropriate method isn't present.
canAccessFieldsDirectly() - Static method in class com.webobjects.appserver.WOComponent
WOComponent's implementation of this static method returns true.
canAccessFieldsDirectly() - Static method in class com.webobjects.appserver.WOContext
WOContext's implementation of this static method returns true, indicating that key/value coding is allowed to access fields in this object if an appropriate method isn't present.
canAccessFieldsDirectly() - Static method in class com.webobjects.appserver.WOCookie
WOCokie's implementation of this static method returns true, indicating that key/value coding is allowed to access fields in this object if an appropriate method isn't present.
canAccessFieldsDirectly() - Static method in class com.webobjects.appserver.WOHTTPConnection
WOHTTPConnection's implementation of this static method returns true, indicating that key/value coding is allowed to access fields in this object if an appropriate method isn't present.
canAccessFieldsDirectly() - Static method in class com.webobjects.appserver.WOMessage
WOMessage's implementation of this static method returns true, indicating that key-value coding is allowed to access fields in this object if an appropriate method isn't present.
canAccessFieldsDirectly() - Static method in class com.webobjects.appserver.WOSession
Return true in all cases, indicating that key-value coding is allowed to access fields in this object if an appropriate accessor method isn't present.
canAccessFieldsDirectly() - Static method in class com.webobjects.appserver.WOStatisticsStore
WOStatisticsStore's implementation of this static method returns true, indicating that key-value coding is allowed to access fields in this object if an appropriate method isn't present.
canAccessFieldsDirectly() - Static method in class com.webobjects.eoapplication.EOController
Conformance to NSKeyValueCoding.
canAccessFieldsDirectly() - Static method in class com.webobjects.eocontrol.EOCustomObject
Returns true.
canAdd() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
canBeTransient() - Method in class com.webobjects.eoapplication.EOComponentController
Returns whether the controller can be transient.
canBeTransient() - Method in class com.webobjects.eoapplication.EOController
Returns whether the controller can be transient.
canBeTransient() - Method in class com.webobjects.eogeneration.EOActionController
 
canBeTransient() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
canBeTransient() - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
canBeTransient() - Method in class com.webobjects.eogeneration.EORangeValueController
 
canBeTransient() - Method in class com.webobjects.eogeneration.EOStaticIconController
 
canBeTransient() - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
canBeTransient() - Method in class com.webobjects.eogeneration.EOTableColumnController
 
canBeTransient() - Method in class com.webobjects.eogeneration.EOValueController
 
cancel() - Method in class com.webobjects.appserver.WOApplication.TimeoutTask
 
cancel() - Method in interface com.webobjects.eoapplication.EOModalDialogController.ModalActions
The action method invoked when the user cancels the modal dialog.
cancel() - Method in class com.webobjects.eogeneration.EOFormController
 
cancel() - Method in class com.webobjects.eogeneration.EOListController
 
cancel() - Method in class com.webobjects.woextensions.WOLongResponsePage
 
cancelAction() - Method in class com.webobjects.directtoweb.D2WConfirmPage
Is invoked when the user clicks Cancel.
cancelAction() - Method in class com.webobjects.directtoweb.D2WErrorPage
Is invoked when the user clicks Return.
cancelAction() - Method in class com.webobjects.directtoweb.D2WInspectPage
Is invoked when the user clicks Cancel.
CancelActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Cancel action.
cancelCellEditing() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
EOColumnEditor's implementation of the javax.swing.table.TableCellEditor method to cancel editing.
cancelEvent(EOEvent) - Static method in class com.webobjects.eocontrol.EOEventCenter
Cancels the recording of an in-progress event.
cancelFetch() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to clear all result sets established by the last selectAttributes, executeStoredProcedure, or evaluateExpression message and terminate the current fetch, so that isFetchInProgress returns false.
cancelFetch() - Method in class com.webobjects.eoaccess.EODatabaseChannel
Cancels any fetch currently in progress.
cancelFetch() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
cancelFetch() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
CancelOperation - Static variable in class com.webobjects.eoapplication.EODialogs
 
cancelPageForStatus(Object) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
cancelPerformSelector(NSSelector, Object, Object) - Method in class com.webobjects.foundation.NSDelayedCallbackCenter
Removes the specified selector for the specified target object and argument from the list of registered selectors.
canDescribeStoredProcedure(String) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
canDescribeStoredProcedure(String) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated.  
candidates(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WModel
Gets rules from the local rule caches for the specified key path.
canDown() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
canFireInContext(D2WContext) - Method in class com.webobjects.directtoweb.Rule
Indicates whether the rule can fire by evaluating the left-hand side with the specified context.
canGenerateElement(WOMLElement) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
Default implementation returns true if (a) the element name is in the same namespace as the receiver or (b) it contains the component identifier attribute in the same namespace as the receiver.
canGenerateElement(WOMLElement) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLDefaultNamespace
 
canGenerateElement(WOMLElement) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsQualifierNamespace
 
canGenerateElement(WOMLElement) - Method in interface com.webobjects.appserver.parser.woml.WOMLNamespace
Returns true if the receiver can generate a WOElement from the information contained in the given WOMLElement.
canGetValueForBinding(String) - Method in class com.webobjects.appserver.WOComponent
Verifies that the binding exists and that valueForBinding will return a value.
canInsertWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
canListWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
canNestTransactions() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Deprecated. Nested transactions are not supported.
canOpenGlobalIDsWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
canOpenModalDialogForTaskName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
canOpenWindowForTaskName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
canOpenWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
canPerformAction(String) - Method in class com.webobjects.eogeneration.EOEnterAction
 
canPerformActionNamed(String) - Method in interface com.webobjects.eoapplication.EOAction.Enabling
Returns true if the receiver can perform the action method (sent by an EOAction object) named actionName, false otherwise.
canPerformActionNamed(String) - Method in class com.webobjects.eoapplication.EOController
 
canPerformActionNamed(String) - Method in class com.webobjects.eoapplication.EODocumentController
Overridden to handle editing-related action enabling and disabling.
canPerformActionNamed(String) - Method in class com.webobjects.eoapplication.EOWindowObserver
Implemented to handle window observer specific action enabling and disabling.
canPerformActionNamed(String) - Method in class com.webobjects.eogeneration.EODynamicApplication
 
canPerformActionNamed(String) - Method in class com.webobjects.eogeneration.EOEditingController
 
canPerformActionNamed(String) - Method in class com.webobjects.eogeneration.EOFormController
 
canPerformActionNamed(String) - Method in class com.webobjects.eogeneration.EOListController
 
canPerformActionNamed(String) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
canPerformActionNamed(String) - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
canQueryWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
canQuit() - Method in class com.webobjects.eoapplication.EOApplication
Returns whether or not the application can quit (shows a Quit menu item).
canRedo() - Method in class com.webobjects.eoapplication.EODocumentController
Returns whether the receiver can redo.
canRedo() - Method in class com.webobjects.foundation.NSUndoManager
Returns true if this NSUndoManager has any actions to redo.
canRemove() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
canResizeHorizontally() - Method in class com.webobjects.eoapplication.EOComponentController
Returns whether the receiver's component can resize horizontally.
canResizeVertically() - Method in class com.webobjects.eoapplication.EOComponentController
Returns whether the receiver's component can resize vertically.
canRevert() - Method in class com.webobjects.eoapplication.EODocumentController
Returns whether the receiver can revert.
canRevert() - Method in class com.webobjects.eogeneration.EOFormController
 
canSave() - Method in class com.webobjects.eoapplication.EODocumentController
Returns whether the receiver can save.
canSave() - Method in class com.webobjects.eogeneration.EOFormController
 
canSaveUserModel() - Method in class com.webobjects.directtoweb.D2WModel
Indicates whether the user model can be saved, that is, whether the user model is the project bundle.
canSelectByInsertingWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
canSelectWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
canServiceModel(EOModel) - Method in class com.webobjects.eoaccess.EOAdaptor
Returns true if the receiver can service model, false otherwise.
canServiceModel(EOModel) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns true if the adaptor is compatible with the model; false otherwise.
canSetValueForBinding(String) - Method in class com.webobjects.appserver.WOComponent
Verifies that the binding exists and that setValueForBinding will succeed.
canSupportValueFormatter() - Method in class com.webobjects.eointerface.EOWidgetAssociation
Returns whether or not this association supports setting a value formatter on its plugin or display object.
canTakeResposibilityForDefaultActionWithActionWidget(JComponent) - Method in class com.webobjects.eogeneration.EOQueryController
 
canTakeResposibilityForDefaultActionWithActionWidget(JComponent) - Method in interface com.webobjects.eogeneration.EOWidgetController.DefaultAction.CommonWidgetHandler
 
canUndo() - Method in class com.webobjects.eoapplication.EODocumentController
Returns whether the receiver can undo.
canUndo() - Method in class com.webobjects.foundation.NSUndoManager
Returns true if this NSUndoManager has any actions to undo.
canUp() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
canvasResizing() - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Returns the receiver's canvas resizing mode.
capitalize(String) - Static method in class com.webobjects.directtoweb.Services
 
CategoryNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
categoryPriority() - Method in class com.webobjects.eoapplication.EOAction
Returns the receiver's category priority, which determines the order in which the group of buttons or menu items that contains the receiver appears.
CategoryPriorityParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
CDATA_EMBED_PREFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
CDATA_EMBED_SUFFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
CDATA_PREFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLCDATANode
 
CDATA_SUFFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLCDATANode
 
Center - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a center position.
CFBUNDLESHORTVERSIONSTRINGKEY - Static variable in class com.webobjects.foundation.NSBundle
Key to get the CFBundleShortVersion string in the Info.plist for the bundle
cgiAdaptorURL() - Method in class com.webobjects.appserver.WOApplication
Returns the URL for the web server including the path to the WebObjects CGI adaptor: for example, http://localhost/cgi-bin/WebObjects.
CGIAdaptorURLProperty - Static variable in class com.webobjects.appserver.WOApplication
 
changedUpdate(DocumentEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Conforming to DocumentListener.
changedUpdate(DocumentEvent) - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Conformance to DocumentListener API.
changedValues() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the dictionary of values that need to be updated, inserted, or compared for locking purposes.
changesForColumnNamed(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the changes for the named column.
changesForTableNamed(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Rerturns the changes for the named table.
changesFromSnapshot(NSDictionary) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns a dictionary whose keys correspond to the receiver's properties with uncommitted changes relative to snapshot, and whose values are the uncommitted values.
changesFromSnapshot(NSDictionary) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns a dictionary whose keys correspond to the receiver's properties with uncommitted changes relative to snapshot, and whose values are the uncommitted values.
channelClassName() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the value of the channelClassName binding.
channelClassName() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the value of the channelClassName binding.
channelClassName() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the channelClassName for the JNLP file generation.
ChannelClassNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the channelClassName binding.
ChannelClassNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the channelClassName binding.
channels() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Returns an array of channels created by the receiver.
channelWithName(String) - Static method in class com.webobjects.eodistribution.client.EODistributionChannel
Returns an EODistributionChannel object instantiated from the class whose name is className.
channelWithParameters(NSDictionary) - Method in class com.webobjects.eoapplication.client.EOClientApplicationSupport
Creates a new distribution channel to be used with the application.
CHAR_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Char element tag name.
characters(char[], int, int) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
check() - Method in class com.webobjects.appserver.WODynamicURL
 
checkApplicationName() - Method in class com.webobjects.appserver.WODynamicURL
 
checkApplicationNumber() - Method in class com.webobjects.appserver.WODynamicURL
 
CheckForNull - Static variable in class com.webobjects.foundation.NSArray
Convenience for the constructor methods
CheckForNull - Static variable in class com.webobjects.foundation.NSDictionary
Convenience for the constructor methods
CheckForNull - Static variable in class com.webobjects.foundation.NSSet
Convenience for the constructor methods
checkInSessionForContext(WOContext) - Method in class com.webobjects.appserver.WOSessionStore
Checks in the session in context so that pending (and future) requests for the same session may proceed.
checkMultithreading(NSNotification) - Method in class com.webobjects.directtoweb.D2W
This method is intentionally undocumented.
checkOutSessionWithID(String, WORequest) - Method in class com.webobjects.appserver.WOSessionStore
Checks out a session using id, which is the session id associated with the session.
CheckpointNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted whenever an NSUndoManager opens or closes an undo group (except when it opens a top-level group), and when an NSUndoManager checks the redo stack in canRedo.
checkPossibilityToSaveUserModel(boolean) - Method in class com.webobjects.directtoweb.D2WModel
Calculates whether it is possible to save the user model.
checkPrefix() - Method in class com.webobjects.appserver.WODynamicURL
 
checkQueryString() - Method in class com.webobjects.appserver.WODynamicURL
 
checkRequestHandlerKey() - Method in class com.webobjects.appserver.WODynamicURL
 
checkRequestHandlerPath() - Method in class com.webobjects.appserver.WODynamicURL
 
checkRules() - Method in class com.webobjects.directtoweb.D2WModel
Checks the rules.
checkWebObjectsVersion() - Method in class com.webobjects.appserver.WODynamicURL
 
children() - Method in class com.webobjects.appserver.parser.WOHTMLWebObjectTag
 
ChildrenAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Children aspect
childrenForEvent(EOEvent) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
childrenKey() - Method in class com.webobjects.eogeneration.EOTreeController
 
ChildrenKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
childrenOfObject(Object) - Method in class com.webobjects.eointerface.EOTreeAssociation
Returns an array of objects representing the children of the tree node identified by identifier.
CLASS_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
ClassId attribute name.
CLASS_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Class element tag name.
classDelegate() - Static method in class com.webobjects.eoaccess.EODatabase
Returns EODatabase's class delegate.
classDelegate() - Static method in class com.webobjects.eoaccess.EOModelGroup
Returns EOModelGroup's class delegate.
classDelegate() - Static method in class com.webobjects.eocontrol.EOClassDescription
 
classDescription() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the EOClassDescription registered for the receiver's class by invoking the EOClassDescription static method classDescriptionForClass.
classDescription() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the EOClassDescription registered for the receiver's class.
classDescription(Class) - Static method in class com.webobjects.eocontrol.EOEvent
Returns a description of the family of events represented by the class aClass.
classDescription() - Method in class com.webobjects.eocontrol.EOGenericRecord
 
classDescriptionForClass(Class) - Static method in class com.webobjects.eocontrol.EOClassDescription
Invoked by the default implementations of the EOEnterpriseObject interface method classDescription.
classDescriptionForDestinationKey(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the EOClassDescription for objects at the destination of the to-one relationship identified by detailKey.
classDescriptionForDestinationKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to return the class description for objects at the destination of the to-one relationship identified by detailKey.
classDescriptionForDestinationKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the EOClassDescription for the destination objects of the relationship identified by detailKey.
classDescriptionForDestinationKey(String) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the EOClassDescription for the destination objects of the relationship identified by detailKey.
classDescriptionForDestinationKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the class description for objects at the destination of the given relationship.
classDescriptionForEntityName(String) - Static method in class com.webobjects.eocontrol.EOClassDescription
Gets the EOClassDescription registered under entityName.
classDescriptionForGlobalID(EOGlobalID) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Returns the class description for the enterprise object identified by globalID.
classDescriptionForInstances() - Method in class com.webobjects.eoaccess.EOEntity
Returns the EOClassDescription associated with the receiver.
classDescriptionForKeyPath(String) - Method in class com.webobjects.eocontrol.EOClassDescription
 
classDescriptionForObjects() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the class description for the root entity of the receiver.
classDescriptionForObjects() - Method in class com.webobjects.eocontrol.EOArrayDataSource
Returns the receiver's class description.
classDescriptionForObjects() - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to return an EOClassDescription that provides information about the objects provided by the receiver.
classDescriptionForObjects() - Method in class com.webobjects.eocontrol.EODetailDataSource
Returns the class description for the detail object if a detail key is defined, otherwise returns the master class description
classDescriptionForObjects() - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
ClassDescriptionNeededForClassNotification - Static variable in class com.webobjects.eocontrol.EOClassDescription
Used to extend the behavior of Enterprise Objects in classDescription.
ClassDescriptionNeededForEntityNameNotification - Static variable in class com.webobjects.eocontrol.EOClassDescription
When classDescriptionForEntityName is invoked for a previously unregistered entity name, this notification is broadcast with the requested entity name as the object of the notification.
classesForKeyPaths() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the representative class for each output key path.
classForAttributeKey(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
 
classForAttributeKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
 
classForAttributeKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the Class object of which the given attribute's values are instances.
classForCoder() - Method in interface com.webobjects.appserver.xml.WOXMLCoding
Allows the receiver, before being encoded, to substitute a class other than its own in a coder.
classForCoder() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Conformance to NSCoding.
classForCoder() - Method in class com.webobjects.eocontrol.EOAndQualifier
Allows the receiver to substitute a class other than its own (for example, a public superclass) for use during archiving (encoding) by an NSCoder.
classForCoder() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Allows the receiver, before being encoded, to substitute a class other than its own in a coder.
classForCoder() - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Allows the receiver to substitute a class other than its own (for example, a public superclass) for use during archiving (encoding) by an NSCoder.
classForCoder() - Method in class com.webobjects.eocontrol.EOKeyGlobalID
Allows the receiver to substitute a class other than its own (for example, a public superclass) for use during archiving (encoding) by an NSCoder.
classForCoder() - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Allows the receiver, before being encoded, to substitute a class other than its own in a coder.
classForCoder() - Method in class com.webobjects.eocontrol.EONotQualifier
 
classForCoder() - Method in class com.webobjects.eocontrol.EOOrQualifier
Allows the receiver to substitute a class other than its own (for example, a public superclass) for use during archiving (encoding) by an NSCoder.
classForCoder() - Method in class com.webobjects.eocontrol.EOQualifierVariable
Allows the receiver to substitute a class other than its own (for example, a public superclass) for use during archiving (encoding) by an NSCoder.
classForCoder() - Method in class com.webobjects.eocontrol.EOSortOrdering
Conformance to NSCoding.
classForCoder() - Method in class com.webobjects.eocontrol.EOTemporaryGlobalID
 
classForCoder() - Method in class com.webobjects.eodistribution.client.EOAttribute
Returns the class that will be used by NSCoders to later re-create this object.
classForCoder() - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the class that will be used by NSCoders to later re-create this object.
classForCoder() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns the class that will be used by NSCoders to later re-create this object.
classForCoder() - Method in class com.webobjects.foundation.NSArray
Conformance to the NSCoding interface.
classForCoder() - Method in interface com.webobjects.foundation.NSCoding
Allows the receiver, before being encoded, to substitute a class other than its own in a coder.
classForCoder(Object) - Method in class com.webobjects.foundation.NSCoding.Support
NSCoding.Support's default implementation simply returns receiver's actual class.
classForCoder() - Method in class com.webobjects.foundation.NSData
Conformance to NSCoding.
classForCoder() - Method in class com.webobjects.foundation.NSDictionary
Conformance to NSCoding.
classForCoder() - Method in class com.webobjects.foundation.NSKeyValueCoding.Null
 
classForCoder() - Method in class com.webobjects.foundation.NSNotification
Returns the class that should be used for encoding the receiver in an NSCoder.
classForCoder() - Method in class com.webobjects.foundation.NSSet
Conformance with NSCoding.
classForCoder() - Method in class com.webobjects.foundation.NSTimestamp
Conformance to the NSCoding interface
classForCoder() - Method in class com.webobjects.foundation.NSTimeZone
 
classForKeyPath(EOEnterpriseObject, String) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Returns the Class associated with the final component of the path, keyPath, of eo.
classForKeyPath(EOEnterpriseObject, String) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The default implementation simply returns the Class associated with the final component of the keyPath's EOClassDescription's classForAttributeKey() result.
classForObjectWithGlobalID(EOEntity, EOGlobalID) - Method in interface com.webobjects.eoaccess.EOModelGroup.Delegate
Used to fine-tune inheritance.
ClassForPropertyKeyKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the Class for the property currently being inspected
className() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the fully qualified Java class name of the attribute, for example "java.lang.String".
className() - Method in class com.webobjects.eoaccess.EOEntity
Returns the name of the Enterprise Object class associated with the receiver.
className() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
ClassNameForPropertyKeyKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the Class for the property currently being inspected
ClassNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
classNameWithoutPackage() - Method in class com.webobjects.eoaccess.EOEntity
Return the name of the Enterprise Object class associated with the receiver without the package information.
classPackageName() - Method in class com.webobjects.eoaccess.EOEntity
Return the package of the Enterprise Object class associated with the receive.
classProperties() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array containing the properties that are bound to the receiver's class (so that values corresponding to those properties are passed to instances of that class).
classPropertyNames() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array containing the names of those properties that are bound to the receiver's class (so that values corresponding to those properties are passed to instances of that class).
cleanPageCache(String) - Method in class com.webobjects.appserver.WOSession.PageFragmentCache
Maintenance the page fragement cache.
cleanupSnapshots() - Method in class com.webobjects.eoaccess.EODatabaseContext
Force the weak references hold by this context to be freed.
clear() - Method in class com.webobjects.eogeneration.EOQueryController
 
clear() - Method in class com.webobjects.foundation.NSArray
Operation not supported
clear() - Method in class com.webobjects.foundation.NSDictionary
Warning: NSDictionaries are immutable and therefore this method does not adhere to the Java specification.
clear() - Method in class com.webobjects.foundation.NSMutableArray
 
clear() - Method in class com.webobjects.foundation.NSMutableDictionary
 
clear() - Method in class com.webobjects.foundation.NSMutableSet
 
clear() - Method in class com.webobjects.foundation.NSSet
Operation not supported
ClearActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Clear action.
clearAll() - Method in class com.webobjects.woextensions.WOEventSetupPage
 
clearAllowNull() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Resets the allow null parameter
clearAllValues() - Method in class com.webobjects.eoapplication.EODefaults
Clears out all default values collected so far.
clearDerivedValues() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
clearExternalType() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Resets the External Type parameter
clearFault() - Method in class com.webobjects.eocontrol.EOCustomObject
Sets the faultHandler to null.
clearFault(Object) - Static method in class com.webobjects.eocontrol.EOFaultHandler
Restores object to its status prior to the makeObjectIntoFault message that turned it into a fault.
clearFault() - Method in interface com.webobjects.eocontrol.EOFaulting
Restores the receiver to its status prior to the turnIntoFault message that turned the object into a fault.
clearPrecision() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Resets the Precision parameter
clearProperties() - Method in class com.webobjects.eocontrol.EOCustomObject
Sets all of the receiver's to-one and to-many relationships to null.
clearProperties() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Sets all of the receiver's to-one and to-many relationships to null.
clearScale() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Resets the scale parameter
clearSelection() - Method in class com.webobjects.appserver.WODisplayGroup
Clears the selection of any objects from allObjects.
clearSelection() - Method in class com.webobjects.eointerface.EODisplayGroup
Invokes setSelectionIndexes to clear the selection.
clearWidth() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Resets the width parameter
clientAttributeKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns an array containing the names of the attributes that are bound to the client-side class that corresponds to the receiver's entity.
clientAttributeKeys() - Method in class com.webobjects.eocontrol.EOClassDescription
Enables you to find attributes names that are bound to the client-side class that corresponds to the receiver's entity.
clientClassName() - Method in class com.webobjects.eoaccess.EOEntity
Returns the name of the client-side Enterprise Object class associated with the receiver.
clientClassProperties() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array containing the properties that are bound to the client-side class corresponding to the receiver.
clientClassPropertyNames() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array containing the names of the properties that are bound to the client-side class corresponding to the entity.
clientConfiguration() - Method in class com.webobjects.directtoweb.D2WModel
Gets the client configuration.
clientConfigurationFilesInBundles() - Method in class com.webobjects.directtoweb.D2WModel
Deprecated. Use clientConfigurationFilesPathURLsInBundles instead
clientConfigurationFilesPathURLsInBundles() - Method in class com.webobjects.directtoweb.D2WModel
Gets the client configuration files in bundles.
ClientPrincipalClassBundleInfoKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of bundle info plist key looked up in all bundles to find the names of the client side principal classes.
clientSideRequestApplicationParameters() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns a dictionary with the values of all the client bindings that have been set.
clientSideRequestApplicationParameters() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns a dictionary with the values of all the client bindings that have been set.
clientToManyRelationshipKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns an array containing the names of the to-many relationships that are bound to the client-side class that corresponds to the receiver's entity.
clientToManyRelationshipKeys() - Method in class com.webobjects.eocontrol.EOClassDescription
Used to determine the to many relationships that are bound to the client side class that corresponds to the receiver's entity.
clientToOneRelationshipKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns an array containing the names of the to-one relationships that are bound to the client-side class that corresponds to the receiver's entity.
clientToOneRelationshipKeys() - Method in class com.webobjects.eocontrol.EOClassDescription
Used to determine the to-one relationships that are bound to the client side class that corresponds to the receiver's entity.
clone() - Method in class com.webobjects.appserver.WOComponent
Conformance to Cloneable.
clone() - Method in class com.webobjects.appserver.WOContext
 
clone() - Method in class com.webobjects.appserver.WODynamicURL
 
clone() - Method in class com.webobjects.appserver.WOMessage
 
clone() - Method in class com.webobjects.appserver.WORequest
 
clone() - Method in class com.webobjects.appserver.WOResponse
 
clone() - Method in class com.webobjects.appserver.WOSession
 
clone() - Method in class com.webobjects.eoaccess.EOJoin
Returns a reference to the receiver.
clone() - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
clone() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
clone() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
clone() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Implementation of the java.lang.Cloneable interface.
clone() - Method in class com.webobjects.eocontrol.EOGlobalID
EOGlobalID's implementation simply returns a reference to the receiver (this).
clone() - Method in class com.webobjects.eocontrol.EOQualifier
Returns an exact replica of the receiver.
clone() - Method in class com.webobjects.foundation.NSArray
Clones this array Object Since NSArrays are immutable, there's no need to make an actual clone.
clone() - Method in class com.webobjects.foundation.NSData
Since NSData objects are immutable, there's no need to make an actual clone.
clone() - Method in class com.webobjects.foundation.NSDictionary
Returns a copy (an NSDictionary object) of this dictionary.
clone() - Method in class com.webobjects.foundation.NSKeyValueCoding.Null
Simply returns the shared instance of NSKeyValueCoding.Null stored in the constant NullValue.
clone() - Method in class com.webobjects.foundation.NSMutableArray
Creates a clone of this array.
clone() - Method in class com.webobjects.foundation.NSMutableData
Returns an identical copy of the receiver.
clone() - Method in class com.webobjects.foundation.NSMutableDictionary
Creates a new NSMutableDictionary with the same collection of keys and their values as this one currently contains.
clone() - Method in class com.webobjects.foundation.NSMutableRange
 
clone() - Method in class com.webobjects.foundation.NSMutableSet
Creates a clone of the receiver.
clone() - Method in class com.webobjects.foundation.NSRange
Simply returns this NSRange.
clone() - Method in class com.webobjects.foundation.NSSet
Since NSSets are immutable, there's no need to make an actual copy.
clone() - Method in class com.webobjects.foundation.NSTimeZone
Since NSTimeZones are immutable, there's no need to make an actual clone.
close() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Closes the input stream.
close() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Closes the stream.
closeChannel() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to close the EOAdaptorChannel so that it can't perform operations with the server.
closeChannel() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
closeChannel() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
closedImageFileName() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
closeWindow() - Method in class com.webobjects.eoapplication.EOModalDialogController
closeWindow() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
CloseWindowActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Close window action.
code() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the name of the applet class to be used by applet clients.
codebase() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the codebase to be used by applet clients.
codebase() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the codebase to be used by Java Client applications.
codebase() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the codebase URL.
CodebaseKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the codebase binding.
CodebaseKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the codebase binding.
CodeKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the code binding.
coder() - Static method in class com.webobjects.appserver.xml.WOXMLCoder
Returns a default coder capable of encoding objects into XML data without using a mapping model.
coderWithMapping(String) - Static method in class com.webobjects.appserver.xml.WOXMLCoder
Returns a coder object initialized with the mapping model specified by mappingURL.
colCount() - Method in class com.webobjects.woextensions.WOTable
 
collectedActions() - Method in class com.webobjects.eoapplication.EOActionTrigger
 
collectedActions() - Method in class com.webobjects.eoapplication.EOActionWidgetController
collectedActions() - Method in interface com.webobjects.eoapplication.EOComponentController.ActionCollector
Returns an array of all actions collected from subcontrollers.
color() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
color() - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
color() - Method in class com.webobjects.eogeneration.EOStaticTextFieldController
 
color() - Method in class com.webobjects.woextensions.WOThresholdColoredNumber
 
ColorKey - Static variable in class com.webobjects.directtoweb.D2WModel
The color key.
ColorParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
column - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
columnAdded(TableColumnModelEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Conformance to TableColumnListener API.
columnAdded(TableColumnModelEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Conformance to ColumnModelListener.
columnDescriptionForTableAndModel(String, String, EOModel) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Return a Column Description object that describe the database schema.
columnDescriptionForTableAndModel(String, String, EOModel) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
columnIndexInTable() - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
Gets the positional index of the plugin's column.
columnIndexInTable() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Returns the index of this plugin's column in its table.
columnIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
columnMarginChanged(ChangeEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Conformance to ChangeListener API.
columnMarginChanged(ChangeEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Conformance to ColumnModelListener.
columnMoved(TableColumnModelEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Conformance to TableColumnListener API.
columnMoved(TableColumnModelEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Conformance to ColumnModelListener.
columnName() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the name of the column in the database that corresponds to this attribute, or null if the attribute isn't simple (that is, if it's a derived or flattened attribute).
ColumnNameKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Key for use in change dictionaries whose value is the column name in the database for an EOAttribute.
columnRemoved(TableColumnModelEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Conformance to TableColumnListener API.
columnRemoved(TableColumnModelEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Conformance to ColumnModelListener.
columns() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
columnSelectionChanged(ListSelectionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Conformance to ListSelectionListener API.
columnSelectionChanged(ListSelectionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Conformance to ListSelectionListener.
columnTypeStringForAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns an adaptor specific type string for attribute that's suitable for use in a CREATE TABLE statement.
columnTypeStringForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
columnTypeStringForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
com.webobjects.appserver - package com.webobjects.appserver
Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop.
com.webobjects.appserver.parser - package com.webobjects.appserver.parser
Provides a set of parser classes to handle the parsing of WOComponent HTML single files or WOComponent Bundles.
com.webobjects.appserver.parser.declaration - package com.webobjects.appserver.parser.declaration
 
com.webobjects.appserver.parser.woml - package com.webobjects.appserver.parser.woml
 
com.webobjects.appserver.parser.woml.namespaces - package com.webobjects.appserver.parser.woml.namespaces
 
com.webobjects.appserver.xml - package com.webobjects.appserver.xml
Provides for encoding and decoding of XML data.
com.webobjects.directtoweb - package com.webobjects.directtoweb
 
com.webobjects.directtoweb.generation - package com.webobjects.directtoweb.generation
 
com.webobjects.eoaccess - package com.webobjects.eoaccess
Provides the data access mechanisms for the Enterprise Objects technology.
com.webobjects.eoaccess.synchronization - package com.webobjects.eoaccess.synchronization
 
com.webobjects.eoapplication - package com.webobjects.eoapplication
 
com.webobjects.eoapplication.client - package com.webobjects.eoapplication.client
 
com.webobjects.eocontrol - package com.webobjects.eocontrol
Provides infrastructure for creating and manging enterprise objects.
com.webobjects.eodistribution - package com.webobjects.eodistribution
 
com.webobjects.eodistribution.client - package com.webobjects.eodistribution.client
 
com.webobjects.eogeneration - package com.webobjects.eogeneration
 
com.webobjects.eointerface - package com.webobjects.eointerface
 
com.webobjects.eointerface.swing - package com.webobjects.eointerface.swing
 
com.webobjects.foundation - package com.webobjects.foundation
Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes.
com.webobjects.foundation.xml - package com.webobjects.foundation.xml
Provides for encoding and decoding of XML data.
com.webobjects.jdbcadaptor - package com.webobjects.jdbcadaptor
Provides an implementation of an Enterprise Objects adaptor for JDBC data sources.
com.webobjects.jndiadaptor - package com.webobjects.jndiadaptor
Provides an implementation of an Enterprise Objects Frameworks adaptor for JNDI data sources.
com.webobjects.jspservlet - package com.webobjects.jspservlet
 
com.webobjects.webservices.client - package com.webobjects.webservices.client
Provides classes that can be used to create a client to consume Web services provided by other applications.
com.webobjects.webservices.generation - package com.webobjects.webservices.generation
 
com.webobjects.webservices.support - package com.webobjects.webservices.support
Provides classes and interfaces common to both the client and server sides of the WebObjects Web services feature.
com.webobjects.webservices.support.xml - package com.webobjects.webservices.support.xml
Provides serializers and deserializers for the WebObjects Web services feature.
com.webobjects.woextensions - package com.webobjects.woextensions
 
combinedComponentPathURL(WOResourceManager, String, String, String, boolean) - Method in class com.webobjects.appserver.WOApplication
 
combinedTemplateFileExtensions() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
Usual defaults are html, xhtml, and xml
comment(char[], int, int) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
comment() - Method in class com.webobjects.appserver.WOApplication.Event
In the default implementation, this method returns the description of the "info" instance variable which is passed at log time.
comment() - Method in class com.webobjects.appserver.WOAssociation.Event
This method provides information for the event display.
comment() - Method in class com.webobjects.appserver.WOComponent.Event
In the default implementation, this method returns the description of the "info" instance variable which is passed at log time.
comment() - Method in class com.webobjects.appserver.WOEvent
Special information on the event.
comment() - Method in class com.webobjects.eocontrol.EOAccountEvent
 
comment() - Method in class com.webobjects.eocontrol.EOAggregateEvent
Gets the comment from any member of the EOvents set aggregated by the receiver.
comment() - Method in class com.webobjects.eocontrol.EOEvent
Returns type-specific information about the event.
comment() - Method in class com.webobjects.woextensions.WOEventRow
 
COMMENT_PREFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLCommentNode
 
COMMENT_SUFFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLCommentNode
 
commitChanges() - Method in class com.webobjects.eoaccess.EODatabaseContext
Instructs the adaptor to commit the transaction.
commitChanges() - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to commit the transaction.
committedSnapshotForObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
Returns a dictionary containing a snapshot of object that reflects its committed values (that is, its values as they were last committed to the database).
commitTransaction() - Method in class com.webobjects.eoaccess.EOAdaptorContext
An abstract method that should be implemented by subclasses to attempt to commit the last transaction begun.
commitTransaction() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
commitTransaction() - Method in class com.webobjects.jndiadaptor.JNDIContext
 
commonFrames - Variable in class com.webobjects.woextensions.WOParsedException
 
compare(EOEvent) - Method in class com.webobjects.eocontrol.EOEvent
Compares the receiver to other.
compare(Object, Object) - Method in class com.webobjects.foundation.NSComparator
Compares the values of object1 and object2 and returns the result, one of OrderedAscending, OrderedSame, or OrderedDescending.
compare(NSTimestamp) - Method in class com.webobjects.foundation.NSTimestamp
Determines whether this NSTimestamp is before, after, or the same as another NSTimestamp.
compareAdaptorOperation(EOAdaptorOperation) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Orders the adaptor operations represented by the receiver and other alphabetically by entity name, and by adaptor operator within the same entity.
CompareAscending - Static variable in class com.webobjects.eocontrol.EOSortOrdering
 
compareAscending(Object) - Method in interface com.webobjects.eocontrol.EOSortOrdering.Comparison
 
compareAscending(Object, Object) - Method in class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
Returns the ordering of left relative to right.
CompareCaseInsensitiveAscending - Static variable in class com.webobjects.eocontrol.EOSortOrdering
 
compareCaseInsensitiveAscending(Object) - Method in interface com.webobjects.eocontrol.EOSortOrdering.Comparison
 
compareCaseInsensitiveAscending(Object, Object) - Method in class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
Returns the ordering of left relative to right, ignoring case.
CompareCaseInsensitiveDescending - Static variable in class com.webobjects.eocontrol.EOSortOrdering
 
compareCaseInsensitiveDescending(Object) - Method in interface com.webobjects.eocontrol.EOSortOrdering.Comparison
 
compareCaseInsensitiveDescending(Object, Object) - Method in class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
Returns the ordering of left relative to right, ignoring case.
CompareDescending - Static variable in class com.webobjects.eocontrol.EOSortOrdering
 
compareDescending(Object) - Method in interface com.webobjects.eocontrol.EOSortOrdering.Comparison
 
compareDescending(Object, Object) - Method in class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
Returns the ordering of left relative to right.
compareRules(Rule) - Method in class com.webobjects.directtoweb.Rule
Compares two rules, based on priority.
compareValues(Object, Object, NSSelector) - Static method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Compares the two objects using selector.
compareValues(Object, Object, NSSelector) - Static method in class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
Compares the two objects using selector.
ComparisonKeyKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the EOKeyComparisonQualifier key used to build an EOQualifier for the current property key
comparisonKeys() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the String keys used for building key value qualifiers for attributes.
completeApplicationURLPrefix(boolean, int) - Method in class com.webobjects.appserver.WOContext
Returns the application url prefix, including the application number.If port is 0 then the url will default to 443 for secure url and the default server port otherwise.
completeInitializationOfObject(Object) - Method in class com.webobjects.eoaccess.EOAccessArrayFaultHandler
Asks the database context to fetch an array of objects, if they are not already in memory.
completeInitializationOfObject(Object) - Method in class com.webobjects.eoaccess.EOAccessFaultHandler
Asks the receiver's database context to fetch the object if it is not already in memory.
completeInitializationOfObject(Object) - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
An abstract method that should be implemented by subclasses to fetch the rest of the object eo from the database when the fault fires.
completeInitializationOfObject(Object) - Method in class com.webobjects.eocontrol.EOFaultHandler
Implemented by subclasses to revert object to its original state (to fire the fault) and complete its initialization in whatever means is appropriate to the subclass.
completeURLWithRequestHandlerKey(String, String, String, String, boolean, int) - Method in class com.webobjects.appserver.WOContext
Builds a complete URL from its components.
completeURLWithRequestHandlerKey(String, String, String, boolean, int) - Method in class com.webobjects.appserver.WOContext
Returns the complete URL for the specified request handler.
COMPONENT - Static variable in class com.webobjects.appserver.WOComponentVariable.WOComponentVariableScope
 
component() - Method in class com.webobjects.appserver.WOContext
Returns the WOComponent that dynamic elements are currently using to push and pull values associatively.
component() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the receiver's component, creating and preparing it first if it doesn't already exist.
componentActionTransactions() - Method in class com.webobjects.woextensions.WOStatsPage
 
componentActionURL() - Method in class com.webobjects.appserver.WOContext
Returns a URL for a component action relative to cgi-bin/WebObjects.
componentActionURL(String) - Method in class com.webobjects.appserver.WOContext
Returns a URL for a component action relative to cgi-bin/WebObjects.
componentActionURL(String, boolean) - Method in class com.webobjects.appserver.WOContext
Returns a URL for a component action relative to cgi-bin/WebObjects.
ComponentAlignmentContainerMarker - Static variable in class com.webobjects.eoapplication.EODisplayUtilities
 
ComponentAlignmentLabelMarker - Static variable in class com.webobjects.eoapplication.EODisplayUtilities
 
ComponentAlignmentMinimumWidthKey - Static variable in class com.webobjects.eoapplication.EODisplayUtilities
 
ComponentAvailableKey - Static variable in class com.webobjects.directtoweb.D2WModel
The component available key; the literal "componentAvailable".
componentClassPresentInRuntime(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
componentDefinitions() - Method in class com.webobjects.directtoweb.D2WModel
Gets the component definitions.
componentDidBecomeInvisible() - Method in class com.webobjects.eoapplication.EOComponentController
Invoked when the receiver's component becomes invisible, giving the receiver a chance to react.
componentDidBecomeInvisible() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
componentDidBecomeInvisible() - Method in class com.webobjects.eoapplication.EOSwitchController
componentDidBecomeInvisible() - Method in class com.webobjects.eoapplication.EOWindowController
Notification method which is called when this controller's component bomes invisible.
componentDidBecomeVisible() - Method in class com.webobjects.eoapplication.EOActionWidgetController
componentDidBecomeVisible() - Method in class com.webobjects.eoapplication.EOComponentController
Invoked when the receiver's component becomes visible, giving the receiver a chance to react.
componentDidBecomeVisible() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
componentDidBecomeVisible() - Method in class com.webobjects.eoapplication.EOSwitchController
componentDidBecomeVisible() - Method in class com.webobjects.eogeneration.EOActionController
 
componentDidBecomeVisible() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
componentDidBecomeVisible() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
componentDidBecomeVisible() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
componentDidBecomeVisible() - Method in class com.webobjects.eogeneration.EOTableController
 
componentHidden(ComponentEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
componentHidden(ComponentEvent) - Method in class com.webobjects.eogeneration.EOActionController
 
componentHidden(ComponentEvent) - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
componentHidden(ComponentEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
componentHidden(ComponentEvent) - Method in class com.webobjects.eogeneration.EOTableController
 
componentMoved(ComponentEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
componentMoved(ComponentEvent) - Method in class com.webobjects.eogeneration.EOActionController
 
componentMoved(ComponentEvent) - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
componentMoved(ComponentEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
componentMoved(ComponentEvent) - Method in class com.webobjects.eogeneration.EOTableController
 
componentName() - Method in class com.webobjects.directtoweb.D2WContext
Returns the name of the property-level component to display based on the current property..
componentName() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the name of the component.
componentName() - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
ComponentNameKey - Static variable in class com.webobjects.directtoweb.D2WModel
The component name key; the literal "componentName".
componentPrefersHorizontalResizing(JComponent) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
componentPrefersVerticalResizing(JComponent) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
componentRelationships() - Method in class com.webobjects.eoaccess.EORelationship
Returns an NSArray of base relationships making up a flattened relationship, or null if the relationship isn't flattened.
componentRequestHandlerKey() - Method in class com.webobjects.appserver.WOApplication
Returns the key which identifies URLs directed at component-action based requests.
componentResized(ComponentEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
componentResized(ComponentEvent) - Method in class com.webobjects.eogeneration.EOActionController
 
componentResized(ComponentEvent) - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
componentResized(ComponentEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
componentResized(ComponentEvent) - Method in class com.webobjects.eogeneration.EOTableController
 
componentsAvailable() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
componentsForDisplayKeyList() - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
componentsForKeyList() - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
componentsForSortKeyList() - Method in class com.webobjects.directtoweb.D2WPlainListPage
Contributes to the template method that corresponds to the method sortKeyList.
componentShouldBeResizable(JComponent) - Method in class com.webobjects.eoapplication.EOWindowController
Returns whether the component should be configured as being resizable.
componentShouldChange(int) - Method in class com.webobjects.eoapplication.EOSwitchController
componentShown(ComponentEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
componentShown(ComponentEvent) - Method in class com.webobjects.eogeneration.EOActionController
 
componentShown(ComponentEvent) - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
componentShown(ComponentEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
componentShown(ComponentEvent) - Method in class com.webobjects.eogeneration.EOTableController
 
ComponentSignature - Static variable in class com.webobjects.appserver.WOEvent
Integer representing a WOComponent name signature.
componentSizeForBorderedSize(Dimension) - Method in class com.webobjects.eoapplication.EOSwitchController
componentSizeForBorderedSize(Dimension) - Method in class com.webobjects.eoapplication.EOWindowController
Calculates the component size implied by the specified size including the border.
componentsJoinedByString(String) - Method in class com.webobjects.foundation.NSArray
This method concatenates the String representation of each element in this array together in order from lowest index to highest.
componentsSeparatedByString(String, String) - Static method in class com.webobjects.foundation.NSArray
This static method tokenizes the string argument into a series of substrings according to separator It creates a new NSArray which contains the substrings in the order they appeared in string.
ComponentsToShowAtEndKey - Static variable in class com.webobjects.directtoweb.D2WModel
The components-to-show-at-end-of-list key; the literal "componentsToShowAtEndOfList".
componentSwitched(int) - Method in class com.webobjects.eoapplication.EOSwitchController
componentURL() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns a string containing the receiver's component URL.
componentURL() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns a string containing the receiver's component URL.
ComponentURLKey - Static variable in class com.webobjects.eodistribution.client.EOHTTPChannel
The name of the componentURL connection key.
ComponentURLKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the client side parameter containing the component URL of the WOJavaClientApplet.
ComponentURLKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the client side parameter containing the component URL of the WOJavaClientComponent.
composeComponentEmail(String, NSArray, NSArray, String, WOComponent, boolean) - Method in class com.webobjects.appserver.WOMailDelivery
Composes and optionally delivers a rich-text email message.
composePlainTextEmail(String, NSArray, NSArray, String, String, boolean) - Method in class com.webobjects.appserver.WOMailDelivery
Composes and optionally delivers a plain-text email message.
compute(NSArray, String) - Method in interface com.webobjects.foundation.NSArray.Operator
This interface must be implemented in order to add new operators to NSArray.
computeDerivedValues() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
computeQueryDictionary(String, NSDictionary, NSDictionary, boolean) - Method in class com.webobjects.appserver.WOContext
Compute a combined query dictionary.
condition() - Method in class com.webobjects.woextensions.WOKeyValueConditional
 
CONDITION_ID - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLConditionalElementGenerator
 
CONDITION_RESULT_PREFIX - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLConditionalElementGenerator
 
configureEngine(AxisEngine) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
confirmAction() - Method in class com.webobjects.directtoweb.D2WConfirmPage
Executes when the user clicks Confirm.
confirmJSMessage() - Method in class com.webobjects.woextensions.JSConfirmPanel
 
confirmPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a confirm page (a WOComponent object implementing the ConfirmPageInterface) for the entity identified by entityName.
ConfirmPageInterface - Interface in com.webobjects.directtoweb
This interface is implemented by pages returned by the D2W method confirmPageForEntityNamed.
conjoinWithQualifier(EOSQLQualifier) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
connect() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
connection() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
connectionDictionary() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the receiver's connection dictionary, or null if the adaptor doesn't have one.
connectionDictionary() - Method in class com.webobjects.eoaccess.EOModel
Returns a dictionary containing information used to connect to the database server.
connectionDictionary() - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Returns the connection dictionary used to connect to the server.
connectionDictionaryURL() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the JDBC URL from the adaptor's connection dictionary.
connectionKeys() - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Subclasses have to implement this method to return an array of the connection dictionary keys required to establish a connection to the server.
connectionKeys() - Method in class com.webobjects.eodistribution.client.EOHTTPChannel
Returns the connection keys for EOHTTPChannels.
connectionProperties() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns a Properties object specifying connection information.
connectionPropertiesForConnectionDictionary(NSDictionary) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
connectionPropertiesForConnectionDictionary(NSDictionary) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns a Properties object that should be used for setting up a connection environment.
connectionPropertiesForConnectionDictionary(NSDictionary) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
connectionURL() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the JDBC URL that should be used for connecting to the database as specified by the plugin.
connectionURL() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the JDBC URL to use for connecting to the database.
connectionURL() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
connectionURL() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
connectionWasBroken() - Method in class com.webobjects.eoapplication.EOController
Invoked from breakConnection to notify the receiver that its connection to its supercontroller has been broken, giving the receiver the opportunity to clean up after its become idle.
connectionWasBroken() - Method in class com.webobjects.eoapplication.EOEntityController
Reacts to the connection for the receiver being broken, taking care of association disconnecting.
connectionWasBroken() - Method in class com.webobjects.eogeneration.EOActionController
 
connectionWasBroken() - Method in class com.webobjects.eogeneration.EOAssociationController
 
connectionWasBroken() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
connectionWasBroken() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
connectionWasBroken() - Method in class com.webobjects.eogeneration.EOEditingController
 
connectionWasBroken() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
connectionWasBroken() - Method in class com.webobjects.eogeneration.EORangeValueController
 
connectionWasBroken() - Method in class com.webobjects.eogeneration.EOTitlesController
 
connectionWasEstablished() - Method in class com.webobjects.eoapplication.EOController
Invoked from establishConnection to notify the receiver that its connection to the controller hierarchy has been established, giving the receiver the opportunity to prepare itself (for example, setting delegates).
connectionWasEstablished() - Method in class com.webobjects.eoapplication.EODocumentController
Reacts to the connection for the receiver being established, taking care of editability issues in addition to the superclass implementation.
connectionWasEstablished() - Method in class com.webobjects.eoapplication.EOEntityController
Reacts to the connection for the receiver being established, taking care of association connecting and fetching if necessary.
connectionWasEstablished() - Method in class com.webobjects.eogeneration.EOActionController
 
connectionWasEstablished() - Method in class com.webobjects.eogeneration.EOAssociationController
 
connectionWasEstablished() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
connectionWasEstablished() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
connectionWasEstablished() - Method in class com.webobjects.eogeneration.EOEditingController
 
connectionWasEstablished() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
connectionWasEstablished() - Method in class com.webobjects.eogeneration.EOQueryController
 
connectionWasEstablished() - Method in class com.webobjects.eogeneration.EORangeValueController
 
connectionWasEstablished() - Method in class com.webobjects.eogeneration.EOTitlesController
 
connectTimeout() - Method in class com.webobjects.appserver.WOHTTPConnection
Deprecated. There will be a connection only after a sendRequest has been executed. Thus, it would make more sense to control the send timeout using setSendTimeout.
connectWithModelNamed(EOEditingContext, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Connects to the database using the connection information in the specified model augmented by the overrides dictionary.
CONSTANT - Static variable in class com.webobjects.appserver.WOAssociationFactoryRegistry
Built-in association scheme for a constant value association
constraint() - Method in class com.webobjects.eoaccess.EOEntityIndex
Returns the index constraint.
contains(Object) - Method in class com.webobjects.foundation.NSArray
Returns true if NSArray contains the specified element.
contains(Object) - Method in class com.webobjects.foundation.NSSet
NSSets cannot contain null values and therefore do not adhere to the java.util.Set specification
containsAll(Collection) - Method in class com.webobjects.foundation.NSArray
 
containsAll(Collection) - Method in class com.webobjects.foundation.NSSet
 
containsAttribute(String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
containsAttribute(String, String, boolean) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
containsKey(Object) - Method in class com.webobjects.foundation.NSDictionary
NSDictionaries do not allow null keys which differs from the java.util.Map specification.
containsLocation(int) - Method in class com.webobjects.foundation.NSRange
Indicates whether a location falls within the limits specified by this NSRange.
containsNamespace(String) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
containsNamespace(String) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
containsNull(String) - Method in class com.webobjects.appserver.WODynamicURL
 
containsObject(Object) - Method in class com.webobjects.foundation.NSArray
This method determines whether object is present in this array by comparing it to each of the array's objects using equals
containsObject(Object) - Method in class com.webobjects.foundation.NSSet
Indicates whether a object is a member of this NSSet as determined by equals
containsQuestionMark(String) - Method in class com.webobjects.appserver.WODynamicURL
 
containsValue(Object) - Method in class com.webobjects.foundation.NSDictionary
NSDictionaries do not allow for null values which differs from the java.util.Map specification.
content() - Method in class com.webobjects.appserver.WOMessage
Returns the HTML content of the receiver as an NSData object.If the content was set as a String, the NSData returned will contain the bytes of the String encoded using contentEncoding.
CONTENT_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Root element tag name.
contentAsDOMDocument() - Method in class com.webobjects.appserver.WOMessage
Returns the content of the receiver as a DOM document object.
contentColSpan() - Method in class com.webobjects.woextensions.WOTabPanel
 
contentDispositionHeaders() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the sub-headers dictionary for the content-disposition header.
contentEncoding() - Method in class com.webobjects.appserver.WOMessage
Returns a String representing the encoding used for the message content.
contentHandler() - Method in class com.webobjects.appserver.xml.WOXMLDecoder
 
contentInputStream() - Method in class com.webobjects.appserver.WORequest
Returns the content of this request, represented as an InputStream, if the content has not been accessed in any other manner.
contentInputStream() - Method in class com.webobjects.appserver.WOResponse
Returns the InputStream set in setContentStream.
contentInputStreamBufferSize() - Method in class com.webobjects.appserver.WOResponse
Returns the size of the transfer buffer set in setContentStream.
contentInputStreamLength() - Method in class com.webobjects.appserver.WOResponse
Returns the length of the content set in setContentStream.
contentLengthRemaining() - Method in class com.webobjects.appserver.WOMultipartIterator
Returns the number of bytes left to be read from the request content stream.
contentsChanged() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns whether or not there are changes in any of this EODisplayGroup's objects and not all observers have been notified.
contentString() - Method in class com.webobjects.appserver.WOMessage
Returns the HTML content of the receiver as a String.
contentString() - Method in class com.webobjects.woextensions.WOMetaRefresh
 
contentType() - Method in class com.webobjects.appserver.WORequest
Gets the value of the content type header.
contentTypeForResourceNamed(String) - Method in class com.webobjects.appserver.WOResourceManager
Finds the content type for a given resource name extension.
context() - Method in class com.webobjects.appserver.WOAction
Returns the current WOContext object.
context() - Method in class com.webobjects.appserver.WOComponent
Returns the WOContext object for the current transaction (request-response loop)
context() - Method in class com.webobjects.appserver.WORequest
Return the context for the request.
context() - Method in class com.webobjects.appserver.WOSession
Returns the WOContext object for the current transaction.
contextClassName() - Method in class com.webobjects.appserver.WOApplication
Defaults to WOContext.
contextClassToRegister() - Static method in class com.webobjects.eoaccess.EODatabaseContext
Returns the class that is created when a CooperatingObjectStoreNeeded notification is posted by an EOObjectStoreCoordinator.
contextComponentActionURL() - Method in class com.webobjects.woextensions.JSComponent
 
contextComponentActionURL() - Method in class com.webobjects.woextensions.JSModalWindow
 
contextID() - Method in class com.webobjects.appserver.WOContext
Returns the context ID of the receiver.
ContextIDKey - Static variable in class com.webobjects.appserver.WORequest
String used by the WOComponentRequestHandler to store and retrieve the request's context ID from an NSDictionary.
ContextPropertyName - Static variable in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The string constant used within an org.apache.axis.MessageContext
contexts() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the adaptor contexts created by the receiver, or an empty array if no adaptor contexts have been created.
contextWithRequest(WORequest) - Static method in class com.webobjects.appserver.WOContext
Deprecated. use WOContext(WORequest aRequest) instead
contributeToDeclaration(WOMLElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
Default implementation copies all associations from the defined element that match the namespace of the receiver into the declaration.
contributeToDeclaration(WOMLAbstractNamespace, WOMLElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in interface com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOMLElementGenerator
 
contributeToDeclaration(WOMLAbstractNamespace, WOMLElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLConditionalElementGenerator
 
contributeToDeclaration(WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLDefaultNamespace
 
contributeToDeclaration(WOMLAbstractNamespace, WOMLElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLGenericElementGenerator
Default implementation copies all associations in the given namespace to the declaration.
contributeToDeclaration(WOMLAbstractNamespace, WOMLElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLImageElementGenerator
 
contributeToDeclaration(WOMLAbstractNamespace, WOMLElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLRepetitionElementGenerator
 
contributeToDeclaration(WOMLAbstractNamespace, WOMLElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLURLElementGenerator
 
contributeToDeclaration(WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsNamespace
Sets the type of the declaration
contributeToDeclaration(WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsQualifierNamespace
 
contributeToDeclaration(WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in interface com.webobjects.appserver.parser.woml.WOMLNamespace
Contributes from the receiving namespace into the declaration given.
controller() - Method in class com.webobjects.woextensions.WOAggregateEventRow
 
controller - Variable in class com.webobjects.woextensions.WOEventRow
 
ControllerAndSubcontrollersEnumeration - Static variable in class com.webobjects.eoapplication.EOController
The constant describing enumerations that enumerate over a controller and its subcontrollers.
ControllerAndSupercontrollersEnumeration - Static variable in class com.webobjects.eoapplication.EOController
The constant describing enumerations that enumerate over a controller's supercontrollers, not including the controller itself.
controllerDidLoadArchive(NSDictionary) - Method in class com.webobjects.eoapplication.EOArchiveController
Invoked from loadArchive to notify the receiver that its interface file has been loaded completely.
controllerDidLoadArchive(NSDictionary) - Method in class com.webobjects.eoapplication.EOEntityController
Invoked from loadArchive to notify the receiver that its interface file has been loaded completely.
controllerDidLoadArchive(NSDictionary) - Method in class com.webobjects.eogeneration.EOQueryController
 
controllerDisplayGroup() - Method in class com.webobjects.eoapplication.EOArchiveController
Conformance to EOObjectDisplay.
controllerDisplayGroup() - Method in interface com.webobjects.eoapplication.EOObjectDisplay
Returns a display group containing the receiver -- an EOController or subclass.
controllerDisplayGroup() - Method in class com.webobjects.eogeneration.EOAssociationController
 
controllerDisplayGroup() - Method in class com.webobjects.eogeneration.EORangeValueController
 
ControllerDisplayGroupProviderMethodName - Static variable in class com.webobjects.eogeneration.EOAssociationController
 
ControllerDisplayGroupProviderMethodName - Static variable in class com.webobjects.eogeneration.EORangeValueController
 
controllerEnumeration(int, Class) - Method in class com.webobjects.eoapplication.EOController
Returns an EOController.Enumeration object you can use to traverse the controller hierarchy.
controllerFactoryShouldActivateDefaultControllers(EOControllerFactory) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryShouldCacheController(EOControllerFactory, EOController) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillEvaluateRules(EOControllerFactory, NSDictionary) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillReturnControllerForSpecification(EOControllerFactory, EOController, NSDictionary) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillReturnPropertyKeysForEntityAndTaskName(EOControllerFactory, NSArray, String, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillReuseControllersForSpecificationWithMode(EOControllerFactory, int, NSDictionary) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseActions(EOControllerFactory, NSArray) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseSpecificationForController(EOControllerFactory, NSDictionary, String, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseSpecificationForModalDialogController(EOControllerFactory, NSDictionary, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseSpecificationForModalDialogWithSelectByInsertingController(EOControllerFactory, NSDictionary, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseSpecificationForModalDialogWithSelectController(EOControllerFactory, NSDictionary, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseSpecificationForWindowController(EOControllerFactory, NSDictionary, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseSpecificationForWindowWithInsertController(EOControllerFactory, NSDictionary, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseSpecificationForWindowWithListController(EOControllerFactory, NSDictionary, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseSpecificationForWindowWithOpenController(EOControllerFactory, NSDictionary, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerFactoryWillUseSpecificationForWindowWithQueryController(EOControllerFactory, NSDictionary, String) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Delegate
 
controllerForActiveWindow() - Method in class com.webobjects.eoapplication.EOWindowObserver
controllerForLatestDeactivatedWindow() - Method in class com.webobjects.eoapplication.EOWindowObserver
controllerForWindow(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
ControllerQuestion - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
controllersInEnumeration(int, Class) - Method in class com.webobjects.eoapplication.EOController
Returns all the controllers in an enumeration as an array.
controllersWithKeyValuePair(int, Class, String, Object) - Method in class com.webobjects.eoapplication.EOController
Traverses the controller hierarchy, and returns all controllers in the hierarchy whose value for key matches value.
controllersWithKeyValuePairs(int, Class, NSDictionary) - Method in class com.webobjects.eoapplication.EOController
Traverses the controller hierarchy, and returns all controllers in the hierarchy which match all key/value pairs in keyValuePairs.
controllerWillLoadArchive() - Method in class com.webobjects.eoapplication.EOArchiveController
Invoked from loadArchive to notify the receiver that its interface file is about to be loaded.
controllerWillLoadArchive() - Method in class com.webobjects.eoapplication.EOEntityController
Invoked from loadArchive to notify the receiver that its interface file is about to be loaded.
controllerWithEntityName(EOController, Class, String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
controllerWithKeyValuePair(int, Class, String, Object) - Method in class com.webobjects.eoapplication.EOController
Traverses the controller hierarchy, and returns the first controller in the hierarchy whose value for key matches value.
controllerWithKeyValuePairs(int, Class, NSDictionary) - Method in class com.webobjects.eoapplication.EOController
Traverses the controller hierarchy, and returns the first controller in the hierarchy which matches all key-value pairs in keyValuePairs.
controllerWithSpecification(NSDictionary, boolean) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
convertLog4JLevelToNSLogLevel(int) - Static method in class com.webobjects.foundation.NSLog.Log4JLogger
 
convertNSLogLevelToLog4JLevel(int) - Static method in class com.webobjects.foundation.NSLog.Log4JLogger
 
convertSpecialCharactersForDistinguishedName(String) - Method in class com.webobjects.jndiadaptor.LDAPPlugIn
Creates a version of the specified name that is a valid relative distinguished name.
cookies() - Method in class com.webobjects.appserver.WOMessage
A convenience method that returns an array of WOCookie objects to be included in the message, usually a WOResponse.
cookies() - Method in class com.webobjects.appserver.WORequest
Returns an NSArray containing all cookies packaged as WOCookie objects.
cookieValueForKey(String) - Method in class com.webobjects.appserver.WORequest
Returns the first value in the request for the given cookie name as specified by aKey.
cookieValues() - Method in class com.webobjects.appserver.WORequest
Returns an NSDictionary containing the values for all cookies in the request.
cookieValuesForKey(String) - Method in class com.webobjects.appserver.WORequest
Returns all values for the given cookie name specified by aKey.
cookieWithName(String, String, String, String, NSTimestamp, boolean) - Static method in class com.webobjects.appserver.WOCookie
Deprecated. Use WOCookie(String aName, String aValue, String aPath, String aDomain, NSTimestamp aDate, boolean isSecure) instead
cookieWithName(String, String, String, String, int, boolean) - Static method in class com.webobjects.appserver.WOCookie
Deprecated. Use WOCookie(String aName, String aValue, String aPath, String aDomain, int timeout, boolean isSecure) instead
cookieWithName(String, String) - Static method in class com.webobjects.appserver.WOCookie
Deprecated. Use WOCookie(String aName, String aValue) instead
CooperatingObjectStoreNeededNotification - Static variable in class com.webobjects.eocontrol.EOObjectStoreCoordinator
 
cooperatingObjectStores() - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Returns the receiver's EOCooperatingObjectStores.
CooperatingObjectStoreWasAddedNotification - Static variable in class com.webobjects.eocontrol.EOObjectStoreCoordinator
 
CooperatingObjectStoreWasRemovedNotification - Static variable in class com.webobjects.eocontrol.EOObjectStoreCoordinator
 
coordinator() - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
 
copyMatchingBindingsFromAssociation(EOAssociation) - Method in class com.webobjects.eointerface.EOAssociation
Binds this association's aspects to the same display group(s) as the source EOAssociation.
count() - Method in class com.webobjects.appserver.WOStopWatch
Deprecated.  
count() - Method in class com.webobjects.foundation.NSArray
 
count() - Method in class com.webobjects.foundation.NSDictionary
This method returns a count of the number of key-value pairs.
count() - Method in class com.webobjects.foundation.NSSet
 
countNumericEscapeSequence(char[], int, int) - Static method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
CountOperatorName - Static variable in class com.webobjects.foundation.NSArray
A key representing the operator (NSArray.Operator) that computes the number of elements in an array.
cr() - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOArrayDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOArraySerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WODataSerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WODictionaryDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WODictionarySerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOGlobalIDSerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WONullDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WONullSerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WORangeDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WORangeSerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOSetDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOSetSerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOStringKeyMapSerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOTimeDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOTimeSerializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOTimeZoneDeserializerFactory
 
create(Class, QName) - Static method in class com.webobjects.webservices.support.xml.WOTimeZoneSerializerFactory
 
createAdaptorChannel() - Method in class com.webobjects.eoaccess.EOAdaptorContext
An abstract method that should be implemented by subclasses to create and return a new EOAdaptorChannel, or null if a new channel cannot be created.
createAdaptorChannel() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
createAdaptorChannel() - Method in class com.webobjects.jndiadaptor.JNDIContext
 
createAdaptorContext() - Method in class com.webobjects.eoaccess.EOAdaptor
An abstract method that should be implemented by subclasses to create and return a new EOAdaptorContext, or null if a new context can't be created.
createAdaptorContext() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns a new JDBCContext for this adaptor.
createAdaptorContext() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
createAllowedMethodsString(String[]) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Create a String of all the allowed methods separated by ,
createAndInsertInstance(EOEditingContext, String) - Static method in class com.webobjects.eoaccess.EOUtilities
Creates a new Enterprise Object for the specified entity, inserts it into ec, and returns the new object.
createAssignment(String, String) - Method in class com.webobjects.directtoweb.Rule
Creates an assignment with the specified key path and value.
createAssociation(String, Object) - Method in interface com.webobjects.appserver.WOAssociationFactory
Creates a WOAssociation with the given scheme name and content.
createAssociation(String, Object) - Method in class com.webobjects.appserver.WOAssociationFactoryRegistry
Default implementation delegates through a registered association factory for the given scheme.
createAssociation(String, Object) - Method in class com.webobjects.appserver.WOConstantAssociationFactory
Default implementation calls WOAssociation.associationWithValue() or, in the case of a boolean value, uses WOConstantValueAssociation.TRUE or WOConstantValueAssociation.FALSE.
createAssociation(String, Object) - Method in class com.webobjects.appserver.WOKeyValueAssociationFactory
Calls WOAssociation.associationWithKeyPath().
createAssociation(String, Object) - Method in class com.webobjects.appserver.WOVariableAssociationFactory
 
createAttribute(String, String, int, String, int, int, int) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns a new EOAttribute based on the arguments.
createAttributeForRow(NSDictionary) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated.  
createBasicAttribute(String, Object) - Method in interface com.webobjects.jndiadaptor.JNDIType
Creates an instance of BasicAttribute with the specified id and internal value.
createCallForOperation(String) - Method in class com.webobjects.webservices.client.WOWebService
Creates an returns an Axis call object for the operation opName.
createContextForRequest(WORequest) - Method in class com.webobjects.appserver.WOApplication
Creates a new context object for a given request.
createDatabase() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
CreateDatabaseKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to create a database.
createDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Generates and returns an array of EOSQLExpressions containing the SQL statements to create a database or user that can be accessed by the provided connectionDictionary and administrativeConnectionDictionary.
createDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns null.
createDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
createDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
createDatabaseWithAdministrativeConnectionDictionary(NSDictionary) - Method in class com.webobjects.eoaccess.EOAdaptor
Uses the administrative login information to create the database defined by administrativeConnectionDictionary.
createDefaultAssociationFactoryRegistry() - Method in class com.webobjects.appserver.WOApplication
Creates the default application association factory registry.
createDefaultNamespaceProvider() - Method in class com.webobjects.appserver.WOApplication
Creates the default namespace provider, which provides the "wo" and "woq" namespaces to WOML templates.
createEditingContext(String, String, String, String) - Static method in class com.webobjects.jndiadaptor.JNDIAdaptor
Creates a new instance of EOEditingContext with the specified model, server URL, username, and password.
createEditorComponent() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Creates and returns a Component to perform the editing -- a JTextField or JComboBox, for example.
createEditorComponent() - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Returns a new editor component, a javax.swing.JTextField with a black javax.swing.border.LineBorder.
createExpression(EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates a new instance of the factory's EOSQLExpression class and assigns the parameter entity to that expression.
createExpression(EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCExpressionFactory
 
createExpressionFactory() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Creates a new JDBCExpresionFactory using the plugin's response to adaptor().
createFaultForDeferredFault(Object, EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOFaultHandler
Invoked by willReadRelationship to ensure that fault isn't a deferred fault, or to replace it with a normal fault if it is.
createIndexes() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
CreateIndexesKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to create the indexes.
createIndexExpressionsForEntity(EOEntity, EOEntityIndex, EOEntity) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
createIndexExpressionsForEntity(EOEntity, EOEntityIndex, EOEntity) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
createIndexStatementForEntity(EOEntity, String, String, NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
createIndexStatementForEntity(EOEntity, String, String, NSArray) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
createIndexStatementForEntity(EOEntity, String, String, String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
createIndexStatementsForEntityGroup(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
 
createIndexStatementsForEntityGroup(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
createIndexStatementsForEntityGroups(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
 
createIndexStatementsForEntityGroups(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
createInitialDirContext(JNDIAdaptor) - Method in class com.webobjects.jndiadaptor.JNDIPlugIn
Creates a new instance of InitialDirContext with the specified adaptor.
createInstanceWithEditingContext(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Creates and returns an Enterprise Object in the editing context ec by using the EOGlobalID gid to query the receiver's EOEntity for the appropriate class of object to instantiate.
createInstanceWithEditingContext(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to create an object of the appropriate class in editingContext with globalID.
createInstanceWithEditingContext(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Creates an enterprise object of the appropriate class.
createInternalValue(Attribute, String) - Method in interface com.webobjects.jndiadaptor.JNDIType
Creates an internal value with the specified instance of Attribute and value type.
createModificationItem(String, Object, Object) - Method in interface com.webobjects.jndiadaptor.JNDIType
Creates an instance of ModificationItem with the specified id, old external value, and new internal value.
createObject() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
 
createObject() - Method in class com.webobjects.eocontrol.EOArrayDataSource
Creates a new object, inserts into the array of objects maintained by the receiver if appropriate, and returns the object.
createObject() - Method in class com.webobjects.eocontrol.EODataSource
Creates a new object, inserts it in the receiver's collection of objects if appropriate, and returns the object.
CreateParamsKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
createPrimaryKeySupport() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
CreatePrimaryKeySupportKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to create primary key support.
createRequest(String, String, String, Map, NSData, Map) - Method in class com.webobjects.appserver.WOApplication
Convenience method that instantiates and returns a new WORequest object.
createResourceManager() - Method in class com.webobjects.appserver.WOApplication
Creates a new instance of WOResourceManager.
createResponseInContext(WOContext) - Method in class com.webobjects.appserver.WOApplication
Convenience method that instantiates and returns a new, empty WOResponse object.
createSchemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn
 
createSchemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
createSchemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Creates a new EOSynchronizationFactory using the plugin's response to adaptor().
createSchemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.MerantPlugIn
 
createSchemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
createSchemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
createSchemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
createSchemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
createSchemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
createServiceString(String, Class, String[], boolean, boolean) - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
createSessionForRequest(WORequest) - Method in class com.webobjects.appserver.WOApplication
Creates and returns a WOSession object to manage a session for the client.
createSharedControllerFactoryWithClass(String) - Static method in class com.webobjects.eogeneration.EOControllerFactory
 
createSocket(String, String, int) - Method in class com.webobjects.eodistribution.client.EOHTTPChannel
Creates and returns a new socket to communicate with the server.
createSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated. since 5.4
createTables() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
CreateTablesKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to create tables.
createTableStatementsForEntityGroup(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to create a table for entityGroup.
createTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to create a table for entityGroup.
createTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
createTableStatementsForEntityGroups(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to create the tables for each of the entity groups in entityGroups.
createTableStatementsForEntityGroups(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to create the tables for each of the entity groups in entityGroups.
createTableStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
createWebAssistantRulesWithSettings(ServerSideSettings) - Method in class com.webobjects.directtoweb.D2WModel
Creates Web Assistant rules with the specified settings.
createWidgetsForActionsAndPlaceInContainers(NSArray, NSArray, JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOActionButtonsController
createWidgetsForActionsAndPlaceInContainers(NSArray, NSArray, JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOActionMenuController
createWidgetsForActionsAndPlaceInContainers(NSArray, NSArray, JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOActionWidgetController
createWOElements(List, StringBuilder, List) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
Creates a list of WOElement objects from a list of WOMLNode objects.
curChar - Variable in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
currencySymbol() - Method in class com.webobjects.foundation.NSNumberFormatter
 
currentArrowImageName() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
currentBatchIndex() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the index of the batch currently being displayed.
currentCenter() - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns the event center for the calling thread.
currentClass - Variable in class com.webobjects.woextensions.WOEventSetupPage
 
currentCol - Variable in class com.webobjects.woextensions.WOTable
 
currentEntry() - Method in class com.webobjects.woextensions.WXOutlineControl
 
currentEvent - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
currentEventChildren() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
currentEventDescription - Variable in class com.webobjects.woextensions.WOEventSetupPage
 
currentEventDescriptions() - Method in class com.webobjects.woextensions.WOEventSetupPage
 
currentEventSnapshotForObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
Returns a dictionary containing a snapshot of object that reflects its state as it was at the beginning of the current event loop.
currentException - Variable in class com.webobjects.woextensions.WOExceptionPage
 
currentExceptionFrame - Variable in class com.webobjects.woextensions.WOExceptionPage
 
currentExceptionImage() - Method in class com.webobjects.woextensions.WOExceptionPage
 
currentIndex - Variable in class com.webobjects.woextensions.WOEventSetupPage
 
currentItem - Variable in class com.webobjects.woextensions.WOCheckboxMatrix
 
currentItem - Variable in class com.webobjects.woextensions.WORadioButtonMatrix
 
currentItem - Variable in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
currentItem - Variable in class com.webobjects.woextensions.WOStatsPage
 
currentKey() - Method in class com.webobjects.woextensions.WODictionaryRepetition
 
currentKey() - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
currentKey - Variable in class com.webobjects.woextensions.WOStatsPage
 
currentObjectKey - Static variable in class com.webobjects.directtoweb.D2WComponent
This constant is intentionally undocumented.
currentRow - Variable in class com.webobjects.woextensions.WOTable
 
currentRunningTime() - Method in class com.webobjects.appserver.WOStopWatch
Deprecated.  
currentSettings() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
currentTab - Variable in class com.webobjects.woextensions.WOTabPanel
 
currentTabName() - Method in class com.webobjects.woextensions.WOTabPanel
 
currentTimeIntervalSinceReferenceDate() - Static method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use (System.currentTimeMillis() / 1000) instead
currentToggleImageName() - Method in class com.webobjects.woextensions.WXOutlineControl
 
currentToken - Variable in exception com.webobjects.appserver.parser.declaration.ParseException
This is the last token that has been consumed successfully.
currentUrl() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the URL for the current page.
currentWOContext() - Static method in class com.webobjects.appserver.WOWebServiceUtilities
This returns the current WOContext object for the current thread.
customBundlesClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. This method is used in combination with the downloadClientClasses binding.
customBundlesClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
This method is used in combination with the downloadClientClasses binding.
customFrameworksClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. This method is used in combination with the downloadClientClasses binding.
customFrameworksClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
This method is used in combination with the downloadClientClasses binding.
CustomQueryExpressionHintKey - Static variable in class com.webobjects.eoaccess.EODatabaseContext
 
CustomTypeKey - Static variable in class com.webobjects.directtoweb.D2WModel
The custom type key; the literal "c".

D

D2W - Class in com.webobjects.directtoweb
The D2W class is responsible for creating Direct to Web pages.
D2W() - Constructor for class com.webobjects.directtoweb.D2W
 
D2WActions - Class in com.webobjects.directtoweb
 
D2WActions(WORequest) - Constructor for class com.webobjects.directtoweb.D2WActions
 
D2WCollapsibleComponentContent - Class in com.webobjects.directtoweb
 
D2WCollapsibleComponentContent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WCollapsibleComponentContent
 
D2WCompactInspectComponent - Class in com.webobjects.directtoweb
 
D2WCompactInspectComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WCompactInspectComponent
 
D2WComponent - Class in com.webobjects.directtoweb
The D2WComponent class is the parent class for the Direct to Web templates and the property-level components.
D2WComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WComponent
Constructs a D2WComponent with the specified context.
D2WConfirmPage - Class in com.webobjects.directtoweb
The D2WConfirmPage class provides the behavior for the confirm page Direct to Web templates, specifically BASConfirmPage, NEUConfirmPage, and WOLConfirmPage.
D2WConfirmPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WConfirmPage
Constructs a D2WConfirmPage with the specified context.
d2wContext() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the Direct to Web context of the receiver.
D2WContext - Class in com.webobjects.directtoweb
Direct to Web contexts are objects of the D2WContext class.
D2WContext() - Constructor for class com.webobjects.directtoweb.D2WContext
Standard no-argument constructions.
D2WContext(WOSession) - Constructor for class com.webobjects.directtoweb.D2WContext
Creates a new instance of a context.
D2WContext(D2WContext) - Constructor for class com.webobjects.directtoweb.D2WContext
Creates a new instance with the values of parentContext.
d2wContext() - Method in class com.webobjects.directtoweb.D2WStatelessComponent
Provides access to the local instance of D2WContext.
d2wContext() - Method in class com.webobjects.directtoweb.DefaultAssignment
 
d2wContext() - Method in class com.webobjects.webservices.generation.WOOperation
Returns this operation's D2WContext
d2wContext() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the template's D2WContext.
d2wContext() - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Returns the D2WContext this object uses to implement its serialization strategy.
D2WContextKey - Static variable in class com.webobjects.webservices.generation.WOWSDLGeneration
Key used with takeValueForKey to set the D2WContext of a WSDL generating WOComponent
d2wContextVisibleEntityNamesCountPlus1() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the number of visible entities in the Direct to Web context of the receiver incremented by one.
D2WCustomComponent - Class in com.webobjects.directtoweb
The D2WCustomComponent class is a component that allows you to use a WebObjects reusable component as a property-level component.
D2WCustomComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WCustomComponent
Creates an instance of D2WCustomComponent with the specified context.
D2WCustomQueryComponent - Class in com.webobjects.directtoweb
The D2WCustomQueryComponent class is a component that allows you to use a WebObjects reusable component as a property-level component that performs queries.
D2WCustomQueryComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WCustomQueryComponent
Creates an instance of D2WCustomQueryComponent with the specified context.
D2WDefaultCustomComponent - Class in com.webobjects.directtoweb
The D2WDefaultCustomComponent class serves as the default WebObjects reusable component for D2WCustomComponent and D2WCustomQueryComponent.
D2WDefaultCustomComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDefaultCustomComponent
Creates an instance of D2WDefaultCustomComponent with the specified context.
D2WDisplayBoolean - Class in com.webobjects.directtoweb
The D2WDisplayBoolean class is a property-level component that displays a boolean stored as a number on the server.
D2WDisplayBoolean(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayBoolean
Creates an instance of D2WDisplayBoolean with the specified context.
D2WDisplayDate - Class in com.webobjects.directtoweb
The D2WDisplayDate class is a property-level component that displays a date with an optional formatter.
D2WDisplayDate(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayDate
Creates an instance of D2WDisplayDate with the specified context.
D2WDisplayHyperlink - Class in com.webobjects.directtoweb
The D2WDisplayDate class is a property-level component that displays a hyperlink.
D2WDisplayHyperlink(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayHyperlink
Creates an instance of D2WDisplayHyperlink with the specified context.
D2WDisplayImage - Class in com.webobjects.directtoweb
The D2WDisplayImage class is a property-level component that displays an image served from the database.
D2WDisplayImage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayImage
Creates an instance of D2WDisplayImage with the specified context.
D2WDisplayImageFromPath - Class in com.webobjects.directtoweb
The D2WDisplayImageFromPath class is a property-level component that displays an image whose name is stored in the attribute.
D2WDisplayImageFromPath(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayImageFromPath
Creates an instance of D2WDisplayImageFromPath with the specified context.
D2WDisplayLargeString - Class in com.webobjects.directtoweb
The D2WDisplayLargeString class is a property-level component that displays a string in a multi-line text field.
D2WDisplayLargeString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayLargeString
Creates an instance of D2WDisplayLargeString with the specified context.
D2WDisplayMailTo - Class in com.webobjects.directtoweb
This property-level component displays an e-mail address within a hyperlink.
D2WDisplayMailTo(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayMailTo
This method is intentionally undocumented.
D2WDisplayNumber - Class in com.webobjects.directtoweb
This property-level component displays a number with an optional formatter.
D2WDisplayNumber(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayNumber
This method is intentionally undocumented.
D2WDisplayString - Class in com.webobjects.directtoweb
This property-level component displays the attribute as a string.
D2WDisplayString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayString
This method is intentionally undocumented.
D2WDisplayStyledDate - Class in com.webobjects.directtoweb
This property-level component displays a date with an optional formatter.
D2WDisplayStyledDate(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayStyledDate
This method is intentionally undocumented.
D2WDisplayStyledNumber - Class in com.webobjects.directtoweb
This property-level component displays a number with an optional formatter.
D2WDisplayStyledNumber(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayStyledNumber
This method is intentionally undocumented.
D2WDisplayStyledString - Class in com.webobjects.directtoweb
This property-level component displays the attribute as a string.
D2WDisplayStyledString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayStyledString
This method is intentionally undocumented.
D2WDisplayThresholdColoredNumber - Class in com.webobjects.directtoweb
This property-level component displays a number with an optional formatter.
D2WDisplayThresholdColoredNumber(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayThresholdColoredNumber
This method is intentionally undocumented.
D2WDisplayToMany - Class in com.webobjects.directtoweb
This property-level component displays the first few objects of a to-many relationship in a list.
D2WDisplayToMany(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
D2WDisplayToMany2 - Class in com.webobjects.directtoweb
This property-level component displays the objects of a to-many relationship in a table.
D2WDisplayToMany2(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToMany2
This method is intentionally undocumented.
D2WDisplayToManyBrowser - Class in com.webobjects.directtoweb
This property-level component displays the objects of a to-many relationship in a browser.
D2WDisplayToManyBrowser(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToManyBrowser
This method is intentionally undocumented.
D2WDisplayToManyFault - Class in com.webobjects.directtoweb
This property-level component displays a hyperlink representing a to-many relationship.
D2WDisplayToManyFault(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToManyFault
Creates a new D2WDisplayToManyFault with the specified aContext.
D2WDisplayToManyTable - Class in com.webobjects.directtoweb
This property-level component displays the objects of a to-many relationship in a table.
D2WDisplayToManyTable(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToManyTable
Creates a new D2WDisplayToManyTable with the specified context.
D2WDisplayToOne - Class in com.webobjects.directtoweb
This property-level component displays a hyperlink representing a to-one relationship.
D2WDisplayToOne(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToOne
Creates a new D2WDisplayToOne with the specified aContext.
D2WDisplayToOneFault - Class in com.webobjects.directtoweb
This property-level component displays a hyperlink representing a to-one relationship.
D2WDisplayToOneFault(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToOneFault
 
D2WEdit - Class in com.webobjects.directtoweb
This Direct to Web reusable component displays an edit component.
D2WEdit(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEdit
Constructs a D2WEdit with the specified context.
D2WEditBoolean - Class in com.webobjects.directtoweb
This property-level component allows the user to edit a boolean stored as a number on the server.
D2WEditBoolean(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditBoolean
Constructs a D2EditBoolean with the specified WOContext.
D2WEditDate - Class in com.webobjects.directtoweb
This property-level component provides a text field for the user to enter a date.
D2WEditDate(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditDate
Creates a new D2WEditDate with the specified context.
D2WEditLargeString - Class in com.webobjects.directtoweb
This property-level component provides a multi-line text field for the user to enter a string.
D2WEditLargeString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditLargeString
Creates a new D2WEditLargeString with the specified context.
D2WEditNumber - Class in com.webobjects.directtoweb
D2WEditNumber is a property-level component that provides a text field for the user to enter a number.
D2WEditNumber(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditNumber
Creates an instance of D2WEditNumber with the specified context.
D2WEditRelationshipPage - Class in com.webobjects.directtoweb
The D2WEditRelationshipPage class provides the behavior for the edit-relationship page Direct to Web templates: BASEditRelationshipPage, NEUEditRelationshipPage, and WOLEditRelationshipPage.
D2WEditRelationshipPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditRelationshipPage
Constructs a D2WEditRelationshipPage with the specified context.
D2WEditString - Class in com.webobjects.directtoweb
D2WEditString is a property-level component that provides a text field for the user to enter a string.
D2WEditString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditString
Creates an instance of D2WEditString with the specified context.
D2WEditToManyFault - Class in com.webobjects.directtoweb
D2WEditToManyFault is a property-level component that displays a hyperlink representing a to-many relationship.
D2WEditToManyFault(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditToManyFault
Creates an instance of D2WEditToManyFault with the specified context.
D2WEditToManyRelationship - Class in com.webobjects.directtoweb
D2WEditToManyRelationship is a property-level component that allows the user to choose which objects are in a to-many relationship.
D2WEditToManyRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditToManyRelationship
Creates an instance of D2WEditToManyRelationship with the specified context.
D2WEditToOneFault - Class in com.webobjects.directtoweb
 
D2WEditToOneFault(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditToOneFault
Creates an instance of D2WEditToOneFault with the specified context.
D2WEditToOneRelationship - Class in com.webobjects.directtoweb
D2WEditToOneRelationship is a property-level component that allows the user to choose the destination object of a to-one relationship.
D2WEditToOneRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditToOneRelationship
Creates an instance of D2WEditToOneRelationship with the specified context.
D2WEditUneditable - Class in com.webobjects.directtoweb
D2WEditUneditable is a property-level component that displays a message stating that the property cannot be edited by the user.
D2WEditUneditable(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditUneditable
Creates an instance of D2WEditUneditable with the specified context.
D2WEmbeddedComponent - Class in com.webobjects.directtoweb
This class is used internally by other classes in WebObjects and should be considered private.
D2WEmbeddedComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
D2WEmptyWrapper - Class in com.webobjects.directtoweb
The D2WEmptyWrapper class serves as the default page wrapper for a Direct to Web application.
D2WEmptyWrapper(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEmptyWrapper
Creates an instance of D2WEmptyWrapper with the specified context.
D2WErrorPage - Class in com.webobjects.directtoweb
The D2WErrorPage class provides behavior for the error page Direct to Web templates, specifically BASErrorPage, NEUErrorPage, and WOLErrorPage.
D2WErrorPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WErrorPage
Constructs a D2WErrorPage with the specified context.
D2WFastModel - Class in com.webobjects.directtoweb
The D2WFastModel class is a D2WModel that is specialized with support for significant keys.
D2WFastModel(NSArray) - Constructor for class com.webobjects.directtoweb.D2WFastModel
Creates an instance of D2WFastModel with the specified rules.
D2WGenerationWrapper - Class in com.webobjects.directtoweb
This class is used internally by other classes in WebObjects and should be considered private.
D2WGenerationWrapper(WOContext) - Constructor for class com.webobjects.directtoweb.D2WGenerationWrapper
This method is intentionally undocumented.
D2WHead - Class in com.webobjects.directtoweb
The D2WHead class provides the behavior for the D2WHead component.
D2WHead(WOContext) - Constructor for class com.webobjects.directtoweb.D2WHead
Constructs a D2WHead with the specified context.
D2WInspect - Class in com.webobjects.directtoweb
This Direct to Web reusable component displays an inspect component.
D2WInspect(WOContext) - Constructor for class com.webobjects.directtoweb.D2WInspect
Constructs a D2WInspect with the specified context.
D2WInspectPage - Class in com.webobjects.directtoweb
The D2WInspectPage class provides behavior for the inspect page and edit page Direct to Web templates, specifically BASInspectPage, NEUInspectPage, and WOLInspectPage.
D2WInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WInspectPage
Constructs a D2WInspectPage with the specified context.
D2WKeyPathContainer - Class in com.webobjects.directtoweb
This class is used internally by other classes in WebObjects and should be considered private.
D2WKeyPathContainer(WOContext) - Constructor for class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
D2WList - Class in com.webobjects.directtoweb
This Direct to Web reusable component displays a list component.
D2WList(WOContext) - Constructor for class com.webobjects.directtoweb.D2WList
Constructs a D2WList with the specified context.
D2WListPage - Class in com.webobjects.directtoweb
The D2WListPage class provides the behavior for the list page and select page Direct to Web templates, specifically BASListPage, NEUListPage, and WOLListPage.
D2WListPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WListPage
Creates an instance of D2WListPage with the specified context.
D2WMasterDetailPage - Class in com.webobjects.directtoweb
The D2WMasterDetailPage class provides the behavior for the master-detail page Direct to Web templates, specifically BASMasterDetailPage, NEUMasterDetailPage, and WOLMasterDetailPage.
D2WMasterDetailPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WMasterDetailPage
Constructs a D2WMasterDetailPage with the specified context.
D2WModel - Class in com.webobjects.directtoweb
The D2WModel class manages a set of rules for a Direct to Web application.
D2WModel(File) - Constructor for class com.webobjects.directtoweb.D2WModel
Creates an instance of D2WModel with the specified file.
D2WModel(URL) - Constructor for class com.webobjects.directtoweb.D2WModel
Creates an instance of D2WModel from the contents of the specified URL.
D2WModel(EOKeyValueUnarchiver) - Constructor for class com.webobjects.directtoweb.D2WModel
Creates an instance of D2WModel with the specified unarchiver.
D2WModel(NSArray) - Constructor for class com.webobjects.directtoweb.D2WModel
Creates an instance of D2WModel with the specified rules.
D2WModelException - Exception in com.webobjects.directtoweb
The D2WModelException class is a runtime exception that is specialized to indicate unexpected failures in the rule system of Direct to Web.
D2WModelException(String) - Constructor for exception com.webobjects.directtoweb.D2WModelException
Creates an instance of D2WModelException with the specified detail message.
D2WPage - Class in com.webobjects.directtoweb
D2WPage is the parent class for the Direct to Web templates.
D2WPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WPage
Constructs a new D2WPage with the specified context.
D2WPlainListPage - Class in com.webobjects.directtoweb
The D2WPlainListPage class provides the behavior for the plain-list page Direct to Web templates, specifically BASPlainListPage, NEUPlainListPage, and WOLPlainListPage.
D2WPlainListPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WPlainListPage
Creates an instance of D2WPlainListPage with the specified context.
D2WQuery - Class in com.webobjects.directtoweb
This Direct to Web reusable component displays a query component.
D2WQuery(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQuery
Constructs a D2WQuery with the specified context.
D2WQueryAllEntitiesPage - Class in com.webobjects.directtoweb
The D2WQueryAllEntitiesPage class provides the behavior for the query-all page Direct to Web templates, specifically BASQueryAllEntitesPage, NEUQueryAllPage, and WOLQueryAllPage.
D2WQueryAllEntitiesPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
Creates an instance of D2WQueryAllEntitiesPage with the specified context.
D2WQueryAnyField - Class in com.webobjects.directtoweb
This property-level component builds a query based on the destination objects of a relationship.
D2WQueryAnyField(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryAnyField
Creates a new D2WQueryAnyField with the specified aContext.
D2WQueryBoolean - Class in com.webobjects.directtoweb
This property-level component builds a query based on a boolean attribute which is stored as a number on the server.
D2WQueryBoolean(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryBoolean
Creates a new D2WQueryBoolean with the specified context.
D2WQueryDateOperator - Class in com.webobjects.directtoweb
This property-level component builds a date query based on a date and an operator (for example, equal to).
D2WQueryDateOperator(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryDateOperator
This method is intentionally undocumented.
D2WQueryDateRange - Class in com.webobjects.directtoweb
This property-level component builds a date query based on the range between two dates.
D2WQueryDateRange(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryDateRange
This method is intentionally undocumented.
D2WQueryNumberOperator - Class in com.webobjects.directtoweb
This property-level component builds a number query based on a value and an operator (for example, equal to).
D2WQueryNumberOperator(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryNumberOperator
This method is intentionally undocumented.
D2WQueryNumberRange - Class in com.webobjects.directtoweb
This property-level component builds a number query based on the range between two numbers.
D2WQueryNumberRange(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryNumberRange
This method is intentionally undocumented.
D2WQueryPage - Class in com.webobjects.directtoweb
The D2WQueryPage class provides the behavior for the query page Direct to Web templates: BASQueryPage, NEUQueryPage, and WOLQueryPage.
D2WQueryPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryPage
Creates an instance of D2WQueryPage with the specified context.
D2WQueryRangeComponent - Class in com.webobjects.directtoweb
This class is used internally by other classes in WebObjects and should be considered private.
D2WQueryRangeComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryRangeComponent
This method is intentionally undocumented.
D2WQueryRelationship - Class in com.webobjects.directtoweb
This class is used internally by other classes in WebObjects and should be considered private.
D2WQueryRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryRelationship
This method is intentionally undocumented.
D2WQueryStringComponent - Class in com.webobjects.directtoweb
This property-level component builds a query based on a string using WODisplayGroup's default values for stringMatchFormat (#@*) and stringMatchOperator (caseInsensitiveLike).
D2WQueryStringComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryStringComponent
This method is intentionally undocumented.
D2WQueryStringOperator - Class in com.webobjects.directtoweb
This property-level component builds a query based on a string and an operator (for example, "starts with" and "contains").
D2WQueryStringOperator(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryStringOperator
This method is intentionally undocumented.
D2WQueryToManyField - Class in com.webobjects.directtoweb
This property-level component builds a query based on the value for a particular key of a destination object of a to-many relationship.
D2WQueryToManyField(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryToManyField
This method is intentionally undocumented.
D2WQueryToManyRelationship - Class in com.webobjects.directtoweb
The D2WQueryToManyRelationship class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-many relationship.
D2WQueryToManyRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryToManyRelationship
Creates an instance of D2WQueryToManyRelationship with the specified context.
D2WQueryToOneField - Class in com.webobjects.directtoweb
The D2WQueryToOneField class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-one relationship.
D2WQueryToOneField(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryToOneField
Creates an instance of D2WQueryToOneField with the specified context.
D2WQueryToOneRelationship - Class in com.webobjects.directtoweb
The D2WQueryToOneRelationship class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-one relationship.
D2WQueryToOneRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryToOneRelationship
Creates an instance of D2WQueryToOneRelationship with the specified context.
D2WQueryUnavailable - Class in com.webobjects.directtoweb
The D2WQueryUnavailable class is a property-level component that displays a message stating that a query cannot be built based on this property.
D2WQueryUnavailable(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryUnavailable
Creates an instance of D2WQueryUnavailable with the specified context.
D2WRemoteControl - Class in com.webobjects.directtoweb
 
D2WRemoteControl(WOContext) - Constructor for class com.webobjects.directtoweb.D2WRemoteControl
 
D2WSelect - Class in com.webobjects.directtoweb
This Direct to Web reusable component displays a select component.
D2WSelect(WOContext) - Constructor for class com.webobjects.directtoweb.D2WSelect
Constructs a D2WSelect with the specified context.
D2WStandAloneWebAssistantFrame - Class in com.webobjects.directtoweb
 
D2WStandAloneWebAssistantFrame(WOContext) - Constructor for class com.webobjects.directtoweb.D2WStandAloneWebAssistantFrame
 
D2WStatelessComponent - Class in com.webobjects.directtoweb
The D2WStatelessComponent class represents a stateless Direct to Web component.
D2WStatelessComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WStatelessComponent
Creates an instance of D2WStatelessComponent with the specified context.
D2WSwitchComponent - Class in com.webobjects.directtoweb
The D2WSwitchComponent class gives a reusable Direct to Web component the option to choose which D2WComponent to use in a given context.
D2WSwitchComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WSwitchComponent
Creates an instance of D2WSwitchComponent with the specified context.
D2WTabInspectPage - Class in com.webobjects.directtoweb
The D2WTabInspectPage class provides the behavior for the tab-inspect page Direct to Web templates, specifically NEUTabInspectPage and WOLTabInspectPage.
D2WTabInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WTabInspectPage
Constructs a D2WTabInspectPage with the specified context.
D2WUtils - Class in com.webobjects.directtoweb
 
D2WUtils() - Constructor for class com.webobjects.directtoweb.D2WUtils
 
D2WWebAssistantFrame - Class in com.webobjects.directtoweb
 
D2WWebAssistantFrame(WOContext) - Constructor for class com.webobjects.directtoweb.D2WWebAssistantFrame
 
D2WWebAssistantPage - Class in com.webobjects.directtoweb
 
D2WWebAssistantPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WWebAssistantPage
 
darker(String) - Static method in class com.webobjects.directtoweb.D2WUtils
 
DarwinShadow - Class in com.webobjects.directtoweb
 
DarwinShadow(WOContext) - Constructor for class com.webobjects.directtoweb.DarwinShadow
 
data() - Method in class com.webobjects.foundation.NSTimeZone
Provides an opaque object representing the behavior for this NSTimeZone.
data - Variable in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
database() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the receiver's EODatabase.
DatabaseChannelNeededNotification - Static variable in class com.webobjects.eoaccess.EODatabaseContext
This nofification is broadcast whenever an EODatabaseContext is asked to perform an object store operation, and it does not have an available databaseChannel.
databaseContext() - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Returns the current database context associated with this fault handler.
databaseContext() - Method in class com.webobjects.eoaccess.EODatabaseChannel
Returns the EODatabaseContext that controls transactions for the receiver.
databaseContext() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the EODatabaseContext that is used to access the external database.
databaseContextDidFetchObjects(EODatabaseContext, NSArray, EOFetchSpecification, EOEditingContext) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from objectsWithFetchSpecification after fetching objects into the editing context ec using fetchSpec.
databaseContextDidSelectObjects(EODatabaseContext, EOFetchSpecification, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecification to tell the delegate that dbChannel has selected the objects on behalf of dbCtxt as specified by fetchSpec.
databaseContextFailedToFetchObject(EODatabaseContext, Object, EOGlobalID) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked when a to-one fault cannot find its data in the database.
databaseContextForModelNamed(EOEditingContext, String) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the database context used to service the specified model.
DatabaseContextKey - Static variable in class com.webobjects.eoaccess.EODatabaseContext
A key in an GenericAdaptorException's userInfo dictionary.
databaseContextNewPrimaryKey(EODatabaseContext, Object, EOEntity) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked if the newly inserted Enterprise Object object doesn't have a primary key set.
databaseContextShouldFetchArrayFault(EODatabaseContext, Object) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked when a fault is fired, this delegate method lets you fine-tune the behavior of batch faulting.
databaseContextShouldFetchObjectFault(EODatabaseContext, Object) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked when a fault is fired, this delegate method lets you fine-tune the behavior of batch faulting.
databaseContextShouldFetchObjects(EODatabaseContext, EOFetchSpecification, EOEditingContext) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from objectsWithFetchSpecification to give the delegate the opportunity to satisfy ec's fetch request (using the criteria specified in fetchSpec) from a local cache.
databaseContextShouldHandleDatabaseException(EODatabaseContext, Throwable) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked when an exception is thrown that might be handled by reconnecting to the database.
databaseContextShouldInvalidateObjectWithGlobalID(EODatabaseContext, EOGlobalID, NSDictionary) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from invalidateObjectsWithGlobalIDs .
databaseContextShouldLockObjectWithGlobalID(EODatabaseContext, EOGlobalID, NSDictionary) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from lockObjectWithGlobalID.
databaseContextShouldRaiseExceptionForLockFailure(EODatabaseContext, Throwable) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from lockObjectWithGlobalID.
databaseContextShouldSelectObjects(EODatabaseContext, EOFetchSpecification, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecification to tell the delegate that the database channel dbChannel will select objects on behalf of the database context dbCtxt as specified by fetchSpec.
databaseContextShouldUpdateCurrentSnapshot(EODatabaseContext, NSDictionary, NSDictionary, EOGlobalID, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from the EODatabaseChannel method fetchObject when the database context already has a snapshot for a row fetched from the database.
databaseContextShouldUsePessimisticLock(EODatabaseContext, EOFetchSpecification, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecification.
databaseContextWillFireArrayFaultForGlobalID(EODatabaseContext, EOGlobalID, EORelationship, EOFetchSpecification, EOEditingContext) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked just before the Framework-generated fetch specification, fetchSpec, is used to clear the fault for the specified globalID (gid) and relationship(rel).
databaseContextWillFireObjectFaultForGlobalID(EODatabaseContext, EOGlobalID, EOFetchSpecification, EOEditingContext) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked just before the Framework-generated fetch specification, fetchSpec, is used to clear the fault for the specified globalID, gid.
databaseContextWillOrderAdaptorOperations(EODatabaseContext, NSArray) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from performChanges.
databaseContextWillPerformAdaptorOperations(EODatabaseContext, NSArray, EOAdaptorChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from performChanges to allow the delegate to send a different array of EOAdaptorOperations to be executed by dbCtx.
databaseContextWillRunLoginPanelToOpenDatabaseChannel(EODatabaseContext, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Allows the delegate to determine whether the database context dbCtx should run the adaptor login panel and open the adaptor channel associated with the database channel dbChannel, if the adaptor channel is not already open.
DatabaseDeleteOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EODatabaseOperation object that deletes an Enterprise Object.
databaseInformation() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated.  
DatabaseInsertOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EODatabaseOperation object that inserts an Enterprise Object.
DatabaseNothingOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EODatabaseOperation object that does nothing on an Enterprise Object.
DatabaseOperationsKey - Static variable in class com.webobjects.eoaccess.EODatabaseContext
A key in an GenericAdaptorException's userInfo dictionary.
databaseOperator() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the receiver's database operator.
databaseProductName() - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns a string identifying the database.
databaseProductName() - Method in class com.webobjects.jdbcadaptor.MerantPlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
DatabaseUpdateOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EODatabaseOperation object that updates an Enterprise Object.
dataForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty, convert the property to a property list using NSPropertyListSerialization.propertyListFromString, and convert the property list to an NSData object using NSPropertyListSerialization.dataFromPropertyList.
dataFromPropertyList(Object) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Deprecated. Use dataFromPropertyList(Object object, String encoding) instead.
dataFromPropertyList(Object, String) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts the property list object into a string using a character encoding and returns it as an NSData object.
DataKey - Static variable in class com.webobjects.appserver.WORequest
String key used to obtain a key from another request.
dataSource() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last EODataSource given to the WODisplayGroup via setDataSource.
dataSource() - Method in class com.webobjects.directtoweb.D2WList
Returns the EODataSource containing the objects displayed on the page.
dataSource() - Method in class com.webobjects.directtoweb.D2WPage
Returns the EODataSource, defined in the EOControl Framework, containing the objects displayed on the page or the objects that match the query for the query page subclasses.
dataSource() - Method in class com.webobjects.directtoweb.D2WSelect
Returns the EODataSource containing the objects displayed on the page.
dataSource() - Method in class com.webobjects.eointerface.EODisplayGroup
 
dataSource() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
dataSource() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
DataSourceJndiNameKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Key for JNDI datasource name
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns a detail data source that provides the destination objects of the relationship named by key.
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eocontrol.EOArrayDataSource
Creates an EODetailDataSource for relationship key.
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to provide the destination objects of a relationship.
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eocontrol.EODetailDataSource
Creates an EODetailDataSource for key.
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
dataType() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
External data type as specified in the eomodel
dataTypeForCustomKeyAndEntity(String, EOEntity) - Static method in class com.webobjects.directtoweb.D2WUtils
 
dataTypesInvolved() - Method in class com.webobjects.directtoweb.D2WModel
Gets the data types involved for the rules.
dataTypesInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the set of names of data types involved.
dataWithContentsOfFile(File) - Static method in class com.webobjects.foundation.NSData
Deprecated.  
dataWithContentsOfFile(String) - Static method in class com.webobjects.foundation.NSData
Deprecated.  
dataWithContentsOfMappedFile(File) - Static method in class com.webobjects.foundation.NSData
Deprecated.  
dateFormatDescription() - Method in class com.webobjects.directtoweb.D2WEditDate
This method is intentionally undocumented.
dateFormValue(NSTimestampFormatter) - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Method to return an NSTimestamp for the form value.
dateFormValueForKey(String, NSTimestampFormatter) - Method in class com.webobjects.appserver.WORequest
Deprecated. since5.4
dateFormValueForKey(String, SimpleDateFormat) - Method in class com.webobjects.appserver.WORequest
Method to return an NSTimestamp for a form value from the request for a specific name (key).
dateReadableDescription() - Method in class com.webobjects.directtoweb.D2WQueryDateOperator
This method is intentionally undocumented.
dateReadableDescription() - Method in class com.webobjects.directtoweb.D2WQueryDateRange
This method is intentionally undocumented.
dayOfCommonEra() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
dayOfMonth() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
dayOfWeek() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
dayOfYear() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
DBMSNameKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
dbSnapshot() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the database snapshot for the receiver's Enterprise Object.
deactivateWindow() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
debug(String) - Method in class com.webobjects.eoapplication.EOArchive
Logs a debug message.
debug - Static variable in class com.webobjects.foundation.NSLog
Logger sending error to system error file.
DebugGroupApplicationGeneration - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of general application generation issues.
DebugGroupArchiving - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of encoding and decoding issues.
DebugGroupAssociations - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of association exceptions and problems.
DebugGroupComponentBindings - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of binding exceptions and problems.
DebugGroupComponents - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging issues related to components and component definitions.
DebugGroupControllers - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of controller exceptions and problems.
DebugGroupDatabaseAccess - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of database access exceptions and problems.
DebugGroupDeployment - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of Monitor, wotaskd, and deployment related issues.
DebugGroupEnterpriseObjects - Static variable in class com.webobjects.foundation.NSLog
The debug group for enabling logging of general EOF issues.
DebugGroupFormatting - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of formatting exceptions and problems.
DebugGroupIO - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of I/O exceptions and problems.
DebugGroupJSPServlets - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging issues related to JSP or Servlet integration.
DebugGroupKeyValueCoding - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of key value coding exceptions and problems
DebugGroupModel - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of EOModel exceptions, problems, and inconsistencies.
DebugGroupMultithreading - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of threading issues.
DebugGroupParsing - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of HTML parsing issues and other HTML-related issues.
DebugGroupQualifiers - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of qualifier issues
DebugGroupReflection - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of class introspection issues.
DebugGroupRequestHandling - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of issues related to the request-response loop.
DebugGroupResources - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of resource loading/lookup exceptions and problems.
DebugGroupRules - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of dynamic rule system issues and logging issues
DebugGroupSQLGeneration - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of SQL generation issues and logging.
DebugGroupTiming - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of dynamic rule system issues.
DebugGroupUserInterface - Static variable in class com.webobjects.foundation.NSLog
The debug mask for logging of widget set and view exceptions and problems.
DebugGroupValidation - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of validation exceptions and problems.
DebugGroupWebObjects - Static variable in class com.webobjects.foundation.NSLog
The debug group for enabling logging of general WebObjects framework issues.
DebugGroupWebServices - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging issues related to Web Services.
debugLevel - Variable in class com.webobjects.foundation.NSLog.Logger
 
DebugLevelCritical - Static variable in class com.webobjects.foundation.NSLog
Logs debug messages that should not be sent in non-debug mode, such as stack traces.
DebugLevelDetailed - Static variable in class com.webobjects.foundation.NSLog
Logs debug messages that qualify as computationally intensive, such as JDBC function calls.
DebugLevelInformational - Static variable in class com.webobjects.foundation.NSLog
Logs debug messages that don't qualify as computationally intensive.
DebugLevelOff - Static variable in class com.webobjects.foundation.NSLog
Logs no messages.
debugLoggingAllowedForGroups(long) - Static method in class com.webobjects.foundation.NSLog
Allow debug logging if the groups specified by aDebugGroups are enabled (that is, the debug groups are part of the debug groups enabled by allowDebugLoggingForGroups or setAllowedDebugGroups).
debugLoggingAllowedForLevel(int) - Static method in class com.webobjects.foundation.NSLog
Allow debug logging if aDebuglevel is less than or equal to the debug level provided by allowedDebugLevel.
debugLoggingAllowedForLevelAndGroups(int, long) - Static method in class com.webobjects.foundation.NSLog
Invokes debugLoggingAllowedForGroups and debugLoggingAllowedForLevel.
debugStream - Variable in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
debugString(String) - Static method in class com.webobjects.appserver.WOAction
Deprecated. use NSLog instead.
debugString(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. use NSLog instead.
debugString(String) - Static method in class com.webobjects.appserver.WOComponent
Deprecated. debugString is no longer supported
debugString(String) - Static method in class com.webobjects.appserver.WOSession
Deprecated. use com.webobjects.foundation.NSLog instead
DEC_DIGITS - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
DEC_FLT - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
DEC_FLT_SUFF - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
decimalSeparator() - Method in class com.webobjects.foundation.NSNumberFormatter
Returns the current decimal separator character as a String.
declarationName() - Method in class com.webobjects.appserver.WOAssociation.Event
Used by The WOAssociationEventRow component in WOJExtensions to display the association's declaration name.
declarationName() - Method in class com.webobjects.woextensions.WOAssociationEventRow
 
declarations() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
declarations() - Method in class com.webobjects.appserver.parser.WOBundleComponentTemplateParser
 
declarationString() - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
declarationsWithString(String, String, WOAssociationFactory) - Static method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
decodeAlignmentForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an alignment (JTextField.LEFT, JTextField.CENTER, or JTextField.RIGHT) for the key XML attribute.
decodeAlignmentForKey(String, int) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an alignment (JTextField.LEFT, JTextField.CENTER, or JTextField.RIGHT) for the key XML attribute.
decodeArrayForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an NSArray specified as child in the XML with the name key or null if key is not specified in the XML.
decodeArrayForKey(String, NSArray) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an NSArray specified as child in the XML with the name key or defaultValueIfNotAvailable if key is not specified in the XML.
decodeBoolean() - Method in class com.webobjects.foundation.NSCoder
Decodes a boolean value that was previously encoded with encodeBoolean.
decodeBooleanForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and returns a boolean value based on the key specified.
decodeBooleanForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a boolean for the key XML attribute.
decodeBooleanForKey(String, boolean) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a boolean for the key XML attribute.
decodeBoolForKey(String) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Unarchives a boolean that was archived under the key key.
decodeByte() - Method in class com.webobjects.foundation.NSCoder
Decodes a byte value that was previously encoded with encodeByte.
decodeBytes() - Method in class com.webobjects.foundation.NSCoder
Decodes an array of byte values that were previously encoded with encodeBytes.
decodeChar() - Method in class com.webobjects.foundation.NSCoder
Decodes a character value that was previously encoded with encodeChar.
decodeChildren() - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an array containing the objects decoded as the receiver's children.
decodeClass() - Method in class com.webobjects.foundation.NSCoder
Decodes a class that was previously encoded with encodeClass.
decodeClassForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Class specified by name as the XML attribute key or null if key is not specified in the XML.
decodeClassForKey(String, Class) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Class specified by name as the XML attribute key or defaultValueIfNotAvailable if key is not specified in the XML.
decodeColorForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Color for the key XML attribute.
decodeColorForKey(String, Color) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Color for the key XML attribute.
decodeDictionaryForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an NSDictionary specified as child in the XML with the name key or null if key is not specified in the XML.
decodeDictionaryForKey(String, NSDictionary) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an NSDictionary specified as child in the XML with the name key or defaultValueIfNotAvailable if key is not specified in the XML.
decodeDouble() - Method in class com.webobjects.foundation.NSCoder
Decodes a double value that was previously encoded with encodeDouble.
decodeDoubleForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and returns a double value based on the key specified.
decodeDoubleForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a double for the key XML attribute.
decodeDoubleForKey(String, double) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an integer for the key XML attribute.
decodeEditabilityForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a editability specification (EOEditable.IfSupercontrollerEditable, EOEditable.AlwaysEditable, or EOEditable.NeverEditable) for the key XML attribute.
decodeEditabilityForKey(String, int) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a editability specification (EOEditable.IfSupercontrollerEditable, EOEditable.AlwaysEditable, or EOEditable.NeverEditable) for the key XML attribute.
decodeEndTagPolicy(Object, WOMLAbstractNamespace.WOGenericElementRule.EndTagPolicy) - Static method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
 
decodeFloat() - Method in class com.webobjects.foundation.NSCoder
Decodes a float value that was previously encoded with encodeFloat.
decodeFloatForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and returns a float value based on the key specified.
decodeFontForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Font for the key XML attribute.
decodeFontForKey(String, Font) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Font for the key XML attribute.
decodeInsetsForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
 
decodeInsetsForKey(String, Insets) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
 
decodeInt() - Method in class com.webobjects.foundation.NSCoder
Decodes an integer value that was previously encoded with encodeInt.
decodeIntForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and returns an int value based on the key specified.
decodeIntForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an integer for the key XML attribute.
decodeIntForKey(String, int) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an integer for the key XML attribute.
decodeIntForKey(String) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Unarchives an integer that was archived under the key key.
decodeLong() - Method in class com.webobjects.foundation.NSCoder
Decodes a long value that was previously encoded with encodeLong.
decodeObject(NSCoder) - Static method in class com.webobjects.eoaccess.EODatabaseDataSource
Decodes and returns an EODatabaseDataSource using coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOAndQualifier
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOFetchSpecification
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOKeyGlobalID
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOKeyValueQualifier
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EONotQualifier
 
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOOrQualifier
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOQualifierVariable
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOSortOrdering
Conformance to NSCoding.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOTemporaryGlobalID
 
decodeObject(NSCoder) - Static method in class com.webobjects.eodistribution.client.EOAttribute
Decodes (re-creates) an EOAttribute from the information in the given coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Decodes (re-creates) an EODistributedClassDescription from the stored definitions in the coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eodistribution.client.EORelationship
Re-creates (decodes) an object of this class from the values stored in a NSCoder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSArray
Creates a new NSArray from the data in coder.
decodeObject() - Method in class com.webobjects.foundation.NSCoder
Decodes an object that was previously encoded with encodeObject.
decodeObject(NSCoder) - Method in class com.webobjects.foundation.NSCoding.Support
Implemented by subclasses to decode an object of a specific type from the data in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSData
Creates an NSData from the data in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSDictionary
Creates an NSDictionary from the data in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSKeyValueCoding.Null
Returns the shared instance of NSKeyValueCoding.Null stored in the NSKeyValueCoding constant NullValue.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSNotification
Creates an NSNotification from the data in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSSet
Creates an NSSet from the data in an NSCoder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSTimestamp
Provides an NSTimestamp from data in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSTimeZone
Provided for compliance with com.webobjects.foundation.NSCoding.
decodeObjectForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and constructs an object based on the key specified.
decodeObjectForKey(String) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Unarchives an object that was archived in place under the key key.
decodeObjectReferenceForKey(String) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Unarchives an object that was archived as a reference (placeholder).
decodeObjects() - Method in class com.webobjects.foundation.NSCoder
Decodes an array of objects that were previously encoded with encodeObjects.
decodeObjectWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Asks the receiver to re(create) the an object from the EOKeyValueUnarchiver unarchiver.
decodePositionForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a position (EOComponentController.Top, EOComponentController.Bottom, EOComponentController.Left, EOComponentController.Right, EOComponentController.TopLeft, EOComponentController.TopRight, EOComponentController.BottomLeft, or EOComponentController.BottomRight) for the key XML attribute.
decodePositionForKey(String, int) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a position (EOComponentController.Top, EOComponentController.Bottom, EOComponentController.Left, EOComponentController.Right, EOComponentController.TopLeft, EOComponentController.TopRight, EOComponentController.BottomLeft, or EOComponentController.BottomRight) for the key XML attribute.
decoder() - Static method in class com.webobjects.appserver.xml.WOXMLDecoder
Returns a default decoder capable of decoding objects into XML data without using a mapping model.
decodeRootObject(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML specified by the URL xmlFile and constructs a corresponding object.
decodeRootObject(NSData) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML specified by an NSData data and constructs a corresponding object.
decodeRootObject(InputSource) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML specified by an InputSource is and constructs a corresponding object.
decodeRootObject(NSDictionary) - Static method in class com.webobjects.eoapplication.EOXMLUnarchiver
Decodes the top object in an XML description, which is represented by an NSDictionary.
decoderWithMapping(String) - Static method in class com.webobjects.appserver.xml.WOXMLDecoder
Returns a coder object initialized with the mapping model specified by mappingModelFile.
decodeShort() - Method in class com.webobjects.foundation.NSCoder
Decodes a short value that was previously encoded with encodeShort.
decodeStringForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a String for the key XML attribute.
decodeStringForKey(String, String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a String for the key XML attribute.
decodeValueForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an Object for the key XML attribute.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.appserver.WODisplayGroup
Intentionally Undocumented
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.Assignment
This method is intentionally undocumented.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.BooleanAssignment
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.BooleanQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.DefaultAssignment
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.EntityAssignment
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.NonNullQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.Rule
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.ServerSideAction
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.TabDictionaryComputer
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eoaccess.EODatabaseDataSource
Conformance to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOAndQualifier
Conforms to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EODetailDataSource
Provides conformance to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOEditingContext
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOFetchSpecification
(Re)creates an object based on information in unarchiver.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Unarchives and returns the newly-unarchived object; provides conformance to the EOKeyValueArchiving interface.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOKeyValueQualifier
(Re)creates an object based on information in unarchiver.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EONotQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOOrQualifier
Conforms to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOQualifierVariable
Conforms to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOSortOrdering
Conformance to EOKeyValueArchiving.
decrementSnapshotCountForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabase
Decrements the reference count for the shared snapshot associated with gid, if the receiver releases unreferenced snapshots.
DEFAULT - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
DEFAULT_DATE_FORMAT - Static variable in class com.webobjects.woextensions.WOAnyField
 
DEFAULT_NUMBER_FORMAT - Static variable in class com.webobjects.woextensions.WOAnyField
 
DEFAULT_RULE - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
 
defaultAction() - Method in class com.webobjects.appserver.WODirectAction
Returns a WOActionResults object that is the result of sending generateResponse() to the page named "Main".
defaultAction() - Method in class com.webobjects.directtoweb.D2WActions
 
defaultAction() - Method in class com.webobjects.eogeneration.EOListController
 
defaultAction() - Method in class com.webobjects.eogeneration.EOQueryController
 
defaultAction() - Method in interface com.webobjects.eogeneration.EOWidgetController.DefaultAction
 
defaultAction() - Method in class com.webobjects.woextensions.WOEventDisplay
 
defaultAction() - Method in class com.webobjects.woextensions.WOEventSetup
 
defaultAction() - Method in class com.webobjects.woextensions.WOStats
 
defaultActions() - Method in class com.webobjects.eoapplication.EOApplication
Returns an NSArray containing the actions (EOAction objects) for the application.
defaultActions() - Method in class com.webobjects.eoapplication.EOController
Returns an array of the receiver's default actions (EOAction objects).
defaultActions() - Method in class com.webobjects.eoapplication.EODocumentController
Adds actions for handling editing (like save, revert) the default actions defined by the superclass, EOEntityController (but only if the receiver is a root document controller and if it's not used in a modal dialog.
defaultActions() - Method in class com.webobjects.eoapplication.EOWindowController
Returns the array of default actions.
defaultActions() - Method in class com.webobjects.eogeneration.EOActionController
 
defaultActions() - Method in class com.webobjects.eogeneration.EODynamicApplication
 
defaultActions() - Method in class com.webobjects.eogeneration.EOEditingController
 
defaultActions() - Method in class com.webobjects.eogeneration.EOFormController
 
defaultActions() - Method in class com.webobjects.eogeneration.EOListController
 
defaultActions() - Method in class com.webobjects.eogeneration.EOQueryController
 
defaultAdaptor() - Method in class com.webobjects.appserver.WOApplication
Returns the default application adaptor.
DefaultAssignment - Class in com.webobjects.directtoweb
The DefaultAssignment class methods provide default values for the right-hand sides of rules.
DefaultAssignment(String, String) - Constructor for class com.webobjects.directtoweb.DefaultAssignment
Constructs a new DefaultAssignment with the specified key path and value.
DefaultAssignment(EOKeyValueUnarchiver) - Constructor for class com.webobjects.directtoweb.DefaultAssignment
Constructs a new DefaultAssignment based on an EOKeyValueUnarchiver.
defaultCenter() - Static method in class com.webobjects.foundation.NSDelayedCallbackCenter
Returns the current default center for the current request-response cycle.
defaultCenter() - Static method in class com.webobjects.foundation.NSNotificationCenter
Return the single instance of NSNotificationCenter, which should be used for registering all notifications.
defaultComponentSize() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the receiver's default component size.
defaultCoordinator() - Static method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Returns a shared instance of EOObjectStoreCoordinator.
defaultDataSourceFactory() - Static method in class com.webobjects.eoapplication.EODataSourceFactory
defaultDateFormatSymbols() - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Returns the default set of date format symbols.
defaultDelegate() - Static method in class com.webobjects.eoaccess.EOAdaptor
Returns the default delegate, which is the object that is assigned to new adaptor instances as the delegate, or null if no default delegate is set.
defaultDelegate() - Static method in class com.webobjects.eoaccess.EOAdaptorContext
Returns the default delegate, which is the object assigned as delegate to all newly created EOAdaptorContext instances and their EOAdaptorChannels.
defaultDelegate() - Static method in class com.webobjects.eoaccess.EODatabaseContext
Returns the default delegate that will be used when initializing new EODatabaseContext instances.
defaultDisabledBackgroundColor() - Static method in class com.webobjects.eointerface.EOTextAssociation
This method returns the global defaults for the background colors of disabled text fields.
defaultDisplayNameForProperty() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns a String containing a user-presentable version of the current property key in the Direct to Web context in which the receiver's rule fires.
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns a fully qualified name of the JDBC driver class that this plugin prefers to use.
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.MerantPlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
defaultEditingContext() - Method in class com.webobjects.appserver.WOSession
Returns the default EOEditingContext for the receiver.
defaultEnabledBackgroundColor() - Static method in class com.webobjects.eointerface.EOTextAssociation
This method returns the global defaults for the background colors of enabled text fields.
defaultEncoding() - Static method in class com.webobjects.appserver.WOMessage
Returns the default character encoding used to construct a new WOMessage.
defaultEntityName() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns the first entity name in the NSArray returned by the smartDefaultEntityNames method.
defaultExpressionClass() - Method in class com.webobjects.eoaccess.EOAdaptor
An abstract method that should be implemented by subclasses to return the subclass of EOSQLExpression used as the default expression class for the adaptor.
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the expression class to use for this adaptor.
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the Java Class to use as the expression class.
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.MerantPlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
defaultExternalType() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Returns the default precision for the column if not set.
defaultFastModel() - Static method in class com.webobjects.directtoweb.D2WFastModel
Gets the default fast model.
defaultFetchTimestampLag() - Static method in class com.webobjects.eocontrol.EOEditingContext
 
defaultFormatterForKey(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the formatter to use when parsing values for assignment to key.
defaultFormatterForKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
The EOAccess layer's EOEntityClassDescription's implementation returns a Format based on the Java value class specified for key in the associated model file.
defaultFormatterForKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns a default formatter for the attribute key, based on the value class of the attribute.
defaultFormatterForKeyPath(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Similar to defaultFormatterForKey, except this method traverses keyPath before returning the formatter for the key at the end of the path.
defaultFormatTimeZone() - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Returns the default time zone this NSTimestampFormatter uses for formatting -- converting an NSTimestamp to a string.
defaultFormValueEncoding() - Method in class com.webobjects.appserver.WORequest
Returns the default string encoding the WORequest object uses for converting form values from ASCII to Unicode.
defaultGroup() - Static method in class com.webobjects.eoaccess.EOModelGroup
Returns the default EOModelGroup, which is the same as the global EOModelGroup unless you have either explicitly set a default model group with setDefaultGroup or implemented the class delegate method defaultModelGroup to return a non-null value.
DefaultHeader - Class in com.webobjects.directtoweb
The DefaultHeader class defines the behavior of the menu header in a Direct to Web application.
DefaultHeader(WOContext) - Constructor for class com.webobjects.directtoweb.DefaultHeader
Constructs a DefaultHeader with the specified context.
defaultHeaderEncoding() - Static method in class com.webobjects.appserver.WOMessage
Encoding to be used when reading Http headers.
DefaultJDBCTypeKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
DefaultListenQueueSize - Static variable in class com.webobjects.appserver.WOAdaptor
This class constant is an integer that specifies the default value for the WOListenQueueSize property, if not set elsewhere.
defaultLocale() - Static method in class com.webobjects.foundation.NSNumberFormatter
 
defaultLocalizesPattern() - Static method in class com.webobjects.foundation.NSNumberFormatter
Returns true to indicate that the pattern will be localized for all new instances of NSNumberFormatter in your application.
defaultModel() - Static method in class com.webobjects.directtoweb.D2WModel
Gets the default model.
defaultModelGroup() - Method in interface com.webobjects.eoaccess.EOModelGroup.ClassDelegate
Allows the delegate the opportunity to construct and return a different model group to be used as the default model group than the one created by EOModelGroup.
defaultObserverQueue() - Static method in class com.webobjects.eocontrol.EODelayedObserverQueue
Gets a default observer queue so it can be used to enqueue delay observers.
DefaultOperation - Static variable in class com.webobjects.eoapplication.EODialogs
 
defaultPage(WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a default startup page as a WOComponent, which is a query-all page unless you override the rule for the startupTask key.
defaultParentObjectStore() - Static method in class com.webobjects.eocontrol.EOEditingContext
Returns the EOObjectStore that is the default parent object store for new editing contexts.
defaultParseTimeZone() - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Returns the default time zone this NSTimestampFormatter uses for parsing -- converting a string to an NSTimestamp.
DefaultPattern - Static variable in class com.webobjects.foundation.NSNumberFormatter
The default pattern string used by the no-argument constructor: #,##0.##.
DefaultPlugInClassName - Static variable in class com.webobjects.jdbcadaptor.JDBCPlugIn
 
DefaultPlugInSuffix - Static variable in class com.webobjects.jdbcadaptor.JDBCPlugIn
 
defaultPrecision() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Returns the default precision for the column if not set.
defaultPrefersContinuousChangeNotification() - Static method in class com.webobjects.eointerface.EOWidgetAssociation
Returns the default value for the class preference for continuous change notification.
defaultPropertyKeysFromEntity() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns a sorted NSArray containing the property keys for the current entity excluding primary and foreign keys.
defaultPropertyKeysFromEntityWithoutRelationships() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns a sorted NSArray containing the property keys for the current entity excluding relationships, primary keys, and foreign keys.
defaultReadObject() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaultRequestHandler() - Method in class com.webobjects.appserver.WOApplication
Returns the request handler to be used when no request handler key is found in the URL or WORequest.
defaultRequestHandlerClassName() - Method in class com.webobjects.appserver.WOApplication
Returns the class name of the default request handler.
defaultReuseModeForSpecification(NSDictionary) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
defaultRowspan() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the number of HTML table rows spanned by the vertical rule in the page containing the Direct to Web context in which the rule of the receiver fires.
defaultRowspan() - Method in class com.webobjects.directtoweb.D2WTabInspectPage
Returns a String containing the number of HTML table rows spanned by the vertical rule within the current tab panel.
defaults() - Method in class com.webobjects.eoapplication.EOApplication
Returns the receiver's defaults manager (an EODefaults object).
defaultScale() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Returns the default scale for the column if not set.
DefaultScopeKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the default scope.
defaultSharedEditingContext() - Static method in class com.webobjects.eocontrol.EOSharedEditingContext
If a shared context hasn't yet been created, this method creates one and posts a DefaultSharedEditingContextWasInitializedNotification.
DefaultSharedEditingContextWasInitializedNotification - Static variable in class com.webobjects.eocontrol.EOSharedEditingContext
Posted when an EOSharedEditingContext is created and assigned as the default shared editing context.
DefaultsKey - Static variable in class com.webobjects.eoapplication.EODefaults
The key through which you can access the (mutable) dictionary of default values to be loaded or saved in the userInfo of the LoadUserDefaultsNotification and SaveUserDefaultsNotification notifications.
defaultSortKey() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the default sort key.
DefaultSpecificationsQuestion - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
defaultStringLocalizationResourceBundle() - Method in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Returns the ResourceBundle used to locate localized strings.
defaultStringMatchFormat() - Method in class com.webobjects.appserver.WODisplayGroup
If a key in the queryMatch dictionary does not have an associated value in the queryOperator dictionary, then its value is matched using operator pattern matching, and the format string returned by this method specifies how it will be matched.
defaultStringMatchFormat() - Method in class com.webobjects.eointerface.EODisplayGroup
 
defaultStringMatchOperator() - Method in class com.webobjects.appserver.WODisplayGroup
Provides a default operator for matching strings against string values in the queryMatch dictionary for the objects in the WODisplayGroup.
defaultStringMatchOperator() - Method in class com.webobjects.eointerface.EODisplayGroup
 
defaultTimeZone() - Static method in class com.webobjects.foundation.NSTimeZone
Provides the last object given to NSTimeZone via setDefault or setDefaultTimeZone.If no default time zone has been explicitly set, this method returns the system time zone.
defaultType() - Method in class com.webobjects.jndiadaptor.JNDIPlugIn
Gets the default JNDI type.
defaultType() - Method in class com.webobjects.jndiadaptor.LDAPPlugIn
 
defaultUndoStackLimit() - Method in class com.webobjects.appserver.WOApplication
Return the number of levels of undo for a session's default editing context.
defaultURLEncoding() - Static method in class com.webobjects.appserver.WOMessage
Gets the default encoding to use when converting the parameter list that appears in a WebObjects generated URL from transcoded ASCII to Unicode and vice versa.
defaultWidth() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Returns the default width for the column if not set.
defaultWriteObject() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Write the non-static and non-transient fields of the current class to this stream.
definition() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the definition of a derived or flattened attribute or null if the attribute is simple.
definition() - Method in class com.webobjects.eoaccess.EORelationship
Returns the data path of a flattened relationship; for example "department.facility".
delegate() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last delegate object given to the WODisplayGroup via setDelegate.
delegate() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the receiver's delegate or null if a delegate has not been assigned.
delegate() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Returns the receiver's delegate, or null if the receiver doesn't have a delegate.
delegate() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Returns the receiver's delegate, or null if the receiver doesn't have a delegate.
delegate() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the receiver's delegate.
delegate() - Method in class com.webobjects.eoaccess.EOModelGroup
Returns the receiver's instance delegate, which is different than the EOModelGroup class delegate.
delegate() - Method in class com.webobjects.eocontrol.EOEditingContext
 
delegate() - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Returns the receiver's delegate.
delegate() - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Returns the receiver's delegate.
delegate() - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Returns the receiver's delegate.
delegate() - Method in class com.webobjects.eodistribution.EODistributionContext
Returns the delegate of the distribution context.
delegate() - Method in class com.webobjects.eogeneration.EOControllerFactory
 
delegate() - Method in class com.webobjects.eointerface.EODisplayGroup
 
DelegateGeneration - Interface in com.webobjects.directtoweb
 
delete() - Method in class com.webobjects.appserver.WODisplayGroup
Invokes deleteSelection and displayBatchContainingSelectedObject.
delete() - Method in class com.webobjects.eogeneration.EOEditingController
 
delete() - Method in class com.webobjects.eogeneration.EOFormController
 
delete() - Method in class com.webobjects.eogeneration.EOListController
 
delete() - Method in class com.webobjects.eointerface.EODisplayGroup
Deprecated. Deprecated. Use deleteSelection instead.
delete(Object, EOEditingContext) - Method in class com.webobjects.webservices.generation.WODeleteOperation
Deletes the object value from EOEditingContext ec.
deleteAction() - Method in class com.webobjects.directtoweb.D2WInspectPage
Is invoked when the user clicks Delete.
DeleteActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Delete action.
deleteAllElementIDComponents() - Method in class com.webobjects.appserver.WOContext
Deletes all components of the current element ID.
deletedColumnNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the list of column to be deleted.
deletedColumnNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns an iterator on the list of column names to be deleted.
deletedForeignKeyConstrainNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the list of foreign key constraint to be deleted.
deletedForeignKeyConstrainNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns an iterator on the list of foreign key constraint names to be deleted.
deletedIndexNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the list of index to be deleted.
deletedIndexNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns an iterator on the list of index names to be deleted.
DeletedKey - Static variable in class com.webobjects.eocontrol.EOObjectStore
 
deletedObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
 
deletedObjects() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
The shared objects in a shared editing context can't be deleted.
deletedTableNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Returns the list of table to be deleted.
deletedTableNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Returns an iterator on the list of table names to be deleted.
deleteLastElementIDComponent() - Method in class com.webobjects.appserver.WOContext
Deletes the last digit --or name-- of the current element ID, along with its dot separator.
deleteObject(Object) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Deletes object from the data source.
deleteObject(Object) - Method in class com.webobjects.eocontrol.EOArrayDataSource
Deletes object from the array of objects maintained by the receiver.
deleteObject(Object) - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to delete an object.
deleteObject(Object) - Method in class com.webobjects.eocontrol.EODetailDataSource
Sends a removeObjectFromBothSidesOfRelationshipWithKey message to the master object using detailKey.
deleteObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
Specifies that object should be removed from this EOEditingContext's parent EOObjectStore when changes are committed.
deleteObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Raises an exception.
deleteObject(Object) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
deleteObjectAction() - Method in class com.webobjects.directtoweb.D2WCompactInspectComponent
 
deleteObjectAction() - Method in class com.webobjects.directtoweb.D2WListPage
Is invoked when the user clicks the delete button next to an object on the list page.
deleteObjectAtIndex(int) - Method in class com.webobjects.appserver.WODisplayGroup
Deletes the object at anIndex in allObjects.
deleteObjectAtIndex(int) - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to delete the object at index.
DeleteProcedureOperation - Static variable in class com.webobjects.eoaccess.EOEntity
A stored procedure to delete a row.
deleteRowDescribedByQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Deletes the row described by qualifier from the database table corresponding to entity.
deleteRowsDescribedByQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to delete the rows described by qualifier from the database table corresponding to entity.
deleteRowsDescribedByQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
deleteRowsDescribedByQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
deleteRule() - Method in class com.webobjects.eoaccess.EORelationship
Returns a rule that describes the action to take when an object is being deleted.
deleteRule() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns an integer constant specifiying the delete rule.
DeleteRuleCascade - Static variable in class com.webobjects.eocontrol.EOClassDescription
Delete destination objects when the source object is deleted.
DeleteRuleCascadeString - Static variable in class com.webobjects.eoaccess.EORelationship
 
DeleteRuleDeny - Static variable in class com.webobjects.eocontrol.EOClassDescription
Refuse delete operation if the source object has any destination objects.
DeleteRuleDenyString - Static variable in class com.webobjects.eoaccess.EORelationship
 
deleteRuleForRelationshipKey(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns a delete rule indicating how to treat the destination of the given relationship when the receiver's entity is deleted.
deleteRuleForRelationshipKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to return a delete rule indicating how to treat the destination of the given relationship when the receiving object is deleted.
deleteRuleForRelationshipKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns a rule indicating how to handle the destination of the receiver's relationship named by relationshipKey when the receiver is deleted.
deleteRuleForRelationshipKey(String) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns a value indicating how to handle the destination of the receiver's relationship named by relationshipKey when the receiver is deleted.
deleteRuleForRelationshipKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the delete rule as defined in EOClassDescription, for the specified relationship.
DeleteRuleNoAction - Static variable in class com.webobjects.eocontrol.EOClassDescription
When the source object is deleted, its relationship to destination objects is ignored.
DeleteRuleNoActionString - Static variable in class com.webobjects.eoaccess.EORelationship
 
DeleteRuleNullify - Static variable in class com.webobjects.eocontrol.EOClassDescription
When the source object is deleted, any destination object's references back to it are set to null.
DeleteRuleNullifyString - Static variable in class com.webobjects.eoaccess.EORelationship
 
deleteSelectedObjects() - Method in class com.webobjects.eoapplication.EODocumentController
Deletes the objects selected in the receiver's display group and updates the edited status to true.
deleteSelection() - Method in class com.webobjects.appserver.WODisplayGroup
Deletes the selectedObjects from the WODisplayGroup's dataSource.
deleteSelection() - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to delete the selected objects
deleteStatementWithQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates and returns an SQL DELETE expression to delete the rows described by qualifier.
deployment - Variable in class com.webobjects.webservices.support.WOXMLProvider
 
dequeueObserver(EODelayedObserver) - Method in class com.webobjects.eocontrol.EODelayedObserverQueue
Removes observer from the receiver.
DerbyPlugIn - Class in com.webobjects.jdbcadaptor
The Derby plugin by default only supports the embedded driver usage.
DerbyPlugIn(JDBCAdaptor) - Constructor for class com.webobjects.jdbcadaptor.DerbyPlugIn
 
DerbyPlugIn.DerbyExpression - Class in com.webobjects.jdbcadaptor
 
DerbyPlugIn.DerbyExpression(EOEntity) - Constructor for class com.webobjects.jdbcadaptor.DerbyPlugIn.DerbyExpression
 
DerbyPlugIn.DerbySynchronizationFactory - Class in com.webobjects.jdbcadaptor
 
DerbyPlugIn.DerbySynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.DerbyPlugIn.DerbySynchronizationFactory
 
DescendingCaseInsensitiveStringComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class String, ignoring case.
DescendingNumberComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class Number.
DescendingStringComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class String, respecting case.
DescendingTimestampComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class NSTimestamp.
describeModelWithTableNames(NSArray) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
The default implementation of this method returns null.
describeModelWithTableNames(NSArray) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
describeModelWithTableNames(NSArray) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
describeResults() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to return an array of EOAttributes describing the properties available in the current result set, as determined by selectAttributes, executeStoredProcedure, or a statement evaluated by evaluateExpression.
describeResults() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
describeResults() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
describeStoredProcedureNames() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
The default implementation of this method returns an empty array.
describeStoredProcedureNames() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
describeTableNames() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
The default implementation of this method returns an empty array.
describeTableNames() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
describeTableNames() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
description() - Method in class com.webobjects.directtoweb.BooleanQualifier
 
description() - Method in class com.webobjects.directtoweb.NonNullQualifier
 
description() - Method in class com.webobjects.eocontrol.EOAggregateEvent
Gets the description of the family of events represented by the class.
description() - Method in class com.webobjects.eocontrol.EOEvent
Returns a String that includes the receiver's title, comment, and duration or start date (whichever is appropriate).
descriptionForObject(Object) - Method in class com.webobjects.eoaccess.EOAccessFaultHandler
Returns a string naming the original class of the receiver's fault and giving the fault's id, also noting that it's a fault.
descriptionForObject(Object) - Method in class com.webobjects.eocontrol.EOFaultHandler
Returns a String that describes object.
descriptionForResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WOComponent
Records information about the component, if it is the top-level component.
descriptionForResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WOStatisticsStore
Records information about the current response by invoking descriptionForResponse on the current response page and returning the result.
descriptionForResponse(WOResponse, WOContext) - Method in class com.webobjects.directtoweb.D2WPage
This method is intentionally undocumented.
descriptionPath() - Method in class com.webobjects.eoapplication.EOAction
Returns the receiver's menu hierarchy path, for example Document/Quit.
descriptionPathComponents() - Method in class com.webobjects.eoapplication.EOAction
Returns an NSArray containing the separate components of the receiver's menu hierarchy path.
DescriptionPathParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
DescriptionPathSeparator - Static variable in class com.webobjects.eoapplication.EOAction
The String used to separate the components of a description path.
descriptionTitle() - Method in class com.webobjects.woextensions.WOEventRow
 
deselect() - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
DestinationAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Destination aspect
destinationAttribute() - Method in class com.webobjects.eoaccess.EOJoin
Returns the destination ("right") attribute of the receiver.
destinationAttributes() - Method in class com.webobjects.eoaccess.EORelationship
Returns an NSArray of destination attributes of the relationship.
destinationDisplayKey() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
destinationDisplayKey() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
destinationEntity() - Method in class com.webobjects.eoaccess.EORelationship
Returns the relationship's destination entity, which is determined by the destination entity of its joins for a simple relationship, and by whatever ends the data path for a flattened relationship.
destinationKeyForSourceObject(EOEditingContext, EOEnterpriseObject, String) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the foreign key for the rows at the destination of the specified relationship.
destinationName() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns the name of destination entity.
destroy() - Method in class com.webobjects.eoapplication.client.EOApplet
Destroys the applet, thereby cleaning up resources, etc.
destroy() - Method in class com.webobjects.jspservlet.WOServletAdaptor
 
detailCount() - Method in class com.webobjects.woextensions.WOStatsPage
 
detailDisplayGroup() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
detailDisplayGroupSortOrderings() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
detailEntityName() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
detailKey() - Method in class com.webobjects.appserver.WODisplayGroup
For detail display groups, returns the key to the master object that specifies what this detail display group represents.
detailKey() - Method in class com.webobjects.eocontrol.EODetailDataSource
Gets the detail key of the receiver, which names the relationship for which the receiver provides objects to its master object.
detailKeys() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
DetailKeysParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
detailPercent() - Method in class com.webobjects.woextensions.WOStatsPage
 
detailRelationshipPath() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
DetailRelationshipPathParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
detailsDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
detectFormValuesEncoding(String) - Method in class com.webobjects.appserver.WORequest
Return detected encoding for form values
dictionary() - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Returns the property list which represents the object archive.
dictionary() - Method in class com.webobjects.webservices.support.xml.WOStringKeyMap
Create and return an NSDictionary containing the keys and values in the receiver.
dictionary() - Method in class com.webobjects.woextensions.WODictionaryRepetition
 
dictionaryForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty and convert the property to an NSDictionary using NSPropertyListSerialization.dictionaryForString
dictionaryForString(String) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Parses the property list representation string and returns the resulting property list as an NSDictionary.
dictionaryForString(String, boolean) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Parses the property list representation string and returns the resulting property list as an NSDictionary.
dictionaryFromFile(File) - Static method in class com.webobjects.directtoweb.Services
 
dictionaryFromPathURL(URL) - Static method in class com.webobjects.directtoweb.Services
 
dictionaryWithObjectsForAttributes(Object[], NSArray) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Used by EOAdaptorChannel subclasses to create dictionaries that can be returned from fetchRow.
dictionaryWithPathURL(URL) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a java.net.URL into a property list and returns the resulting property list as an NSDictionary.
dictionaryWithPathURL(URL, boolean) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a java.net.URL into a property list and returns the resulting property list as an NSDictionary.
didContentTerminatePrematurely() - Method in class com.webobjects.appserver.WOMultipartIterator
Returns true if the underlying content stream terminated early.
DidHandleRequestNotification - Static variable in class com.webobjects.appserver.WORequestHandler
This constant contains a String that names the notification that is posted by each request handler after a request has been handled.
DidOpenUndoGroupNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted whenever an NSUndoManager opens an undo group, which occurs in an invocation of beginUndoGrouping.
didParseClosingWebObjectTag(String, WOHTMLParser) - Method in class com.webobjects.appserver.parser.WOBundleComponentTemplateParser
 
didParseClosingWebObjectTag(String, WOHTMLParser) - Method in interface com.webobjects.appserver.parser.WOHTMLParserDelegate
 
didParseComment(String, WOHTMLParser) - Method in class com.webobjects.appserver.parser.WOBundleComponentTemplateParser
 
didParseComment(String, WOHTMLParser) - Method in interface com.webobjects.appserver.parser.WOHTMLParserDelegate
 
didParseOpeningWebObjectTag(String, WOHTMLParser) - Method in class com.webobjects.appserver.parser.WOBundleComponentTemplateParser
 
didParseOpeningWebObjectTag(String, WOHTMLParser) - Method in interface com.webobjects.appserver.parser.WOHTMLParserDelegate
 
didParseText(String, WOHTMLParser) - Method in class com.webobjects.appserver.parser.WOBundleComponentTemplateParser
 
didParseText(String, WOHTMLParser) - Method in interface com.webobjects.appserver.parser.WOHTMLParserDelegate
 
DidRedoChangeNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted just after an NSUndoManager performs a redo operation.
DidUndoChangeNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted just after an NSUndoManager performs an undo operation.
DidVendComponentURLNotification - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the notification sent when the WOJavaClientApplet determines its component URL.
DidVendComponentURLNotification - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the notification sent when the WOJavaClientComponent determines its component URL.
DIGIT - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
DIRECT_2_WEB - Static variable in class com.webobjects.directtoweb.Rule
A constant denoting authorship by Direct to Web.
directActionRequestHandlerKey() - Method in class com.webobjects.appserver.WOApplication
Returns the key which identifies URLs directed at Direct Action based requests.
directActionsDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
directActionTransactions() - Method in class com.webobjects.woextensions.WOStatsPage
 
directActionURLForActionNamed(String, NSDictionary) - Method in class com.webobjects.appserver.WOContext
Returns a complete URL for the specified action.
directActionURLForActionNamed(String, NSDictionary, boolean, int, boolean) - Method in class com.webobjects.appserver.WOContext
Builds a complete URL from its components for a direct action.
directActionURLForActionNamed(String, NSDictionary, boolean, boolean) - Method in class com.webobjects.appserver.WOContext
Builds a complete URL from its components for a direct action.
directConnect() - Method in class com.webobjects.appserver.WOContext
 
directConnectURL() - Method in class com.webobjects.appserver.WOApplication
Returns the URL to connect to the application directly without going through the web server and WOAdaptors.
DirectoryAliasProperty - Static variable in class com.webobjects.appserver.WOApplication
 
dirty() - Method in class com.webobjects.directtoweb.D2WModel
Indicates whether rules have been added to or removed from the model since the last merge or saving or reverting of the Web Assistant rules.
disable_tracing() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
disableActionNamed(String) - Method in class com.webobjects.eoapplication.EOController
Explicitly disables the action method actionName and resets the receiver's actions.
disableClientCaching() - Method in class com.webobjects.appserver.WOResponse
Appends certain headers to the response to disable caching in the client (browser).
DisabledActionNamesParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
disabledTextBackgroundColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for the background of disabled text fields.
disableReferenceForString() - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Disables the use of references for repeated Strings in XML output.
disableReferenceForString(int) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
See disableReferenceForString() for details first.
disableReferenceForString() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
disableReferenceForString(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
disableSnapshotRefCounting() - Static method in class com.webobjects.eoaccess.EODatabase
Configures EODatabase instances not to release unreferenced snapshots.
disableUndoRegistration() - Method in class com.webobjects.foundation.NSUndoManager
Disables the recording of undo operations, whether by registerUndoWithTarget or by invocation-based undo.
discardPendingNotification() - Method in class com.webobjects.eocontrol.EODelayedObserver
Sends a dequeueObserver message to the receiver's EODelayedObserverQueue to clear it from receiving a change notification.
disconnect() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
disjoinWithQualifier(EOSQLQualifier) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
dispatchesRequestsConcurrently() - Method in class com.webobjects.appserver.WOAdaptor
This should return true if the adaptor is capable of dispatching requests to the application concurrently, false otherwise.
dispatchRequest(WORequest) - Method in class com.webobjects.appserver.WOApplication
The starting point of the request-response cycle in WOApplication.
displayBatchContainingSelectedObject() - Method in class com.webobjects.appserver.WODisplayGroup
Displays the batch containing the selection and sets the currentBatchIndex to that batch's index.
displayComponentBorderSize() - Method in class com.webobjects.eoapplication.EOMenuSwitchController
 
displayComponentBorderSize() - Method in class com.webobjects.eoapplication.EOSwitchController
 
displayComponentBorderSize() - Method in class com.webobjects.eoapplication.EOTabSwitchController
displayComponentName() - Method in class com.webobjects.appserver.WOApplication.Event
Returns the name of a WebObjects component to use to display the receiver's logging information.
displayComponentName() - Method in class com.webobjects.appserver.WOAssociation.Event
Used by The WOEventDisplay page in WOJExtensions to determine the event row name displayed.
displayComponentName() - Method in class com.webobjects.appserver.WOComponent.Event
Used by the WOEventDisplay page in WOJExtensions to display a custom name for this component's event.
displayComponentName() - Method in class com.webobjects.eocontrol.EOAggregateEvent
 
displayComponentName() - Method in class com.webobjects.eocontrol.EOEvent
Returns the name of a WebObjects component to use to display the receiver's logging information.
displayComponentName() - Method in class com.webobjects.woextensions.WOAggregateEventRow
 
displayComponentName() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
displayedObjects() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the objects to be displayed or otherwise made available to the client (web browser).
displayedObjects() - Method in class com.webobjects.eointerface.EODisplayGroup
 
displayedTabName() - Method in class com.webobjects.directtoweb.D2WTabInspectPage
Returns the name of the tab that is being displayed.
displayGroup - Variable in class com.webobjects.directtoweb.D2WCustomQueryComponent
The display group for a WOSwitchComponent.
displayGroup - Variable in class com.webobjects.directtoweb.D2WDefaultCustomComponent
The display group (for D2WCustomQueryComponent).
displayGroup() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the display group that contains the objects listed on the page.
displayGroup - Variable in class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
The WODisplayGroup object that performs the query.
displayGroup - Variable in class com.webobjects.directtoweb.D2WQueryPage
The WODisplayGroup object that performs the query.
displayGroup() - Method in class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
displayGroup() - Method in class com.webobjects.eoapplication.EOEntityController
Conformance to EOObjectDisplay.
displayGroup() - Method in interface com.webobjects.eoapplication.EOObjectDisplay
Returns the display group the receiver uses to display its enterprise objects.
displayGroup() - Method in class com.webobjects.eogeneration.EOAssociationController
 
displayGroup() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
displayGroup() - Method in class com.webobjects.eogeneration.EORangeValueController
 
displayGroup() - Method in class com.webobjects.woextensions.WOAnyField
 
displayGroup() - Method in class com.webobjects.woextensions.WOSortOrder
 
displayGroup() - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
displayGroup() - Method in class com.webobjects.woextensions.WXSortOrder
 
displayGroupCreateObjectFailed(EODisplayGroup, EODataSource) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Invoked from insertNewObjectAtIndex to inform the delegate that group has failed to create a new object for dataSource.
displayGroupCreateObjectFailedForDataSource(WODisplayGroup, EODataSource) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group has failed to create a new object for dataSource.
displayGroupDidChangeDataSource(WODisplayGroup) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group's dataSource has changed.
displayGroupDidChangeDataSource(EODisplayGroup) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group 's EODataSource has changed.
displayGroupDidChangeSelectedObjects(WODisplayGroup) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group's selected objects have changed, regardless of whether the selection indexes have changed.
displayGroupDidChangeSelectedObjects(EODisplayGroup) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group's set of selected objects has changed, regardless of whether the selection indexes have changed.
displayGroupDidChangeSelection(WODisplayGroup) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group's selection has changed.
displayGroupDidChangeSelection(EODisplayGroup) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group's selection has changed.
displayGroupDidDeleteObject(WODisplayGroup, Object) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group has deleted eo.
displayGroupDidDeleteObject(EODisplayGroup, Object) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group has deleted eo.
displayGroupDidFetchObjects(WODisplayGroup, NSArray) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group has fetched objects from its dataSource.
displayGroupDidFetchObjects(EODisplayGroup, NSArray) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group has fetched objects.
displayGroupDidInsertObject(WODisplayGroup, Object) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group has inserted eo.
displayGroupDidInsertObject(EODisplayGroup, Object) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group has inserted eo.
displayGroupDidSetValueForObject(EODisplayGroup, Object, Object, String) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group has altered a property value of eo.
displayGroupDisplayArrayForObjects(WODisplayGroup, NSArray) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to filter and sort group's array of objects to limit which ones get displayed.
displayGroupDisplayArrayForObjects(EODisplayGroup, NSArray) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Invoked from updateDisplayedObjects, this method allows the delegate to filter and sort group's array of objects to limit which ones get displayed.
displayGroupForAspect(String) - Method in class com.webobjects.eointerface.EOAssociation
 
displayGroupKeyForAspect(String) - Method in class com.webobjects.eointerface.EOAssociation
 
displayGroupProviderMethodName() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the key path which is used to retrieve the display group for the reveiver.
displayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EOAssociationController
 
displayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
displayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EORangeValueController
 
DisplayGroupProviderMethodNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
displayGroupSelectionsAllowEnabled() - Method in class com.webobjects.eointerface.EOActionAssociation
Deprecated. Returns whether or not the set of selected items in the action display group allows for this association to perform its action.
displayGroupSelectionsAllowEnabled() - Method in class com.webobjects.eointerface.EOActionInsertionAssociation
Returns whether or not the set of selected items in the action display group allows for this association to perform its action.
displayGroupSelectionsAllowEnabled() - Method in class com.webobjects.eointerface.EOActionWidgetAssociation
Evaluates whether the state of the association's display groups should allow the association to be enabled.
displayGroupShouldChangeSelection(EODisplayGroup, NSArray) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent a change in selection by group.
displayGroupShouldChangeSelectionToIndexes(WODisplayGroup, NSArray) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to prevent a change in selection by group.
displayGroupShouldDeleteObject(WODisplayGroup, Object) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to prevent group from deleting eo.
displayGroupShouldDeleteObject(EODisplayGroup, Object) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent group from deleting eo.
displayGroupShouldDisplayAlert(WODisplayGroup, String, String) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Deprecated. No longer important for WebObjects applications. No user code should depend upon this, and any references to this method may be eliminated freely.
displayGroupShouldDisplayAlert(EODisplayGroup, String, String) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent group from displaying an attention panel with title and message.
displayGroupShouldFetch(WODisplayGroup) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to prevent group from fetching.
displayGroupShouldFetch(EODisplayGroup) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent group from fetching.
displayGroupShouldInsertObject(WODisplayGroup, Object, int) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to prevent group from inserting eo at index.
displayGroupShouldInsertObject(EODisplayGroup, Object, int) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent group from inserting anObject at index.
displayGroupShouldRedisplay(EODisplayGroup, NSNotification) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Invoked whenever group receives an ObjectsChangedInEditingContextNotification, this method allows the delegate to suppress redisplay based on the nature of the change that has occurred.
displayGroupShouldRefetch(EODisplayGroup, NSNotification) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Invoked whenever group receives an InvalidatedAllObjectsInStoreNotification, this method allows the delegate to suppress refetching of the invalidated objects.
displayGroupShouldRefetchForInvalidatedAllObjects(WODisplayGroup, NSNotification) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to suppress immediate refetching when the WODisplayGroup's objects have been invalidated.
displayGroupSortOrderings() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the sort orderings to be used with the receiver's display group.
DisplayGroupWillFetchNotification - Static variable in class com.webobjects.appserver.WODisplayGroup
The name for the notification posted during any invocation of WODisplayGroup's fetch method.
DisplayGroupWillFetchNotification - Static variable in class com.webobjects.eointerface.EODisplayGroup
An NSNotification with this name is posted whenever an EODisplayGroup receives a fetch message.
displayItemClicked() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay2
 
displayKey() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
displayKey() - Method in class com.webobjects.woextensions.WOSortOrder
 
displayKey() - Method in class com.webobjects.woextensions.WXSortOrder
 
displayLabelForString(String) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
displayLevelForEvent(EOEvent) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
displayList() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns whether or not the select component appears in the lower half of the edit-relationship page.
displayMode() - Method in class com.webobjects.woextensions.WOAggregateEventRow
 
displayMode() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
displayMode - Variable in class com.webobjects.woextensions.WOEventRow
 
displayNameForKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Provides a means to display a key in the user interface.
displayNameForKeyWhenRelationship() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the name of a property that represents the destination object of the current relationship in the Direct to Web context of the receiver.
displayNameForProperty() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing a user-presentable name for the current property in the Direct to Web context of the component.
displayNameForProperty() - Method in class com.webobjects.directtoweb.D2WContext
Returns a String containing a user-presentable name for the current property.
DisplayNameForPropertyKey - Static variable in class com.webobjects.directtoweb.D2WModel
The display-name-for-property key; the literal "displayNameForProperty".
displayNameForRelationshipKey() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns a String containing a user-presentable name for the relationship edited by the receiver.
displayNew() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns whether or not the edit component appears in the lower half of the edit-relationship page.
displayNextBatch() - Method in class com.webobjects.appserver.WODisplayGroup
Increments the current batch index, displays that batch of objects, and clears the selection.
displayPattern() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
DisplayPatternParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
displayPreviousBatch() - Method in class com.webobjects.appserver.WODisplayGroup
Decrements the current batch index, displays that batch of objects, and clears the selection.
displayPropertyKeys() - Method in class com.webobjects.directtoweb.D2WComponent
Returns an NSArray containing the keys (Strings) for all visible properties of the current entity in the components Direct to Web context.
DisplayPropertyKeysKey - Static variable in class com.webobjects.directtoweb.D2WModel
The display-property-keys key; the literal "displayPropertyKeys".
displayQuery() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns whether or not the query component appears in the lower half of the edit-relationship page.
displayQueryAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks Search.
displaysLabelInWidget() - Method in class com.webobjects.eogeneration.EOCheckBoxController
 
DisplaysLabelInWidgetParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
displayString() - Method in class com.webobjects.directtoweb.D2WQueryBoolean
This method is intentionally undocumented.
displayStringForItem() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
displayValueAspect() - Method in class com.webobjects.eointerface.EOPickTextAssociation
This method returns null since the corresponding text widget is not used to display values, but to filter rows in a display group.
displayValueAspect() - Method in class com.webobjects.eointerface.EOValueAssociation
 
displayValueForValue(Object) - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
Formats a data value for display (potentially using a Formatter object as defined in subclasses).
displayValueForValue(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Formats a data value for display (using a Format object, if available).
displayValueFromURL(String) - Method in class com.webobjects.eointerface.EOTextAssociation
This method returns a String value loaded from the URL specified.
displayValueFromURL(String) - Method in class com.webobjects.eointerface.EOValueAssociation
When the Association stores a URL rather than the data the URL references, this method is used to obtain (load) the data pointed to by the URL.
disposableRegistry() - Method in class com.webobjects.eoapplication.EOArchive
Returns the disposable registry for the objects loaded from the archive.
disposableRegistry() - Method in class com.webobjects.eoapplication.EOController
Returns the receiver's disposable registry.
dispose() - Method in class com.webobjects.appserver.WODisplayGroup
 
dispose() - Method in class com.webobjects.eoaccess.EODatabase
Conformance to NSDisposable.
dispose() - Method in class com.webobjects.eoaccess.EODatabaseContext
Conformance to NSDisposable.
dispose() - Method in class com.webobjects.eoaccess.EOModel
Conformance to NSDisposable.
dispose() - Method in class com.webobjects.eoapplication.EOActionTrigger
 
dispose() - Method in class com.webobjects.eoapplication.EOActionWidgetController
dispose() - Method in class com.webobjects.eoapplication.EOApplication
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EOComponentController
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EOController
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EODefaults
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EODocumentController
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EOEntityController
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EOFrameController
dispose() - Method in class com.webobjects.eoapplication.EOInspectorController
dispose() - Method in class com.webobjects.eoapplication.EOMenuSwitchController
dispose() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
dispose() - Method in class com.webobjects.eoapplication.EOSwitchController
dispose() - Method in class com.webobjects.eoapplication.EOWindowController
Called when this controller isn't needed anymore.
dispose() - Method in class com.webobjects.eoapplication.EOWindowObserver
dispose() - Method in class com.webobjects.eocontrol.EOEditingContext
 
dispose() - Method in class com.webobjects.eocontrol.EOObjectStore
 
dispose() - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
 
dispose() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
dispose() - Method in class com.webobjects.eodistribution.EODistributionContext
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eogeneration.EOAssociationController
 
dispose() - Method in class com.webobjects.eogeneration.EOControllerFactory
 
dispose() - Method in class com.webobjects.eogeneration.EOEditingController
 
dispose() - Method in class com.webobjects.eogeneration.EOQueryController
 
dispose() - Method in class com.webobjects.eogeneration.EORangeValueController
 
dispose() - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
dispose() - Method in class com.webobjects.eogeneration.EOWidgetController
 
dispose() - Method in class com.webobjects.eointerface.EOAssociation
Clears all references this association has to other objects, especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EODisplayGroup
Clears all references this association has to other objects especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EOMasterDetailAssociation
Clears all references this association has to other objects, especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EOTableAssociation
Clears all references this association has to other objects especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EOTextAssociation
Clears all references this association has to other objects especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EOWidgetAssociation
Clears all references this association has to other objects especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Clears all references this plugin has to other objects especially its display object and EOAssociation.
dispose() - Method in class com.webobjects.eointerface.swing.EOControlActionAdapter
Releases all resources used by this object and ensures that it becomes available for garbage collection.
dispose() - Method in class com.webobjects.eointerface.swing.EOFormCell
Releases all resources used by this object and ensures that it becomes available for garbage collection.
dispose() - Method in class com.webobjects.eointerface.swing.EOTable
Releases all resources used by this object and ensures that it becomes available for garbage collection.
dispose() - Method in class com.webobjects.eointerface.swing.EOView
Releases all resources used by this object and ensures that it becomes available for garbage collection.
dispose() - Method in interface com.webobjects.foundation.NSDisposable
Invoked when the receiver should prepare itself for destruction.
dispose() - Method in class com.webobjects.foundation.NSDisposableRegistry
Conformance to NSDisposable.
dispose() - Method in class com.webobjects.foundation.NSUndoManager
Conformance to NSDisposable.
disposeActionMenu(JComboBox) - Static method in class com.webobjects.eoapplication.EOActionWidgets
disposeActionWidgets() - Method in class com.webobjects.eoapplication.EOActionButtonsController
disposeActionWidgets() - Method in class com.webobjects.eoapplication.EOActionMenuController
disposeActionWidgets() - Method in class com.webobjects.eoapplication.EOActionWidgetController
disposeAssociations() - Method in class com.webobjects.eogeneration.EOActionController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EOAssociationController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EORangeValueController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EOTitlesController
 
disposeButton(JButton) - Static method in class com.webobjects.eoapplication.EOActionWidgets
disposeButtonRow(JComponent) - Static method in class com.webobjects.eoapplication.EOActionWidgets
disposeIfDeactivated() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
DisposeIfDeactivatedParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
disposeIfNoSourceRegistered() - Method in class com.webobjects.foundation.NSUndoManager
 
disposeIfTransient() - Method in class com.webobjects.eoapplication.EOController
Disposes the receiver if it's transient, first removing it from its supercontroller with removeTransientSubcontroller If the receiver's supercontroller is non-null, this method also attempts to dispose of the supercontroller if it's transient.
disposeIfTransient() - Method in class com.webobjects.eogeneration.EOActionController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EOAssociationController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EOEditingController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EORangeValueController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EOTextFieldController
 
disposeMenuBar(JMenuBar) - Static method in class com.webobjects.eoapplication.EOActionWidgets
distantAttribute(String, EOEntity) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
DistantFuture - Static variable in class com.webobjects.foundation.NSTimestamp
An NSTimestamp that represents a date in the distant future (in terms of centuries).
distantFuture() - Static method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use NSTimestamp.DistantFuture instead
DistantPast - Static variable in class com.webobjects.foundation.NSTimestamp
An NSTimestamp that represents a date in the distant past (in terms of centuries).
distantPast() - Static method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use NSTimestamp.DistantPast
distantRelationship(String, EOEntity) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
distributionChannel() - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Returns the distribution channel used by the distributed object store.
distributionChannelShouldThrowIOException(EODistributionChannel, IOException) - Method in interface com.webobjects.eodistribution.client.EODistributionChannel.Delegate
Gives the delegate an opportunity to handle an I/O exception which occured while communicating with the server.
distributionChannelShouldThrowServerException(EODistributionChannel, Throwable, String, String) - Method in interface com.webobjects.eodistribution.client.EODistributionChannel.Delegate
Gives the delegate an opportunity to handle an exception that occured on the server side.
distributionChannelWillReadFromStream(EODistributionChannel, InputStream) - Method in interface com.webobjects.eodistribution.client.EODistributionChannel.Delegate
Gives the delegate an opportunity to decrypt data received from the server.
distributionChannelWillWriteToStream(EODistributionChannel, OutputStream) - Method in interface com.webobjects.eodistribution.client.EODistributionChannel.Delegate
Gives the delegate an opportunity to encrypt data sent to the server.
distributionContext() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the distribution context used by this component.
distributionContext() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the distribution context used by this component.
distributionContextDidReceiveData(EODistributionContext, NSData) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Gives the delegate an opportunity to decrypt data sent from the client.
DistributionContextInstantiatedNotification - Static variable in class com.webobjects.eodistribution.EODistributionContext
The name of the notification sent when a distribution context is instantiated.
DistributionContextKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the distributionContext binding.
DistributionContextKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the distributionContext binding.
distributionContextsForSession(WOSession) - Static method in class com.webobjects.eodistribution.EODistributionContext
Returns a array of distribution contexts for a session.
distributionContextShouldAllowAccessToClassDescription(EODistributionContext, EOClassDescription) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether the client application of this distribution context should have access to a class description or not.
distributionContextShouldAllowInvocation(EODistributionContext, Object, NSSelector, Object[]) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether a remote method invocation to object should be allowed for the client application of this distribution context or not.
distributionContextShouldFetchObjectsWithFetchSpecification(EODistributionContext, EOFetchSpecification) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether the client application of this distribution context should be permitted to execute a fetch with a fetch specification.
distributionContextShouldFetchObjectWithGlobalID(EODistributionContext, EOGlobalID, EOClassDescription) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether the client application of this distribution context should be permitted to fire a fault for a global ID.
distributionContextShouldFollowKeyPath(EODistributionContext, String) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether a remote method invocation to the object identified by keyPath (which is relative to the invocation target of the distribution context) should be allowed for the client application of this distribution context or not.
distributionContextShouldSave(EODistributionContext, EOEditingContext) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether the client application of this distribution context should be permitted to save the state of the editing context editingContext (which is the editing context of the distribution context).
distributionContextWillSendData(EODistributionContext, NSData) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Gives the delegate an opportunity to encrypt data sent to the client.
doConfigureEngine(AxisEngine) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
DocumentCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Document category.
documentRoot() - Method in class com.webobjects.appserver.WOApplication
Returns the document root for static resources.
DocumentRootProperty - Static variable in class com.webobjects.appserver.WOApplication
 
documents() - Method in class com.webobjects.eoapplication.EOApplication
Returns an array containing the application's visible documents (EODocument controllers).
documentsForGlobalID(EOGlobalID, String) - Method in class com.webobjects.eoapplication.EOApplication
Returns an array containing the application's documents (EODocument controllers) that edit enterprise objects with an entity name matching entityName and a global ID matching globalID.
doEndTag() - Method in class com.webobjects.jspservlet.WOComponentTag
Standard method to end the tag.
doEndTag() - Method in class com.webobjects.jspservlet.WODirectActionTag
Standard method to end the tag.
doesBusyRunOnce() - Method in class com.webobjects.appserver.WOAdaptor
Deprecated. This method will never be called and should not be used or overridden.
doesContain(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Returns true if the receiver contains other, false if it doesn't.
doesContain(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Returns true if receiver contains right, false if it doesn't.
doesGenerateCompleteURLs() - Method in class com.webobjects.appserver.WOContext
Return the value of teh Generate complete URLs variable
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.webobjects.jspservlet.WOServletAdaptor
Method for GET requests.
domain() - Method in class com.webobjects.appserver.WOCookie
Cookies for a specific domain (such as apple.com) are sent only when accessing URLs in that domain.
domainForIDCookies() - Method in class com.webobjects.appserver.WOSession
Returns the path that will be used when creating the rendevous cookie for the application to use with the cookie mechanism for storing session and instance IDs This path is lazily created the first time this method is called using the current request's adaptorPrefix and the application name, including the .woa extension.
Done() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
DONT_SEND - Static variable in class com.webobjects.appserver.WOMailDelivery
Constant for passing as sendNow parameter to composeComponentEmail and composePlainTextEmail.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.webobjects.jspservlet.WOServletAdaptor
Method for POST requests.
doStartTag() - Method in class com.webobjects.jspservlet.WOBindingTag
Standard method to start using the tag.
doStartTag() - Method in class com.webobjects.jspservlet.WOComponentTag
Standard method to start using the tag.
doStartTag() - Method in class com.webobjects.jspservlet.WODirectActionTag
Standard method to start using the tag.
doStartTag() - Method in class com.webobjects.jspservlet.WOExtraHeaderTag
Standard method to start using the tag.
doStartTag() - Method in class com.webobjects.jspservlet.WOFormValueTag
Standard method to start using the tag.
DOUBLE_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Double element tag name.
doubleForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty and convert the property to a double.
down() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
downloadClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns an array of classes to be downloaded to desktop application clients before they start.
downloadClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns an array of classes to be downloaded to desktop application clients before they start.
DownloadClientClassesKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the downloadClientClasses binding.
DownloadClientClassesKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the downloadClientClasses binding.
downloadClientClassURLs() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns an array of URLs to downloaded client classes for desktop application clients.
downloadClientClassURLs() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns an array of URLs to downloaded client classes for desktop application clients.
DownloadClientClassURLsKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the downloadClientClassURLs binding.
DownloadClientClassURLsKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the downloadClientClassURLs binding.
DriverKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Key labeling the JDBC driver class name in the connection dictionary.
driverName() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the JDBC driver's name.
DriverNameKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
DriverVersionKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
dropDatabase() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
DropDatabaseKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to drop a database.
dropDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Generates and returns an array of EOSQLExpressions that define the SQL statements to drop a database or user that is accessed by the provided connectionDictionary and administrativeConnectionDictionary.
dropDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns null.
dropDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
dropDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
dropDatabaseWithAdministrativeConnectionDictionary(NSDictionary) - Method in class com.webobjects.eoaccess.EOAdaptor
Uses the administrative login information to drop the database defined by the administrativeConnectionDictionary.
dropIndexes() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
DropIndexesKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to drop the indexes.
dropIndexExpressionsForEntity(EOEntity, EOEntityIndex, EOEntity) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
dropIndexStatementForEntity(EOEntity, String, String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
dropIndexStatementForEntity(EOEntity, String, String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
dropIndexStatementsForEntityGroup(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
 
dropIndexStatementsForEntityGroup(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
dropIndexStatementsForEntityGroups(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
 
dropIndexStatementsForEntityGroups(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
dropPrimaryKeySupport() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
DropPrimaryKeySupportKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to drop primary key support.
dropPrimaryKeySupportStatementsForEntityGroup(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the primary key generation support for entityGroup, or null if primary key generation is not supported.
dropPrimaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns null.
dropPrimaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the primary key generation support for all the entities in each of the the entity groups in entityGroups.
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the primary key generation support for all the entities in each of the the entity groups in entityGroups.
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn.DerbySynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseSynchronizationFactory
 
dropTables() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
DropTablesKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to drop tables.
dropTableStatementsForEntityGroup(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the table identified by entityGroup.
dropTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the table identified by entityGroup.
dropTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
dropTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftSynchronizationFactory
 
dropTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
dropTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseSynchronizationFactory
 
dropTableStatementsForEntityGroups(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the tables for all the entity groups in entityGroups.
dropTableStatementsForEntityGroups(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the tables for all the entity groups in entityGroups.
DTWAddToPbUtils - Class in com.webobjects.directtoweb.generation
 
DTWAddToPbUtils() - Constructor for class com.webobjects.directtoweb.generation.DTWAddToPbUtils
 
DTWGeneration - Interface in com.webobjects.directtoweb.generation
 
DTWString - Class in com.webobjects.directtoweb.generation
 
DTWString() - Constructor for class com.webobjects.directtoweb.generation.DTWString
 
DTWTemplate - Class in com.webobjects.directtoweb.generation
 
DTWTemplate() - Constructor for class com.webobjects.directtoweb.generation.DTWTemplate
 
dummyEntity() - Method in class com.webobjects.directtoweb.ServerSideSettings
 
DummyTrueKey - Static variable in class com.webobjects.directtoweb.D2WModel
The dummy-true key; the literal "dummyTrue"; for a rule without pre-conditions.
dummyTrueQualifier - Static variable in class com.webobjects.directtoweb.ServerSideSettings
 
duration() - Method in class com.webobjects.eocontrol.EOEvent
Returns the duration of the receiver in milliseconds or 0 if the event is atomic (not a branch event) or if the branch is not yet closed.
durationOfEvent(EOEvent) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
durationWithoutSubevents() - Method in class com.webobjects.eocontrol.EOAggregateEvent
Gets the the sum of all of the aggregated events'durations excluding the receivers subevents.
durationWithoutSubevents() - Method in class com.webobjects.eocontrol.EOEvent
Returns the duration of the receiver in milliseconds, not including the time spent in its subevents (if any).
DYNAMIC_ATTRIBUTE_PREFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
 
DYNAMIC_ATTRIBUTE_SUFFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
 
dynamicAttributePrefix() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
 
dynamicAttributeSuffix() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
 
dynamicElement(NSDictionary, NSArray) - Method in class com.webobjects.appserver.parser.WOHTMLWebObjectTag
 
dynamicElementWithName(String, NSDictionary, WOElement, NSArray) - Method in class com.webobjects.appserver.WOApplication
Creates and returns a WOElement object based on the element's name, a dictionary of associations, and a template of WOElements.
dynamicPage() - Method in class com.webobjects.directtoweb.D2WContext
Returns the value of the current named configuration
DynamicPageKey - Static variable in class com.webobjects.directtoweb.D2WModel
The dynamic page key; the literal "pageConfiguration".
dynamicPages() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
dynamicPages() - Method in class com.webobjects.directtoweb.D2WModel
Gets a list of all the dynamic pages found in the model.
dynamicPagesInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the set of names of dynamic pages involved.

E

earlierTimestamp(NSTimestamp) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use before instead
editability() - Method in class com.webobjects.eoapplication.EODocumentController
 
editability() - Method in interface com.webobjects.eoapplication.EOEditable
Returns the editability of the receiver.
editability() - Method in class com.webobjects.eogeneration.EOAssociationController
 
editability() - Method in class com.webobjects.eogeneration.EORangeValueController
 
EditabilityParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
editableTextBackgroundColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for the background of editable text fields.
editAction() - Method in class com.webobjects.directtoweb.D2WInspectPage
This action method executes when the user clicks Edit in an inspect page.
EditCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Edit category.
EditComponent - Class in com.webobjects.directtoweb
This class is used internally by other classes in WebObjects and should be considered private.
EditComponent(WOContext) - Constructor for class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
editedDocuments() - Method in class com.webobjects.eoapplication.EOApplication
Returns an NSArray containing the application's documents (EODocument controllers) that are edited (and not saved).
editingAssociation() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the editing association
editingColumnIndex() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for the column currently being edited.
editingColumnIndex() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns the column being edited.
editingContext() - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Returns the current EOEditingContext associated with this fault handler.
editingContext() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the EOEditingContext into which objects from this data source are fetched.
editingContext() - Method in class com.webobjects.eoapplication.EOEntityController
Conformance to EOObjectDisplay.
editingContext() - Method in interface com.webobjects.eoapplication.EOObjectDisplay
Returns the editing context the receiver uses to manage the graph of its enterprise objects.
editingContext() - Method in class com.webobjects.eocontrol.EOArrayDataSource
Returns the receiver's editing context.
editingContext() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the editing context that contains the receiver or null if none is set.
editingContext() - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to return the receiver's EOEditingContext.
editingContext() - Method in class com.webobjects.eocontrol.EODetailDataSource
Returns the editing context of the master data source, or null if there is not one
editingContext() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the EOEditingContext that holds the receiver.
editingContext() - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
editingContext() - Method in class com.webobjects.eodistribution.EODistributionContext
Returns the editing context used by the distribution context.
editingContext() - Method in class com.webobjects.webservices.generation.WOOperation
Returns this operation's EOEditingContext
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Invoked when the editing context context is no longer using the object corresponding to gid.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eocontrol.EOEditingContext
Invoked to inform the EOObjectStore that it can stop keeping data about an object it passed to a child.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eocontrol.EOObjectStore
Invoked to inform the object store that it can stop keeping data about an object it passed to a child.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Invoked to inform the object store that it can stop keeping data about an object it passed to a child.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Invoked if a child editing context forgot an object to clear out the snapshots.
editingContextDidMergeChanges(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Invoked once after a batch of objects has been updated in anEditingContext's parent object store (in response to an ObjectsChangedInStoreNotification).
editingContextDidSaveChanges(NSNotification) - Method in class com.webobjects.directtoweb.D2WListPage
Handles notifications when the editing context did save changes.
EditingContextDidSaveChangesNotification - Static variable in class com.webobjects.eocontrol.EOEditingContext
This notification is broadcast after changes are saved to the EOEditingContext's parent EOObjectStore.
EditingContextFlushChangesRunLoopOrdering - Static variable in class com.webobjects.eocontrol.EOEditingContext
Messages with lower order numbers are processed before messages with higher order numbers.
editingContextForContext(WOContext) - Static method in class com.webobjects.webservices.generation.WOServiceUtilities
Returns an EOEditingContext based on information in context.
editingContextForDeserialization(String, EOGlobalID) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Returns the current Session's EOEditingContext if the request has a session.
editingContextForDeserialization(String, EOGlobalID) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The default implementation returns EOEditingContext.substitutionEditingContext() If that is null it creates a new one and sets it as the substitution editing context.
editingContextPresentErrorMessage(EOEditingContext, String) - Method in class com.webobjects.appserver.WODisplayGroup
Deprecated. Use NSLog instead. No user code should implement or depend upon this.
editingContextPresentErrorMessage(EOEditingContext, String) - Method in interface com.webobjects.eocontrol.EOEditingContext.MessageHandler
Invoked by context, this method should present message to the user in whatever way is appropriate (whether by opening an attention panel or printing the message in a terminal window, for example).
editingContextPresentErrorMessage(EOEditingContext, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by editingContext as part of the EOEditingContext.MessageHandlers interface, this method presents an attention panel with message as the message to display.
editingContextProviderMethodName() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the key path which is used to retrieve the editing context for the reveiver.
EditingContextProviderMethodNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
editingContextShouldContinueFetching(EOEditingContext, int, int, EOObjectStore) - Method in interface com.webobjects.eocontrol.EOEditingContext.MessageHandler
Invoked by objectStore (such as an EOAccess layer EODatabaseContext) to allow the message handler for context (often an interface layer EODisplayGroup) to prompt the user about whether or not to continue fetching the current result set.
editingContextShouldContinueFetching(EOEditingContext, int, int, EOObjectStore) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by editingContext as part of the EOEditingContext.MessageHandlers interface, this method presents an attention panel prompting the user about whether or not to continue fetching the current result set.
editingContextShouldFetchObjects(EOEditingContext, EOFetchSpecification) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Invoked from objectsWithFetchSpecification, if the delegate has appropriate results cached it can return them and the fetch will be bypassed.
editingContextShouldInvalidateObject(EOEditingContext, EOEnterpriseObject, EOGlobalID) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent when an object identified by globalID has been explicitly invalidated.
editingContextShouldMergeChangesForObject(EOEditingContext, EOEnterpriseObject) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
When an ObjectsChangedInStoreNotification is received, anEditingContext invokes this method in its delegate once for each of the objects that has both uncommitted changes and an update from the EOObjectStore.
editingContextShouldPresentException(EOEditingContext, Throwable) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent whenever an exception is caught by an EOEditingContext.
editingContextShouldUndoUserActionsAfterFailure(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent when a validation error occurs while processing a processRecentChanges message.
editingContextShouldValidateChanges(EOEditingContext) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
editingContextShouldValidateChanges(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent when an EOEditingContext receives a saveChanges message.
editingContextWillSaveChanges(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent when an EOEditingContext receives a saveChanges message.
editingContextWillSaveChanges(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Editor
Invoked by context in its saveChanges method, this method allows the editor to flush any pending edits and, if necessary, prohibit a save operation.
editingContextWillSaveChanges(EOEditingContext) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by editingContext in its saveChanges method as part of the EOEditors informal protocol, this method allows the EODisplayGroup to prohibit a save operation.
editingRowIndex() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for the row currently being edited.
editingRowIndex() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns the index of the row being edited
editingTableColumnAssociation() - Method in class com.webobjects.eointerface.EOTableAssociation
If a field in the table is being edited, this method will return the column assocaition for the table column of the edited field.
editingTableColumnAssociation() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Returns the EOTableColumnAssociation that's bound to the column being edited (the column is cached in EOColumnEditor's implementation of shouldSelectCell and getTableCellEditorComponent).
editObjectAction() - Method in class com.webobjects.directtoweb.D2WListPage
Is invoked when the user clicks the edit button next to an object on the list page.
editorComponent() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Returns the receiver's editor Component -- a user interface control that implements the editing mechanism.
editorControllerWithEntity(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
editorForAssociation(EOTableColumnAssociation) - Method in interface com.webobjects.eointerface.swing.EOSwingTableColumnPlugin.TableColumnCustomizer
Returns an EOColumnEditor which will be used as a TableCellEditor for this column.
editorHasChangesForEditingContext(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Editor
Invoked by context, this method should return true if the editor has any unapplied edits that need to be saved and false if it does not.
editorHasChangesForEditingContext(EOEditingContext) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by anEditingContext as part of the EOEditors interface, this method returns false if any association is editing, true otherwise.
editors() - Method in class com.webobjects.directtoweb.D2WModel
Gets the editors.
editors() - Method in class com.webobjects.eocontrol.EOEditingContext
Returns this EOEditingContext's list of editors.
editorsHaveChanges() - Method in class com.webobjects.eocontrol.EOEditingContext
 
EditorTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
editPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns an edit page (a WOComponent object implementing the EditPageInterface) for the entity identified by entityName.
editPageForNewObjectWithConfigurationNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Creates a new object and returns an edit page as a WOComponent implementing the EditPageInterface.
editPageForNewObjectWithEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Creates a new object and returns an edit page as a WOComponent implementing the EditPageInterface.
EditPageInterface - Interface in com.webobjects.directtoweb
This interface is implemented by pages returned by the D2W method editPageForEntityNamed.
editRelationship() - Method in class com.webobjects.directtoweb.D2WEditToOneFault
Provides the action for a WOImageButton.
EditRelationship - Class in com.webobjects.directtoweb
The EditRelationship class provides an implementation of the replacementAssociationForAssociation method to components that implement the editing of relationships.
EditRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.EditRelationship
Creates an instance of EditRelationship with the specified context.
editRelationshipPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns an edit-relationship page as a WOComponent implementing the EditRelationshipPageInterface for the entity identified by entityName.
EditRelationshipPageInterface - Interface in com.webobjects.directtoweb
This interface is implemented by pages returned by the D2W method editRelationshipPageForEntityNamed.
editValues() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the action for a WOImageButton.
ELEMENT_NAME_ASSOCIATION - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLGenericElementGenerator
 
elementAttributesForKeyPath(EOEnterpriseObject, String) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The default implementation returns null which indicates that the SOAP-XML engine should fill in its own defaults for the element attributes.
elementID() - Method in class com.webobjects.appserver.WOContext
Returns an element ID.
elementID - Variable in class com.webobjects.directtoweb.DarwinShadow
 
elementNameForKeyPath(EOEnterpriseObject, String) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The default implementation just returns the keyPath argument.
embeddedComponentResponse(String, Map, Map, PageContext, boolean, boolean) - Static method in class com.webobjects.jspservlet.WOServletAdaptor
 
embeddedComponentResponse(String, Map, Map, HttpServletRequest, HttpServletResponse, HttpServlet, boolean, boolean) - Static method in class com.webobjects.jspservlet.WOServletAdaptor
Returns a String representing the generated content for a given WOComponent with name.
embeddedDirectActionResponse(String, String, Map, InputStream, Map, PageContext, boolean, boolean) - Static method in class com.webobjects.jspservlet.WOServletAdaptor
 
embeddedDirectActionResponse(String, String, Map, InputStream, Map, HttpServletRequest, HttpServletResponse, HttpServlet, boolean, boolean) - Static method in class com.webobjects.jspservlet.WOServletAdaptor
Returns a String representing the generated content for a given direct action with actionName.
EmptyArray - Static variable in class com.webobjects.foundation.NSArray
A constant representation of an empty array.
emptyArray() - Static method in class com.webobjects.foundation.NSArray
Returns the empty NSArray (immutable).
EmptyData - Static variable in class com.webobjects.foundation.NSData
An empty data object, which can be shared to save memory.
EmptyDescription - Static variable in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
EmptyDescription - Static variable in class com.webobjects.eoaccess.synchronization.EOSchemaForeignKeyConstraintDescription
 
EmptyDescription - Static variable in class com.webobjects.eoaccess.synchronization.EOSchemaIndexDescription
 
EmptyDescription - Static variable in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
EmptyDictionary - Static variable in class com.webobjects.foundation.NSDictionary
A NSDictionary instance containing no entries which may be shared.
emptyDictionary() - Static method in class com.webobjects.foundation.NSDictionary
Returns the empty NSDictionary (immutable).
EmptySet - Static variable in class com.webobjects.foundation.NSSet
A shared NSSet instance containing no members.
emptySet() - Static method in class com.webobjects.foundation.NSSet
Returns the empty NSSet (immutable).
enable_tracing() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
enableActionNamed(String) - Method in class com.webobjects.eoapplication.EOController
Enables the action method actionName and resets the receiver's actions.
enabledActions() - Method in class com.webobjects.eoapplication.EOController
Returns an array of the receiver's actions which are not explicitly disabled.
EnabledAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Enabled aspect
enabledDisplayGroup() - Method in class com.webobjects.eogeneration.EOAssociationController
 
enabledDisplayGroup() - Method in class com.webobjects.eogeneration.EORangeValueController
 
enabledDisplayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EOAssociationController
 
enabledDisplayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EORangeValueController
 
EnabledDisplayGroupProviderMethodNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
enabledKey() - Method in class com.webobjects.eogeneration.EOAssociationController
 
enabledKey() - Method in class com.webobjects.eogeneration.EORangeValueController
 
EnabledKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
enabledToSetSelectedObjectValueForKey(String) - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true to indicate that a single value association (such as an EOTextFieldAssociation for a JTextField) should be enabled for setting key, false otherwise.
enableObserverNotification() - Static method in class com.webobjects.eocontrol.EOObserverCenter
Counters a prior suppressObserverNotification message.
enableReferenceForString() - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Enables the use of references for repeated Strings in XML output.
enableReferenceForString() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
enableSaveOnlyIfEdited() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether Save actions should only be enabled if a document is edited.
enableUndoRegistration() - Method in class com.webobjects.foundation.NSUndoManager
Enables the recording of undo operations.
encodeBool(boolean, String) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Archives the boolean value under the key key.
encodeBoolean(boolean) - Method in class com.webobjects.foundation.NSCoder
Encodes a boolean value.
encodeBooleanForKey(boolean, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes a boolean value into XML data.
encodeByte(byte) - Method in class com.webobjects.foundation.NSCoder
Encodes a byte value.
encodeBytes(byte[]) - Method in class com.webobjects.foundation.NSCoder
Encodes an array of bytes.
encodeChar(char) - Method in class com.webobjects.foundation.NSCoder
Encodes a character value.
encodeClass(Class) - Method in class com.webobjects.foundation.NSCoder
Encodes a class.
encodedClassName() - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
encodeDouble(double) - Method in class com.webobjects.foundation.NSCoder
Encodes a double value.
encodeDoubleForKey(double, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes a double value into XML data.
encodeFloat(float) - Method in class com.webobjects.foundation.NSCoder
Encodes a float value.
encodeFloatForKey(float, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes a float value into XML data.
encodeInt(int, String) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Archives the integer value under the key key.
encodeInt(int) - Method in class com.webobjects.foundation.NSCoder
Encodes an integer value.
encodeIntForKey(int, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes an integer value into XML data.
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOAttribute
Encodes the receiver as a property list.
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOEntity
Encodes the receiver as a property list.
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOEntityIndex
 
encodeIntoPropertyList(NSMutableDictionary) - Method in interface com.webobjects.eoaccess.EOPropertyListEncoding
Encodes the receiver as a property list.
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EORelationship
 
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Encodes the definitions of this EOStoredProcedure into a property list.
encodeLong(long) - Method in class com.webobjects.foundation.NSCoder
Encodes a long value.
encodeObject(Object, String) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Archives the object object in place under the key key.
encodeObject(Object) - Method in class com.webobjects.foundation.NSCoder
Encodes an object.
encodeObjectForKey(Object, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes an object into XML data.
encodeObjectInTag(String, String, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
encodeObjects(Object[]) - Method in class com.webobjects.foundation.NSCoder
Encodes an array of objects.
encodeObjectWithCoder(EOEnterpriseObject, NSCoder) - Static method in class com.webobjects.eocontrol.EOEditingContext
Invoked by an EOEnterpriseObject object to ask the EOEditingContext to encode object using encoder.
encodeReferenceInTag(int, String, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
encodeReferenceToObject(Object, String) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Archives the object object with a special reference (placeholder) under the key key.
encodeRootObjectForKey(Object, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes an object so that it becomes the root element for the generated XML data.
encodeShort(short) - Method in class com.webobjects.foundation.NSCoder
Encodes a short value.
encodeStringInTag(String, String, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
encodeTableOfContentsIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOModel
Encodes the receiver into result.
encodeWebAssistantRulesWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.D2WModel
Encodes the Web Assistant rules with the specified key-value archiver.
encodeWithCoder(NSCoder) - Method in class com.webobjects.appserver.WODisplayGroup
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Conformance to NSCoding.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOAndQualifier
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOKeyGlobalID
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EONotQualifier
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOOrQualifier
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOQualifierVariable
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOSortOrdering
Conformance to NSCoding.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOTemporaryGlobalID
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.eodistribution.client.EOAttribute
Encodes the information defining this EOAttribute into the given coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Encodes (stores) the defining values of this EODistributedClassDescription object into the given coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eodistribution.client.EORelationship
Encodes this object (its defining values) into the specified NSCoder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSArray
 
encodeWithCoder(NSCoder) - Method in interface com.webobjects.foundation.NSCoding
Encodes the receiver using coder.
encodeWithCoder(Object, NSCoder) - Method in class com.webobjects.foundation.NSCoding.Support
Implemented by subclasses to encode an object receiver of a specific type using NSCoder coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSData
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSDictionary
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSKeyValueCoding.Null
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSNotification
Encodes the receiver using coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSSet
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSTimestamp
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSTimeZone
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.appserver.WODisplayGroup
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.Assignment
This method is intentionally undocumented.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.BooleanAssignment
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.BooleanQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.D2WModel
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.NonNullQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.Rule
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.ServerSideAction
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Conformance to EOKeyValueArchiving.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOAndQualifier
Conforms to EOKeyValueArchiving.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EODetailDataSource
Provides conformance to EOKeyValueArchiving.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOEditingContext
Deprecated. Use Java Serialization instead.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Archives the receiver's into archiver.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Archives the receiver; provides conformance to the EOKeyValueArchiving interface.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in interface com.webobjects.eocontrol.EOKeyValueArchiving
Asks the receiver to archive its state into the EOKeyValueArchiver archiver.
encodeWithKeyValueArchiver(Object, EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Asks the receiver to archive the state of receiver into the EOKeyValueArchiver archiver.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Archives the receiver's into archiver.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EONotQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOOrQualifier
Conforms to EOKeyValueArchiving.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOQualifierVariable
Conforms to EOKeyValueArchiving.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOSortOrdering
Conformance to EOKeyValueArchiving.
encodeWithWOXMLCoder(WOXMLCoder) - Method in interface com.webobjects.appserver.xml.WOXMLCoding
Encodes this object as XML data using the coder.
encoding() - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Gets the character encoding set previously for the decoding process.
encoding() - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Returns the specified encoding.
endCDATA() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
endColumn - Variable in class com.webobjects.appserver.parser.declaration.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumnNumber - Variable in class com.webobjects.appserver.parser.woml.WOMLPosition
 
endCurrentTextNode() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
endDocument() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
endDTD() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
endEditing() - Method in class com.webobjects.appserver.WODisplayGroup
Deprecated. No longer important for WebObjects applications. No user code should depend upon this, and any references to this method may be eliminated freely.
endEditing() - Method in class com.webobjects.eoapplication.EOArchiveController
Ensures that all editors of the receiver's display groups end editing (flush current user edits to the enterprise object graph if necessary).
endEditing() - Method in interface com.webobjects.eoapplication.EOComponentController.EndEditing
Ensures that all current edits in the user interface are flushed to the underlying data objects.
endEditing() - Method in class com.webobjects.eoapplication.EOEntityController
Ensures that all editors of the receiver's display groups end editing (flush current user edits to the enterprise object graph if necessary).
endEditing() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
endEditing() - Method in class com.webobjects.eogeneration.EOQueryController
 
endEditing() - Method in class com.webobjects.eogeneration.EOTitlesController
 
endEditing() - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to pass the value of the receiver's display object to the EODisplayGroup, by invoking setValueForAspect with the display object's value and the appropriate aspect (typically value).
endEditing() - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to end any editing taking place.
endEditing() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method will end the editing state, for both the widget(-plugin) and the Association.
endEditing() - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
Asks the plugin to halt editing of its widget in the UI.
endEditing() - Method in class com.webobjects.eointerface.EOValueAssociation
This method will end editing for both the widget plugin and the Association.
endEditing() - Method in class com.webobjects.eointerface.EOValueAssociation.ValuePlugin
Tells the plugin to stop any editing occuring in the UI at the moment.
endEditing() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation
See the endEditing method description in the superclass EOAssociation.
endEditing() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Invoked from cancelCellEditing and stopCellEditing to inform the receiver that it should end editing.
endEditing() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Called to halt editing of this widget.
endEditing() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Called to halt editing of this plugin's widget.
endEditing() - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Cleans out resources after editing has finished, for example removes listeners from the editor component.
endElement(String, String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
endEntity(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
endLine - Variable in class com.webobjects.appserver.parser.declaration.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLineNumber - Variable in class com.webobjects.appserver.parser.woml.WOMLPosition
 
endpoint() - Method in class com.webobjects.webservices.client.WOClientOperation
Returns the URL at which the service is being vended.
endPrefixMapping(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
endUndoGrouping() - Method in class com.webobjects.foundation.NSUndoManager
Marks the end of an undo group.
engineConfiguration() - Method in class com.webobjects.webservices.client.WOWebService
Return the EngineConfiguration used by the underlying Axis service.
engineConfigurationForServiceNamed(String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Return the EngineConfiguration being used by the service named serviceName.
enqueueObserver(EODelayedObserver) - Method in class com.webobjects.eocontrol.EODelayedObserverQueue
Records observer to be sent subjectChanged messages.
ensureAwakeInContext(WOContext) - Method in class com.webobjects.appserver.WOComponent
Ensures that the receiver is awake in the specified context.
ensureMinimumComponentSizeWithoutSubcontrollers(int, int) - Method in class com.webobjects.eoapplication.EOComponentController
Ensures that the size of the receiver's component, not including the subcontroller area, is at least as large as the area specified by width and height.
ensureMinimumSubcontrollerAreaSize(int, int) - Method in class com.webobjects.eoapplication.EOComponentController
Ensures that the size of the receiver's subcontroller area is at least as large as the area specified by width and height.
ensureObjectAwake(Object) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
The order that objects an unarchiver sends awakeFromKeyValueUnarchiver to the unarchived objects is not defined.
enterQueryMode() - Method in class com.webobjects.eointerface.EODisplayGroup
This action method invokes setInQueryMode with an argument of true.
entities() - Method in class com.webobjects.eoaccess.EOModel
Returns an array containing the receiver's entities.
entitiesWithSharedObjects() - Method in class com.webobjects.eoaccess.EOModel
Returns an array of entities that have objects to load into a shared editing context.
entitiesWithSharedObjects() - Method in class com.webobjects.eoaccess.EOModelGroup
Returns an array of entities that have objects to load into a shared editing context.
entity() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the current entity in the Direct to Web context of the receiver.
entity() - Method in class com.webobjects.directtoweb.D2WContext
Returns the setting for the current entity.
entity() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the EOEntity to which the operation will be applied.
entity() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the entity that owns the attribute, or null if this attribute is acting as an argument for a stored procedure.
entity() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the root entity of the receiver.
entity() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the EOEntity that owns to the receiver's enterprise object.
entity() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the entity associated with the receiver.
entity() - Method in class com.webobjects.eoaccess.EOEntityIndex
 
entity() - Method in class com.webobjects.eoaccess.EOProperty
Returns the prent entity of this property
entity() - Method in class com.webobjects.eoaccess.EORelationship
Returns the relationship's entity.
entity() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the receiver's entity.
EntityAssignment - Class in com.webobjects.directtoweb
The EntityAssignment class performs assignment of a key to an object that represents an entity.
EntityAssignment(String, Object) - Constructor for class com.webobjects.directtoweb.EntityAssignment
Creates an instance of EntityAssignment with the specified key path and value.
EntityAssignment(EOKeyValueUnarchiver) - Constructor for class com.webobjects.directtoweb.EntityAssignment
Creates an instance of EntityAssignment based on an EOKeyValueUnarchiver.
entityAtEndOfKeyPath(String, EOEntity) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
entityForClass(EOEditingContext, Class) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the entity associated with the specified class.
entityForObject(EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EODatabase
Searches the receiver's list of registered EOModels and returns the first EOEntity found whose name matches the entity name of object.
entityForObject(EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EOModel
Returns the entity associated with object, whether object is an instance of an Enterprise Object class, an instance of EOGenericRecord, or a fault.
entityForObject(EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EOModelGroup
Returns the EOEntity associated with object from any of the models in the receiver that handle object, or null if none of the models in the receiver handle object.
entityForObject(EOEditingContext, EOEnterpriseObject) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the entity associated with the provided Enterprise Object.
EntityKey - Static variable in class com.webobjects.directtoweb.D2WModel
The entity key.
entityLabel() - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
EntityLoadedNotification - Static variable in class com.webobjects.eoaccess.EOModel
The notification posted after an EOEntity is loaded into memory.
entityName() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the name of the entity displayed by this component.
entityName() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the name of the entity.
entityName() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the name of the entity associated with the receiver.
entityName() - Method in class com.webobjects.eoapplication.EOEntityController
 
entityName() - Method in interface com.webobjects.eoapplication.EOObjectDisplay
Returns the name of the entity of the enterprise objects displayed in the receiver's display group.
entityName() - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to obtain a unique type name for objects of this class.
entityName() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the name of the receiver's entity, or null if it doesn't have one by sending an entityName message to the receiver's EOClassDescription.
entityName() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the name of the receiver's entity, or null if it does not have one.
entityName() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the name of the entity to be fetched.
entityName() - Method in class com.webobjects.eocontrol.EOKeyGlobalID
Returns the name of the entity governing the object identified by the receiver.
entityName() - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the name for this class description.
entityName() - Method in class com.webobjects.eogeneration.EOEditingController
 
entityName - Variable in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
entityNamed(String) - Method in class com.webobjects.eoaccess.EODatabase
Searches the receiver's list of registered EOModels and returns the first EOEntity found with the name entityName.
entityNamed(String) - Method in class com.webobjects.eoaccess.EOModel
Returns the entity named name, or null if no such entity exists in this model.
entityNamed(String) - Method in class com.webobjects.eoaccess.EOModelGroup
Searches each of the EOModels in the receiver for the entity specified by name, and returns the entity, if found, or null if unable to find the specified entity.
entityNamed(EOEditingContext, String) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the entity with the specified name.
entityNameFromPage(WOComponent) - Static method in class com.webobjects.directtoweb.D2W
Returns the name of the entity that the D2WPage manipulates.
entityNameInList - Variable in class com.webobjects.directtoweb.DefaultHeader
Is used as a temporary variable by the Entities WOPopupButton.
entityNameKey - Static variable in class com.webobjects.directtoweb.ServerSideSettings
 
EntityNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the entity name for the current operation
entityNames() - Method in class com.webobjects.eoaccess.EOModel
Returns an array containing the names of the receiver's entities.
EntityParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
entityPrototypeNameForAdaptor(EOAdaptor) - Static method in class com.webobjects.eoaccess.EOModel
 
entityPrototypePlugInNameForAdaptor(EOAdaptor) - Static method in class com.webobjects.eoaccess.EOModel
 
EntitySpecification - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
entityWithEntityAndKeyPath(EOEntity, String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
entityWithEntityAndKeyPath(EOEntity, String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
entrySet() - Method in class com.webobjects.foundation.NSDictionary
 
EOAccessArrayFaultHandler - Class in com.webobjects.eoaccess
EOAccessArrayFaultHandler is a subclass of EOAccessGenericFaultHandler that implements a fault handler for an array of Enterprise Objects.
EOAccessArrayFaultHandler(EOKeyGlobalID, String, EODatabaseContext, EOEditingContext) - Constructor for class com.webobjects.eoaccess.EOAccessArrayFaultHandler
Creates and returns a fault handler initialized with all of the information necessary to fetch the appropriate objects when the fault is fired.
EOAccessFaultHandler - Class in com.webobjects.eoaccess
EOAccessFaultHandler is a subclass of EOAccessGenericFaultHandler that implements an object fault for Enterprise Objects.
EOAccessFaultHandler(EOKeyGlobalID, EODatabaseContext, EOEditingContext) - Constructor for class com.webobjects.eoaccess.EOAccessFaultHandler
Returns a new fault handler with all of the information necessary to fetch the object when the fault is fired.
EOAccessGenericFaultHandler - Class in com.webobjects.eoaccess
EOAccessGenericFaultHandler is an abstract class that helps an EOAccessFault to fire by fetching data using an EODatabaseContext.
EOAccessGenericFaultHandler() - Constructor for class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Default constructor.
EOAccountEvent - Class in com.webobjects.eocontrol
EOAccountEvent class is intended for internal use only.
EOAccountEvent() - Constructor for class com.webobjects.eocontrol.EOAccountEvent
 
EOAction - Class in com.webobjects.eoapplication
EOAction objects are abstract representations of operations the user can invoke from the user interface.
EOAction(String, String, String, Icon, Icon, KeyStroke, int, int) - Constructor for class com.webobjects.eoapplication.EOAction
Constructs a new EOAction as specified by the arguments.
EOAction.ActiveWindowDependentAction - Interface in com.webobjects.eoapplication
If an EOAction object implements the EOAction.ActiveWindowDependentAction interface, it is given the opportunity to update its settings (like the menu accelerator) when the user switches the active window.
EOAction.Enabling - Interface in com.webobjects.eoapplication
The EOAction.Enabling interface defines a method, canPerformActionNamed, which allows an action receiver to specify if an action (sent by an EOAction object) is enabled for the receiver.
EOActionAssociation - Class in com.webobjects.eointerface
Deprecated.  
EOActionAssociation(Object) - Constructor for class com.webobjects.eointerface.EOActionAssociation
Deprecated. Creates a new EOActionAssociation to monitor and update the value in aDisplayObject, typically a button or menu item.
EOActionButtonsController - Class in com.webobjects.eoapplication
EOActionButtonsController() - Constructor for class com.webobjects.eoapplication.EOActionButtonsController
EOActionButtonsController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOActionButtonsController
EOActionController - Class in com.webobjects.eogeneration
 
EOActionController() - Constructor for class com.webobjects.eogeneration.EOActionController
 
EOActionController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOActionController
 
EOActionInsertionAssociation - Class in com.webobjects.eointerface
An EOActionInsertionAssociation object inserts objects from one display group into another.
EOActionInsertionAssociation(Object) - Constructor for class com.webobjects.eointerface.EOActionInsertionAssociation
Creates a new EOActionInsertionAssociation to monitor and update the value in aDisplayObject, typically a button or menu item.
EOActionMenuController - Class in com.webobjects.eoapplication
EOActionMenuController() - Constructor for class com.webobjects.eoapplication.EOActionMenuController
EOActionMenuController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOActionMenuController
EOActionTrigger - Class in com.webobjects.eoapplication
 
EOActionTrigger() - Constructor for class com.webobjects.eoapplication.EOActionTrigger
 
EOActionTrigger(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOActionTrigger
 
EOActionWidgetAssociation - Class in com.webobjects.eointerface
EOActionWidgetAssociation is an abstract superclass for associations that invoke methods on objects in response to an action in a user interface widget
EOActionWidgetAssociation(Object) - Constructor for class com.webobjects.eointerface.EOActionWidgetAssociation
Subclasses should override this contructor to do any custom instance initialization and invoke super's implementation.
EOActionWidgetAssociation.ActionPlugin - Class in com.webobjects.eointerface
ActionPlugin is an abstract superclass for plugins that provide a layer of abstraction between user interface widgets and EOActionWidgetAssociation subclasses.
EOActionWidgetAssociation.ActionPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOActionWidgetAssociation.ActionPlugin
Subclasses should override this constructor to perform any additional setup and then invoke super's implementation.
EOActionWidgetController - Class in com.webobjects.eoapplication
EOActionWidgetController() - Constructor for class com.webobjects.eoapplication.EOActionWidgetController
EOActionWidgetController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOActionWidgetController
EOActionWidgets - Class in com.webobjects.eoapplication
EOActionWidgets() - Constructor for class com.webobjects.eoapplication.EOActionWidgets
 
EOAdaptor - Class in com.webobjects.eoaccess
An EOAdaptor represents a single connection to a database server.
EOAdaptor(String) - Constructor for class com.webobjects.eoaccess.EOAdaptor
Creates and returns a new EOAdaptor with the specified name.
EOAdaptor.Delegate - Interface in com.webobjects.eoaccess
This interface defines a delegate to EOAdaptor to handle specific requests that are normally handled by EOAdaptor (or rather its subclass since EOAdaptor is an abstract class).
EOAdaptorChannel - Class in com.webobjects.eoaccess
EOAdaptorChannel is an abstract class that provides its concrete subclasses with a structure for performing database operations.
EOAdaptorChannel(EOAdaptorContext) - Constructor for class com.webobjects.eoaccess.EOAdaptorChannel
Creates and returns an EOAdaptorChannel with the adaptor context context.
EOAdaptorChannel.Delegate - Interface in com.webobjects.eoaccess
EOAdaptorChannel invokes its delegate for nearly every operation that would affect data in the database server.
EOAdaptorContext - Class in com.webobjects.eoaccess
EOAdaptorContext is an abstract class that provides its concrete subclasses with a structure for handling database transactions.
EOAdaptorContext(EOAdaptor) - Constructor for class com.webobjects.eoaccess.EOAdaptorContext
Returns a new EOAdaptorContext.
EOAdaptorContext.Delegate - Interface in com.webobjects.eoaccess
EOAdaptorContext invokes its delegate any time a transaction is begun, committed, or rolled back.
EOAdaptorOperation - Class in com.webobjects.eoaccess
An EOAdaptorOperation object represents a single primitive operation in a database server (lock, insert, update, or delete a particular row, or execute a stored procedure) as well as all the necessary information required to perform the operation.
EOAdaptorOperation(EOEntity) - Constructor for class com.webobjects.eoaccess.EOAdaptorOperation
Creates and returns a new EOAdaptorOperation, with entity as the entity to which the operation will be applied.
EOAggregateEvent - Class in com.webobjects.eocontrol
An instance of the EOAggregateEvent class is used to aggregate multiple EOEvent objects with the same aggregate signature into one event.
EOAggregateEvent() - Constructor for class com.webobjects.eocontrol.EOAggregateEvent
 
EOAndQualifier - Class in com.webobjects.eocontrol
EOAndQualifier is a subclass of EOQualifier that contains multiple qualifiers.
EOAndQualifier(NSArray) - Constructor for class com.webobjects.eocontrol.EOAndQualifier
Creates a new EOAndQualifier.
EOApplet - Class in com.webobjects.eoapplication.client
EOApplet is the default Applet class embedded in WebObjects pages containing a WOJavaClientApplet dynamic element.
EOApplet() - Constructor for class com.webobjects.eoapplication.client.EOApplet
Creates a new EOApplet.
EOAppletController - Class in com.webobjects.eoapplication.client
EOAppletControllers represent applets in the controller hierarchy.
EOAppletController(EOApplet) - Constructor for class com.webobjects.eoapplication.client.EOAppletController
Creates an applet controller for an EOApplet.
EOApplication - Class in com.webobjects.eoapplication
Java Client applications typically execute as a desktop application (often referred to as a "Java application"), launched through Web Start or through a command line or as an applet running in a browser.
EOApplication() - Constructor for class com.webobjects.eoapplication.EOApplication
Creates a new EOApplication object.
EOApplication.ApplicationSupport - Class in com.webobjects.eoapplication
EOApplication.ApplicationSupport can encapsulate behavior of Java Client applications used in different architectures.
EOApplication.ApplicationSupport() - Constructor for class com.webobjects.eoapplication.EOApplication.ApplicationSupport
Creates a new EOApplication.ApplicationSupport object.
EOApplicationSupport - Class in com.webobjects.eoapplication
EOApplicationSupport is an EOApplication.ApplicationSupport subclass used with two-tier Swing/EOF applications.
EOApplicationSupport() - Constructor for class com.webobjects.eoapplication.EOApplicationSupport
Creates a new EOApplicationSupport object.
EOArchive - Class in com.webobjects.eoapplication
EOArchive is used to load interface files created with the Interface Builder application.
EOArchive(Object, NSDisposableRegistry) - Constructor for class com.webobjects.eoapplication.EOArchive
Creates a new archive object with the owner owner and the disposably registry registry for the objects loaded from the archive.
EOArchiveController - Class in com.webobjects.eoapplication
As a subclass of EOComponentController, EOArchiveController manages a user interface component (which be default is just an empty view to hold subcontroller components).
EOArchiveController() - Constructor for class com.webobjects.eoapplication.EOArchiveController
Creates a new archive controller.
EOArchiveController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOArchiveController
Creates a new archive controller from an EOXMLUnarchiver.
EOArrayDataSource - Class in com.webobjects.eocontrol
EOArrayDataSource is a concrete subclass of EODataSource that can be used to provide enterprise objects to a display group (EODisplayGroup from EOInterface or WODisplayGroup from WebObjects) without having to fetch them from the database.
EOArrayDataSource(EOClassDescription, EOEditingContext) - Constructor for class com.webobjects.eocontrol.EOArrayDataSource
Creates and returns an EOArrayDataSource object where desc contains information about the objects provided by the EOArrayDataSource and ec is the EOArrayDataSource's editing context.
EOAssociation - Class in com.webobjects.eointerface
An EOAssociation maintains a two-way binding between the properties of a display object, such as a text field or combo box, and the properties of one or more enterprise objects contained in one or more EODisplayGroups.
EOAssociation(Object) - Constructor for class com.webobjects.eointerface.EOAssociation
Used by subclasses of EOAssociation to initialize data structures and set aDisplayObject as the display object that the association manages.
EOAssociationConnector - Interface in com.webobjects.eoapplication
EOAssociationConnector is an interface that defines a controller that can assume the responsibilities for connecting and disconnecting the associations of a transient subcontroller.
EOAssociationController - Class in com.webobjects.eogeneration
 
EOAssociationController() - Constructor for class com.webobjects.eogeneration.EOAssociationController
 
EOAssociationController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOAssociationController
 
EOAttribute - Class in com.webobjects.eoaccess
An EOAttribute represents a column, field, or property in a database and associates an internal name with an external name or expression by which the property is known to the database.
EOAttribute() - Constructor for class com.webobjects.eoaccess.EOAttribute
 
EOAttribute(NSDictionary, Object) - Constructor for class com.webobjects.eoaccess.EOAttribute
Creates an EOAttribute object with the state specified in plist whose parent is owner.
EOAttribute(EOEntity, String) - Constructor for class com.webobjects.eoaccess.EOAttribute
 
EOAttribute - Class in com.webobjects.eodistribution.client
EOAttribute is the client-side representation of an attribute, containing the information relevant within Java Client.
EOAttribute() - Constructor for class com.webobjects.eodistribution.client.EOAttribute
The constructor for EOAttribute.
EOBeanSupport - Class in com.webobjects.eoapplication
EOBeanSupport() - Constructor for class com.webobjects.eoapplication.EOBeanSupport
 
EOBoxController - Class in com.webobjects.eoapplication
EOBoxController() - Constructor for class com.webobjects.eoapplication.EOBoxController
EOBoxController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOBoxController
EOCheckBoxController - Class in com.webobjects.eogeneration
 
EOCheckBoxController() - Constructor for class com.webobjects.eogeneration.EOCheckBoxController
 
EOCheckBoxController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOCheckBoxController
 
EOClassDescription - Class in com.webobjects.eocontrol
EOClassDescription provides a mechanism for extending classes with additional meta-data useful for interacting with Enterprise Objects.
EOClassDescription() - Constructor for class com.webobjects.eocontrol.EOClassDescription
 
EOClassDescription.ClassDelegate - Interface in com.webobjects.eocontrol
The ClassDelegate interface defines a method that the EOClassDescription class can invoke in its delegate.
EOClientApplicationSupport - Class in com.webobjects.eoapplication.client
EOClientApplicationSupport is an EOApplication.ApplicationSupport subclass used with three-tier Java Client applications.
EOClientApplicationSupport(boolean) - Constructor for class com.webobjects.eoapplication.client.EOClientApplicationSupport
Creates a new EOClientApplicationSupport object.
EOClientResourceBundle - Class in com.webobjects.eoapplication.client
Deprecated.  
EOClientResourceBundle() - Constructor for class com.webobjects.eoapplication.client.EOClientResourceBundle
Deprecated. Creates a new resource bundle.
EOColumnEditor - Class in com.webobjects.eointerface.swing
EOColumnEditor is an abstract class that implements generalized cell editing management for javax.swing.JTables.
EOColumnEditor() - Constructor for class com.webobjects.eointerface.swing.EOColumnEditor
Constructs a new EOColumnEditor.
EOComboBoxController - Class in com.webobjects.eogeneration
 
EOComboBoxController() - Constructor for class com.webobjects.eogeneration.EOComboBoxController
 
EOComboBoxController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOComboBoxController
 
EOComponentController - Class in com.webobjects.eoapplication
The EOComponentController class provides behavior for controllers that manage user interface components.
EOComponentController() - Constructor for class com.webobjects.eoapplication.EOComponentController
Creates a new component controller with default parameters.
EOComponentController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOComponentController
Creates a new component controller with parameters retrieved from the EOXMLUnarchiver.
EOComponentController.ActionCollector - Interface in com.webobjects.eoapplication
The EOComponentController.ActionCollector interface identifies controllers that display actions of subcontrollers collectively (for example in tool bars).
EOComponentController.Activation - Interface in com.webobjects.eoapplication
The EOComponentController.Activation interface identifies controllers that which have components can be explicitly activated (for example window controllers).
EOComponentController.EndEditing - Interface in com.webobjects.eoapplication
The EOComponentController.EndEditing interface identifies controllers that edit data objects and might need to flush uncommitted user changes.
EOComponentController.Modal - Interface in com.webobjects.eoapplication
The EOComponentController.Modal interface identifies controllers that can run modal user interfaces (modal dialogs).
EOComponentController.ResetUserInterface - Interface in com.webobjects.eoapplication
The EOComponentController.ResetUserInterface interface identifies controllers that have components that can reset their interface to an original state (for example switch controllers).
EOControlActionAdapter - Class in com.webobjects.eointerface.swing
The EOControlActionAdapter class is used to connect user interface widgets to the actions performed with those controls.
EOControlActionAdapter(Object, String, Object) - Constructor for class com.webobjects.eointerface.swing.EOControlActionAdapter
Constructs a new EOControlActionAdapter that performs the method identified by actionName on the object target when the widget listenee is acted upon.
EOControlActionAdapter(String, Object) - Constructor for class com.webobjects.eointerface.swing.EOControlActionAdapter
Constructs a new EOControlActionAdapter that performs the method identified by actionName when the widget listenee is acted upon.
EOController - Class in com.webobjects.eoapplication
The EOController class defines basic behavior for controller objects that are responsible for managing and sometimes generating the user interface for the client side of a Java Client application.
EOController() - Constructor for class com.webobjects.eoapplication.EOController
Creates a new controller.
EOController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOController
Creates a new controller.
EOController.Enumeration - Interface in com.webobjects.eoapplication
EOController.Enumeration is an interface that defines an enumeration that iterates over a set of EOController objects.
EOControllerFactory - Class in com.webobjects.eogeneration
 
EOControllerFactory() - Constructor for class com.webobjects.eogeneration.EOControllerFactory
 
EOControllerFactory.ControllerTaskAdaptor - Class in com.webobjects.eogeneration
 
EOControllerFactory.ControllerTaskAdaptor() - Constructor for class com.webobjects.eogeneration.EOControllerFactory.ControllerTaskAdaptor
 
EOControllerFactory.ControllerTaskCallback - Interface in com.webobjects.eogeneration
 
EOControllerFactory.Delegate - Interface in com.webobjects.eogeneration
 
EOControllerFactory.Insert - Interface in com.webobjects.eogeneration
 
EOControllerFactory.List - Interface in com.webobjects.eogeneration
 
EOControllerFactory.Open - Interface in com.webobjects.eogeneration
 
EOControllerFactory.Query - Interface in com.webobjects.eogeneration
 
EOControllerFactory.Select - Interface in com.webobjects.eogeneration
 
EOControllerFactory.SelectByInserting - Interface in com.webobjects.eogeneration
 
EOCooperatingObjectStore - Class in com.webobjects.eocontrol
EOCooperatingObjectStore is a part of the control layer's object storage abstraction.
EOCooperatingObjectStore() - Constructor for class com.webobjects.eocontrol.EOCooperatingObjectStore
 
EOCustomObject - Class in com.webobjects.eocontrol
The EOCustomObject class provides a default implementation of the EOEnterpriseObject interface.
EOCustomObject(EOEditingContext, EOClassDescription, EOGlobalID) - Constructor for class com.webobjects.eocontrol.EOCustomObject
Deprecated. the default or 0 argument constructor should be used instead
EOCustomObject() - Constructor for class com.webobjects.eocontrol.EOCustomObject
Default constructor.
EODatabase - Class in com.webobjects.eoaccess
An EODatabase object represents a single database server.
EODatabase(EOAdaptor) - Constructor for class com.webobjects.eoaccess.EODatabase
Creates and returns a new EODatabase object, specifying adaptor as the new EODatabase's adaptor.
EODatabase(EOModel) - Constructor for class com.webobjects.eoaccess.EODatabase
Creates and returns a new EODatabase object, also creating an instance of the EOAdaptor named in model and assigning it as the new EODatabase's adaptor.
EODatabase.ClassDelegate - Interface in com.webobjects.eoaccess
This interface defines a delegate to the EODatabase class to allow easy subclassing on eth EODatabase.
EODatabaseChannel - Class in com.webobjects.eoaccess
An EODatabaseChannel represents an independent communication channel to the database server.
EODatabaseChannel(EODatabaseContext) - Constructor for class com.webobjects.eoaccess.EODatabaseChannel
Constructs a new EODatabaseChannel with databaseContext as its parent.
EODatabaseContext - Class in com.webobjects.eoaccess
EODatabaseContext is the basic EOObjectStore for the EOAccess Framework.
EODatabaseContext(EODatabase) - Constructor for class com.webobjects.eoaccess.EODatabaseContext
Creates and returns a new EODatabaseContext with database assigned as the EODatabase object that the new context works.
EODatabaseContext.DatabaseContextEvent - Class in com.webobjects.eoaccess
DatabaseContextEvent is a subclass of EOEvent, the parent class for objects that gather information, such as duration or order of execution, about various operations in WebObjects.
EODatabaseContext.DatabaseContextEvent() - Constructor for class com.webobjects.eoaccess.EODatabaseContext.DatabaseContextEvent
Creates and returns a new DatabaseContextEvent.
EODatabaseContext.DatabaseContextEvent(String) - Constructor for class com.webobjects.eoaccess.EODatabaseContext.DatabaseContextEvent
Creates and returns a new DatabaseContextEvent and sets its type to type.
EODatabaseContext.Delegate - Interface in com.webobjects.eoaccess
This interface defines a delegate to EODatabaseContext to to handle specific requests that are ordinarily handled by EODatabaseContext.
EODatabaseDataSource - Class in com.webobjects.eoaccess
EODatabaseDataSource is a concrete subclass of EODataSource, defined in EOControl.
EODatabaseDataSource(EOEditingContext, String, String) - Constructor for class com.webobjects.eoaccess.EODatabaseDataSource
Constructs a new EODatabaseDataSource to fetch objects into anEditingContext for the EOEntity specified by anEntityName using the fetch specification fetchSpecificationName.
EODatabaseDataSource(EOEditingContext, String) - Constructor for class com.webobjects.eoaccess.EODatabaseDataSource
Constructs a new EODatabaseDataSource to fetch all objects for the EOEntity specified by anEntityName into anEditingContext .
EODatabaseOperation - Class in com.webobjects.eoaccess
An EODatabaseOperation object represents an operation (insert, update, or delete) to perform on an Enterprise Object and all the necessary information required to perform that operation.
EODatabaseOperation(EOGlobalID, Object, EOEntity) - Constructor for class com.webobjects.eoaccess.EODatabaseOperation
Creates and returns a new EODatabaseOperation object, setting the Enterprise Object to which the operation will be applied to object, its globalID to globalID, and its entity to entity.
EODataSource - Class in com.webobjects.eocontrol
EODataSource is an abstract class that defines a basic API for providing enterprise objects.
EODataSource() - Constructor for class com.webobjects.eocontrol.EODataSource
 
EODataSourceFactory - Class in com.webobjects.eoapplication
EODataSourceFactory() - Constructor for class com.webobjects.eoapplication.EODataSourceFactory
EODefaultActionTrigger - Class in com.webobjects.eogeneration
 
EODefaultActionTrigger() - Constructor for class com.webobjects.eogeneration.EODefaultActionTrigger
 
EODefaultActionTrigger(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EODefaultActionTrigger
 
EODefaults - Class in com.webobjects.eoapplication
EODefaults objects are used to collect user defaults like window sizes and positions.
EODefaults() - Constructor for class com.webobjects.eoapplication.EODefaults
Creates a new defaults manager object.
EODeferredFaulting - Interface in com.webobjects.eocontrol
The EODeferredFaulting interface defines the methods enterprise objects use to manage deferred faulting.
EODelayedObserver - Class in com.webobjects.eocontrol
The EODelayedObserver class is a part of EOControl's change tracking mechanism.
EODelayedObserver() - Constructor for class com.webobjects.eocontrol.EODelayedObserver
 
EODelayedObserverQueue - Class in com.webobjects.eocontrol
The EODelayedObserverQueue class is a part of EOControl's change tracking mechanism.
EODelayedObserverQueue() - Constructor for class com.webobjects.eocontrol.EODelayedObserverQueue
Creates and returns a new EODelayedObserverQueue with NSRunLoop.DefaultRunLoopMode as its only run loop mode.
eoDescription() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns a full description of the receiver's property values by extracting them using the key-value coding methods.
eoDescription() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns a String that describes the receiver.
EODetailDataSource - Class in com.webobjects.eocontrol
EODetailDataSource defines a data source for use in master-detail configurations, where operations in the detail data source are applied directly to properties of a master object.
EODetailDataSource(EOClassDescription, String) - Constructor for class com.webobjects.eocontrol.EODetailDataSource
Creates and returns a new EODetailDataSource object.
EODetailDataSource(EODataSource, String) - Constructor for class com.webobjects.eocontrol.EODetailDataSource
Creates and returns a new EODetailDataSource object.
EODetailSelectionAssociation - Class in com.webobjects.eointerface
An EODetailSelectionAssociation binds two EODisplayGroups together through a relationship, so that the destination display group acts as an editor for that relationship.
EODetailSelectionAssociation(Object) - Constructor for class com.webobjects.eointerface.EODetailSelectionAssociation
Creates a new EODetailSelectionAssociation to monitor and update the objects in object, an EODisplayGroup.
EODetailSelectionController - Class in com.webobjects.eogeneration
 
EODetailSelectionController() - Constructor for class com.webobjects.eogeneration.EODetailSelectionController
 
EODetailSelectionController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EODetailSelectionController
 
EODialogController - Class in com.webobjects.eoapplication
EODialogController() - Constructor for class com.webobjects.eoapplication.EODialogController
EODialogController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EODialogController
EODialogs - Class in com.webobjects.eoapplication
The EODialogs class offers several static methods which can be used to run alert panels and dialogs.
EODialogs() - Constructor for class com.webobjects.eoapplication.EODialogs
 
EODisplayGroup - Class in com.webobjects.eointerface
An EODisplayGroup is the basic user interface manager for an Enterprise Objects Framework or Java Client application.
EODisplayGroup() - Constructor for class com.webobjects.eointerface.EODisplayGroup
Creates a new EODisplayGroup.
EODisplayGroup.Delegate - Interface in com.webobjects.eointerface
The EODisplayGroup.Delegate interface defines methods that an EODisplayGroup can invoke in its delegate.
EODisplayStatisticsController - Class in com.webobjects.eogeneration
 
EODisplayStatisticsController() - Constructor for class com.webobjects.eogeneration.EODisplayStatisticsController
 
EODisplayStatisticsController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EODisplayStatisticsController
 
EODisplayUtilities - Class in com.webobjects.eoapplication
EODisplayUtilities() - Constructor for class com.webobjects.eoapplication.EODisplayUtilities
 
EODistributedClassDescription - Class in com.webobjects.eodistribution.client
EODistributedClassDescription is the Java Client equivalent to EOClassDescription.
EODistributedClassDescription(Class) - Constructor for class com.webobjects.eodistribution.client.EODistributedClassDescription
The constructor for EODistributedClassDescription, usually called internally.
EODistributedClassDescription(String, Class) - Constructor for class com.webobjects.eodistribution.client.EODistributedClassDescription
A constructor for EODistributedClassDescription, usually called internally.
EODistributedDataSource - Class in com.webobjects.eodistribution.client
EODistributedDataSource is a concrete subclass of EODataSource (defined in the control layer) that fetches using an EOEditingContext as its source of objects.
EODistributedDataSource(String) - Constructor for class com.webobjects.eodistribution.client.EODistributedDataSource
Creates a new EODistributedDataSource for the entity identified by entityName.
EODistributedDataSource(EOEditingContext, String, String) - Constructor for class com.webobjects.eodistribution.client.EODistributedDataSource
Creates a new EODistributedDataSource for the entity identified by entityName.
EODistributedDataSource(EOEditingContext, String) - Constructor for class com.webobjects.eodistribution.client.EODistributedDataSource
Creates a new EODistributedDataSource for the entity identified by entityName.
EODistributedObjectStore - Class in com.webobjects.eodistribution.client
An EODistributedObjectStore functions as the parent object store on the client side of Java Client applications.
EODistributedObjectStore(EODistributionChannel) - Constructor for class com.webobjects.eodistribution.client.EODistributedObjectStore
Creates an EODistributedObjectStore instance initialized with a distribution channel.
EODistributionChannel - Class in com.webobjects.eodistribution.client
EODistributionChannel is an abstract class that defines the interface for objects handling the communication of data between the client and the server in a distributed Java Client application.
EODistributionChannel() - Constructor for class com.webobjects.eodistribution.client.EODistributionChannel
Creates a new distribution channel.
EODistributionChannel.Delegate - Interface in com.webobjects.eodistribution.client
This interface defines the methods that can be implemented by the delegate of EODistributionChannels -- mostly to handle exceptions.
EODistributionContext - Class in com.webobjects.eodistribution
EODistributionContext objects perform the server-side related work behind Java Client applications and take care of encoding and decoding enterprise objects and other data.
EODistributionContext(WOSession, EOEditingContext) - Constructor for class com.webobjects.eodistribution.EODistributionContext
Creates a new distribution context for the session session, using editingContext as the editing context which controls the server-side representation of the enterprise object graph fetched by the client.
EODistributionContext(WOSession) - Constructor for class com.webobjects.eodistribution.EODistributionContext
Creates a new distribution context for the session session, using the session's defaultEditingContext as the editing context which controls the server side representation of the enterprise object graph fetched by the client.
EODistributionContext.Delegate - Interface in com.webobjects.eodistribution
This interface defines the methods that can be implemented by the delegate of EODistributionContexts -- mostly to control security.
EODocument - Interface in com.webobjects.eoapplication
EODocument is an interface that defines the behavior of a controller that displays and edits enterprise objects.
EODocumentController - Class in com.webobjects.eoapplication
The EODocumentController class provides behavior for displaying and editing enterprise objects in a user interface.
EODocumentController() - Constructor for class com.webobjects.eoapplication.EODocumentController
Creates a new document controller.
EODocumentController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EODocumentController
Creates a new document controller from an EOXMLUnarchiver.
EODynamicApplication - Class in com.webobjects.eogeneration
 
EODynamicApplication() - Constructor for class com.webobjects.eogeneration.EODynamicApplication
 
EOEditable - Interface in com.webobjects.eoapplication
EOEditable is an interface that defines an API for managing the editability of a branch of the controller hierarchy.
EOEditingContext - Class in com.webobjects.eocontrol
An EOEditingContext object manages a graph of enterprise objects in an application; this object graph represents an internally consistent view of one or more external stores (most often a database).
EOEditingContext(EOObjectStore) - Constructor for class com.webobjects.eocontrol.EOEditingContext
Creates a new EOEditingContext object with parent as its parent object store.
EOEditingContext() - Constructor for class com.webobjects.eocontrol.EOEditingContext
Creates a new EOEditingContext object with the default parent object store as its parent object store.
EOEditingContext.Delegate - Interface in com.webobjects.eocontrol
The EOEditingContext.Delegate interface defines methods that an EOEditingContext can invoke in its delegate.
EOEditingContext.EditingContextEvent - Class in com.webobjects.eocontrol
A subclass provided to track events triggered by EOEditingContexts.
EOEditingContext.EditingContextEvent() - Constructor for class com.webobjects.eocontrol.EOEditingContext.EditingContextEvent
 
EOEditingContext.EditingContextEvent(String) - Constructor for class com.webobjects.eocontrol.EOEditingContext.EditingContextEvent
 
EOEditingContext.Editor - Interface in com.webobjects.eocontrol
An interface for objects that act as higher-level editors of the objects an EOEditingContext contains.
EOEditingContext.MessageHandler - Interface in com.webobjects.eocontrol
This interface is used for error reporting and determining fetch limits.
EOEditingController - Class in com.webobjects.eogeneration
 
EOEditingController() - Constructor for class com.webobjects.eogeneration.EOEditingController
 
EOEditingController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOEditingController
 
EOEnterAction - Class in com.webobjects.eogeneration
 
EOEnterAction(String, String, Icon, Icon, KeyStroke, int, int, String) - Constructor for class com.webobjects.eogeneration.EOEnterAction
 
EOEnterpriseObject - Interface in com.webobjects.eocontrol
The EOEnterpriseObject interface identifies basic enterprise object behavior, defining methods for supporting operations common to all enterprise objects.
EOENTERPRISEOBJECT_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
EOEntity - Class in com.webobjects.eoaccess
An EOEntity describes a table in a database and associates a name internal to the Enterprise Objects Framework with an external name by which the table is known to the database.
EOEntity() - Constructor for class com.webobjects.eoaccess.EOEntity
Creates and returns a new EOEntity.
EOEntity(NSDictionary, Object) - Constructor for class com.webobjects.eoaccess.EOEntity
Creates and returns a new EOEntity initialized from the property list plist belonging to the EOModel owner.
EOEntityClassDescription - Class in com.webobjects.eoaccess
EOEntityClassDescription is a subclass of the control layer's EOClassDescription.
EOEntityClassDescription(EOEntity) - Constructor for class com.webobjects.eoaccess.EOEntityClassDescription
Creates and returns a new EOEntityClassDescription for entity.
EOEntityController - Class in com.webobjects.eoapplication
The EOEntityController class provides behavior for displaying enterprise objects in a user interface that can optionally be loaded from an interface file archive (a .nib file).
EOEntityController() - Constructor for class com.webobjects.eoapplication.EOEntityController
Creates a new entity controller.
EOEntityController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOEntityController
Creates a new entity controller from an EOXMLUnarchiver.
EOEntityIndex - Class in com.webobjects.eoaccess
EOEntityIndex represent an index on an entity.
EOEntityIndex() - Constructor for class com.webobjects.eoaccess.EOEntityIndex
 
EOEntityIndex(NSDictionary, EOEntity) - Constructor for class com.webobjects.eoaccess.EOEntityIndex
Creates an EOEntityIndex object with the state specified in plist whose parent is owner.
EOEnumerationController - Class in com.webobjects.eogeneration
 
EOEnumerationController() - Constructor for class com.webobjects.eogeneration.EOEnumerationController
 
EOEnumerationController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOEnumerationController
 
EOEvent - Class in com.webobjects.eocontrol
EOEvent is an abstract class that provides concrete subclasses with a structure for storing information about a logged event.
EOEvent() - Constructor for class com.webobjects.eocontrol.EOEvent
Creates a new event object.
EOEventCenter - Class in com.webobjects.eocontrol
EOEventCenter collects and manages EOEvents to measure the duration of operations in any applications.
EOEventCenter() - Constructor for class com.webobjects.eocontrol.EOEventCenter
Creates a new event center.
EOEventCenter.EventRecordingHandler - Interface in com.webobjects.eocontrol
The EOEventCenter.EventRecordingHandler interface declares the setLoggingEnabled method, which is invoked by the event-logging system when logging is enabled or disabled for an event class.
EOF - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
EOFaultHandler - Class in com.webobjects.eocontrol
EOFaultHandler is an abstract class that defines the mechanisms that create faults and help them to fire.
EOFaultHandler() - Constructor for class com.webobjects.eocontrol.EOFaultHandler
 
EOFaulting - Interface in com.webobjects.eocontrol
The EOFaulting interface together with the EOFaultHandler class forms a general mechanism for postponing an object's initialization until it is actually needed.
EOFetchSpecification - Class in com.webobjects.eocontrol
An EOFetchSpecification collects the criteria needed to select and order a group of records or enterprise objects, whether from an external repository such as a relational database or an internal store such as an EOEditingContext.
EOFetchSpecification() - Constructor for class com.webobjects.eocontrol.EOFetchSpecification
Creates a new EOFetchSpecification.
EOFetchSpecification(String, EOQualifier, NSArray, boolean, boolean, NSDictionary) - Constructor for class com.webobjects.eocontrol.EOFetchSpecification
Creates a new EOFetchSpecification with the arguments specified.
EOFetchSpecification(String, EOQualifier, NSArray) - Constructor for class com.webobjects.eocontrol.EOFetchSpecification
Creates a new EOFetchSpecification with the arguments specified.
eofEventCount() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
eofEventDuration() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
eofEvents - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
EOForm - Class in com.webobjects.eointerface.swing
EOForm is a subclass of EOMatrix that manages a collection of labelled text fields laid out on a grid.
EOForm(int, int, int, int) - Constructor for class com.webobjects.eointerface.swing.EOForm
Constructs a new EOForm with rows number of rows, columns number of columns, a row spacing of rowSpacing and a column spacing of columnSpacing.
EOFormatValueController - Class in com.webobjects.eogeneration
 
EOFormatValueController() - Constructor for class com.webobjects.eogeneration.EOFormatValueController
 
EOFormatValueController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOFormatValueController
 
EOFormCell - Class in com.webobjects.eointerface.swing
EOFormCell objects implement entries in EOForms.
EOFormCell() - Constructor for class com.webobjects.eointerface.swing.EOFormCell
Constructs a new EOFormCell.
EOFormController - Class in com.webobjects.eogeneration
 
EOFormController() - Constructor for class com.webobjects.eogeneration.EOFormController
 
EOFormController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOFormController
 
EOFrame - Class in com.webobjects.eointerface.swing
An EOFrame is a window that uses the EOViewLayout layout manager to manage layout geometry.
EOFrame() - Constructor for class com.webobjects.eointerface.swing.EOFrame
Creates a new EOFrame object with an EOViewLayout layout manager.
EOFrameController - Class in com.webobjects.eoapplication
EOFrameController() - Constructor for class com.webobjects.eoapplication.EOFrameController
EOFrameController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOFrameController
EOGeneralAdaptorException - Exception in com.webobjects.eoaccess
A subclass of RuntimeException thrown by EOAccess.
EOGeneralAdaptorException(String) - Constructor for exception com.webobjects.eoaccess.EOGeneralAdaptorException
Constructs a EOGeneralAdaptorException with the specified detail message.
EOGeneralAdaptorException(String, NSDictionary) - Constructor for exception com.webobjects.eoaccess.EOGeneralAdaptorException
Constructs a EOGeneralAdaptorException with the specified name and a userInfo dictionary of additional information.
EOGeneralAdaptorException(String, String, String) - Constructor for exception com.webobjects.eoaccess.EOGeneralAdaptorException
Constructs a new EOGeneralAdaptorException with the name of the selector (method) and class throwing the exception, and a detailed message about the exception.
EOGenericRecord - Class in com.webobjects.eocontrol
EOGenericRecord is a generic enterprise object class that can be used in place of custom classes when custom behavior is not needed.
EOGenericRecord(EOEditingContext, EOClassDescription, EOGlobalID) - Constructor for class com.webobjects.eocontrol.EOGenericRecord
Deprecated. the default or 0 argument constructor should be used instead
EOGenericRecord(EOClassDescription) - Constructor for class com.webobjects.eocontrol.EOGenericRecord
Create a new instance and assigns it classDescription
EOGenericRecord() - Constructor for class com.webobjects.eocontrol.EOGenericRecord
Default constructor.
EOGlobalID - Class in com.webobjects.eocontrol
An EOGlobalID is a compact, universal, identifier for a persistent object.
EOGlobalID() - Constructor for class com.webobjects.eocontrol.EOGlobalID
 
EOGLOBALID_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
EOGLOBALID_QNAME_WEBSERVICESCORE_WORKAROUND - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
EOHTTPChannel - Class in com.webobjects.eodistribution.client
An EOHTTPChannel is a concrete implementation of an EODistributionChannel which handles communication between the client and server in distributed Java Client applications using the HTTP protocol (POST commands).
EOHTTPChannel() - Constructor for class com.webobjects.eodistribution.client.EOHTTPChannel
Creates a new HTTP channel.
EOImageView - Class in com.webobjects.eointerface.swing
The EOImageView class is used to display images (java.awt.Image objects) in Swing user interfaces.
EOImageView() - Constructor for class com.webobjects.eointerface.swing.EOImageView
Constructs a new EOImageView with ScaleProportionallyIfTooLarge scaling and java.awt.Image.SCALE_SMOOTH scaling hints.
EOImageViewController - Class in com.webobjects.eogeneration
 
EOImageViewController() - Constructor for class com.webobjects.eogeneration.EOImageViewController
 
EOImageViewController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOImageViewController
 
EOInspectorController - Class in com.webobjects.eoapplication
EOInspectorController() - Constructor for class com.webobjects.eoapplication.EOInspectorController
EOInspectorController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOInspectorController
EOInterfaceController - Class in com.webobjects.eoapplication
EOInterfaceController serves as a convenient base class for logic related to the interface of client-side applications.
EOInterfaceController() - Constructor for class com.webobjects.eoapplication.EOInterfaceController
Creates a new interface controller.
EOInterfaceController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOInterfaceController
Creates a new interface controller from an EOXMLUnarchiver.
EOInterfaceController(EOEditingContext) - Constructor for class com.webobjects.eoapplication.EOInterfaceController
Creates a new interface controller using the editing context editingContext.
EOInterfaceController(EOEditingContext, String) - Constructor for class com.webobjects.eoapplication.EOInterfaceController
Creates a new interface controller using a special interface file name archiveName (usually the interface file name defaults to the class name) and using the editing context editingContext.
EOJoin - Class in com.webobjects.eoaccess
An EOJoin describes one source-destination attribute pair for an EORelationship.
EOJoin(EOAttribute, EOAttribute) - Constructor for class com.webobjects.eoaccess.EOJoin
Creates and returns a new EOJoin with the given source and destination attributes.
EOKeyComparisonQualifier - Class in com.webobjects.eocontrol
EOKeyComparisonQualifier is a subclass of EOQualifier that compares a named property of an object with a named value of another object.
EOKeyComparisonQualifier(String, NSSelector, String) - Constructor for class com.webobjects.eocontrol.EOKeyComparisonQualifier
Creates and returns a new EOKeyComparisonQualifier object that compares the properties named by leftKey and rightKey, using the operator method selector, one of the list below.
EOKeyGlobalID - Class in com.webobjects.eocontrol
EOKeyGlobalID is a concrete subclass of EOGlobalID whose instances, an entity and the primary key values for the object being identified, represent persistent IDs based on EOModel information.
EOKeyGlobalID(String, int) - Constructor for class com.webobjects.eocontrol.EOKeyGlobalID
Returns an EOKeyGlobalID object
EOKeyValueArchiver - Class in com.webobjects.eocontrol
EOKeyValueArchiver objects are used to archive a graph of objects into a "property list" with a key-value mechanism.
EOKeyValueArchiver() - Constructor for class com.webobjects.eocontrol.EOKeyValueArchiver
Creates a new EOKeyValueArchiver.
EOKeyValueArchiver.Delegate - Interface in com.webobjects.eocontrol
The EOKeyValueArchiver.Delegate interface defines methods which can be used by a delegate object of an EOKeyValueArchiver to control the behavior of the archiver object.
EOKeyValueArchiving - Interface in com.webobjects.eocontrol
The EOKeyValueArchiving interface declares the methods that a class must implement so that instances of that class can be encoded and decoded with EOKeyValueArchiver and EOKeyValueUnarchiver objects.
EOKeyValueArchiving.Awaking - Interface in com.webobjects.eocontrol
EOKeyValueArchiving.Awaking is an interface which can be optionally implemented by EOKeyValueArchiving objects if they need to be awaken explicitly at the end of an unarchiving process of an EOKeyValueUnarchiver.
EOKeyValueArchiving.FinishInitialization - Interface in com.webobjects.eocontrol
EOKeyValueArchiving.FinishInitialization is an interface which can be optionally implemented by EOKeyValueArchiving objects if they have special initialization needs at the end of an unarchiving process of an EOKeyValueUnarchiver.
EOKeyValueArchiving.Support - Class in com.webobjects.eocontrol
EOKeyValueArchiving.Support is an abstract class that defines a mechanism for one class to provide EOKeyValueArchiving behavior on behalf of another class.
EOKeyValueArchiving.Support() - Constructor for class com.webobjects.eocontrol.EOKeyValueArchiving.Support
 
EOKeyValueCoding - Interface in com.webobjects.eocontrol
The EOKeyValueCoding interface defines an extension to the basic NSKeyValueCoding and NSKeyValueCoding.ErrorHandling interfaces.
EOKeyValueCoding.DefaultImplementation - Class in com.webobjects.eocontrol
The EOKeyValueCoding.DefaultImplementation class provides the WebObjects default implementation of the EOKeyValueCoding interface.
EOKeyValueCoding.Utility - Class in com.webobjects.eocontrol
The EOKeyValueCoding.Utility class is a convenience that allows you to access the properties of EOKeyValueCoding objects and non-EOKeyValueCoding objects using the same code.
EOKeyValueCodingAdditions - Interface in com.webobjects.eocontrol
The EOKeyValueCodingAdditions combines (extends) the NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions and EOKeyValueCoding and adds two more methods--takeValuesFromDictionary and valuesForKeys-- which are useful when working with groups of properties.
EOKeyValueCodingAdditions.DefaultImplementation - Class in com.webobjects.eocontrol
The EOKeyValueCodingAdditions.DefaultImplementation class provides the WebObjects default implementation of the EOKeyValueCodingAdditions interface.
EOKeyValueCodingAdditions.Utility - Class in com.webobjects.eocontrol
The EOKeyValueCodingAdditions.Utility class is a convenience that allows you to access the properties of EOKeyValueCodingAdditions objects and non-EOKeyValueCodingAdditions objects using the same code.
EOKeyValueQualifier - Class in com.webobjects.eocontrol
EOKeyValueQualifier is a subclass of EOQualifier that compares a named property of an object with a supplied value, for example, "salary > 1500".
EOKeyValueQualifier(String, NSSelector, Object) - Constructor for class com.webobjects.eocontrol.EOKeyValueQualifier
Creates a new EOKeyValueQualifier.
EOKeyValueUnarchiver - Class in com.webobjects.eocontrol
EOKeyValueUnarchiver objects are used to re(create) an object graph which was archived into a "property list" with a EOKeyValueArchiver.
EOKeyValueUnarchiver(NSDictionary) - Constructor for class com.webobjects.eocontrol.EOKeyValueUnarchiver
Creates a new EOKeyValueUnarchiver to decode the property list dictionary.
EOKeyValueUnarchiver.Delegate - Interface in com.webobjects.eocontrol
The EOKeyValueUnarchiver.Delegate interface defines methods which can be used by a delegate object of an EOKeyValueUnarchiver to control the behavior of the unarchiver object.
eol - Variable in exception com.webobjects.appserver.parser.declaration.ParseException
The end of line string for this machine.
EOListController - Class in com.webobjects.eogeneration
 
EOListController() - Constructor for class com.webobjects.eogeneration.EOListController
 
EOListController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOListController
 
EOMasterAssociation - Class in com.webobjects.eointerface
EOMasterAssociation is the abstract superclass of associations that link a master display group with a second, "child" display group.
EOMasterAssociation(Object) - Constructor for class com.webobjects.eointerface.EOMasterAssociation
Used by subclasses of EOMasterAssociation to initialize data structures and set object as the display group that the association manages.
EOMasterCopyAssociation - Class in com.webobjects.eointerface
An EOMasterCopyAssociation object synchronizes two EODisplayGroups that share the same data source but have different qualifiers.
EOMasterCopyAssociation(Object) - Constructor for class com.webobjects.eointerface.EOMasterCopyAssociation
Creates a new EOMasterCopyAssociation to monitor and update the objects in object, an EODisplayGroup.
EOMasterDetailAssociation - Class in com.webobjects.eointerface
An EOMasterDetailAssociation object binds one EODisplayGroup (the detail) to a relationship in another (the master), so that the detail display group contains the destination objects for the object selected in the master.
EOMasterDetailAssociation(Object) - Constructor for class com.webobjects.eointerface.EOMasterDetailAssociation
Creates a new EOMasterDetailAssociation to monitor and update the objects in object, an EODisplayGroup.
EOMasterPeerAssociation - Class in com.webobjects.eointerface
An EOMasterPeerAssociation binds two EODisplayGroups together in a master-detail relationship, where the detail EODisplayGroup shows the destination objects for the relationship of the master EODisplayGroup.
EOMasterPeerAssociation(Object) - Constructor for class com.webobjects.eointerface.EOMasterPeerAssociation
Creates a new EOMasterPeerAssociation to monitor and update the objects in object, an EODisplayGroup.
EOMatrix - Class in com.webobjects.eointerface.swing
EOMatrix is a class used to group collections of mutually exclusive JRadioButtons and to lay them out on a grid.
EOMatrix(int, int, int, int) - Constructor for class com.webobjects.eointerface.swing.EOMatrix
Constructs a new EOMatrix with rows number of rows, columns number of columns, a row spacing of rowSpacing and a column spacing of columnSpacing.
EOMenuSwitchController - Class in com.webobjects.eoapplication
EOMenuSwitchController() - Constructor for class com.webobjects.eoapplication.EOMenuSwitchController
EOMenuSwitchController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOMenuSwitchController
EOModalDialogController - Class in com.webobjects.eoapplication
EOModalDialogController() - Constructor for class com.webobjects.eoapplication.EOModalDialogController
EOModalDialogController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOModalDialogController
EOModalDialogController.ModalActions - Interface in com.webobjects.eoapplication
The EOModalDialogController.ModalActions interface defines the methods subcontrollers of modal dialog controllers have to implement to handle closing of the dialog.
EOModel - Class in com.webobjects.eoaccess
An EOModel represents a mapping between a database schema and a set of classes based on the entity-relationship model for an application.
EOModel() - Constructor for class com.webobjects.eoaccess.EOModel
Creates and returns a new EOModel.
EOModel(String) - Constructor for class com.webobjects.eoaccess.EOModel
Deprecated. use EOModel(URL url) instead.
EOModel(URL) - Constructor for class com.webobjects.eoaccess.EOModel
Creates a new EOModel object by reading the contents of the model archive at url.
EOModel(NSDictionary, String) - Constructor for class com.webobjects.eoaccess.EOModel
 
EOModel(NSDictionary, URL) - Constructor for class com.webobjects.eoaccess.EOModel
 
EOModel.EOModelFileNameFilter - Class in com.webobjects.eoaccess
Used to filter out all the EOModel managed file and copy teh rest of the file over to the new model.
EOModel.EOModelFileNameFilter() - Constructor for class com.webobjects.eoaccess.EOModel.EOModelFileNameFilter
 
EOModelGroup - Class in com.webobjects.eoaccess
An EOModelGroup represents an aggregation of related models.
EOModelGroup() - Constructor for class com.webobjects.eoaccess.EOModelGroup
Creates and returns a new EOModelGroup.
EOModelGroup.ClassDelegate - Interface in com.webobjects.eoaccess
This interface defines a delegate to the EOModelGroup class to allow modification of the creation of the default model group.
EOModelGroup.Delegate - Interface in com.webobjects.eoaccess
This interface defines a delegate to EOModelGroup to allow instances to modify how the model group finds and loads models.
EOMultipleValuesEnumerationController - Class in com.webobjects.eogeneration
 
EOMultipleValuesEnumerationController() - Constructor for class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
EOMultipleValuesEnumerationController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
EONotQualifier - Class in com.webobjects.eocontrol
EONotQualifier is a subclass of EOQualifier that contains a single qualifier.
EONotQualifier(EOQualifier) - Constructor for class com.webobjects.eocontrol.EONotQualifier
Creates and returns a new EONotQualifier.
EOObjectDisplay - Interface in com.webobjects.eoapplication
EOObjectDisplay is an interface that defines the behavior of a controller that displays enterprise objects.
EOObjectDisplayDocument - Interface in com.webobjects.eoapplication
EOObjectDisplayDocument is an interface that combines the EOObjectDisplay and EODocument interfaces.
EOObjectNotAvailableException - Exception in com.webobjects.eoaccess
A subclass of RuntimeException thrown when EOAccess fails to retrieve an object, typically in response to a failed or empty fetch.
EOObjectNotAvailableException(String) - Constructor for exception com.webobjects.eoaccess.EOObjectNotAvailableException
Constructs and returns an EOObjectNotAvailableException object with the specified detail message.
EOObjectStore - Class in com.webobjects.eocontrol
EOObjectStore is the abstract class that defines the API for an "intelligent" repository of objects, the control layer's object storage abstraction.
EOObjectStore() - Constructor for class com.webobjects.eocontrol.EOObjectStore
 
EOObjectStoreCoordinator - Class in com.webobjects.eocontrol
EOObjectStoreCoordinator provides the abstraction of a single object store by coordinating one or more EOCooperatingObjectStores.
EOObjectStoreCoordinator() - Constructor for class com.webobjects.eocontrol.EOObjectStoreCoordinator
Creates and returns an EOObjectStoreCoordinator.
EOObserverCenter - Class in com.webobjects.eocontrol
EOObserverCenter is the central player in EOControl's change tracking mechanism.
EOObserverCenter() - Constructor for class com.webobjects.eocontrol.EOObserverCenter
 
EOObserverProxy - Class in com.webobjects.eocontrol
The EOObserverProxy class is a part of EOControl's change tracking mechanism.
EOObserverProxy(Object, NSSelector, int) - Constructor for class com.webobjects.eocontrol.EOObserverProxy
Creates a new EOObserverProxy to send action to target upon receiving a subjectChanged message.
EOObserving - Interface in com.webobjects.eocontrol
The EOObserving interface, a part of EOControl's change tracking mechanism, declares the objectWillChange method, used by observers to receive notifications that an object has changed.
EOOneValueEnumerationController - Class in com.webobjects.eogeneration
 
EOOneValueEnumerationController() - Constructor for class com.webobjects.eogeneration.EOOneValueEnumerationController
 
EOOneValueEnumerationController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOOneValueEnumerationController
 
EOOrQualifier - Class in com.webobjects.eocontrol
EOOrQualifier is a subclass of EOQualifier that contains multiple qualifiers.
EOOrQualifier(NSArray) - Constructor for class com.webobjects.eocontrol.EOOrQualifier
Creates and returns a new EOOrQualifier.
EOPickTextAssociation - Class in com.webobjects.eointerface
An EOPickTextAssociation takes the value of its display object's plugin, a EOValueAssociation.ValuePlugin or subclass, and uses it's string value to form a qualifier with up to three LIKE operators, each compared to a different key of the EODisplayGroup.
EOPickTextAssociation(Object) - Constructor for class com.webobjects.eointerface.EOPickTextAssociation
Creates a new EOPickTextAssociation to monitor and update the row values of a display group according to the text widget 'object', which supplies a text (String) value.
EOProgrammaticSwitchController - Class in com.webobjects.eoapplication
EOProgrammaticSwitchController() - Constructor for class com.webobjects.eoapplication.EOProgrammaticSwitchController
EOProgrammaticSwitchController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOProgrammaticSwitchController
EOProperty - Class in com.webobjects.eoaccess
EOProperty is an abstract class that embodies the notion of an object that belongs to (is the property of) an EOEntity.
EOProperty() - Constructor for class com.webobjects.eoaccess.EOProperty
 
EOPropertyListEncoding - Interface in com.webobjects.eoaccess
The EOPropertyListEncoding interface declares methods that read and write objects to property lists, which are dictionaries containing String, NSDictionary, NSArray, and NSData objects.
EOQualifier - Class in com.webobjects.eocontrol
EOQualifier is an abstract class for objects that hold information used to restrict selections on objects or database rows according to specified criteria.
EOQualifier() - Constructor for class com.webobjects.eocontrol.EOQualifier
 
EOQualifier.Comparison - Interface in com.webobjects.eocontrol
The EOQualifierComparison interface defines methods for comparing values.
EOQualifier.ComparisonSupport - Class in com.webobjects.eocontrol
The Java Client EOQualifier.ComparisonSupport class provides default implementations of the EOQualifierComparison interface.
EOQualifier.ComparisonSupport() - Constructor for class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
 
EOQualifier.QualifierVariableSubstitutionException - Exception in com.webobjects.eocontrol
EOQualifier.QualifierVariableSubstitutionException(String) - Constructor for exception com.webobjects.eocontrol.EOQualifier.QualifierVariableSubstitutionException
 
EOQualifierEvaluation - Interface in com.webobjects.eocontrol
The EOQualifierEvaluation interface defines a method, evaluateWithObject, that performs in memory evaluation of qualifiers.
EOQualifierSQLGeneration - Interface in com.webobjects.eoaccess
All qualifiers that can be used to generate SQL queries implement this interface.
EOQualifierSQLGeneration.Support - Class in com.webobjects.eoaccess
The abstract EOQualifierSQLGeneration.Support class provides basic functionality to subclasses that implement the EOQualifierSQLGeneration interface for specific qualifier types.
EOQualifierSQLGeneration.Support() - Constructor for class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
 
EOQualifierVariable - Class in com.webobjects.eocontrol
EOQualifierVariable defines objects that serve as placeholders in the qualifier.
EOQualifierVariable(String) - Constructor for class com.webobjects.eocontrol.EOQualifierVariable
Creates and returns a new EOQualifierVariable object with the specified name.
EOQualifierVisitor - Interface in com.webobjects.eocontrol
The EOQualifierVisitor interface is intended for internal use only.
EOQueryController - Class in com.webobjects.eogeneration
 
EOQueryController() - Constructor for class com.webobjects.eogeneration.EOQueryController
 
EOQueryController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOQueryController
 
EOQueryObjectDisplay - Interface in com.webobjects.eogeneration
 
EOQuickTimeView - Class in com.webobjects.eointerface.swing
The EOQuickTimeView class is used to display QuickTime movies (or other QuickTime playe types) in Swing user interfaces.
EOQuickTimeView() - Constructor for class com.webobjects.eointerface.swing.EOQuickTimeView
Constructs a new EOQuickTimeView with EOQuickTimeView.QuickTimeCanvasNoResizing canvas resizing mode.
EOQuickTimeViewController - Class in com.webobjects.eogeneration
 
EOQuickTimeViewController() - Constructor for class com.webobjects.eogeneration.EOQuickTimeViewController
 
EOQuickTimeViewController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOQuickTimeViewController
 
EORangeTextFieldController - Class in com.webobjects.eogeneration
 
EORangeTextFieldController() - Constructor for class com.webobjects.eogeneration.EORangeTextFieldController
 
EORangeTextFieldController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EORangeTextFieldController
 
EORangeValueController - Class in com.webobjects.eogeneration
 
EORangeValueController() - Constructor for class com.webobjects.eogeneration.EORangeValueController
 
EORangeValueController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EORangeValueController
 
EORangeWidgetController - Class in com.webobjects.eogeneration
 
EORangeWidgetController() - Constructor for class com.webobjects.eogeneration.EORangeWidgetController
 
EORangeWidgetController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EORangeWidgetController
 
EORelationship - Class in com.webobjects.eoaccess
An EORelationship describes an association between two entities, based on attributes of those two entities.
EORelationship(NSDictionary, EOEntity) - Constructor for class com.webobjects.eoaccess.EORelationship
Creates and returns a new EORelationship initialized from plist-a dictionary containing only property list data types (that is, NSDictionaries, Strings, NSArrays, and NSData).
EORelationship() - Constructor for class com.webobjects.eoaccess.EORelationship
Creates an empty EORelationship.
EORelationship - Class in com.webobjects.eodistribution.client
An EORelationship describes an association between two entities.
EORelationship() - Constructor for class com.webobjects.eodistribution.client.EORelationship
The constructor for EORelationship.
EORelationshipManipulation - Interface in com.webobjects.eocontrol
The EORelationshipManipulation interface builds on the basic EOKeyValueCoding interface to allow you to modify to-many relationship properties.
EORemoteStorageDefaults - Class in com.webobjects.eoapplication.client
EORemoteStorageDefaults works together with the server side of a Java Client application to manage the defaults of an application: When the client starts up, it tries to receive values from the distribution context on the server side, and when the application terminates, it asks the distribution context to store all the persistent values.
EORemoteStorageDefaults() - Constructor for class com.webobjects.eoapplication.client.EORemoteStorageDefaults
Creates a new defaults manager object.
EOResourceBundle - Class in com.webobjects.eoapplication
EOResourceBundles are registered with EOUserInterfaceParameters to localize icons and strings.
EOResourceBundle() - Constructor for class com.webobjects.eoapplication.EOResourceBundle
Default constructor.
EOSchemaColumnDescription - Class in com.webobjects.eoaccess.synchronization
A wrapper object for relational database column information used for schema synchronization.
EOSchemaColumnDescription() - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
EOSchemaForeignKeyConstraintDescription - Class in com.webobjects.eoaccess.synchronization
A wrapper object for relational database foreign constrain information used for schema synchronization.
EOSchemaForeignKeyConstraintDescription() - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaForeignKeyConstraintDescription
 
EOSchemaGeneration - Interface in com.webobjects.eoaccess
Deprecated. Deprecated in WebObjects 5.4. Replaced by com.webobjects.eoaccess.synchronization.EOSchemaGeneration.
EOSchemaGeneration - Interface in com.webobjects.eoaccess.synchronization
This interface has been introduced to define API for generating database schemas from EOModel files.
EOSchemaGeneration.Delegate - Interface in com.webobjects.eoaccess.synchronization
 
EOSchemaGenerationOptions - Class in com.webobjects.eoaccess.synchronization
EOGenerationOptions is a helper class that describe the type of generation that need to be done when generating a new database.
EOSchemaGenerationOptions() - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
Default constructor
EOSchemaIndexDescription - Class in com.webobjects.eoaccess.synchronization
A wrapper object for relational database column information used for schema synchronization.
EOSchemaIndexDescription() - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaIndexDescription
 
EOSchemaPropertyDescription - Class in com.webobjects.eoaccess.synchronization
Abstract implementation for objects to be used by schema synchronization.
EOSchemaPropertyDescription() - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
 
EOSchemaSynchronization - Interface in com.webobjects.eoaccess
Deprecated. Deprecated in WebObjects 5.4. Replaced by com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.
EOSchemaSynchronization - Interface in com.webobjects.eoaccess.synchronization
This interface has been introduced to define API to synchronize a database schema with a corresponding EOModel.
EOSchemaSynchronization.ColumnTypes - Interface in com.webobjects.eoaccess.synchronization
The ColumnTypes interface is only used when implementing schema synchronization API for a custom adaptor.
EOSchemaSynchronizationChanges - Class in com.webobjects.eoaccess.synchronization
 
EOSchemaSynchronizationChanges() - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationChanges
 
EOSchemaSynchronizationColumnChanges - Class in com.webobjects.eoaccess.synchronization
Encapsulates column changes.
EOSchemaSynchronizationColumnChanges(String) - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
EOSchemaSynchronizationFactory - Class in com.webobjects.eoaccess.synchronization
This class has been introduced to implement the interfaces EOSchemaGeneration and EOSchemaSynchronization, which were introduced in WebObjects 5.0.
EOSchemaSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Creates and returns a new EOSynchronization factory that uses the specified adaptor to communicate with an external database.
EOSchemaSynchronizationFactory.Delegate - Interface in com.webobjects.eoaccess.synchronization
The Delegate interface for EOSynchronizationFactory is restricted to use by the EOModeler application and should not be implemented by others.
EOSchemaSynchronizationModelChanges - Class in com.webobjects.eoaccess.synchronization
Encapsulates the changes between the previous eomodel.
EOSchemaSynchronizationModelChanges() - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
 
EOSchemaSynchronizationTableChanges - Class in com.webobjects.eoaccess.synchronization
Encapsulates the changes between the previous schema including table names, indexes, columns and constraints.
EOSchemaSynchronizationTableChanges(String) - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
 
EOSchemaTableDescription - Class in com.webobjects.eoaccess.synchronization
A wrapper object for relational database table information used for schema synchronization.
EOSchemaTableDescription() - Constructor for class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
eoShallowDescription() - Method in class com.webobjects.eocontrol.EOCustomObject
Similar to eoDescription, but doesn't descend into relationships.
eoShallowDescription() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Similar to eoDescription, but doesn't descend into relationships.
eoShallowDescription(Object) - Static method in class com.webobjects.eocontrol.EOFaultHandler
Returns a String that describes object in a short form.
EOSharedEditingContext - Class in com.webobjects.eocontrol
The EOSharedEditingContext class defines a mechanism that allows EOEditingContexts to share enterprise objects for reading.
EOSharedEditingContext(EOObjectStore) - Constructor for class com.webobjects.eocontrol.EOSharedEditingContext
Creates a new EOSharedEditingContext with a specified EOObjectStoreCoordinator as the parent EOObjectStore.
EOSharedEditingContext() - Constructor for class com.webobjects.eocontrol.EOSharedEditingContext
Creates a new EOSharedEditingContext object with the default parent object store as its parent object store.
EOSimpleWindowController - Class in com.webobjects.eoapplication
EOSimpleWindowController() - Constructor for class com.webobjects.eoapplication.EOSimpleWindowController
EOSimpleWindowController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOSimpleWindowController
EOSortOrdering - Class in com.webobjects.eocontrol
An EOSortOrdering object specifies the way that a group of objects should be sorted, using a property key and a method selector for comparing values of that property.
EOSortOrdering(String, NSSelector) - Constructor for class com.webobjects.eocontrol.EOSortOrdering
Creates a new EOSortOrdering object.
EOSortOrdering.Comparison - Interface in com.webobjects.eocontrol
The Comparison interface defines methods for comparing values.
EOSortOrdering.ComparisonSupport - Class in com.webobjects.eocontrol
ComparisonSupport provides default implementations of the EOSortOrdering.Comparison interface and a registry for support objects.
EOSortOrdering.ComparisonSupport() - Constructor for class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
 
EOSplitController - Class in com.webobjects.eoapplication
 
EOSplitController() - Constructor for class com.webobjects.eoapplication.EOSplitController
 
EOSplitController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOSplitController
 
EOSQLExpression - Class in com.webobjects.eoaccess
EOSQLExpression is an abstract superclass that defines how to build SQL statements for adaptor channels.
EOSQLExpression(EOEntity) - Constructor for class com.webobjects.eoaccess.EOSQLExpression
Creates a new EOSQLExpression rooted to an EOEntity.
EOSQLExpression.SQLValue - Interface in com.webobjects.eoaccess
This interface defines API for objects that can provide values for themselves to be used in SQL statements.
EOSQLExpressionFactory - Class in com.webobjects.eoaccess
EOSQLExpressionFactory builds SQL statements for adaptor channels.
EOSQLExpressionFactory(EOAdaptor) - Constructor for class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates an EOSQLExpressionFactory capable of creating EOSQLExpressions for the specified EOAdaptor.
EOSQLQualifier - Class in com.webobjects.eoaccess
Deprecated. The class EOSQLQualifier is deprecated. Use EOAdaptorChannel.evaluateExpression() or EOFetchSpecification.setHints() instead.
EOSQLQualifier(EOEntity, String, Object[]) - Constructor for class com.webobjects.eoaccess.EOSQLQualifier
Deprecated. Creates an EOSQLQualifier
EOStaticIconController - Class in com.webobjects.eogeneration
 
EOStaticIconController() - Constructor for class com.webobjects.eogeneration.EOStaticIconController
 
EOStaticIconController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOStaticIconController
 
EOStaticLabelController - Class in com.webobjects.eogeneration
 
EOStaticLabelController() - Constructor for class com.webobjects.eogeneration.EOStaticLabelController
 
EOStaticLabelController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOStaticLabelController
 
EOStaticTextFieldController - Class in com.webobjects.eogeneration
 
EOStaticTextFieldController() - Constructor for class com.webobjects.eogeneration.EOStaticTextFieldController
 
EOStaticTextFieldController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOStaticTextFieldController
 
EOStoredProcedure - Class in com.webobjects.eoaccess
EOStoredProcedure encapsulates the information stored in an EOModel about a stored procedure which is stored in a database server.
EOStoredProcedure(String) - Constructor for class com.webobjects.eoaccess.EOStoredProcedure
The constructor for a EOStoredProcedure (which is a reference to the stored procedure in the database).
EOStoredProcedure(NSDictionary, Object) - Constructor for class com.webobjects.eoaccess.EOStoredProcedure
Creates a new EOStoredProcedure from a property list.
EOSwingButtonPlugin - Class in com.webobjects.eointerface.swing
EOSwingButtonPlugin is a concrete subclass of EOActionWidgetAssociation.ActionPlugin which is used with Swing buttons.
EOSwingButtonPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Creates a new EOSwingButtonPlugin connected to an association and a UI widget.
EOSwingCheckBoxPlugin - Class in com.webobjects.eointerface.swing
EOSwingCheckBoxPlugin is a concrete subclass of EOValueAssociation.ValuePlugin which is used with Swing's JCheckBox.
EOSwingCheckBoxPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Creates a new EOSwingCheckBoxPlugin connected to an association and a UI widget.
EOSwingComboBoxPlugin - Class in com.webobjects.eointerface.swing
EOSwingComboBoxPlugin is a concrete subclass of EOValueSelectionAssociation.ValueSelectionPlugin which is used with Swing's JComboBox.
EOSwingComboBoxPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Creates a new EOSwingComboBoxPlugin connected to an association and a UI widget.
EOSwingImageViewPlugin - Class in com.webobjects.eointerface.swing
EOSwingImageViewPlugin is a concrete subclass of EOValueAssociation.ValuePlugin that displays NSData as an java.awt.Image in an EOImageView.
EOSwingImageViewPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Creates a new EOSwingImageViewPlugin connected to an association and a UI widget.
EOSwingQuickTimeViewPlugin - Class in com.webobjects.eointerface.swing
EOSwingQuickTimeViewPlugin is a concrete subclass of EOValueAssociation.ValuePlugin that displays QuickTime content from a URL which is passed in as a value, using an EOQuickTimeView.
EOSwingQuickTimeViewPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Creates a new EOSwingQuickTimeViewPlugin connected to an association and a UI widget.
EOSwingSetPlugin - Class in com.webobjects.eointerface.swing
EOSwingSetPlugin is a concrete subclass of EOWidgetPluginRegistry.WidgetSetPlugin which is used to diplay alerts using JFC.
EOSwingSetPlugin() - Constructor for class com.webobjects.eointerface.swing.EOSwingSetPlugin
Creates a new EOSwingSetPlugin.
EOSwingTableColumnPlugin - Class in com.webobjects.eointerface.swing
EOSwingTableColumnPlugin is a concrete subclass of EOTableColumnAssociation.TableColumnPlugin which is used with Swing table columns.
EOSwingTableColumnPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Creates a new EOSwingTableColumnPlugin connected to an association and a UI widget.
EOSwingTableColumnPlugin.TableColumnCustomizer - Interface in com.webobjects.eointerface.swing
Use this interface to implement your custom TableColumnCustomizer which will be used to obtain the CellRenderer and CellEditor for this plugin's column.
EOSwingTablePlugin - Class in com.webobjects.eointerface.swing
EOSwingTablePlugin is a concrete subclass of EOTableAssociation.TablePlugin which is used with Swing tables.
EOSwingTablePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingTablePlugin
Creates a new EOSwingTablePlugin connected to an association and a UI widget.
EOSwingTextPlugin - Class in com.webobjects.eointerface.swing
EOSwingTextPlugin is a concrete subclass of EOTextAssociation.TextPlugin which is used a Swing JTextComponent (or a EOTextComponentAccess, which includes a JTextComponent).
EOSwingTextPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingTextPlugin
Creates a new EOSwingTextPlugin connected to an association and a UI widget.
EOSwingTreePlugin - Class in com.webobjects.eointerface.swing
 
EOSwingTreePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
EOSwingUtilities - Class in com.webobjects.eointerface.swing
EOSwingUtilities is a class of static methods for convenience.
EOSwitchController - Class in com.webobjects.eoapplication
EOSwitchController() - Constructor for class com.webobjects.eoapplication.EOSwitchController
EOSwitchController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOSwitchController
EOSynchronizationFactory - Class in com.webobjects.eoaccess
Deprecated. Deprecated in WebObjects 5.4. Replaced with com.webobjects.eoaccess.synchronization.EOSynchronizationFactory.
EOSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
EOSynchronizationFactory(EOSchemaSynchronizationFactory) - Constructor for class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
EOTable - Class in com.webobjects.eointerface.swing
The EOTable class is used to represent tables of data.
EOTable() - Constructor for class com.webobjects.eointerface.swing.EOTable
Constructs a new EOTable which is configured to always use a vertical scroll bar and a horizontal scrollbar if needed.
EOTableAssociation - Class in com.webobjects.eointerface
EOTableAssociation associates the contents of its SourceAspect's display group with a NSTableView, JTable or an EOTable (an object that places a javax.swing.JTable in a scroll view), via the repective WidgetPlugin's.
EOTableAssociation(Object) - Constructor for class com.webobjects.eointerface.EOTableAssociation
Creates a new EOTableAssociation to monitor and update the value in aDisplayObject.
EOTableAssociation.TablePlugin - Class in com.webobjects.eointerface
TablePlugin communicates with a UI widget (NSTableView, JTable or EOTable, for example) on behalf of an EOTableAssociation.
EOTableAssociation.TablePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOTableColumnAssociation - Class in com.webobjects.eointerface
EOTableColumnAssociation associates display group(s) with a table column, via the repective WidgetPlugin's (subclasses of TableColumnPlugin).
EOTableColumnAssociation(Object) - Constructor for class com.webobjects.eointerface.EOTableColumnAssociation
Creates a new EOTableColumnAssociation to monitor and update the row values of a display group according to the widget object, which supplies a text (String) value.
EOTableColumnAssociation(Object, Object) - Constructor for class com.webobjects.eointerface.EOTableColumnAssociation
Creates a new EOTableColumnAssociation to monitor and update the row values of a display group according to the widget object, which supplies a text (String) value.
EOTableColumnAssociation.TableColumnPlugin - Class in com.webobjects.eointerface
TableColumnPlugin communicates with a UI widget (Cocoa's NSTableColumn or JFC's TableColumn, for example) on behalf of an EOTableAssociation.
EOTableColumnAssociation.TableColumnPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
Creates a new TableColumnPlugin for use with association and widget.
EOTableColumnController - Class in com.webobjects.eogeneration
 
EOTableColumnController() - Constructor for class com.webobjects.eogeneration.EOTableColumnController
 
EOTableColumnController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTableColumnController
 
EOTableController - Class in com.webobjects.eogeneration
 
EOTableController() - Constructor for class com.webobjects.eogeneration.EOTableController
 
EOTableController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTableController
 
EOTabSwitchController - Class in com.webobjects.eoapplication
EOTabSwitchController() - Constructor for class com.webobjects.eoapplication.EOTabSwitchController
EOTabSwitchController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOTabSwitchController
EOTemporaryGlobalID - Class in com.webobjects.eocontrol
An EOTemporaryGlobalID object identifies a newly created enterprise object before it's saved to an external store.
EOTemporaryGlobalID() - Constructor for class com.webobjects.eocontrol.EOTemporaryGlobalID
Creates and returns an EOTemporaryGlobalID as a unique instance.
EOTemporaryGlobalID(byte[]) - Constructor for class com.webobjects.eocontrol.EOTemporaryGlobalID
Creates and returns an EOTemporaryGlobalID as a unique instance.
EOTextArea - Class in com.webobjects.eointerface.swing
The EOTextArea class is used to represent large text in a scrollable area.
EOTextArea() - Constructor for class com.webobjects.eointerface.swing.EOTextArea
Constructs a new EOTextArea which is configured to always use a vertical scroll bar and no a horizontal scrollbar.
EOTextAreaController - Class in com.webobjects.eogeneration
 
EOTextAreaController() - Constructor for class com.webobjects.eogeneration.EOTextAreaController
 
EOTextAreaController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTextAreaController
 
EOTextAssociation - Class in com.webobjects.eointerface
EOTextAssociation is used as an association for displaying text values, with widgets such as NSTextFieldCell or JTextField.
EOTextAssociation(Object) - Constructor for class com.webobjects.eointerface.EOTextAssociation
Returns a new EOTextAssociation object that is not (yet) bound to any display group.
EOTextAssociation.TextPlugin - Class in com.webobjects.eointerface
TextPlugin communicates with a UI widget (NSTextFieldCell or JTextField, for example) on behalf of an EOTextAssociation.
EOTextAssociation.TextPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOTextAssociation.TextPlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOTextColumnEditor - Class in com.webobjects.eointerface.swing
EOTextColumnEditor is an concrete subclass of EOColumnEditor that handles text cell editing for javax.swing.JTables.
EOTextColumnEditor() - Constructor for class com.webobjects.eointerface.swing.EOTextColumnEditor
Constructs a new EOTextColumnEditor.
EOTextComponentAccess - Interface in com.webobjects.eointerface.swing
EOTextComponentAccess is an interface that defines an API for accessing editable text components of Swing components.
EOTextField - Class in com.webobjects.eointerface.swing
EOTextField is a subclass of javax.swing.JTextField that adds the notion of selectability (so that text fields can be selectable, but not editable).
EOTextField() - Constructor for class com.webobjects.eointerface.swing.EOTextField
Constructs a new EOTextField which is configured to be selectable by default.
EOTextFieldController - Class in com.webobjects.eogeneration
 
EOTextFieldController() - Constructor for class com.webobjects.eogeneration.EOTextFieldController
 
EOTextFieldController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTextFieldController
 
EOTitlesController - Class in com.webobjects.eogeneration
 
EOTitlesController() - Constructor for class com.webobjects.eogeneration.EOTitlesController
 
EOTitlesController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTitlesController
 
EOTreeAssociation - Class in com.webobjects.eointerface
EOTreeAssociation is used as an association for displaying hierarchical object trees, with widgets such as JTree.
EOTreeAssociation(Object) - Constructor for class com.webobjects.eointerface.EOTreeAssociation
Returns a new EOValueAssociation object that is not bound to any display group.
EOTreeAssociation.TreePlugin - Class in com.webobjects.eointerface
TreePlugin communicates with a tree UI widget on behalf of an EOTreeAssociation.
EOTreeAssociation.TreePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOTreeAssociation.TreePlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOTreeController - Class in com.webobjects.eogeneration
 
EOTreeController() - Constructor for class com.webobjects.eogeneration.EOTreeController
 
EOTreeController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTreeController
 
EOURLClassLoader - Class in com.webobjects.eoapplication
EOURLClassLoader is an URLClassLoader that can be used to add classes to your program at runtime.
EOURLClassLoader(URL[]) - Constructor for class com.webobjects.eoapplication.EOURLClassLoader
Creates a new EOURLClassLoader object initialized to search at the URLs urls for classes.
EOURLClassLoader(URL[], ClassLoader) - Constructor for class com.webobjects.eoapplication.EOURLClassLoader
Creates a new EOURLClassLoader object initialized to search at the URLs urls for classes.
EOURLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class com.webobjects.eoapplication.EOURLClassLoader
Creates a new EOURLClassLoader object initialized to search at the URLs urls for classes.
EOUserFileDefaults - Class in com.webobjects.eoapplication
EOUserFileDefaults manages the defaults of an application by storing and loading them from the file system.
EOUserFileDefaults() - Constructor for class com.webobjects.eoapplication.EOUserFileDefaults
Creates a new defaults manager object.
EOUserInterfaceParameters - Class in com.webobjects.eoapplication
EOUserInterfaceParameters has many static methods used to localize strings and icons and to determine several aspects (fonts, colors, border sizes) of the user interface.
EOUserInterfaceParameters() - Constructor for class com.webobjects.eoapplication.EOUserInterfaceParameters
 
EOUtilities - Class in com.webobjects.eoaccess
This class is a collection of convenience methods intended to make common operations with EOF easier.
EOUtilities.MoreThanOneException - Exception in com.webobjects.eoaccess
This exception is thrown from the methods in EOUtilities, indicating that multiple objects were found in a search that expected exactly one object as result.
EOUtilities.MoreThanOneException(String) - Constructor for exception com.webobjects.eoaccess.EOUtilities.MoreThanOneException
Creates a new exception with a specified message.
EOValidation - Interface in com.webobjects.eocontrol
The EOValidation interface in an extension of the NSValidation interface (which defines key-value based validation methods).
EOValueAndURLController - Class in com.webobjects.eogeneration
 
EOValueAndURLController() - Constructor for class com.webobjects.eogeneration.EOValueAndURLController
 
EOValueAndURLController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOValueAndURLController
 
EOValueAssociation - Class in com.webobjects.eointerface
EOValueAssociation is used for associations that display a single value object in a widget, with the value usually being editable.
EOValueAssociation(Object) - Constructor for class com.webobjects.eointerface.EOValueAssociation
Returns a new EOValueAssociation object that is not bound to any display group.
EOValueAssociation.ValuePlugin - Class in com.webobjects.eointerface
ValuePlugin communicates with a UI widget on behalf of an EOValueAssociation.
EOValueAssociation.ValuePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOValueAssociation.ValuePlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOValueController - Class in com.webobjects.eogeneration
 
EOValueController() - Constructor for class com.webobjects.eogeneration.EOValueController
 
EOValueController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOValueController
 
EOValueSelectionAssociation - Class in com.webobjects.eointerface
EOValueSelectionAssociation displays an attribute or to-one relationship value in a display object that offers the user multiple choices and the option of choosing just one of those choices.
EOValueSelectionAssociation(Object) - Constructor for class com.webobjects.eointerface.EOValueSelectionAssociation
Creates a new EOValueSelectionAssociation to monitor and update the values in aDisplayObject.
EOValueSelectionAssociation.ValueSelectionPlugin - Class in com.webobjects.eointerface
ValueSelectionPlugin communicates with a UI widget on behalf of a EOValueSelectionAssociation.
EOValueSelectionAssociation.ValueSelectionPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOView - Class in com.webobjects.eointerface.swing
An EOView is a JPanel that uses an EOViewLayout layout manager to manage layout geometry.
EOView() - Constructor for class com.webobjects.eointerface.swing.EOView
Creates a new EOView object with an EOViewLayout layout manager.
EOViewLayout - Class in com.webobjects.eointerface.swing
An EOViewLayout is an AWT layout manager which offers "spring" resizing (like Cocoa views).
EOViewLayout() - Constructor for class com.webobjects.eointerface.swing.EOViewLayout
Constructs a new EOViewLayout.
EOWidgetAssociation - Class in com.webobjects.eointerface
The EOWidgetAssociation is the superclass for all associations that connect to user interface widgets.
EOWidgetAssociation(Object) - Constructor for class com.webobjects.eointerface.EOWidgetAssociation
Used by subclasses of EOWidgetAssociation to initialize data structures and set aDisplayObject as the display object that the association manages.
EOWidgetAssociation.WidgetPlugin - Class in com.webobjects.eointerface
WidgetPlugin is an abstract superclass for plugins that provide a layer of abstraction between user interface widgets and EOWidgetAssociation subclasses.
EOWidgetAssociation.WidgetPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Subclasses should override this constructor to perform any additional setup and then invoke super's implementation.
EOWidgetAssociation.WidgetPlugin.Formatting - Interface in com.webobjects.eointerface
The Formatting interface defines the basic methods needed to enable setting and getting formatting for a display object.
EOWidgetController - Class in com.webobjects.eogeneration
 
EOWidgetController() - Constructor for class com.webobjects.eogeneration.EOWidgetController
 
EOWidgetController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOWidgetController
 
EOWidgetController.DefaultAction - Interface in com.webobjects.eogeneration
 
EOWidgetController.DefaultAction.CommonWidgetHandler - Interface in com.webobjects.eogeneration
 
EOWidgetController.FormatWidget - Interface in com.webobjects.eogeneration
 
EOWidgetController.QueryWidget - Interface in com.webobjects.eogeneration
 
EOWidgetController.TableWidget - Interface in com.webobjects.eogeneration
 
EOWidgetPluginRegistry - Class in com.webobjects.eointerface
The EOWidgetPluginRegistry maintains a mapping from widget plugin classes to association and widget classes.
EOWidgetPluginRegistry() - Constructor for class com.webobjects.eointerface.EOWidgetPluginRegistry
 
EOWidgetPluginRegistry.WidgetSetPlugin - Class in com.webobjects.eointerface
Abstract super class for plugins that handle the widget set specific task of displaying alert panels.
EOWidgetPluginRegistry.WidgetSetPlugin() - Constructor for class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
 
EOWindowController - Class in com.webobjects.eoapplication
EOWindowController extends EOComponentController for windows and dialogs.
EOWindowController() - Constructor for class com.webobjects.eoapplication.EOWindowController
The (plain) constructor for EOWindowController.
EOWindowController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOWindowController
A constructor for EOWindowController (re-)creating an EOWindowController from the definitions stored in an EOXMLUnarchiver.
EOWindowObserver - Class in com.webobjects.eoapplication
EOWindowObserver() - Constructor for class com.webobjects.eoapplication.EOWindowObserver
EOXMLUnarchiver - Class in com.webobjects.eoapplication
EOXMLUnarchivers are used to unarchive objects (controllers and actions) from an XML description.
EOXMLUnarchiver(NSDictionary) - Constructor for class com.webobjects.eoapplication.EOXMLUnarchiver
Creates a new EOXMLUnarchiver.
EQUALS - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
equals(Object) - Method in class com.webobjects.appserver.WOMessage
Returns true if the supplied Object is a WOMessage, or a subclass, whose headers and content equal those of the receiver.
equals(Object) - Method in class com.webobjects.appserver.WOTimer
Deprecated. Return true if aTimer is an instance of WOTimer with the same selector, target, and userInfo as the receiver.
equals(Object) - Method in class com.webobjects.eoaccess.EOJoin
Compares object with the receiver and returns true if they are identical, false otherwise.
equals(Object) - Method in class com.webobjects.eoaccess.EOProperty
 
equals(Object) - Method in class com.webobjects.eoapplication.EOAction
Indicates whether some object "is equal to" this one.
equals(Object) - Method in class com.webobjects.eocontrol.EOAndQualifier
 
equals(Object) - Method in class com.webobjects.eocontrol.EOCustomObject
EOF requires all EOs define equality as (this == other) To compare EOs in different EOEditingContexts, consider instead comparing their EOGlobalIDs with equals()
equals(Object) - Method in class com.webobjects.eocontrol.EOGlobalID
Compares the receiver to object.
equals(Object) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
The comparison made between the receiver and other is done by each one of the EOKeyComparisonQualifier components.
equals(Object) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Compares the receiver to other.
equals(Object) - Method in class com.webobjects.eocontrol.EONotQualifier
 
equals(Object) - Method in class com.webobjects.eocontrol.EOOrQualifier
If the receiver and the other object have equals qualifiers it returns true; false otherwise.
equals(Object) - Method in class com.webobjects.eocontrol.EOQualifierVariable
If the receiver and the other object have equals keys it returns true, false otherwise.
equals(Object) - Method in class com.webobjects.eocontrol.EOTemporaryGlobalID
Compares the receiver to object.
equals(Object) - Method in class com.webobjects.foundation.NSArray
Compares this array to object, returning true if object satisfies instanceof NSArray and its elements are equal to the elements of this array, otherwise it returns false.
equals(Object) - Method in class com.webobjects.foundation.NSData
Compares the receiving data object to object.
equals(Object) - Method in class com.webobjects.foundation.NSDictionary
Compares this dictionary to object.
equals(Object) - Method in class com.webobjects.foundation.NSNotification
Compares the receiving NSNotification object to other.
equals(Object) - Method in class com.webobjects.foundation.NSRange
Indicates whether an object is an NSRange whose location and length are equal to this range's location and length.
equals(Object) - Method in class com.webobjects.foundation.NSSelector
Determines whether an object is an NSSelector equal to this NSSelector.
equals(Object) - Method in class com.webobjects.foundation.NSSet
Determines whether this NSSet is equal to object This is true if object is an NSSet or subclass of NSSet and both sets contain identical members.
equals(Object) - Method in class com.webobjects.foundation.NSTimeZone
Indicates whether this NSTimeZone has the same data as that of anObject.
equals(Object) - Method in class com.webobjects.webservices.client.WOClientParameter
 
equals(Object) - Method in class com.webobjects.webservices.client.WOWebService.SessionInfo
 
equalSelector - Static variable in class com.webobjects.directtoweb.ServerSideSettings
 
equalToQueryValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the receiver's dictionary of equalTo query values.
err - Static variable in class com.webobjects.foundation.NSLog
Logger sending output to system error file.
error(SAXParseException) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultErrorHandler
 
error(SAXParseException) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParserErrorHandler
 
errorMessage - Variable in class com.webobjects.directtoweb.D2WInspectPage
Contains an error message displayed on the inspect page.
errorMessage() - Method in class com.webobjects.woextensions.WOExceptionPage
 
errorMessageUrlForResourceNamed(String, String) - Method in class com.webobjects.appserver.WOResourceManager
Error URL returned when a resource specified is not found.
errorPage(WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns an error page as a WOComponent implementing the ErrorPageInterface.
errorPage(WOContext) - Method in class com.webobjects.directtoweb.D2W
Returns an error page as a WOComponent implementing the ErrorPageInterface.
ErrorPageInterface - Interface in com.webobjects.directtoweb
This interface is implemented by pages returned by the D2W method errorPageForEntityNamed.
ESCAPE_SEQUENCE - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
escapeInnerData(CharSequence, String, String, StringBuilder) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
EscapeQueryDictionary - Static variable in class com.webobjects.appserver.WOContext
 
escapeRegex(String) - Static method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
escapeString(String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
establishConnection() - Method in class com.webobjects.eoapplication.EOController
Connects the receiver to the controller hierarchy.
establishConnection() - Method in class com.webobjects.eoapplication.EOEntityController
Overridden from the superclass to ensure that, if an archive name is specified for the receiver, the interface file archive is loaded before the connection is established.
establishConnection() - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Subclasses have to implement this method to establish a connection with the server using a specific protocol.
establishConnection() - Method in class com.webobjects.eodistribution.client.EOHTTPChannel
Establishes a connection with the server and begins communication using the HTTP protocol.
establishConnection() - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to attach this association to the outlets of its display object and to otherwise configure the display object (such as by setting its action method).
establishConnection() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Overridden by subclasses to attach the receiver to its display object, and to otherwise configure the display object.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
establishConnectionToSupercontrollers() - Method in class com.webobjects.eoapplication.EOController
Connects the receiver's supercontroller to the controller hierarchy, and then establishes the receiver's connection to the controller hierarchy.
EtchedBorder - Static variable in class com.webobjects.eoapplication.EOBoxController
 
evaluateExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to send expression to the database server for evaluation, beginning a transaction first and committing it after evaluation if a transaction isn't already in progress.
evaluateExpression(EOSQLExpression) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
evaluateExpression(EOSQLExpression) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
evaluateRules(NSDictionary) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
evaluateWithObject(EOKeyValueCodingAdditions) - Method in class com.webobjects.directtoweb.BooleanQualifier
 
evaluateWithObject(EOKeyValueCodingAdditions) - Method in class com.webobjects.directtoweb.NonNullQualifier
 
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EOAndQualifier
When an EOAndQualifier object receives an evaluateWithObject message, it evaluates each of its qualifiers until one of them returns false.
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Returns true if the object object satisfies the qualifier, false otherwise.
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Returns true if object satisfies the qualifier, false otherwise.
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EONotQualifier
Returns true if the object object satisfies the EONotQualifier, false otherwise.
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EOOrQualifier
Returns true if object satisfies the qualifier, false otherwise.
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EOQualifier
Implemented by subclasses to return true if object matches the criteria specified in the receiver, false otherwise.
evaluateWithObject(Object) - Method in interface com.webobjects.eocontrol.EOQualifierEvaluation
Returns true if the argument object satisfies the qualifier, false otherwise.
event() - Method in class com.webobjects.woextensions.WOAggregateEventRow
 
event - Variable in class com.webobjects.woextensions.WOEventRow
 
eventCount() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
eventDuration() - Method in class com.webobjects.woextensions.WOEventRow
 
eventEnded() - Static method in class com.webobjects.eointerface.swing.EOSwingUtilities
Lets the frameworks know that the completion of event handling will be necessary.
eventEnded() - Method in class com.webobjects.foundation.NSDelayedCallbackCenter
Invokes the registered selectors in order of ascending priority.
EventGroupName - Static variable in class com.webobjects.eocontrol.EOEvent
Key used in the dictionary returned by eventTypeDescriptions.
EventLoggingEnabled - Static variable in class com.webobjects.eocontrol.EOEventCenter
Name of the system property (a Boolean value) defining whether or not to log registered event classes by default.
EventLoggingLimit - Static variable in class com.webobjects.eocontrol.EOEventCenter
Name of the system property (an Integer value) defining the maximum size of the event logging stack.
EventLoggingOverflowDisplay - Static variable in class com.webobjects.eocontrol.EOEventCenter
Name of the system property (a Boolean value) defining whether an event log overflow should be logged.
EventLoggingPassword - Static variable in class com.webobjects.eocontrol.EOEventCenter
Name of the system property (a String value) defining the password which allows access to event logging information.
events() - Method in class com.webobjects.eocontrol.EOAggregateEvent
Typically, an EOAggregateEvent has at least one event, the event for which the event logging system created the aggregate event.
events - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
eventsOfClass(Class, String) - Method in class com.webobjects.eocontrol.EOEventCenter
Returns the subset of the receiver's events that are instances of aClass and that have the type type.
eventsOfClassForAllCenters(Class, String) - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns an array of all events (from all the event centers) that are instances of aClass and whose type is type.
eventTypeDescriptions(Class) - Static method in class com.webobjects.eocontrol.EOEvent
Used to determine event types and descriptions for a family of events.
exception() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the exception that was thrown when an adaptor channel attempted to process the receiver, or null if no exception was thrown or if the receiver hasn't been processed yet.
exception - Variable in class com.webobjects.woextensions.WOExceptionPage
 
EXCEPTION_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Final exception element tag name.
exceptionAddingEntriesToUserInfo(Object, String) - Method in exception com.webobjects.foundation.NSValidation.ValidationException
Deprecated. Use NSValidation.ValidationException.exceptionWithObjectAndKey(java.lang.Object, java.lang.String)
exceptionIndex - Variable in class com.webobjects.woextensions.WOExceptionPage
 
exceptions - Variable in class com.webobjects.woextensions.WOExceptionPage
 
exceptionWithObjectAndKey(Object, String) - Method in exception com.webobjects.foundation.NSValidation.ValidationException
Returns a new exception with the same message as this ValidationException, but whose userInfo dictionary contains object and key.
excludeObjectFromPropertyWithKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Removes the object eo from the to-many relationship named key without affecting inverse relationships, by directly modifying the property storing the to-many relationship.
executeStoredProcedure(EOStoredProcedure, NSDictionary) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to execute storedProcedure.
executeStoredProcedure(EOStoredProcedure, NSDictionary) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
executeStoredProcedure(EOStoredProcedure, NSDictionary) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
executeStoredProcedureNamed(EOEditingContext, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Executes the specified stored procedure with the provided arguments.
existingSession() - Method in class com.webobjects.appserver.WOAction
Restores the session based on the request.
existingTableAssociation() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for an already existing table association.
existingTableAssociation() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns the EOTableAssociation for this plugin's table.
ExpandBuff(boolean) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ExpandedIconAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the ExpandedIconAspect aspect
expandedIconForObject(Object) - Method in class com.webobjects.eointerface.EOTreeAssociation
Returns an expanded icon to display for the identifier object.
expandedIconKey() - Method in class com.webobjects.eogeneration.EOTreeController
 
ExpandedIconKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
expandedKeyPathsForEntityName(String, String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
expandedKeyPathsForEntityName(String, NSArray) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
expectContentLengthHeader(boolean, int) - Static method in class com.webobjects.appserver.WOHTTPConnection
Deprecated. If you are using HTTP/1.1, there is no need to tell the receiver whether to expect content length since it follows RFC 2616 (HTTP/1.1).
expectedTokenSequences - Variable in exception com.webobjects.appserver.parser.declaration.ParseException
Each entry in this array is an array of integers.
expirationDateForIDCookies() - Method in class com.webobjects.appserver.WOSession
Deprecated. this method is deprecated should not be used
expires() - Method in class com.webobjects.appserver.WOCookie
Returns the value of the cookie's "expires" attribute as an NSTimestamp.
EXPLICIT - Static variable in class com.webobjects.eoaccess.synchronization.EOSchemaIndexDescription
 
EXPONENT - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
expressionClass() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the subclass of EOSQLExpression used by the receiver for query language expressions, which is assigned using the class method setExpressionClassName.
expressionClass() - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Returns the subclass of EOSQLExpression used by this factory to create expressions
expressionClassName(String) - Static method in class com.webobjects.eoaccess.EOAdaptor
Returns the class name of the subclass of EOSQLExpression used for expression evaluation on a given adaptor class.
expressionFactory() - Method in class com.webobjects.eoaccess.EOAdaptor
An abstract method that supports changes made to EOSQLExpression and related classes and interfaces.
expressionFactory() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the expression factory to use for this adaptor.
expressionFactory() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the JDBCExpressionFactory, creating a new one if necessary.
expressionFactory() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
expressionForEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates a new instance of the factory's EOSQLExpression class and assigns the parameter entity to that expression.
expressionForString(String) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates and returns an SQL expression containing the string parameter.
externalModelsReferenced() - Method in class com.webobjects.eoaccess.EOEntity
Examines each of the receiver's relationships and returns a list of all external models referenced by the receiver, or an empty arrray if no external models are referenced.
externalModelsReferenced() - Method in class com.webobjects.eoaccess.EOModel
Returns an array containing those models that are referenced by the receiver.
externalName() - Method in class com.webobjects.eoaccess.EOEntity
Returns the name of the receiver as understood by the database server, that is, the receiver's external name.
externalName() - Method in class com.webobjects.eoaccess.EOStoredProcedure
Returns the name of the stored procedure as it is defined in the database, or null if it doesn't have an external name.
externalNameForInternalName(String, String, boolean) - Static method in class com.webobjects.eoaccess.EOEntity
Used by the Enterprise Objects Framework to convert an internal object name, internalName to a database schema name that conforms to a standard convention, separating name elements with separatorString and capitalizing or lowercasing the external name based on the Boolean parameter allCaps.
ExternalNameKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Key for use in change dictionaries whose value is the external name (database table name) for an EOEntity.
externalNameQuoteCharacter() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns a String with the character used to quote SQL identifiers that use unusual characters which would not otherwise be legal.
externalNameQuoteCharacter() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
externalNameQuoteCharacter() - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
externalQuery() - Method in class com.webobjects.eoaccess.EOEntity
Returns a query statement that is used by an EOAdaptorChannel to select rows for the entity when a qualifier is empty, or null if the entity has no external query.
externalType() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the attribute's type as understood by the database.
externalType() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
externalTypeForJDBCType(int) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the name of an external type that matches the given JDBC type type.
ExternalTypeKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Key for use in change dictionaries whose value is the external type (database type) for an EOAttribute.
externalTypesWithModel(EOModel) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation returns an empty array.
externalTypesWithModel(EOModel) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns an NSArray of external type names for the model.
externalTypesWithModel(EOModel) - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
extraBindings() - Method in class com.webobjects.directtoweb.D2WPage
This method is intentionally undocumented.
extraBindings() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the extra bindings.

F

factory() - Static method in class com.webobjects.directtoweb.D2W
Gets the Direct to Web factory, an instance of D2W that creates all of the Direct to Web pages in the application.
FactoryMethodArgumentIsBytes - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant used with the methods factoryMethodArgumentType and setFactoryMethodArgumentType to specify the type of argument that should be passed to the attribute's factory method, in this case, an array of bytes.
FactoryMethodArgumentIsBytesString - Static variable in class com.webobjects.eoaccess.EOAttribute
 
FactoryMethodArgumentIsData - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant used with the methods factoryMethodArgumentType and setFactoryMethodArgumentType to specify the type of argument that should be passed to the attribute's factory method, in this case, a binary (NSData) argument.
FactoryMethodArgumentIsDataString - Static variable in class com.webobjects.eoaccess.EOAttribute
 
FactoryMethodArgumentIsString - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant used with the methods factoryMethodArgumentType and setFactoryMethodArgumentType to specify the type of argument that should be passed to the attribute's factory method, in this case, a String argument.
FactoryMethodArgumentIsStringString - Static variable in class com.webobjects.eoaccess.EOAttribute
 
factoryMethodArgumentType() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the type of argument that should be passed to the "factory method" which is invoked by the attribute to create an attribute value for a custom class.
FailedAdaptorOperationKey - Static variable in class com.webobjects.eoaccess.EOAdaptorChannel
A userInfo dictionary key.
FailedDatabaseOperationKey - Static variable in class com.webobjects.eoaccess.EODatabaseContext
A key in an GenericAdaptorException's userInfo dictionary.
failedToLookupClassNamed(EOEntity, String) - Method in interface com.webobjects.eoaccess.EOModelGroup.Delegate
Invoked when the class name specified for entity cannot be found at runtime.
FALSE - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
fatalError(SAXParseException) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultErrorHandler
 
fatalError(SAXParseException) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParserErrorHandler
 
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Creates a to-one fault for the object identified by globalID and registers it in the editing context context.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
If the receiver is context and the object associated with globalID is already registered in context, this method returns that object.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Implementation for faultForGlobalID inherited from EOObjectStore.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Creates a to-one fault for the enterprise object identified by the global ID globalID, registers it in the editing context editingContext, and returns the fault.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns a fault for a raw row.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Returns a fault for the raw row row by invoking faultForRawRow on this EOEditingContext's parent EOObjectStore with context as the editing context.
faultForRawRow(NSDictionary, String) - Method in class com.webobjects.eocontrol.EOEditingContext
Returns a fault for the raw row row.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Returns a fault for the enterprise object corresponding to row, which is a dictionary of values containing at least the primary key of the corresponding enterprise object.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Implementation for faultForRawRow inherited from EOObjectStore.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Creates a to-one fault for an enterprise object identified by the raw row row and the entity name entityName, registers it in the editing context editingContext, and returns the fault.
faultHandler() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the receiver's fault handler.
faultHandler() - Method in interface com.webobjects.eocontrol.EOFaulting
Returns the EOFaultHandler that will help the reciever to fire.
faultWillFire(Object) - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Removes object from the chain of fault handlers.
faultWillFire(Object) - Method in class com.webobjects.eocontrol.EOFaultHandler
Informs the receiver that object is about to be reverted to its original state.
faultWithPrimaryKey(EOEditingContext, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the Enterprise Object identified by the specified primary key dictionary.
faultWithPrimaryKeyValue(EOEditingContext, String, Object) - Static method in class com.webobjects.eoaccess.EOUtilities
Fetches the Enterprise Object identified by the specified primary key value.
FB_Bit - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Bit - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_BLOB - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_BLOB - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Boolean - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Boolean - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Character - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Character - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_CLOB - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_CLOB - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Date - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Date - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_DayTime - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_DayTime - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Decimal - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Decimal - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Double - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Double - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Float - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Float - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Integer - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Integer - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_LongInteger - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_LongInteger - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Numeric - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Numeric - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Real - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Real - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_SmallInteger - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_SmallInteger - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Time - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Time - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_Timestamp - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_Timestamp - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_TimestampTZ - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_TimestampTZ - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_TimeTZ - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_TimeTZ - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_TinyInteger - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_TinyInteger - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_VBit - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_VBit - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_VCharacter - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_VCharacter - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FB_YearMonth - Static variable in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FB_YearMonth - Static variable in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
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.DerbyPlugIn
 
fetchBLOB(ResultSet, int, EOAttribute, boolean) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
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.DerbyPlugIn
 
fetchCLOB(ResultSet, int, EOAttribute, boolean) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
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
Calls super with the result of the plugIn's plugInValueForValue.
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.EOEditingController
 
fetchesOnConnect() - Method in class com.webobjects.eogeneration.EOQueryController
 
FetchesOnConnectEnabledParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
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.directtoweb.D2WQueryPage
Gets the maximum number of objects matching the query that the display group fetches.
fetchLimit() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the fetch limit value which indicates the maximum number of objects to fetch.
fetchLimit() - Method in class com.webobjects.webservices.generation.WOSearchOperation
Returns the maximum number of objects to fetch for this operation.
FetchLimitKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the fetchLimit to use when fetch in the WOSearchOperation
fetchObject() - Method in class com.webobjects.eoaccess.EODatabaseChannel
Fetches and returns the next object in the result set produced by a selectObjectsWithFetchSpecification message, or null if there are no more objects in the current result set or if an error occurs.
fetchObjects() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Fetches and returns an array of objects using the fetch specification and editing context associated with this datasource.
fetchObjects() - Method in class com.webobjects.eocontrol.EOArrayDataSource
Returns a copy of the array of objects maintained by the receiver.
fetchObjects() - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to fetch and return the objects provided by the receiver.
fetchObjects() - Method in class com.webobjects.eocontrol.EODetailDataSource
Sends valueForKey (defined in the NSKeyValueCoding interface) to the master object with the receiver's detail key as the argument, constructs an array for the returned object or objects, and returns it.
fetchObjects() - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
If fetching is enabled, fetches and returns objects with the receiver's fetch specification; returns null otherwise.
fetchRow() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to fetch the next row from the result set of the last selectAttributes, executeStoredProcedure, or evaluateExpression message sent to the receiver.
fetchRow() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
fetchRow() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
fetchSpecification() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the receiver's EOFetchSpecification or null if no fetch specification is set.
fetchSpecification() - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Returns the receiver's fetch specification (which by default fetches all the objects for the receiver's entity unless it is further restricted with setFetchSpecification or setAuxiliaryQualifier).
fetchSpecification() - Method in class com.webobjects.eogeneration.EOQueryController
 
fetchSpecificationForFetch() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns a copy of the effective fetch specification, which is the union of the primary fetch specification and the auxiliary qualifier.
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.eoaccess.EOEntity
Returns the fetch specification identified by fetchSpecName.
fetchSpecificationNamed(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the fetch specification with the specified name from the receiver's entity.
fetchSpecificationNamed(String, String) - Method in class com.webobjects.eoaccess.EOModelGroup
Returns the fetch specification identifed by fetchSpecName from the entity specified by entityName in the receiving model group.
fetchSpecificationNamed(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to obtain the fetch specification associated with name.
fetchSpecificationNamed(String, String) - Static method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the fetch specification that the entity specified by entityName associates with the fetch specification name name.
FetchSpecificationNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the fetch specification used in a WOFetchSpecSearchOperation
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.
fetchTableDescriptionForModel(String, EOModel) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
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.
FIELD_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Field attribute name.
FIELD_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Field element tag name.
fieldComponent() - Method in class com.webobjects.eointerface.swing.EOFormCell
Returns the editable text field of the form cell.
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaForeignKeyConstraintDescription
 
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaIndexDescription
 
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
Adds the fields for each subclass.
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationChanges
 
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
 
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
 
fieldsToString(StringBuilder) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
fieldValue(Object, Field) - Method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
 
fileExistsAtPath(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Deprecated. Use (new File(aString)).exists() or fileExistsAtPathURL()
fileExistsAtPathURL(URL) - Static method in class com.webobjects.foundation.NSPathUtilities
 
fileName() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
FillBuff() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
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.appserver.WOSessionStore
Inherited finalize() method from java.lang.Object.
finalize() - Method in class com.webobjects.directtoweb.D2WListPage
 
finalize() - Method in class com.webobjects.directtoweb.D2WPage
 
finalize() - Method in class com.webobjects.eocontrol.EOClassDescription
 
finalize() - Method in class com.webobjects.eocontrol.EOEditingContext
 
finalize() - Method in class com.webobjects.woextensions.WOAnyField
 
find() - Method in class com.webobjects.eogeneration.EOQueryController
 
FindActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Find action.
findAll() - Method in class com.webobjects.eogeneration.EOQueryController
 
findEntityAction() - Method in class com.webobjects.directtoweb.DefaultHeader
Is invoked when the user clicks New in the menu bar.
findTarget(WOComponent) - Static method in class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
findWidgetPluginClass(Class, Class) - Static method in class com.webobjects.eointerface.EOWidgetPluginRegistry
Searches the set of registered plugins, looking for a widget plugin class that is registered for use with EOAssociation's of class associationClass and objects of class widgetClass and returns the first one found.
finishCoding() - Method in class com.webobjects.foundation.NSCoder
Cleans up the receiver's state after the receiver has finished encoding data.
finishInitialization() - Method in class com.webobjects.appserver.WODisplayGroup
Invoked from the WODisplayGroup constructor to finish initializing a newly created instance.
finishInitialization() - Method in class com.webobjects.eoapplication.EOApplication
This method is invoked after the final event thread is guaranteed to be running.
finishInitialization() - Method in class com.webobjects.eogeneration.EODynamicApplication
 
finishInitializationOfObjects() - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Completes an unarchiving process by sending all unarchived objects that implement the EOKeyValueArchiving.FinishInitialization interface a finishInitializationWithKeyValueUnarchiver method.
finishInitializationWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Method in interface com.webobjects.eocontrol.EOKeyValueArchiving.FinishInitialization
Notifies the receiver that the EOKeyValueUnarchiver unarchiver has unarchived and awaken all objects from an archive.
finishInitializationWithKeyValueUnarchiver(Object, EOKeyValueUnarchiver) - Method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Asks the receiver to finish initializing the object receiver after the EOKeyValueUnarchiver unarchiver has unarchived and awaken all objects from an archive.
finishModal() - Method in interface com.webobjects.eoapplication.EOComponentController.Modal
Invoked by subcontrollers to finish a modal session (to close a modal dialog).
finishModal() - Method in class com.webobjects.eoapplication.EOModalDialogController
finishSelecting() - Method in interface com.webobjects.eogeneration.EOControllerFactory.Select
 
finishSelecting() - Method in interface com.webobjects.eogeneration.EOControllerFactory.SelectByInserting
 
finishSelecting() - Method in class com.webobjects.eogeneration.EOFormController
 
finishSelecting() - Method in class com.webobjects.eogeneration.EOListController
 
finishStartup(NSDictionary) - Method in class com.webobjects.eoapplication.EOApplication.ApplicationSupport
Gives the application support object an opportunity to complete the startup sequence of the application before the application starts listening to user events.
finishTask(EOController, Object[]) - Method in class com.webobjects.eogeneration.EOControllerFactory.ControllerTaskAdaptor
 
finishTask(EOController, Object[]) - Method in interface com.webobjects.eogeneration.EOControllerFactory.ControllerTaskCallback
 
fire() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Fires the timer, invoking selector on target and passing either the WOTimer -- if userInfoClass was null when the WOTimer was created -- or userInfo.
fire(D2WContext) - Method in class com.webobjects.directtoweb.Assignment
This method is invoked when a rule fires.
fire(D2WContext) - Method in class com.webobjects.directtoweb.DefaultAssignment
 
fire(D2WContext) - Method in class com.webobjects.directtoweb.EntityAssignment
Gets the entity, in the default model group, specified by the value method.
fire(D2WContext) - Method in class com.webobjects.directtoweb.Rule
Fires the right-hand side with the specified context.
fire(D2WContext) - Method in class com.webobjects.directtoweb.TabDictionaryComputer
 
fireAllRulesForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WFastModel
 
fireAllRulesForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WModel
Fires all candidate rules for the specified key path that can fire in the specified context; aggregates the results of all firings.
fireDate() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Return the NSTimestamp at which the WOTimer will first fire.
fireEditingCanceled() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Sends editingCanceled to all cell editor listeners registered with the column editor.
fireEditingStopped() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Sends editingStopped to all cell editor listeners registered with the column editor.
firePropertyChange(String, Object, Object) - Method in class com.webobjects.eoapplication.EOAction
See the method description for firePropertyChange in Sun's documentation for javax.swing.AbstractAction.
fireRuleForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WFastModel
 
fireRuleForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WModel
Fires the first candidate rule for the specified key path that can fire in the specified context.
fireSystemRuleForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WFastModel
 
fireSystemRuleForKeyPathInContext(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WModel
Fires the first candidate rule for the specified key path that can fire in the specified context but is not authored by the Web Assistant.
firstDynamicPageNameInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the name of the first dynamic page involved.
firstEntityInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the name of the first entity involved.
firstFocusComponent() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the JComponent that should get the keyboard focus first.
firstLineOfMessage() - Method in class com.webobjects.directtoweb.D2WErrorPage
Returns a String containing a truncated version of the error message that fits on a single line.
firstObjectCommonWithArray(NSArray) - Method in class com.webobjects.foundation.NSArray
This method searches for the first object in this array which is contained within otherArray.
firstPage - Variable in class com.webobjects.directtoweb.D2WWebAssistantPage
 
firstPropertyKeyInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the name of the first property key involved.
firstTaskInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the name of the first task involved.
FLAG_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Flag attribute name.
flatten(NSArray) - Static method in class com.webobjects.directtoweb.Services
 
FLOAT_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Float element tag name.
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.
FLOATING_POINT_LITERAL - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
flush() - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Does nothing.
flush() - Method in class com.webobjects.foundation.NSLog.Logger
Since this is an abstract method, it does nothing by default.
flush() - Method in class com.webobjects.foundation.NSLog.PrintStreamLogger
Invokes flush on printStream.
flush() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Flushes the stream.
flushCaches() - Static method in class com.webobjects.directtoweb.D2WUtils
 
flushDataCache() - Method in class com.webobjects.appserver.WOResourceManager
Removes all data from the dynamic data cache.
flushDefaultsToPersistentStore() - Method in class com.webobjects.eoapplication.EODefaults
Saves the persistent user defaults, but only if there have been any changes that would require saving.
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.EOStaticLabelController
 
font() - Method in class com.webobjects.eogeneration.EOStaticTextFieldController
 
FontParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
FORBIDDEN - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule.EndTagPolicy
 
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.
ForceXML - Static variable in class com.webobjects.foundation.NSPropertyListSerialization
Convenience for methods to convert to xml plist.
foreignKeyConstraintIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
foreignKeyConstraints() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
foreignKeyConstraints() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
ForeignKeyConstraintsKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to create foreign key constraints.
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL statements necessary to create foreign key constraints for relationship.
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
foreignKeyConstraintStatementsForRelationship(EORelationship) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
forgetAllLocks() - Method in class com.webobjects.eoaccess.EODatabaseContext
Clears all of the locks made for Enterprise Objects by the receiver.
forgetAllSnapshots() - Method in class com.webobjects.eoaccess.EODatabase
Removes all of the receiver's snapshots and posts an ObjectsChangedInStoreNotification describing the invalidated objects.
forgetLocksForObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eoaccess.EODatabaseContext
Clears the locks made for the Enterprise Objects identified by each of the EOGlobalIDs in gids.
forgetObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
Removes object from the uniquing tables and causes this EOEditingContext to remove itself from the object's list of observers.
forgetObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
forgetSnapshotForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabase
Removes the snapshot recorded for the Enterprise Object identified by gid and posts an ObjectsChangedInStoreNotification describing the invalidated object.
forgetSnapshotForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Deletes the snapshot recorded for the Enterprise Object identified by gid.
forgetSnapshotsForGlobalIDs(NSArray) - Method in class com.webobjects.eoaccess.EODatabase
Removes the snapshots recorded for the Enterprise Objects identified by the globalIDs in array and posts an ObjectsChangedInStoreNotification describing the invalidated objects.
forgetSnapshotsForGlobalIDs(NSArray) - Method in class com.webobjects.eoaccess.EODatabaseContext
Deletes the snapshots recorded for the Enterprise Objects identified by gids, both in the receiver and in the EODatabase.
format() - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.pattern().
format(Object, StringBuffer, FieldPosition) - Method in class com.webobjects.foundation.NSNumberFormatter
Formats obj to produce a string, appends the string to toAppendTo, and returns the resulting StringBuffer.
format(Object, StringBuffer, FieldPosition) - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Formats obj to produce a string, appends the string to toAppendTo, and returns the resulting string.
FormatAllowedParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
formatClass() - Method in class com.webobjects.eogeneration.EOFormatValueController
 
formatClass() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
formatClass() - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
FormatClassParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
formatColumnName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Formats the column name for insertion in a select statement.
formatColumnName(String) - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 
formatColumnName(String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
formatDescription(String, WOResponse, WOContext) - Method in class com.webobjects.appserver.WOStatisticsStore
If log file recording is enabled, this method formats the string statistics using the Common Log File Format (CLFF).
formatForAssociation() - Method in class com.webobjects.eogeneration.EOFormatValueController
 
formatForMaximumAssociation() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
formatForMinimumAssociation() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
formatPattern() - Method in class com.webobjects.eogeneration.EOFormatValueController
 
formatPattern() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
formatPattern() - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
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.
formatTableName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Formats the table name for insertion in a select statement.
formatTableName(String) - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 
formatTableName(String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
formattedMessage() - Method in class com.webobjects.directtoweb.D2WErrorPage
Returns a String containing a version of the error message with line breaks added so that it fits on the page.
formatter() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
formatter() - Method in class com.webobjects.woextensions.WOTableString
Deprecated.  
formatterForKey(String) - Method in class com.webobjects.woextensions.WOAnyField
 
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.DerbyPlugIn.DerbyExpression
 
formatValueForAttribute(Object, EOAttribute) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
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.EOControllerFactory
 
formData() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Equivalent to formData(4096)
formData(int) - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the form element data as an NSData.
formDataInputStream() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the form element data as an InputStream.
formKeyForKey(String) - Static method in class com.webobjects.directtoweb.Services
 
FormTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
formValue() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the contents of this form-data element as a properly encoded String.
formValueEncoding() - Method in class com.webobjects.appserver.WORequest
Returns the encoding last used to convert form values from ASCII to Unicode.
formValueForKey(String) - Method in class com.webobjects.appserver.WORequest
Return an Object representing the form value for aKey.
formValueKeys() - Method in class com.webobjects.appserver.WORequest
Returns an NSArray containing the names (or keys) used to access the values in a form.
formValues() - Method in class com.webobjects.appserver.WORequest
Returns an NSDictionary containing all of the form data with names for keys and NSArrays containing the value(s) associated with those keys for values.
formValuesForKey(String) - Method in class com.webobjects.appserver.WORequest
Returns an NSArray containing the String form values associated with the given key.
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
 
frames - Variable in class com.webobjects.woextensions.WOParsedException
 
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
 
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.
FrontbasePlugIn - Class in com.webobjects.jdbcadaptor
This is the wo5 java runtime plugin for FrontBase.
FrontbasePlugIn(JDBCAdaptor) - Constructor for class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
FrontbasePlugIn.FrontbaseExpression - Class in com.webobjects.jdbcadaptor
 
FrontbasePlugIn.FrontbaseExpression(EOEntity) - Constructor for class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
FrontbasePlugIn.FrontbaseSynchronizationFactory - Class in com.webobjects.jdbcadaptor
 
FrontbasePlugIn.FrontbaseSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseColumnDescription - Class in com.webobjects.jdbcadaptor
 
FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseColumnDescription() - Constructor for class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseColumnDescription
 
FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseIndexDescription - Class in com.webobjects.jdbcadaptor
 
FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseIndexDescription() - Constructor for class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseIndexDescription
 
FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseTableDescription - Class in com.webobjects.jdbcadaptor
 
FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseTableDescription() - Constructor for class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseTableDescription
 
FrontBaseTypes - Class in com.webobjects.jdbcadaptor
 
FrontBaseTypes() - Constructor for class com.webobjects.jdbcadaptor.FrontBaseTypes
 
FullOuterJoin - Static variable in class com.webobjects.eoaccess.EORelationship
Produces results for all source records, regardless of the values of the relationships.
FullOuterJoinString - Static variable in class com.webobjects.eoaccess.EORelationship
 

G

generateBorderSizeForRootPaneContainerClass(Class, boolean) - Static method in class com.webobjects.eoapplication.EOWindowController
Returns the border size for a specific window class, which is the difference between the outer and inner size of the window.
generateCompleteURLs() - Method in class com.webobjects.appserver.WOContext
Forces the context to generate complete URLs.
generateComponent() - Method in class com.webobjects.eoapplication.EOActionTrigger
 
generateComponent() - Method in class com.webobjects.eoapplication.EOActionWidgetController
generateComponent() - Method in class com.webobjects.eoapplication.EOBoxController
generateComponent() - Method in class com.webobjects.eoapplication.EOComponentController
Invoked when it's necessary to create the receiver's component, including setting up the subcontroller area.
generateComponent() - Method in class com.webobjects.eoapplication.EOInspectorController
generateComponent() - Method in class com.webobjects.eoapplication.EOInterfaceController
Overridden from the superclass to raise an IllegalStateException: A interface controller requires an interface file when it prepares its user interface.
generateComponent() - Method in class com.webobjects.eoapplication.EOSplitController
 
generateComponent() - Method in class com.webobjects.eoapplication.EOSwitchController
generateComponent() - Method in class com.webobjects.eoapplication.EOWindowController
Actually creates the component for this controller.
generateComponent() - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
generateComponent() - Method in class com.webobjects.eogeneration.EOStaticIconController
 
generateComponent() - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
generateComponent() - Method in class com.webobjects.eogeneration.EOTableColumnController
 
generateComponent() - Method in class com.webobjects.eogeneration.EOWidgetController
 
generatedToOneDescription() - Method in class com.webobjects.directtoweb.D2WEditToOneRelationship
Contributes to the template method that corresponds to the method toOneDescription.
generateDynamicTemplate(String, String, String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
generateElement(WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
The default implementation will generate a WOElement from the declaration given.
generateElement(WOMLAbstractNamespace, WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in interface com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOMLElementGenerator
 
generateElement(WOMLAbstractNamespace, WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLConditionalElementGenerator
 
generateElement(WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLDefaultNamespace
 
generateElement(WOMLAbstractNamespace, WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLGenericElementGenerator
Default implementation generates a new dynamic element with the declaration's type and associations.
generateElement(WOMLAbstractNamespace, WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLRepetitionElementGenerator
 
generateElement(WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsQualifierNamespace
 
generateElement(WOMLElement, WOElement, WOMutableDeclaration, NSArray, WOAssociationFactory) - Method in interface com.webobjects.appserver.parser.woml.WOMLNamespace
Returns the constructed WOElement from the given WOMLElement, template (child WOElement of the WOMLElement) and declaration.
generateJavaForComponent(WOComponent) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
generateParseException() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
generateRelativeURLs() - Method in class com.webobjects.appserver.WOContext
Forces the context to generate relative URLs.
generateResponse() - Method in interface com.webobjects.appserver.WOActionResults
Returns a response object.
generateResponse() - Method in class com.webobjects.appserver.WOComponent
Conformance to WOActionResults.
generateResponse() - Method in class com.webobjects.appserver.WOResponse
WOResponse's implementation simply returns itself.
generateUserModelFile() - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
generation() - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Returns the number that represents when the fault handler was built.
generationReplacementFor(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
generationReplacementForCurrentObject() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
generationString() - Method in interface com.webobjects.directtoweb.DelegateGeneration
 
get(int) - Method in class com.webobjects.foundation.NSArray
 
get(Object) - Method in class com.webobjects.foundation.NSDictionary
Conforms to NSDictionary.objectForKey() specification.
getAdaptorsDispatchRequestsConcurrently() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getAdaptorsDispatchRequestsConcurrently() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getAdditionalAdaptors() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getAdditionalAdaptors() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getAgentID() - Method in class com.webobjects.appserver.WOApplication
Return the agentid for app instance where agentid=[your_unique_id_for_your_instance] Used for sticky session support.
getAlias(String) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
Returns either the alias for a given element name of the element name itself.
getAllowsConcurrentRequestHandling() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getAllowsConcurrentRequestHandling() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getApplicationBaseURL() - Method in class com.webobjects.appserver.WOApplication
JMX support
getApplicationBaseURL() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getApplicationExtension() - Method in class com.webobjects.appserver.WOApplication
JMX support
getApplicationlastAccessTime() - Method in class com.webobjects.appserver.WOStatisticsStore
JMX Support
getApplicationlastAccessTime() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getAssociation(String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
getAssociation(String, String, boolean) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
Returns the WOAssociation value for the given key.
getAssociationFactory(String) - Method in class com.webobjects.appserver.WOAssociationFactoryRegistry
 
getAssociations(WOMLElement, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
Returns the map of associations that should be contributed by this namespace.
getAssociations(String) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
getAttribute(String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
getAttribute(String, String, boolean) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
Returns the attribute value for the given key.
getAttributes(String) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
getAttributes() - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
getAttributes() - Method in class com.webobjects.appserver.parser.woml.WOMLElementNode
 
getAutoOpenClientApplication() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getAvailableIDs() - Static method in class com.webobjects.foundation.NSTimeZone
Provides a list of all of the names and abbreviations known to NSTimeZone.
getAverageCATransactionTime() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getAverageCATransactionTime() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getAverageDATransactionTime() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getAverageDATransactionTime() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getAverageIdleTime() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getAverageIdleTime() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getAverageRequestsPerSession() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getAverageRequestsPerSession() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getAverageSessionMemory() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getAverageSessionMemory() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getAverageTransactionTime() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getAverageTransactionTime() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getAverageWSTransactionTime() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getAverageWSTransactionTime() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getBaseURL() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getBaseURL() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getBeginColumn() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
getBeginLine() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
getBuffer() - Method in class com.webobjects.appserver.parser.woml.WOMLTextNode
 
getCellEditorValue() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
EOColumnEditor's implementation of the javax.swing.table.TableCellEditor method to return the current value in the editor.
getCellEditorValue() - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Returns the value of the text field editor component (the text displayed in the editor cell).
getCGIAdaptorURL() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getCGIAdaptorURL() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getChildElements() - Method in class com.webobjects.appserver.parser.woml.WOMLParentNode
 
getChildNodes() - Method in class com.webobjects.appserver.parser.woml.WOMLParentNode
 
getChildNodeType(_DecodingNode) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
 
getClassDelegate() - Static method in class com.webobjects.appserver.parser.WOComponentTemplateParser.Factory
Returns the class delegate.
getClassPaths() - Method in class com.webobjects.appserver.WOApplication
Return a list of URI formatted classpaths used at bootstrap time by the classloader.
getClassPaths() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getColumn() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
Deprecated.  
getColumnByName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
getComponentIdentifierAttributeName() - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
getComponentIdentifierAttributeName() - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsNamespace
 
getComponentRequestHandlerKey() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getContainerReferenceName() - Method in class com.webobjects.appserver.parser.woml.WOMLElement
Returns the reference name of the container of this element.
getCurrentColumnNumber() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
getCurrentLineNumber() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
getCurrentNode() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
getCurrentPosition() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
getCurrentPosition() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
getDeclaredMethodsForClass(Class) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Returns the list of declared method accessible on the the target web service class.
getDeclaredType(WOMLElement) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
Returns the type of component as determined by either the specified JSP-style tag name or the wo:component specification.
getDefault() - Static method in class com.webobjects.foundation.NSTimeZone
Provides the last object given to NSTimeZone via setDefault or setDefaultTimeZone.
getDefaultAdaptor() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getDefaultElementGenerator() - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
getDefaultNamespace() - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
getDefaultNamespace() - Method in interface com.webobjects.appserver.parser.woml.WOMLNamespaceProvider
Returns the default WOMLNamespace for the provider that will be used in the absence of another namespace in the provider that claims a particular declaration.
getDefaultUndoStackLimit() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getDefaultUndoStackLimit() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getDeployedServices() - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getDeployment() - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getDirectActionStatistics() - Method in class com.webobjects.appserver.WOStatisticsStore
JMX MBean Support
getDirectActionStatistics() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getDirectConnectURL() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getDirectConnectURL() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getDisplayName(boolean, int, Locale) - Method in class com.webobjects.foundation.NSTimeZone
 
getDocument() - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getDTDHandler() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
getElement() - Method in class com.webobjects.appserver.parser.woml.WOMLElementNode
 
getElementAssociationsForContribution(WOMLAbstractNamespace, WOMLElement, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLGenericElementGenerator
Returns the map of associations from the element to be used by the default contributeToDeclaration() method.
getElementAssociationsForContribution(WOMLAbstractNamespace, WOMLElement, WOAssociationFactory) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLRepetitionElementGenerator
 
getElementGenerator(String) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
getElementID() - Method in class com.webobjects.directtoweb.DarwinShadow
 
getEllipsis() - Method in class com.webobjects.woextensions.WOParsedException
 
getEndColumn() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
getEndLine() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
getEntityResolver() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
getErrorHandler() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
getForeignKeyConstraintByName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
getFormValuesFromMultipartFormData() - Method in class com.webobjects.appserver.WORequest
Returns the form values from the multipart iterator.
getFormValuesFromURLEncoding() - Method in class com.webobjects.appserver.WORequest
 
getFrameContent() - Method in class com.webobjects.woextensions.WOIFrame
 
getFrames() - Method in class com.webobjects.woextensions.WOParsedException
 
getFrameworkVersions() - Method in class com.webobjects.appserver.WOApplication
Return versions of NSBundle-aware frameworks or jars found at runtime.
getGenericElementRule(WOElement) - Static method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
Returns the generic element rule for the given generic element.
getGenericElementRule(String) - Static method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
Returns the generic element rule for the given element name.
getGenericElementType(WOElement) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
getGenericElementType(WOElement) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
Returns either WOGenericElement or WOGenericContainer, depending on the state of the input element.
getGlobalOptions() - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getGlobalRequest() - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getGlobalResponse() - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getGMT() - Static method in class com.webobjects.foundation.NSTimeZone
Returns an NSTimeZone object representing GMT.
getHandler(QName) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getHasDynamicAttributes() - Method in class com.webobjects.appserver.parser.woml.WOMLElementNode
 
getHasNamespaces() - Method in class com.webobjects.appserver.parser.woml.WOMLElementNode
 
getHost() - Method in class com.webobjects.appserver.WOApplication
JMX support
getHost() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getHostAddress() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getHostAddress() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getID() - Method in class com.webobjects.foundation.NSTimeZone
 
GetImage() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
getIncludeCommentsInResponses() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getIncludeCommentsInResponses() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getIncludeNamespaceInAttributes() - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLDefaultNamespace
 
getIndexByName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
getInitialValueAssociation() - Method in class com.webobjects.appserver.WOComponentVariable
 
getInstance() - Static method in class com.webobjects.appserver.parser.WOComponentTemplateParser.Factory
Returns the singleton, creating the instance if necessary.
getInstance() - Static method in class com.webobjects.appserver.WOWSDDRegistrar
Returns the single instance of the Registrar
getIsCachingEnabled() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getIsCachingEnabled() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getIsMonitorEnabled() - Method in class com.webobjects.appserver.WOApplication
 
getIsMonitorEnabled() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getIsPageRefreshOnBacktrackEnabled() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getIsPageRefreshOnBacktrackEnabled() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getIsRefusingNewSessions() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getIsRefusingNewSessions() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getIsTerminating() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getIsTerminating() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getJDBCInfoWithConnectionDictionary(NSDictionary) - Static method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
getJMXDomain() - Method in class com.webobjects.appserver.WOApplication
The default JMX domain is composed of the host + app name + port number.
getJMXDomain() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getKeys() - Method in class com.webobjects.eoapplication.client.EOClientResourceBundle
Deprecated. Returns an enumeration of all available keys registered in the resource bundle.
getKeys() - Method in class com.webobjects.eoapplication.EOResourceBundle
Returns an enumeration of all available keys registered in the resource bundle.
getLastSessionStatistics() - Method in class com.webobjects.appserver.WOStatisticsStore
JMX support
getLastSessionStatistics() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getLayoutAlignmentX(Container) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Returns the alingment of the component container along the x axis.
getLayoutAlignmentY(Container) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Returns the alingment of the component container along the y axis.
getLifebeatDestinationPort() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getLifebeatDestinationPort() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getLifebeatInterval() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getLifebeatInterval() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getLine() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
Deprecated.  
getListenQueueSize() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getListenQueueSize() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getMaxSocketIdleTime() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getMaxSocketIdleTime() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getMBeanServer() - Method in class com.webobjects.appserver.WOApplication
Return an instance of the MBeanserver.
getMechanismType() - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializer
 
getMechanismType() - Method in class com.webobjects.webservices.support.xml.WOGlobalIDSerializer
 
getMechanismType() - Method in class com.webobjects.webservices.support.xml.WONullSerializer
 
getMechanismType() - Method in class com.webobjects.webservices.support.xml.WORangeSerializer
 
getMechanismType() - Method in class com.webobjects.webservices.support.xml.WOStringKeyMapSerializer
 
getMechanismType() - Method in class com.webobjects.webservices.support.xml.WOTimeZoneSerializer
 
getMemoryUsage() - Method in class com.webobjects.appserver.WOStatisticsStore
JMX support
getMemoryUsage() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getMessage() - Method in exception com.webobjects.appserver.parser.declaration.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error com.webobjects.appserver.parser.declaration.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception com.webobjects.appserver.xml.WOXMLException
Gets the error message string of this exception object.
getMessage() - Method in class com.webobjects.woextensions.WOParsedException
 
getMethodsForNames(Class, String[]) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Returns the list of method on the the target web service class.
getMethodsTypes(Collection) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Returns a collection of class that are parameters or return values of the list of methods
getMinimumActiveSessionsCount() - Method in class com.webobjects.appserver.WOApplication
JXM Support
getMinimumActiveSessionsCount() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getMovingAverageIdleTime() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getMovingAverageIdleTime() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getMovingAverageRequestsPerSession() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getMovingAverageRequestsPerSession() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getMovingAverageSessionLife() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getMovingAverageSessionLife() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getMovingAverageTransactionTime() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getMovingAverageTransactionTime() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getName() - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
Returns the name to which this rule is associated.
getName() - Method in class com.webobjects.appserver.parser.woml.WOMLElementNode
 
getName() - Method in class com.webobjects.appserver.parser.woml.WOMLNamespaced
 
getName() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getName() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getName() - Method in class com.webobjects.appserver.WOComponentVariable
 
getNamespace(String) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
getNamespace() - Method in class com.webobjects.appserver.parser.woml.WOMLNamespaced
 
getNamespace(String) - Method in interface com.webobjects.appserver.parser.woml.WOMLNamespaceProvider
 
getNamespaceId() - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
Returns the namespace identifier for this namespace.
getNamespaceId() - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLDefaultNamespace
 
getNamespaceId() - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsQualifierNamespace
 
getNamespaceId(WOMLNamespace) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
getNamespaceId() - Method in interface com.webobjects.appserver.parser.woml.WOMLNamespace
Returns the namespace identifier for this namespace.
getNamespaceId(WOMLNamespace) - Method in interface com.webobjects.appserver.parser.woml.WOMLNamespaceProvider
Returns the namespace identifier of the given namespace.
getNamespaces() - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
Returns a collection of the namespaces that are available in this map.
getNamespaces() - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
getNamespaces() - Method in interface com.webobjects.appserver.parser.woml.WOMLNamespaceProvider
Returns a collection of all namespaces that the provider manages, in the order in which they should be used to contribute to declarations.
getNamespacesById() - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
getNanos() - Method in class com.webobjects.foundation.NSTimestamp
 
getNextToken() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
getNextToken() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
getNode() - Method in exception com.webobjects.appserver.parser.woml.WOMLNodeException
 
getObjects(Object[]) - Method in class com.webobjects.foundation.NSArray
Deprecated. use public Object[] objects() instead
getObjects(Object[], NSRange) - Method in class com.webobjects.foundation.NSArray
Deprecated. use public Object[] objects() in NSRange instead
getOffset(int, int, int, int, int, int) - Method in class com.webobjects.foundation.NSTimeZone
 
getOutputPath() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getOutputPath() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getOutputPrefix() - Method in class com.webobjects.appserver.parser.woml.WOMLCDATANode
 
getOutputPrefix() - Method in class com.webobjects.appserver.parser.woml.WOMLCommentNode
 
getOutputPrefix() - Method in class com.webobjects.appserver.parser.woml.WOMLDataNode
 
getOutputSuffix() - Method in class com.webobjects.appserver.parser.woml.WOMLCDATANode
 
getOutputSuffix() - Method in class com.webobjects.appserver.parser.woml.WOMLCommentNode
 
getOutputSuffix() - Method in class com.webobjects.appserver.parser.woml.WOMLDataNode
 
getOutputText() - Method in class com.webobjects.appserver.parser.woml.WOMLDataNode
 
getOutputText() - Method in class com.webobjects.appserver.parser.woml.WOMLTextNode
 
getPageCacheSize() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getPageCacheSize() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getPageFragmentCacheSize() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getPageFromPageCacheForContextID(String) - Method in class com.webobjects.appserver.WOSession
Gets the page from the Page Cache.
getPageFromPageFragmentCacheForContextID(String) - Method in class com.webobjects.appserver.WOSession
Gets the page from the Page Fragment Cache.
getPagesStatistics() - Method in class com.webobjects.appserver.WOStatisticsStore
JMX MBean Support
getPagesStatistics() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getParent() - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
getPathsStatistics() - Method in class com.webobjects.appserver.WOStatisticsStore
JMX MBean Support
getPathsStatistics() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getPlugInVersion() - Static method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
getPort() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getPort() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getPosition(Token) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
getPosition() - Method in class com.webobjects.appserver.parser.woml.WOMLNode
 
getPosition() - Method in exception com.webobjects.appserver.parser.WOParserException
 
getPreferredSize() - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Returns the preferred size of the receiver.
getProperties() - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
getProperty(String) - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
getProperty(String) - Static method in class com.webobjects.foundation.NSProperties
 
getProperty(String, String) - Static method in class com.webobjects.foundation.NSProperties
 
getQName() - Method in class com.webobjects.appserver.parser.woml.WOMLNamespaced
 
getRawComponentType(WOMLElement) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
Returns the raw component type as determined from the parsed element.
getRawOffset() - Method in class com.webobjects.foundation.NSTimeZone
Provides the generic difference between the NSTimeZone and Greenwich Mean Time (the offset).
getReferenceName() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
getReferenceName() - Method in exception com.webobjects.appserver.parser.WOParserException
 
getRoles() - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getScope() - Method in class com.webobjects.appserver.WOComponentVariable
 
getService(QName) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getServiceByNamespaceURI(String) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getServletConnectURL() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getServletConnectURL() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getSessionIDForRequest(WORequest) - Method in class com.webobjects.appserver.WOAction
Get and return the session ID for the request, if one exists.
getSessionIDForRequest(WORequest) - Method in class com.webobjects.appserver.WODirectAction
Returns the session ID, or null if one does not exist.
getSessionMovingAverageSampleSize() - Method in class com.webobjects.appserver.WOStatisticsStore
JMX Support
getSessionTimeOut() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getSessionTimeOut() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getShouldEmitEnd() - Method in class com.webobjects.appserver.parser.woml.WOMLDataNode
 
getShouldEmitStart() - Method in class com.webobjects.appserver.parser.woml.WOMLDataNode
 
getSocketWithTimeout(String, int, int) - Static method in class com.webobjects.foundation.NSSocketUtilities
Creates a socket and connects it to the remote port and host specified, using the given timeout in milliseconds.
getSocketWithTimeout(String, int, InetAddress, int, int) - Static method in class com.webobjects.foundation.NSSocketUtilities
Creates a socket and connects it to the remote port and host specified, using the given timeout in milliseconds.
getSocketWithTimeout(InetAddress, int, int) - Static method in class com.webobjects.foundation.NSSocketUtilities
Creates a socket and connects it to the remote port and address specified, using the given timeout in milliseconds.
getSocketWithTimeout(InetAddress, int, InetAddress, int, int) - Static method in class com.webobjects.foundation.NSSocketUtilities
Creates a socket and connects it to the remote address and host specified, using the given timeout in milliseconds.
getStatisticStoreSessionMax() - Method in class com.webobjects.appserver.WOStatisticsStore
 
getStatisticStoreSessionMax() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getString() - Method in class com.webobjects.appserver.parser.woml.WOHTMLBareStringReabable
 
GetSuffix(int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.webobjects.eointerface.swing.EOColumnEditor
EOColumnEditor's implementation of the javax.swing.table.TableCellEditor method to set an inital value for the editor.
getTabSize(int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
getTagEndText() - Method in class com.webobjects.appserver.parser.woml.WOMLElementNode
 
getTagStartText() - Method in class com.webobjects.appserver.parser.woml.WOMLElementNode
 
getText() - Method in class com.webobjects.appserver.parser.woml.WOMLTextNode
 
getTime() - Method in class com.webobjects.foundation.NSTimestamp
NSTimestamp.getTime()'s behavior matches that of java.util.Date, NOT java.sql.Timestamp.
getTimeOut() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getTimeOut() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getToken(int) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
getTransactionMovingAverageSampleSize() - Method in class com.webobjects.appserver.WOStatisticsStore
JMX Support
getTransactionMovingAverageSampleSize() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getTransport(QName) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getType() - Method in class com.webobjects.appserver.WOComponentVariable
 
getTypeMappingRegistry() - Method in class com.webobjects.webservices.support.WOXMLProvider
 
getValue() - Method in class com.webobjects.appserver.parser.woml.WOMLAttribute
 
getWebObjectsVersion() - Method in class com.webobjects.appserver.WOApplication
Current version number.
getWebObjectsVersion() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getWebserverConnectURL() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getWebserverConnectURL() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getWebServiceStatistics() - Method in class com.webobjects.appserver.WOStatisticsStore
JMX MBean Support
getWebServiceStatistics() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
getWOElement() - Method in class com.webobjects.appserver.parser.woml.WOMLNode
 
getWorkerThreadCountMax() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getWorkerThreadCountMax() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
getWorkerThreadCountMin() - Method in class com.webobjects.appserver.WOApplication
JMX Support
getWorkerThreadCountMin() - Method in interface com.webobjects.appserver.WOApplicationMBean
 
gidArgumentKey() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the String key used at the end of a key path to represent that the EO at that key path should be serialized as its EOGenericRecord.
GidArgumentKeyKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the String used to signify that the EO at propertyKey currently being inspected should be serialized as an EOGlobalID
globalDefaultForValidatesChangesImmediately() - Static method in class com.webobjects.appserver.WODisplayGroup
Indicates the class default behavior controlling whether submitted changes are immediately validated.
globalDefaultForValidatesChangesImmediately() - Static method in class com.webobjects.eointerface.EODisplayGroup
Returns whether or not new instances should handle validation errors.
globalDefaultStringMatchFormat() - Static method in class com.webobjects.appserver.WODisplayGroup
Provides the default string match format for the class.
globalDefaultStringMatchFormat() - Static method in class com.webobjects.eointerface.EODisplayGroup
Returns the default string match format string used by display group instances.
globalDefaultStringMatchOperator() - Static method in class com.webobjects.appserver.WODisplayGroup
Provides the default string match operator for the class.
globalDefaultStringMatchOperator() - Static method in class com.webobjects.eointerface.EODisplayGroup
Returns the default string match operator used by display group instances.
globalID() - Method in class com.webobjects.eoaccess.EOAccessFaultHandler
Returns the receiver's globalID.
globalID() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the EOGlobalID object that corresponds to the receiver's Enterprise Object.
GlobalIDChangedNotification - Static variable in class com.webobjects.eocontrol.EOGlobalID
Posted whenever EOTemporaryGlobalIDs are replaced by permanent EOGlobalIDs.
globalIDForObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
Returns the EOGlobalID associated with object in this EOEditingContext or its shared context.
globalIDForObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
globalIDForRow(NSDictionary) - Method in class com.webobjects.eoaccess.EOEntity
Constructs a unique global identifier for the receiver from the keys and values in the dictionary row, which represents a database row.
globalIDFromValues(EOEntity, NSArray, NSArray) - Static method in class com.webobjects.webservices.generation.WOServiceUtilities
Returns EOGlobalID of an object with primary key values created from inputPartValues.
GlobalIDKey - Static variable in class com.webobjects.eocontrol.EOObjectStoreCoordinator
 
globalIDWithEntityName(String, Object[]) - Static method in class com.webobjects.eocontrol.EOKeyGlobalID
Returns an EOKeyGlobalID based on entityName and values.
globalModelGroup() - Static method in class com.webobjects.eoaccess.EOModelGroup
Returns an EOModelGroup composed of all models in the resource directory of the application, as well as those in all frameworks loaded into the application.
greaterThanQueryValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the receiver's dictionary of greaterThan query values.
gregorianUnitsSinceTimestamp(NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated.  
groupEvents(NSArray, int) - Static method in class com.webobjects.eocontrol.EOEvent
Returns an array of grouped events.
groupingLevel() - Method in class com.webobjects.foundation.NSUndoManager
Returns the number of nested undo groups in the current event loop.
groupsByEvent() - Method in class com.webobjects.foundation.NSUndoManager
Returns true if this NSUndoManager automatically creates undo groups around each pass of the run loop.
groupTagForDisplayLevel(int) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
guessedEntityName - Variable in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 

H

handle(Callback[]) - Method in class com.webobjects.jndiadaptor.JNDICallbackHandler
 
handleActionRequestError(WORequest, Exception, String, WORequestHandler, String, String, Class, WOAction) - Method in class com.webobjects.appserver.WOApplication
Invoked when an action handler throws an exception in handleRequest.
handleClientRequest() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Using the receiver's distribution context, generates a response for a client request.
handleClientRequest() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Using the receiver's distribution context, generates a response for a client request.
handleDroppedConnection() - Method in class com.webobjects.eoaccess.EOAdaptor
Invoked when necessary to clean up after a dropped connection.
handleDroppedConnection() - Method in class com.webobjects.eoaccess.EOAdaptorContext
An abstract method that should be implemented by subclasses to clean up after the receiver's adaptor has lost its connection to its database server.
handleDroppedConnection() - Method in class com.webobjects.eoaccess.EODatabase
Invoked to initiate clean up when the Framework detects a dropped database connection.
handleDroppedConnection() - Method in class com.webobjects.eoaccess.EODatabaseContext
Cleans up after a database connection is dropped by unregistering the receiver's adaptor context and database channels, and then creating a new adaptor context.
handleDroppedConnection() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Handles cleaning up when a connection is dropped.
handleDroppedConnection() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
handleDroppedConnection() - Method in class com.webobjects.jndiadaptor.JNDIContext
 
handleEditingContextNotification(NSNotification) - Method in class com.webobjects.eoapplication.EODocumentController
In addition to the superclass implementation, updates the edited state of the receiver based on changes that happened in the receiver's editing context.
handleEditingContextNotification(NSNotification) - Method in class com.webobjects.eoapplication.EOEntityController
When starting to listen to an editing context, entity controllers register for several notifications from the editing context.
handleException(Exception, WOContext) - Method in class com.webobjects.appserver.WOApplication
Invoked when an unexpected exception is thrown in the request-response loop.
handleGetObject(String) - Method in class com.webobjects.eoapplication.client.EOClientResourceBundle
Deprecated. Returns the localized resource (a string or an icon) which is registered with the key key in the resource bundle.
handleGetObject(String) - Method in class com.webobjects.eoapplication.EOResourceBundle
Returns the localized resource (a string or an icon) which is registered with the key key in the resource bundle.
handleMalformedCookieString(RuntimeException, String, NSMutableDictionary) - Method in class com.webobjects.appserver.WOApplication
Invoked when a malformed cookie is parsed.
handlePageRestorationErrorInContext(WOContext) - Method in class com.webobjects.appserver.WOApplication
Invoked when a page (WOComponent) instance cannot be restored, which typically happens when a user backtracks too far.
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WOAction
 
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WOApplication
Conformance to NSKeyValueCoding.ErrorHandling.
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSKeyValueCoding.ErrorHandling.
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WOContext
 
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WOCookie
Conformance to NSKeyValueCoding.ErrorHandling.
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WODisplayGroup
 
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WOHTTPConnection
Conformance to NSKeyValueCoding.ErrorHandling.
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WOMessage
 
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WOSession
 
handleQueryWithUnboundKey(String) - Method in class com.webobjects.appserver.WOStatisticsStore
Conformance to NSKeyValueCoding.ErrorHandling.
handleQueryWithUnboundKey(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
handleQueryWithUnboundKey(String) - Method in class com.webobjects.eoapplication.EOController
 
handleQueryWithUnboundKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Invoked from valueForKey when it finds no property binding for key.
handleQueryWithUnboundKey(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation
Invoked from valueForKey when it finds no property binding for key.
handleQueryWithUnboundKey(String) - Method in interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
Invoked from valueForKey when it finds no property binding for key.
handleQueryWithUnboundKey(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.Utility
If object implements NSKeyValueCoding.ErrorHandling, this method invokes handleQueryWithUnboundKey on object.
handler() - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Deprecated. 
handleRequest(WORequest) - Method in class com.webobjects.appserver.WORequestHandler
Request handlers must implement this method and perform all request-specific handling.
handlerForFault(Object) - Static method in class com.webobjects.eocontrol.EOFaultHandler
Returns the EOFaultHandler that will help object to fire.
handlerForRequest(WORequest) - Method in class com.webobjects.appserver.WOApplication
Returns the request handler to be used to handle a given request.
handleSessionCreationErrorInContext(WOContext) - Method in class com.webobjects.appserver.WOApplication
Invoked by the component request handler when a session (WOSession) instance cannot be created.
handleSessionRestorationErrorInContext(WOContext) - Method in class com.webobjects.appserver.WOApplication
Invoked when a session (WOSession) instance cannot be restored, which typically happens when the session times out.
handlesFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns true if the entity identified by the entity name in fetchSpecification can be found in one of the models owned by the EODatabase of the receiver, falsehandlesFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to return true if the receiver is responsible for fetching the objects described by fetchSpecification.
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WOAction
 
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WOApplication
Conformance to NSKeyValueCoding.ErrorHandling.
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSKeyValueCoding.ErrorHandling.
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WOContext
 
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WOCookie
Conformance to NSKeyValueCoding.ErrorHandling.
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WODisplayGroup
 
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WOHTTPConnection
Conformance to NSKeyValueCoding.ErrorHandling.
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WOMessage
 
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WOSession
 
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.appserver.WOStatisticsStore
Conformance to NSKeyValueCoding.ErrorHandling.
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.eoapplication.EOComponentController
Handles a special case for components assigned through key-value coding.
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.eoapplication.EOController
 
handleTakeValueForUnboundKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Invoked from takeValueForKey when it finds no property binding for key.
handleTakeValueForUnboundKey(Object, Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation
Throws an NSKeyValueCoding.UnknownKeyException with object as the exception's object and key as the exception's key.
handleTakeValueForUnboundKey(Object, String) - Method in interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
Invoked from takeValueForKey when it finds no property binding for key.
handleTakeValueForUnboundKey(Object, Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.Utility
If object is an NSKeyValueCoding.ErrorHandling, this method invokes handleTakeValueForUnboundKey on object.
hasApplicationDescription() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns whether the string describing the application is set.
hasApplicationIcon() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns whether the URL for the (optional) application icon is set.
hasApplicationName() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns whether the application name is set.
hasBinding(String) - Method in class com.webobjects.appserver.WOComponent
Returns whether the component has a binding named aBindingName.
hasBusyChannels() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Returns true if any of the receiver's channels have outstanding operations (that is, have a fetch in progress), false otherwise.
hasBusyChannels() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns true if the receiver's EOAdaptorContext has channels that have outstanding operations (that is, have a fetch in progress), false otherwise.
hasChanges() - Method in class com.webobjects.eocontrol.EOEditingContext
 
hasChanges() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Shared objects in a shared editing context cannot be modified or be deleted.
hasChildren() - Method in class com.webobjects.woextensions.WXOutlineEntry
 
hasClassDelegate() - Static method in class com.webobjects.appserver.parser.WOComponentTemplateParser.Factory
Checks if the class has a class delegate.
hasColunmDeleted() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if there are deleted columns.
hasColunmInserted() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if there are inserted columns.
hasColunmUpdated() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if there are updated columns.
hasControllerDisplayGroup() - Method in class com.webobjects.eoapplication.EOArchiveController
Returns whether the controller already has a controller display group.
hasControllerWithSpecification(NSDictionary, boolean) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
hasCustomKey(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
hasDetailDataSource() - Method in class com.webobjects.appserver.WODisplayGroup
If a to-many relationship is dragged from EOModeler to an open component in WebObjects Builder, a display group is created that has an EODetailDataSource.
hasDynamicAttributes() - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
hasEditedDocuments() - Method in class com.webobjects.eoapplication.EOApplication
Returns whether any of the application's documents (EODocument controllers) are edited (and not saved).
hasEntity() - Method in class com.webobjects.directtoweb.D2WComponent
Returns whether the Direct to Web context of the receiver has an entity.
hasExternalName() - Method in class com.webobjects.eoaccess.EOEntity
Checks if an entity is not abstract and has a valid external name.
hasForeignKeyConstrainsDeleted() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if there are deleted foreign key constraint.
hasForeignKeyConstrainsInserted() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if there are foreign key constraint indexes.
hashCode() - Method in class com.webobjects.appserver.WOTimer
Deprecated.  
hashCode() - Method in class com.webobjects.eocontrol.EOCustomObject
This method must adhere to the contract specified in java.lang.Object.hashCode
hashCode() - Method in class com.webobjects.eocontrol.EOGlobalID
Provides an appropriate hash code useful for storing the receiver in a hash-based data structure.
hashCode() - Method in class com.webobjects.eocontrol.EOKeyGlobalID
Returns an integer that can be used as a hash key in a hash table structure.
hashCode() - Method in class com.webobjects.eocontrol.EOTemporaryGlobalID
 
hashCode() - Method in class com.webobjects.foundation.NSArray
 
hashCode() - Method in class com.webobjects.foundation.NSData
Provide an appropriate hash code useful for storing the receiver in a hash-based data structure.
hashCode() - Method in class com.webobjects.foundation.NSDictionary
 
hashCode() - Method in class com.webobjects.foundation.NSNotification
Provide an appropriate hash code useful for storing the receiver in a hash-based data structure.
hashCode() - Method in class com.webobjects.foundation.NSRange
Provides an appropriate hash code useful for storing this NSRange in a hash-based data structure.
hashCode() - Method in class com.webobjects.foundation.NSSelector
 
hashCode() - Method in class com.webobjects.foundation.NSSet
Provides an appropriate hash code useful for storing this NSSet in a hash-based data structure.
hashCode() - Method in class com.webobjects.foundation.NSTimeZone
 
hasHeaderForKey(Object) - Method in class com.webobjects.appserver.WOMessage
Check if a header has been defined in the headers set
hashMap() - Method in class com.webobjects.foundation.NSDictionary
 
hasHomepage() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns whether the homepage URL is set.
hashSet() - Method in class com.webobjects.foundation.NSSet
Creates a java.util.HashSet with the same contents as this object.
hashtable() - Method in class com.webobjects.foundation.NSDictionary
 
hasIndexesDeleted() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if there are deleted indexes.
hasIndexesInserted() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if there are inserted indexes.
hasItems() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
hasJavaMail() - Method in class com.webobjects.appserver.WOMailDelivery
Intentionally undocumented.
hasMultipleBatches() - Method in class com.webobjects.appserver.WODisplayGroup
Indicates whether the WODisplayGroup paginates display, using batchCount.
hasNamespace() - Method in class com.webobjects.appserver.parser.woml.WOMLNamespaced
 
hasNamespaces() - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
hasNext() - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
hasNextPage() - Method in class com.webobjects.directtoweb.D2WErrorPage
Returns whether nextPage or nextPageDelegate has been set.
hasNoColor() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
hasObjectName() - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
hasOpenChannels() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns true if any of the receiver's contexts have open channels, false otherwise.
hasOpenChannels() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Returns true if any of the receiver's channels are open, false otherwise.
hasOpenTransaction() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Returns true if a transaction is currently open (has begun but not yet committed or rolled back), false otherwise.
hasPlugIns() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns true if the adaptor's has a plug-in achitecture.
hasPrevious() - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
hasRealAttributes() - Method in class com.webobjects.eoaccess.EOEntity
Checks to see if the enity has real attributes.
hasSameRules(TimeZone) - Method in class com.webobjects.foundation.NSTimeZone
Invokes equals with aTZ.
hasSameSettingsAs(Settings, boolean) - Method in class com.webobjects.directtoweb.Rule
Compares the rule with the specified settings.
hasSession() - Method in class com.webobjects.appserver.WOComponent
Returns whether the component is already in a session.
hasSession() - Method in class com.webobjects.appserver.WOContext
Returns true if a session exists for the receiving context, false otherwise.
hasSimplePrimaryKey() - Method in class com.webobjects.eoaccess.EOEntity
Check if the entity use a simple primary key (Number)
hasSortKeyList() - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
hasSubmitAction() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
hasSubmitAction() - Method in class com.webobjects.woextensions.WOTabPanel
 
hasThousandSeparators() - Method in class com.webobjects.foundation.NSNumberFormatter
Indicates whether this NSNumberFormatter's format includes a thousands separator.
hasVendor() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns whether the vendor is set.
headerForKey(Object) - Method in class com.webobjects.appserver.WOMessage
Returns the HTTP header field-value corresponding to the field-name aKey.
headerForKey(Object, String) - Method in class com.webobjects.appserver.WOMessage
Returns the HTTP header field-value corresponding to the field-name aKey.
headerKeys() - Method in class com.webobjects.appserver.WOMessage
Return the field-names for all headers that have been set, or null if none exist.
headers() - Method in class com.webobjects.appserver.WOMessage
Returns an NSDictionary containing the WOMessage's HTTP headers.
headers() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the headers dictionary for this form data.
headersForKey(Object) - Method in class com.webobjects.appserver.WOMessage
Returns all HTTP header field-values corresponding to the field-name aKey.
headerString() - Method in class com.webobjects.appserver.WOCookie
Create and return a string which can be used in a Set-Cookie header.
HeightKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the height binding.
HeightSizable - Static variable in class com.webobjects.eointerface.swing.EOViewLayout
This constant is used to specify that a component's height may be adjusted.
HelpActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Help action.
HelpCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Help category.
helpString() - Method in class com.webobjects.directtoweb.D2WDisplayToManyFault
This method is intentionally undocumented.
helpString() - Method in class com.webobjects.directtoweb.D2WDisplayToOneFault
 
helpString() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the alt and name values for a WOImageButton.
helpString() - Method in class com.webobjects.directtoweb.D2WEditToOneFault
Provides the alt and name values for a WOImageButton.
helpString() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
helpString() - Method in class com.webobjects.woextensions.WOSortOrder
 
helpString() - Method in class com.webobjects.woextensions.WXSortOrder
 
hideInSupercontroller() - Method in class com.webobjects.eoapplication.EOComponentController
Invokes hideSubcontroller on the supercontroller to deactivate the receiver's user interface.
hideSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOComponentController
This method is used to attempt to hide a subcontroller's user interface inside the component of the receiver.
hideSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOSwitchController
hierarchicalControllerForKey(Class, String) - Method in class com.webobjects.eoapplication.EOController
Starting at the receiver, searches up the controller hierarchy for the first controller that implements the interface controllerInterface and has a non-null value for key and returns that controller.
hierarchicalValueForKey(Class, String) - Method in class com.webobjects.eoapplication.EOController
Starting at the receiver, searches up the controller hierarchy for the first controller that implements the interface controllerInterface and has a non-null value for key and returns that value.
highColor() - Method in class com.webobjects.woextensions.WOThresholdColoredNumber
 
highlightLabelColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for highlighted labels (in front of widgets).
highlightLabelFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for highlighted labels (in front of widgets).
HighlightParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
highlightsLabel() - Method in class com.webobjects.eogeneration.EOWidgetController
 
highlightsTitle() - Method in class com.webobjects.eoapplication.EOBoxController
highlightTitleColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for highlighted titles, for example in boxes and tab views.
highlightTitleFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for highlighted titles, for example in boxes and tab views.
hints() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the receiver's hints, which other objects can use to alter or optimize fetch operations.
homeAction() - Method in class com.webobjects.directtoweb.DefaultHeader
Is invoked when the user clicks Home in the menu bar.
homeClicked() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
homeDirectory() - Static method in class com.webobjects.foundation.NSPathUtilities
Returns a String representing the home directory path of the user who executes the application.
homeHref() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the URL of the home page (the Main component) of the application.
homeHrefInContext(WOContext) - Method in class com.webobjects.directtoweb.D2W
Returns the URL of the login page for the session contained in the specified context.
homeHrefInContext(WOContext) - Static method in class com.webobjects.directtoweb.D2WUtils
 
homepage() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the URL for the client application's home page.
homepage() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the Homepage URL.
HomepageKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the homepage binding.
HorizontalBorderParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
HorizontallyResizableParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
host() - Method in class com.webobjects.appserver.WOApplication
Return the name of the host the instance is running on.
host() - Method in class com.webobjects.woextensions.WOStatsPage
 
hostAddress() - Method in class com.webobjects.appserver.WOApplication
Return the InetAddress for the host returned by host.
hourOfDay() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
html() - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
htmlify(String) - Static method in class com.webobjects.directtoweb.Services
 
htmlQuotify(String) - Static method in class com.webobjects.directtoweb.Services
 
htmlString() - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
HTTP_STATUS_FORBIDDEN - Static variable in class com.webobjects.appserver.WOMessage
Integer value corresponding to the HTTP 1.1 status code for "Forbidden".
HTTP_STATUS_FOUND - Static variable in class com.webobjects.appserver.WOMessage
Integer value corresponding to the HTTP 1.1 status code for "Found".
HTTP_STATUS_INTERNAL_ERROR - Static variable in class com.webobjects.appserver.WOMessage
Integer value corresponding to the HTTP 1.1 status code for "Internal Server Error".
HTTP_STATUS_MOVED_PERMANENTLY - Static variable in class com.webobjects.appserver.WOMessage
Integer value corresponding to the HTTP 1.1 status code for "Moved permanently".
HTTP_STATUS_NO_CONTENT - Static variable in class com.webobjects.appserver.WOMessage
Integer value corresponding to the HTTP 1.1 status code for "No content".
HTTP_STATUS_NOT_FOUND - Static variable in class com.webobjects.appserver.WOMessage
Integer value corresponding to the HTTP 1.1 status code for "Not found".
HTTP_STATUS_OK - Static variable in class com.webobjects.appserver.WOMessage
Integer value corresponding to the HTTP 1.1 status code for "OK".
httpServletRequest() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the HttpServletRequest.
httpServletResponse() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the HttpServletResponse.
httpSession() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the HttpSession, if it exists.
httpVersion() - Method in class com.webobjects.appserver.WOMessage
Returns the version of HTTP used for the message (for example, "HTTP/1.0").
hyperlinkAction() - Method in class com.webobjects.directtoweb.D2WDisplayHyperlink
Provides the action for a WOHyperlink.
hyperlinkTitle() - Method in class com.webobjects.woextensions.WOAssociationEventRow
 
hyperlinkTitle() - Method in class com.webobjects.woextensions.WOEventRow
 

I

icon() - Method in class com.webobjects.eoapplication.EOAction
Returns the receiver's icon.
icon() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the receiver's icon.
IconAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the IconAspect aspect
iconForObject(Object) - Method in class com.webobjects.eointerface.EOTreeAssociation
Returns an icon to display for the identifier object.
iconKey() - Method in class com.webobjects.eogeneration.EOTreeController
 
IconKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
IconNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
IconURLParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
id1 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id10 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id11 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id12 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id13 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id14 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id2 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id3 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id4 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id5 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id6 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id7 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id8 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
id9 - Variable in class com.webobjects.directtoweb.DarwinShadow
 
ID_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
ID attribute name.
IDENT - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
IdentifierQuoteStringKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
IdentifyTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
idForCurrentException() - Method in class com.webobjects.woextensions.WOExceptionPage
 
idForCurrentExceptionImage() - Method in class com.webobjects.woextensions.WOExceptionPage
 
IDREF_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
IDREF attribute name.
IfSupercontrollerEditable - Static variable in interface com.webobjects.eoapplication.EOEditable
The constant describing that a controller is editable if its supercontroller is editable.
ignorableWhitespace(char[], int, int) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
IGNORE_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Special meta-data tag used only by the system.
IgnoreNull - Static variable in class com.webobjects.foundation.NSArray
Convenience for the constructor methods
IgnoreNull - Static variable in class com.webobjects.foundation.NSDictionary
Convenience for the constructor methods
IgnoreNull - Static variable in class com.webobjects.foundation.NSSet
Convenience for the constructor methods
IgnoreValue - Static variable in class com.webobjects.eointerface.EOAssociation
Used to indicate that an aspect value has not been set to a usable value.
image - Variable in class com.webobjects.appserver.parser.declaration.Token
The string image of the token.
image() - Method in class com.webobjects.eointerface.swing.EOImageView
Returns the receiver's image.
imageFileName() - Method in class com.webobjects.directtoweb.D2WDisplayImageFromPath
Provides the filename for a WOImage.
imageFromData(NSData) - Method in class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Converts the NSData object into an java.awt.Image, using Toolkit.createImage.
imageLocation() - Method in class com.webobjects.woextensions.JSComponent
 
imageLocation() - Method in class com.webobjects.woextensions.JSImageFlyover
 
imageName() - Method in class com.webobjects.woextensions.WOSortOrder
 
imageName() - Method in class com.webobjects.woextensions.WXSortOrder
 
imageScaling() - Method in class com.webobjects.eogeneration.EOImageViewController
 
imageScaling() - Method in class com.webobjects.eointerface.swing.EOImageView
Returns the receiver's image scaling mode.
ImageScalingParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
imageUpdate(Image, int, int, int, int, int) - Method in class com.webobjects.eointerface.swing.EOImageView
Repaints the receiver if the image has changes (for example when scaling).
immutableBytes() - Method in class com.webobjects.foundation.NSData
Privitive method that returns the receiver's data.
immutableBytes() - Method in class com.webobjects.foundation.NSMutableData
Privitive method that returns the receiver's data.
immutableClone() - Method in class com.webobjects.foundation.NSArray
Since an NSArray is immutable, NSArray's implementation simply returns this.
immutableClone() - Method in class com.webobjects.foundation.NSDictionary
Since NSDictionaries are immutable, there's no need to make an actual copy.
immutableClone() - Method in class com.webobjects.foundation.NSMutableArray
Creates a new NSArray with the same elements as this array.
immutableClone() - Method in class com.webobjects.foundation.NSMutableDictionary
Creates a new NSDictionary with the same collection of keys and their values as this dictionary currently contains.
immutableClone() - Method in class com.webobjects.foundation.NSMutableSet
Creates a new NSSet which has the same members as this set.
immutableClone() - Method in class com.webobjects.foundation.NSSet
Since the NSSets are immutable, there's no need to make an actual
immutableRange() - Method in class com.webobjects.foundation.NSData
Privitive method that returns the receiver's range.
immutableRange() - Method in class com.webobjects.foundation.NSMutableData
Privitive method that returns the receiver's range.
implementedByClass(Class) - Method in class com.webobjects.foundation.NSSelector
Indicates whether a class implements the method that this NSSelector specifies.
implementedByObject(Object) - Method in class com.webobjects.foundation.NSSelector
Indicates whether the target object implements the method that this NSSelector specifies.
implementedInterface() - Method in class com.webobjects.directtoweb.D2WInspectPage
This method is intentionally undocumented.
inBuf - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
includeCommentsInResponses() - Method in class com.webobjects.appserver.WOApplication
Returns whether or not HTML comments are appended to the response.
includeObjectIntoPropertyWithKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Adds to the relationship named key the object eo without affecting inverse relationships, by directly modifying the property storing the to-many relationship.
increaseLengthBy(int) - Method in class com.webobjects.foundation.NSMutableData
Increases the length of the receiver by additionalLength.
incrementLastElementIDComponent() - Method in class com.webobjects.appserver.WOContext
Increments the last digit of the current element ID.
incrementSnapshotCountForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabase
Increments the reference count for the shared snapshot associated with gid, if the receiver releases unreferenced snapshots.
inDaylightTime(Date) - Method in class com.webobjects.foundation.NSTimeZone
Indicates whether this NSTimeZone uses daylight savings time at aDate.
indentation() - Method in class com.webobjects.woextensions.WXOutlineControl
 
indenting() - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Returns true if indentation was specified.
Indents - Static variable in class com.webobjects.foundation.NSPropertyListSerialization
Convenience for methods to convert to plist.
index - Variable in class com.webobjects.directtoweb.D2WQueryBoolean
 
index - Variable in class com.webobjects.woextensions.WOCheckboxMatrix
 
index - Variable in class com.webobjects.woextensions.WORadioButtonMatrix
 
indexDefinitionForEntity(EOEntity) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration.Delegate
 
indexDefinitionForEntity(EOEntity) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
indexDescriptionForTableAndModel(String, String, EOModel) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Return an Index Description object that describe the database schema.
indexDescriptionForTableAndModel(String, String, EOModel) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
indexes() - Method in class com.webobjects.eoaccess.EOEntity
/** Returns an array containing all of the receiver's indexs, or an empty array if the receiver has no indexes.
indexes() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
indexIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
indexKey() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
IndexKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
indexNamed(String) - Method in class com.webobjects.eoaccess.EOEntity
Returns the index identified by indexName, or null if the receiver has no such index.
indexOf(Object) - Method in class com.webobjects.foundation.NSArray
 
indexOfFirstDisplayedObject() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the index into displayedObjects of the first object in the current batch.
indexOfIdenticalObject(Object) - Method in class com.webobjects.foundation.NSArray
Searches all objects in this array for object.
indexOfIdenticalObject(Object, NSRange) - Method in class com.webobjects.foundation.NSArray
Searches the specified subset within this array for object (testing for equality by directly comparing Object references with ==) and returns the first (lowest) index whose corresponding element is identical to object.
indexOfLastDisplayedObject() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the index into displayedObjects of the last object in the current batch.
indexOfObject(Object) - Method in class com.webobjects.foundation.NSArray
Searches this array for object and returns the first (lowest) index whose corresponding element is equal to object.
indexOfObject(Object, NSRange) - Method in class com.webobjects.foundation.NSArray
Searches the specified subset within this array for object and returns the first (lowest) index whose corresponding element is equal to object.
indexType() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaIndexDescription
Index type
inferAllPossibleValuesForKey(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
inferrableKeys() - Method in class com.webobjects.directtoweb.D2WModel
Gets the inferrable keys.
inferSystemValueForKey(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
inferValueForKey(String) - Method in class com.webobjects.directtoweb.D2WContext
Forces the use of the Rule System to get the value of key.
info() - Method in class com.webobjects.eocontrol.EOAggregateEvent
Gets the info from any member of the EOvents set aggregated by the receiver.
info() - Method in class com.webobjects.eocontrol.EOEvent
Returns the custom info for the receiver.
InfoActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Info action.
infoDictionary() - Method in class com.webobjects.foundation.NSBundle
Deprecated. Do not use this method.
init() - Method in class com.webobjects.directtoweb.D2W
This method is intentionally undocumented.
init() - Method in class com.webobjects.eoapplication.client.EOApplet
Instantiates an EOAppletController for the controller hierarchy and invokes EOApplication's startApplication method using all HTML parameters retrieved via Applet's getParameter.
init() - Method in class com.webobjects.jspservlet.WOServletAdaptor
Default init method that just calls initStatics
initialCapitalName() - Method in class com.webobjects.eoaccess.EOProperty
Retunr the name of the property with teh frist initial capital
InitialContextFactoryKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the initial context factory.
initialDirContext() - Method in class com.webobjects.jndiadaptor.JNDIContext
Gets the initial directory context.
initializeClientConfiguration() - Method in class com.webobjects.directtoweb.D2WModel
Intializes the client configuration.
initializeObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Initializes the enteprise object object in the editing context context based on the snapshot for gid.
initializeObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore to build the properties for the object identified by gid.
initializeObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Implemented by subclasses to set object's properties, as obtained for globalID.
initializeObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Implementation for initializeObject inherited from EOObjectStore to set object's properties, as obtained for gid.
initializeObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
initializeObject(EOEnterpriseObject, EOGlobalID, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Initializes the enterprise object object with its attributes and relationships using key-value coding.
initializeRequestSessionIDInContext(WOContext) - Method in class com.webobjects.appserver.WOAction
This sets the sessionID in the context if there is a sessionID in the request.
initObjectWithCoder(EOEnterpriseObject, NSCoder) - Static method in class com.webobjects.eocontrol.EOEditingContext
Invoked by an EOEnterpriseObject object to ask the EOEditingContext to initialize object from data in decoder.
initStatics(ServletContext) - Static method in class com.webobjects.jspservlet.WOServletAdaptor
Initializes all the appropriate objects so that JSP/Servlet integration works.
initWithCoder(NSCoder) - Method in class com.webobjects.appserver.WODisplayGroup
 
InnerJoin - Static variable in class com.webobjects.eoaccess.EORelationship
Produces results only for destinations of the join relationship that have non-null values.
InnerJoinString - Static variable in class com.webobjects.eoaccess.EORelationship
 
InOutParameter - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant representing one of four possible parameter directions for EOAttributes that represent arguments to a stored procedure.
InParameter - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant representing one of four possible parameter directions for EOAttributes that represent arguments to a stored procedure.
inProgress() - Method in class com.webobjects.woextensions.WOCompletionBar
 
input_stream - Variable in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
inputElementID() - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
inputElementID() - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
inputPartKeyPaths() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the EOProperty keys/key paths associated with the public names of the operation's input message parts.
inputPartNames() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the names of the operation's SOAP input message parts.
inputPartNames() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the operation's input part names.
InputPartNamesKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the XML element names of input message parts for the current operation
inputPartValues() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the objects this operation was invoked with.
InputPartValuesKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the values the operation was invoked with
inputStream - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
inputStreamForResourceNamed(String, String, NSArray) - Method in class com.webobjects.appserver.WOResourceManager
Returns a stream of data for the specified resource.
inputStreamForResourcePath(String) - Method in class com.webobjects.foundation.NSBundle
Gets an input stream containing the resource specified by aResourcePath.
inQueryMode() - Method in class com.webobjects.appserver.WODisplayGroup
Deprecated. No longer important for WebObjects applications. No user code should implement or depend upon this, and any implementations or references to this method may be eliminated freely.
inQueryMode() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns whether or not this display group is in query mode.
insert() - Method in class com.webobjects.appserver.WODisplayGroup
Invokes insertNewObjectAtIndex with an index just past the first index in the selection, or at the end if there's no selection.
insert() - Method in class com.webobjects.eogeneration.EOEditingController
 
insert() - Method in class com.webobjects.eogeneration.EOFormController
 
insert() - Method in class com.webobjects.eogeneration.EOListController
 
insert() - Method in class com.webobjects.eointerface.EODisplayGroup
Invokes insertNewObjectAtIndex with an index just past the first index in the selection, or 0 if there is no selection.
InsertActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Insert action.
insertedColumnNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the list of column to be inserted.
insertedColumnNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns an iterator on the list of column names to be inserted.
insertedForeignKeyConstrainNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the list of foreign key constraint to be inserted.
insertedForeignKeyConstrainNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns an iterator on the list of foreign key constraint names to be inserted.
insertedIndexNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the list of index to be inserted.
insertedIndexNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns an iterator on the list of index names to be inserted.
InsertedKey - Static variable in class com.webobjects.eocontrol.EOObjectStore
 
insertedObjectDefaultValues() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the dictionary of default values added to empty objects that are inserted into the WODisplayGroup's dataSource.
insertedObjectDefaultValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the default values to be used for newly inserted objects.
insertedObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
 
insertedObjects() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
You can't insert objects into a shared editing context.
insertedTableNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Returns the list of table to be inserted.
insertedTableNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Returns an iterator on the list of table names to be inserted.
insertNewObject() - Method in interface com.webobjects.eogeneration.EOControllerFactory.Insert
 
insertNewObject() - Method in class com.webobjects.eogeneration.EOFormController
 
insertNewObjectAtIndex(int) - Method in class com.webobjects.appserver.WODisplayGroup
Invokes the createObject method of the dataSource and inserts the new object into the dataSource (and into allObjects at newIndex) using insertObjectAtIndex.
insertNewObjectAtIndex(int) - Method in class com.webobjects.eointerface.EODisplayGroup
Asks the receiver's EODataSource to create a new object by sending it a createObject message, then inserts the new object using insertObjectAtIndex.
insertNewObjectWithRelationshipPathsFilled(NSDictionary) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Insert
 
insertNewObjectWithRelationshipPathsFilled(NSDictionary) - Method in class com.webobjects.eogeneration.EOFormController
 
insertObject(Object) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
The default implementation does nothing.
insertObject() - Method in class com.webobjects.eoapplication.EODocumentController
Creates a new enterprise object, inserts it into the receiver's display group and updates the edited status to true.
insertObject(Object) - Method in class com.webobjects.eocontrol.EOArrayDataSource
Inserts object into the array of objects maintained by the receiver.
insertObject(Object) - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to insert objects.
insertObject(Object) - Method in class com.webobjects.eocontrol.EODetailDataSource
Sends an addObjectToBothSidesOfRelationshipWithKey message to the master object.
insertObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
Registers (by invoking insertObjectWithGlobalID) object to be inserted in this EOEditingContext's parent EOObjectStore the next time changes are saved.
insertObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Throws an exception.
insertObject(Object) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
insertObjectAtIndex(Object, int) - Method in class com.webobjects.appserver.WODisplayGroup
Inserts createObject into the WODisplayGroup's dataSource and into allObjects and displayedObjects at newIndex, if possible.
insertObjectAtIndex(Object, int) - Method in class com.webobjects.eointerface.EODisplayGroup
Inserts createObject into the receiver's EODataSource and displayedObjects array at newIndex, if possible.
insertObjectAtIndex(E, int) - Method in class com.webobjects.foundation.NSMutableArray
Inserts object into this array at index.
insertObjectWithGlobalID(EOEnterpriseObject, EOGlobalID) - Method in class com.webobjects.eocontrol.EOEditingContext
Registers a new object identified by globalID that should be inserted in the parent EOObjectStore when changes are saved.
insertObjectWithGlobalID(EOEnterpriseObject, EOGlobalID) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Throws an exception.
InsertProcedureOperation - Static variable in class com.webobjects.eoaccess.EOEntity
A stored procedure to insert a row.
insertRow(NSDictionary, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to insert the values of row into the table in the database that corresponds to entity.
insertRow(NSDictionary, EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
insertRow(NSDictionary, EOEntity) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
insertStatementForRow(NSDictionary, EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates and returns an SQL INSERT expression to insert row.
insertUpdate(DocumentEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Conforming to DocumentListener.
insertUpdate(DocumentEvent) - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Conformance to DocumentListener API.
insertWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
insertWithTask() - Method in class com.webobjects.eogeneration.EOFormController
 
insertWithTask() - Method in class com.webobjects.eogeneration.EOListController
 
insets() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the inset area around this controller's component.
InsetsParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
inspectAction() - Method in class com.webobjects.directtoweb.D2WDisplayToManyTable
This method is intentionally undocumented.
inspectArrayAction() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
inspectArrayAction() - Method in class com.webobjects.directtoweb.D2WDisplayToManyFault
This method is intentionally undocumented.
inspectArrayActionString() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
inspectEO() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
inspectItemAction() - Method in class com.webobjects.directtoweb.D2WDisplayToMany2
This method is intentionally undocumented.
inspectObjectAction() - Method in class com.webobjects.directtoweb.D2WCompactInspectComponent
 
inspectObjectAction() - Method in class com.webobjects.directtoweb.D2WListPage
Is invoked when the user clicks the inspect button next to an object on the list page.
inspectorIdentifier() - Method in class com.webobjects.eoapplication.EOInspectorController
inspectPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns an inspect page as a WOComponent implementing the InspectPageInterface for the entity identified by entityName.
InspectPageInterface - Interface in com.webobjects.directtoweb
This interface is implemented by pages returned by the D2W method inspectPageForEntityNamed.
inspectText() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay2
 
instance() - Static method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
Returns an instance of the WOTemplatePaser subclass.
instance() - Method in class com.webobjects.woextensions.WOStatsPage
 
instanceIdKey() - Method in class com.webobjects.appserver.WOApplication
String key used to obtain the application instance number from a request using methods like formValueForKey(String) and cookieValueForKey(String).
InstanceKey - Static variable in class com.webobjects.appserver.WORequest
Deprecated. 
instanceRequestAction() - Method in class com.webobjects.appserver.WOAdminAction
This method is intentionally undocumented.
instancesRetainRegisteredObjects() - Static method in class com.webobjects.eocontrol.EOEditingContext
Report whether EOEditingContext objects created by this application instance will strongly retain all EOEnterpriseObject instances registered with them.
instantiateSubject(String, EOGlobalID, EOEditingContext) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
Invoked during deserialization to create the target object.
INT_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Integer element tag name.
INTEGER_LITERAL - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
integerForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty and convert it to an integer using NSPropertyListSerialization.intForString.
integrateTransientSubcontrollerComponentForController(EOComponentController, EOComponentController, Dimension, boolean) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
integrationComponent() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the component used as the integration component in the receiver's supercontroller to represent the receiver.
integrationComponent() - Method in class com.webobjects.eoapplication.EOWindowController
Returns the integeration component.
integrationComponentDidBecomeInvisible() - Method in class com.webobjects.eoapplication.EOComponentController
Invoked by the receiver's supercontroller when the receiver's integration component becomes invisible, giving the receiver a chance to react.
integrationComponentDidBecomeInvisible() - Method in class com.webobjects.eoapplication.EOInspectorController
integrationComponentDidBecomeInvisible() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
integrationComponentDidBecomeVisible() - Method in class com.webobjects.eoapplication.EOComponentController
Invoked by the receiver's supercontroller when the receiver's integration component becomes visible, giving the receiver a chance to react.
integrationComponentDidBecomeVisible() - Method in class com.webobjects.eoapplication.EOInspectorController
integrationComponentDidBecomeVisible() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
INTERFACE_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Interface element tag name.
interfaceControllerClassName() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the value of the interfaceControllerClassName binding.
interfaceControllerClassName() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the value of the interfaceControllerClassName binding.
InterfaceControllerClassNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the interfaceControllerClassName binding.
InterfaceControllerClassNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the interfaceControllerClassName binding.
internalDataType() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
Returns the internal data type of the column as specified in the eomodel
internalTypeForExternal(String) - Static method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
internalTypeForExternal(String) - Static method in class com.webobjects.jdbcadaptor.FrontBaseTypes
 
internalTypeForExternalType(String, EOModel) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation returns null.
InternalTypeKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
intersectRange(NSRange) - Method in class com.webobjects.foundation.NSMutableRange
Changes the receiver to the range resulting from the intersection of otherRange and the receiver before the operation.
intersectSet(NSSet) - Method in class com.webobjects.foundation.NSMutableSet
Removes from this set each object that is not a member of otherSet.
intersectsRange(NSRange) - Method in class com.webobjects.foundation.NSRange
Indicates whether the range otherRange intersects this NSRange.
intersectsSet(NSSet) - Method in class com.webobjects.foundation.NSSet
The result of this method corresponds to the mathematical concept of disjoint sets: if the sets are not disjoint, this method returns true; otherwise, it returns false.
intForString(String) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Parses a given string and returns the corresponding integer value.
invalidate() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Unschedules the timer and marks it as invalid.
invalidateAllObjects() - Method in class com.webobjects.eoaccess.EODatabaseContext
Discards all snapshots in the receiver's EODatabase, forgets all object locks, and posts an InvalidatedAllObjectsInStoreNotification, as well as an ObjectsChangedInStoreNotification with the globalIDs for the invalidated objects in the userInfo dictionary.
invalidateAllObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore to discard the values of objects cached in memory and refault them, which causes them to be refetched from the external store the next time they're accessed.
invalidateAllObjects() - Method in class com.webobjects.eocontrol.EOObjectStore
Discards the values of all objects held by the receiver and turns them into faults (empty enterprise objects).
invalidateAllObjects() - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Tells the receiver's coopertating object stores to discard the values of all objects they hold and turn them into faults (empty enterprise objects).
invalidateAllObjects() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
invalidateAllObjects() - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Invoked to notify the receiver that all the properties and objects it caches are no longer valid and that they should be refaulted.
invalidateCaches() - Method in class com.webobjects.directtoweb.D2WFastModel
Clears the local caches of fast left-hand side keys.
invalidateCaches() - Method in class com.webobjects.directtoweb.D2WModel
Clears the local caches of dynamic pages and rules.
invalidateCaches() - Method in class com.webobjects.woextensions.WOAnyField
 
invalidateClassDescriptionCache() - Static method in class com.webobjects.eocontrol.EOClassDescription
Flushes the EOClassDescription cache.
InvalidatedAllObjectsInStoreNotification - Static variable in class com.webobjects.eocontrol.EOObjectStore
 
InvalidatedKey - Static variable in class com.webobjects.eocontrol.EOObjectStore
 
invalidateLayout(Container) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Does nothing.
invalidateObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eoaccess.EODatabaseContext
Discards the snapshots for the objects identified by the EOGlobalIDs in gids and broadcasts an ObjectsChangedInStoreNotification, which causes any EOEditingContext containing objects fetched from the receiver to refault those objects.
invalidateObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore to signal to the parent object store that the cached values for the objects identified by globalIDs should no longer be considered valid and that they should be refaulted.
invalidateObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eocontrol.EOObjectStore
Signals that the objects identified by globalIDs should no longer be considered valid and that they should be turned into faults (empty enterprise objects).
invalidateObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Signals that the objects identified by the EOGlobalIDs in gids should no longer be considered valid and that they should be turned into faults (empty enterprise objects).
invalidateObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
invalidateObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Invoked to notify the receiver that the objects in the object store with the global IDs globalIDs should no longer be considered valid and that they should be refaulted.
invalidateResultCache() - Method in class com.webobjects.eoaccess.EODatabase
Invalidates the receiver's result cache.
invalidateResultCacheForEntityNamed(String) - Method in class com.webobjects.eoaccess.EODatabase
Invalidates the result cache containing the globalIDs for the objects associated with the EOEntity identified by name.
invalidateRules() - Method in class com.webobjects.eogeneration.EOControllerFactory
 
invalidatesObjectsWhenFinalized() - Method in class com.webobjects.eocontrol.EOEditingContext
This method should not be used.
inverseForRelationshipKey(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the name of the relationship pointing back to the receiver's entity from the destination of the relationship specified by relationshipKey.
inverseForRelationshipKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to obtain the name of the relationship back to the receiver from the destination of the relationship specified with relationshipKey.
inverseForRelationshipKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the name of the relationship pointing back to the receiver's class or entity from that named by relationshipKey, or null if there isn't one.
inverseForRelationshipKey(String) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the name of the relationship pointing back to the receiver's class or entity from that named by relationshipKey, or null if there isn't one.
inverseForRelationshipKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the name of the relationship pointing back at the receiver from the destination of the given relationship.
inverseName() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns the name of the inverse relationship.
inverseRelationship() - Method in class com.webobjects.eoaccess.EORelationship
Searches the relationship's destination entity for a user-created, back- referencing relationship joining on the same keys.
invocationTarget() - Method in class com.webobjects.eodistribution.EODistributionContext
Returns the invocation target for remote method invocations which use a key path.
invoke(Object, Object[]) - Method in class com.webobjects.foundation.NSSelector
Invokes the method encapsulated by this NSSelector with parameters on the target object.
invoke(Object) - Method in class com.webobjects.foundation.NSSelector
A convenience method similar to invoke(Object, Object[]), but with no arguments.
invoke(Object, Object) - Method in class com.webobjects.foundation.NSSelector
A convenience method similar to invoke(Object, Object[]), but using one argument.
invoke(Object, Object, Object) - Method in class com.webobjects.foundation.NSSelector
A convenience method similar to invoke(Object, Object[]), but using two arguments.
invoke(String, Class[], Object, Object[]) - Static method in class com.webobjects.foundation.NSSelector
A convenience method that creates an NSSelector for a method that takes any number of arguments, and immediately applies it to the target object.
invoke(String, Class, Object, Object) - Static method in class com.webobjects.foundation.NSSelector
A convenience method that creates an NSSelector for a method that one argument, and immediately applies it to the target object.
invoke(String, Class, Class, Object, Object, Object) - Static method in class com.webobjects.foundation.NSSelector
A convenience method that creates an NSSelector for a method that two arguments, and immediately applies it to the target object.
invoke(String, String, Object[]) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Invoke the operation operationName on the web service serviceName with parameters parameters.
invoke() - Method in class com.webobjects.webservices.generation.WOBeginTransactionOperation
Creates a session and configures it to handle transactions.
invoke() - Method in class com.webobjects.webservices.generation.WOCommitTransactionOperation
Closes a transaction by saving all of the changes held in the shared operation editing context.
invoke() - Method in class com.webobjects.webservices.generation.WODeleteOperation
Deletes one or more EOEnterpriseObject's identified by global ID in the argument values.
invoke() - Method in class com.webobjects.webservices.generation.WOFetchSpecSearchOperation
Performs a search using an EOFetchSpecification based on an EOFetchSpecification in the project's model.
invoke() - Method in class com.webobjects.webservices.generation.WOInsertOperation
Creates and inserts a new EOEnterpriseObject into the operation's EOEditingContext.
invoke() - Method in class com.webobjects.webservices.generation.WOOperation
Invokes the operation and returns the invocation's result.
invoke() - Method in class com.webobjects.webservices.generation.WORollbackTransactionOperation
Closes a transaction by resetting the shared operation editing context.
invoke() - Method in class com.webobjects.webservices.generation.WOSearchOperation
Performs a search using an EOFetchSpecification based on the argument keys paths, and argument values.
invoke() - Method in class com.webobjects.webservices.generation.WOUpdateOperation
Updates an EOEnterpriseObject identified by a global ID in the argument values or by combining the primary key attributes from the argument values.
invoke() - Method in class com.webobjects.webservices.generation.WOWSDLGeneration
Returns the result of invoking generateResponse on a WOComponent configured to generate WSDL.
invokeAction(WORequest, WOContext) - Method in class com.webobjects.appserver.WOApplication
The WOApplication object invokes this method on itself to initiate the middle phase of request handling.
invokeAction(WORequest, WOContext) - Method in class com.webobjects.appserver.WOComponent
Tells the component to execute any action specified in the request.
invokeAction(WORequest, WOContext) - Method in class com.webobjects.appserver.WOElement
This method is invoked in WOElements in the phase of request handling that results in the triggering of an action method and the return of a response WOComponent.
invokeAction(WORequest, WOContext) - Method in class com.webobjects.appserver.WOSession
Invoked on the WOSession object during the middle phase of the request-response loop.
invokeAction(WORequest, WOContext) - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Overridden for internal purposes to dispatch Java Client requests.
invokeAction() - Method in class com.webobjects.eointerface.EOActionAssociation
Deprecated. Invoked by the receiver's plugin when its display object is acted upon.
invokeAction() - Method in class com.webobjects.eointerface.EOActionInsertionAssociation
Invoked by the receiver's plugin when its display object is acted upon.
invokeAction() - Method in class com.webobjects.eointerface.EOActionWidgetAssociation
Tells the action widget association to perform it's action.
invokeAction() - Method in class com.webobjects.woextensions.JSComponent
 
invokeAction(WORequest, WOContext) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
invokeAction() - Method in class com.webobjects.woextensions.WOMetaRefresh
 
invokeAction(WORequest, WOContext) - Method in class com.webobjects.woextensions.WOMethodInvocation
 
invokeAction(WORequest, WOContext) - Method in class com.webobjects.woextensions.WXOutlineEntry
 
invokeChildrenAction(WORequest, WOContext) - Method in class com.webobjects.appserver.parser.woml.WOMLCommentGroup
 
invokeMethod(int, Class, String, Class[], Object[]) - Method in class com.webobjects.eoapplication.EOController
Traverses the controller hierarchy, invoking the method specified by methodName and parameterTypes on the appropriate controllers.
invokeRemoteMethod(String, Class[], Object[]) - Method in class com.webobjects.eocontrol.EOCustomObject
Invokes a method on the server-side equivalent of the enterprise object.
invokeRemoteMethod(EOEditingContext, EOGlobalID, String, Class[], Object[]) - Method in class com.webobjects.eocontrol.EOEditingContext
Executes a remote method on the server.
invokeRemoteMethod(String, Class[], Object[]) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Invokes a method on the server-side equivalent of the enterprise object.
invokeRemoteMethod(EOEditingContext, EOGlobalID, String, Class[], Object[]) - Method in class com.webobjects.eocontrol.EOObjectStore
Invokes methodName on the enterprise object identified by gid in context, using arguments.
invokeRemoteMethod(EOEditingContext, EOGlobalID, String, Class[], Object[]) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Pushes the changes of the object graph in editingContext to the server-side editing context (but does not save the changes to the database) and invokes the method named methodName with the arguments passed remotely on the enterprise object identified by the global ID globalID.
invokeRemoteMethod(EOEditingContext, EOGlobalID, String, Class[], Object[], boolean) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Invokes the method named methodName with the arguments passed remotely on the enterprise object identified by the global ID globalID.
invokeRemoteMethodWithKeyPath(EOEditingContext, String, String, Class[], Object[], boolean) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
This method invokes a remote method on an object on the server side that can be specified with a key path (not just an enterprise object) relative to the invocation target of the server side EODistributionContext (for example "session").
invokesDefaultAction() - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
InvokesDefaultActionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
invokeStatelessRemoteMethodWithKeyPath(String, String, Class[], Object[]) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
This method invokes a remote method on an object on the server side that can be specified with a key path (no enterprise object) relative to the invocation target of the server side EODistributionContext (for example "session").
isAbstractEntity() - Method in class com.webobjects.eoaccess.EOEntity
Returns true if the receiver is an abstract entity, false otherwise.
isActionNamedEnabled(String) - Method in class com.webobjects.eoapplication.EOController
Returns whether the action method actionName isn't explicitly disabled.
isAjaxSubmit() - Method in class com.webobjects.appserver.WORequest
Returns true if the request is using an AJAX request, false otherwise.
isAllowNullDefined() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Check if allow null have been defined
isAncestorOfController(EOController) - Method in class com.webobjects.eoapplication.EOController
Returns whether controller is a subcontroller of the receiver, of the receiver's subcontrollers, or their subcontrollers, and so on.
isBrowser() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
isCachingEnabled() - Method in class com.webobjects.appserver.WOApplication
Returns whether or not component caching is enabled.
isCachingEnabled() - Method in class com.webobjects.appserver.WOComponent
Returns whether component definition caching is enabled for this component.
isCancelled() - Method in class com.webobjects.woextensions.WOLongResponsePage
 
isCaseInsensitiveLike(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Returns true if the receiver is a case insensitive match for other, false if it isn't.
isCaseInsensitiveLike(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Returns true if receiver is a case insensitive match for right, false if it isn't.
isCaseSensitive() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns false.
isCellEditable(EventObject) - Method in class com.webobjects.eointerface.swing.EOColumnEditor
EOColumnEditor's implementation of the javax.swing.table.TableCellEditor method to determine whether a cell can start editing.
isCellEditable(EventObject) - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Returns whether the event event can start editing in the editor component.
isCellShaded() - Method in class com.webobjects.woextensions.WOTabPanel
 
isCheckBox() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
isClassName() - Method in class com.webobjects.woextensions.WOEventSetupPage
 
isClassRegisteredForLogging() - Method in class com.webobjects.woextensions.WOEventSetupPage
 
isColumnNamedDeleted(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if a column is to be deleted.
isColumnNamedInserted(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if a column is to be inserted.
isColumnNamedUpdated(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if a column is to be updated.
isColumnTypeEquivalentToColumnType(EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns true if the name, precision, width, and scale of candidate are identical to the name, precision, width, and scale of columnType, false otherwise.
isColumnTypeEquivalentToColumnType(EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
isColumnTypeEquivalentToColumnType(EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns true if the name, precision, width, and scale of candidate are identical to the name, precision, width, and scale of columnType, false otherwise.
isColumnTypeEquivalentToColumnType(EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns true if the name, precision, width, and scale of candidate are identical to the name, precision, width, and scale of columnType, false otherwise.
isColumnTypeEquivalentToColumnType(EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
isCombinedTemplate(WOComponentDefinition) - Static method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
isComponentPrepared() - Method in class com.webobjects.eoapplication.EOComponentController
Returns whether the receiver's component is prepared.
isCompound() - Method in class com.webobjects.eoaccess.EORelationship
Returns true if the relationship contains more than one join (that is, if it joins more than one pair of attributes), false if it has only one join.
isConcurrentRequestHandlingEnabled() - Method in class com.webobjects.appserver.WOApplication
Returns true if at least one adaptor may dispatch requests concurrently and allowsConcurrentRequestHandling returns true.
isConnected() - Method in class com.webobjects.appserver.WOHTTPConnection
Deprecated. This is meaningless since there will not be a connection before sendRequest is executed.
isConnected() - Method in class com.webobjects.eoapplication.EOController
Returns the receiver's connection status.
isConnected() - Method in class com.webobjects.eointerface.EOAssociation
Checks whether or not the association is connected and ready for use.
isContainer(String, boolean) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
Convenience API for getGenericElementType that will return true if the represented elementName and hasChildren should be represented by a container tag (i.e.
isCurrentItemChecked() - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
isCurrentItemSelected() - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
isDaylightSavingTime() - Method in class com.webobjects.foundation.NSTimeZone
Indicates whether this NSTimeZone currently uses daylight savings time.
isDaylightSavingTimeForTimestamp(NSTimestamp) - Method in class com.webobjects.foundation.NSTimeZone
Indicates whether this NSTimeZone uses daylight savings time at aTimestamp.
isDebuggingEnabled() - Method in class com.webobjects.appserver.WOApplication
Do not use.
isDecimalNumber() - Method in class com.webobjects.directtoweb.D2WEditNumber
Provides the useDecimalNumber value for a WOTextField.
isDeep() - Method in class com.webobjects.directtoweb.D2WQueryPage
Indicates whether fetches should include sub-entities of the entity of the query fetch specification.
isDeep() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns true if a fetch should include sub-entities of the receiver's entity, false if it shouldn't.
IsDefaultOperatorKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
This key is intentionally not documented.
IsDefaultServiceKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing whether the current service is the default Direct to Web Service
isDerived() - Method in class com.webobjects.eoaccess.EOAttribute
Returns true if the attribute does not correspond exactly to one column in a table, false otherwise.
isDetailDataSource(EODataSource) - Method in class com.webobjects.eoapplication.EODataSourceFactory
isDirectConnectEnabled() - Method in class com.webobjects.appserver.WOApplication
Returns whether or not direct connect is enabled.
isDirectory() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
isDisable() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
isDisplayingSubset() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
isDistributionEnabled() - Method in class com.webobjects.appserver.WOSession
Returns false by default, since the default WOSessionStore does not support distributed sessions.
isDocumentForGlobalID(EOGlobalID, String) - Method in interface com.webobjects.eoapplication.EODocument
Returns whether the receiver is a document for the enterprise object associated with globalID and entityName.
isDocumentForGlobalID(EOGlobalID, String) - Method in class com.webobjects.eoapplication.EODocumentController
Conformance to EODocument.
isDocumentForGlobalID(EOGlobalID, String) - Method in class com.webobjects.eogeneration.EOListController
 
isDocumentStyle() - Method in class com.webobjects.webservices.client.WOClientOperation
Return true if this is a document style operation (i.e., style is "document").
isDroppedConnectionException(Exception) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation returns false.
isDroppedConnectionException(Exception) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns true if exception is a JDBCAdaptorException and it is considered a "dropped" connection; otherwise false.
isDroppedConnectionException(JDBCAdaptorException) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns true if exception is considered a "dropped" connection; otherwise false.
isDroppedConnectionException(JDBCAdaptorException) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
isDroppedConnectionException(Exception) - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
isEditable() - Method in class com.webobjects.eoapplication.EODocumentController
 
isEditable() - Method in interface com.webobjects.eoapplication.EOEditable
Returns whether the receiver is currently editable.
isEditable() - Method in class com.webobjects.eogeneration.EOAssociationController
 
isEditable() - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
isEditable() - Method in class com.webobjects.eogeneration.EORangeValueController
 
isEditable() - Method in class com.webobjects.eogeneration.EOValueAndURLController
 
isEditable() - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
This method returns a flag indicating whether the TableColumn is editable.
isEditable() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Whether the TableColumn is editable
isEditableAtColumnAndRow(int, int) - Method in class com.webobjects.eointerface.EOTableAssociation
This method returns whether the table cell at the specified row and column is editable.
isEditableAtRow(int) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns a flag indicating whether the specified row is editable in this column.
isEdited() - Method in interface com.webobjects.eoapplication.EODocument
Returns the receiver's edited state.
isEdited() - Method in class com.webobjects.eoapplication.EODocumentController
 
isEditing() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
isEmpty() - Method in class com.webobjects.eoaccess.EOEntityIndex
Checks if the receiver has any attribute defined.
isEmpty() - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated. Returns true if the qualifier is empty, false otherwise.
isEmpty() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
isEmpty() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaForeignKeyConstraintDescription
 
isEmpty() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaIndexDescription
 
isEmpty() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
Returns true is the property description is empty
isEmpty() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationChanges
 
isEmpty() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Checks if there is any changes defined by this structrure
isEmpty() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Checks if there is any changes defined by this structrure
isEmpty() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if there is any changes defined by this structrure
isEmpty() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
isEmpty() - Method in class com.webobjects.foundation.NSArray
Returns true if this list contains no elements.
isEmpty() - Method in class com.webobjects.foundation.NSDictionary
 
isEmpty() - Method in class com.webobjects.foundation.NSRange
 
isEmpty() - Method in class com.webobjects.foundation.NSSet
 
isEmpty() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
isEnabled() - Method in class com.webobjects.eointerface.EOActionWidgetAssociation
If true, this association is enabled.
isEnabled() - Method in class com.webobjects.eointerface.EOAssociation
 
isEnabled - Variable in class com.webobjects.foundation.NSLog.Logger
 
isEnabled() - Method in class com.webobjects.foundation.NSLog.Logger
Provides the state of an internal boolean that regulates whether logging is enabled or disabled.
isEnabledAtIndex(int) - Method in class com.webobjects.eointerface.EOActionWidgetAssociation
If true, this association is enabled for the object at index index in the display group's displayed objects array.
isEnabledAtIndex(int) - Method in class com.webobjects.eointerface.EOAssociation
 
isEnd() - Method in class com.webobjects.appserver.parser.woml.WOMLComment
 
isEntityPermissionRule() - Method in class com.webobjects.directtoweb.Rule
Indicates that a rule involves the assignment of an entity permission.
isEntityReadOnly() - Method in class com.webobjects.directtoweb.D2WComponent
Returns whether the current entity in the Direct to Web context of the receiver can be modified or not.
isEntityReadOnly(EOEntity) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
isEntityReadOnly() - Method in class com.webobjects.directtoweb.D2WListPage
Indicates whether the entity displayed on this page can be modified.
isEntityReadOnly() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns whether the current entity in the Direct to Web context in which the receiver's rule fires cannot be modified.
isEntityReadOnly() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
 
isEntityReadOnly() - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to return whether the receiver can be modified.
isEntityRule() - Method in class com.webobjects.directtoweb.Rule
Indicates that a rule involves the assignment of an entity.
isEqualTo(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Invokes equals and returns the result.
isEqualTo(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Invokes equals and returns the result.
isEqualToArray(NSArray) - Method in class com.webobjects.foundation.NSArray
Included for backward compatibility.
isEqualToData(NSData) - Method in class com.webobjects.foundation.NSData
Compares the receiving data object to otherData.
isEqualToDictionary(NSDictionary) - Method in class com.webobjects.foundation.NSDictionary
Provided for backward compatibility.
isEqualToRange(NSRange) - Method in class com.webobjects.foundation.NSRange
Indicates whether the range's location and length are equal to this NSRange's location and length.
isEqualToSet(NSSet) - Method in class com.webobjects.foundation.NSSet
Provided for backward compatibility.
isEqualToTimeZone(NSTimeZone) - Method in class com.webobjects.foundation.NSTimeZone
Deprecated. Use equals.
isEventLoggingEnabled() - Method in class com.webobjects.appserver.WOComponent
Called to determine if a component wants event logging.
isEventLoggingEnabled() - Method in class com.webobjects.woextensions.WOEventPage
 
isEventLoggingEnabled() - Method in class com.webobjects.woextensions.WOExceptionPage
 
isEventLoggingEnabled() - Method in class com.webobjects.woextensions.WOPageRestorationError
 
isEventLoggingEnabled() - Method in class com.webobjects.woextensions.WOSessionCreationError
 
isEventLoggingEnabled() - Method in class com.webobjects.woextensions.WOSessionRestorationError
 
isExpanded() - Method in class com.webobjects.woextensions.WXOutlineEntry
 
isExplicitlyDisabled() - Method in class com.webobjects.eointerface.EOAssociation
 
isExternalTypeDefined() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Check if External Type have been defined
isFault() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns true if the object's values haven't yet been fetched from the database.
isFault(Object) - Static method in class com.webobjects.eocontrol.EOFaultHandler
Returns true if object is a fault, false otherwise.
isFault() - Method in interface com.webobjects.eocontrol.EOFaulting
Returns whether the receiver is a fault or not.
isFetchEnabled() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns true if fetching is enabled, false otherwise.
isFetchesOnConnectEnabled() - Method in class com.webobjects.eoapplication.EOEntityController
Returns whether the receiver should ever fetch its display group content when a connection is established.
isFetchInProgress() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to return true if the receiver is fetching, false otherwise.
isFetchInProgress() - Method in class com.webobjects.eoaccess.EODatabaseChannel
Returns true if the receiver is fetching, false otherwise.
isFetchInProgress() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
isFetchInProgress() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
isFileUpload() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns true if this object represents a file upload.
isFlattened() - Method in class com.webobjects.eoaccess.EOAttribute
Returns true if the attribute is flattened, false otherwise.
isFlattened() - Method in class com.webobjects.eoaccess.EORelationship
Returns true if the relationship has a definition that traverses another relationship, false otherwise.
isFocusTraversable() - Method in class com.webobjects.eointerface.swing.EOTextField
Returns whether the user can navigate to this component with the Tab or Shift-Tab keys.
isForeignKeyConstrainNamedDeleted(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if a foreign key constraint is to be deleted.
isForeignKeyConstrainNamedInserted(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if a foreign key constraint is to be inserted.
isFormatAllowed() - Method in class com.webobjects.eogeneration.EOFormatValueController
 
isFormatAllowed() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
isFormatAllowed() - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
isFormValueEncodingDetectionEnabled() - Method in class com.webobjects.appserver.WORequest
Return whether or not automatic detection of form value encoding is enabled.
isFramework() - Method in class com.webobjects.foundation.NSBundle
Determines if this NSBundle object is a framework.
isFromClientComponent() - Method in class com.webobjects.appserver.WORequest
Deprecated. isFromClientComponent() is deprecated as the Client Side Components Feature are not supported anymore
isGenerating() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
IsGeneratingKey - Static variable in class com.webobjects.directtoweb.D2WModel
The is generating key; the literal "isGenerating".
isGreaterThan(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Invokes compare and returns true if the result is NSComparator.
isGreaterThan(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Invokes compare and returns true if the result is NSComparator.OrderedDescending.
isGreaterThanOrEqualTo(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Invokes compare and returns true if the result is NSComparator.
isGreaterThanOrEqualTo(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Invokes compare and returns true if the result is NSComparator.OrderedDescending or NSComparator.OrderedSame.
isImage() - Method in class com.webobjects.woextensions.JSAlertPanel
 
isImageAndText() - Method in class com.webobjects.woextensions.JSAlertPanel
 
isIndexNamedDeleted(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if a index is to be deleted.
isIndexNamedInserted(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if a index is to be inserted.
isInForm() - Method in class com.webobjects.appserver.WOContext
Used by subclasses of WODynamicElement to determine if the context is in a WOForm element.
isJar() - Method in class com.webobjects.foundation.NSBundle
Determines if this NSBundle object represents a JAR file.
isLastUser() - Method in class com.webobjects.woextensions.WOStatsPage
 
IsLeafAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the IsLeaf aspect
isLeafKey() - Method in class com.webobjects.eogeneration.EOTreeController
 
IsLeafKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
isLeafObject(Object) - Method in class com.webobjects.eointerface.EOTreeAssociation
Returns a boolean signifying whether or not to display the identifier as leaf.
isLessThan(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Invokes compare and returns true if the result is NSComparator.OrderedAscending .
isLessThan(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Invokes compare and returns true if the result is NSComparator.OrderedAscending.
isLessThanOrEqualTo(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Invokes compare and returns true if the result is NSComparator.
isLessThanOrEqualTo(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Invokes compare and returns true if the result is NSComparator.OrderedAscending or NSComparator.OrderedSame.
isLike(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Returns true if receiver matches other according to the semantics of the SQL like comparison operator, false if it doesn't.
isLike(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Returns true if receiver matches right according to the semantics of the SQL like comparison operator, false if it doesn't.
isListEmpty() - Method in class com.webobjects.directtoweb.D2WListPage
Indicates whether the list displayed contains no objects.
isLiveAssistantEnabled() - Method in class com.webobjects.directtoweb.D2W
Deprecated. Use isWebAssistantEnabled instead.
isLiveAssistantEnabled() - Method in class com.webobjects.directtoweb.D2WComponent
Deprecated.  
isLocking() - Method in class com.webobjects.eoaccess.EODatabaseChannel
Returns true if the receiver is locking the database rows for the selected objects, as determined by its EODatabaseContext's update strategy or the EOFetchSpecification used to perform the select.
isLogPath() - Method in class com.webobjects.woextensions.WOStatsPage
 
isLookRule() - Method in class com.webobjects.directtoweb.Rule
Indicates that a rule involves the assignment of a look.
isMandatory() - Method in class com.webobjects.eoaccess.EORelationship
Returns true if the target of the relationship is required, false if it can be null.
isMandatory() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns whether this relationship is mandatory, meaning there has to be (at least) one destination object, it cannot be null.
isMasterDataSource(EODataSource) - Method in class com.webobjects.eoapplication.EODataSourceFactory
isModal() - Method in interface com.webobjects.eoapplication.EOComponentController.Modal
Returns whether the controller actually runs a modal user interface or not.
isModal() - Method in class com.webobjects.eoapplication.EOModalDialogController
isMonitorEnabled() - Method in class com.webobjects.appserver.WOApplication
This is a cover method for the property WOMonitorEnabled.
isMultipartFormData() - Method in class com.webobjects.appserver.WORequest
Returns true if this WORequest represents multipart form data.
isMultipleSubmitForm() - Method in class com.webobjects.appserver.WOContext
Convenience to determine if multiple submit form was submitted
isNamespace(String) - Method in class com.webobjects.appserver.parser.woml.WOMLNamespaced
 
isNotBoldAsBoolean() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
isNotEqualTo(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Invokes equals, inverts the result, and returns it.
isNotEqualTo(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Invokes equals, inverts the result, and returns it.
isNotItalicAsBoolean() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
isObjectLockedWithGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns true if the Enterprise Object identified by gid is locked, false otherwise.
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns true if the row corresponding to the globalID gid has been locked in an open transaction held by this database context.
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Returns true if the object identified by gid in context is locked, false otherwise.
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Returns true if the object identified by globalID is locked, false if it isn't.
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Returns true if the object identified by gid in editingContext is locked, false otherwise.
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Returns whether an object has been locked by the underlying data store.
isObjectSelected() - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
Returns whether the user has selected an object in the select component of the master-detail page.
isOnlyForeignKeyRelated() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if there is the changes defined by this structrure are only foreign key related
isOpen() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to return true if the channel has been opened with openChannel, false if not.
isOpen() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
isOpen() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
isOperationDocumentStyle(String) - Method in class com.webobjects.webservices.client.WOWebService
Returns true if the operation name is document style, false otherwise.
IsOperationEnabledKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing whether the current operation is enabled
IsOperationFrozenKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing whether the current operation is frozen
isOperationRPCStyle(String) - Method in class com.webobjects.webservices.client.WOWebService
Returns true if the operation name is RPC style, false otherwise.
isPageRefreshOnBacktrackEnabled() - Method in class com.webobjects.appserver.WOApplication
Returns whether caching of pages is disabled in the client.
isPageStatic(String, D2WContext) - Method in class com.webobjects.directtoweb.D2WModel
Indicates whether the page with the specified name is static in the specified context.
isPopup() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
isPrecisionDefined() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Check if Precision have been defined
isPrimaryKeyValidInObject(NSKeyValueCoding) - Method in class com.webobjects.eoaccess.EOEntity
Returns true if every key attribute is present in object and has a value that is not null.
isPropertyAnAttribute() - Method in class com.webobjects.directtoweb.D2WComponent
Returns true if the property in the Direct to Web context of the receiver is an attribute (and not a relationship).
isPropertyInHeader() - Method in class com.webobjects.directtoweb.D2WTabInspectPage
Returns whether the current property in the Direct to Web context of the receiver is outside the tab panel and consequently in the header.
isPseudoColumnName(String) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Determines if the column is a "pseudo" column.
isPseudoColumnName(String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
isPush() - Method in class com.webobjects.appserver.WOAssociation.Event
Used by The WOAssociationEventRow component to determine the event type.
isQualifierForPrimaryKey(EOQualifier) - Method in class com.webobjects.eoaccess.EOEntity
Returns true if qualifier describes the primary key and nothing but the primary key, false otherwise.
isQueryWidget() - Method in class com.webobjects.eogeneration.EOComboBoxController
 
isQueryWidget() - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
isQueryWidget() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
isQueryWidget() - Method in class com.webobjects.eogeneration.EOTextFieldController
 
isQueryWidget() - Method in interface com.webobjects.eogeneration.EOWidgetController.QueryWidget
 
IsQueryWidgetParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
isQuickTimeAvailable() - Static method in class com.webobjects.eointerface.swing.EOQuickTimeView
Returns whether or not the QuickTime for Java classes are available in the application (in the class path and loaded).
isRadio() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
isReadOnly() - Method in class com.webobjects.eoaccess.EOAttribute
Returns true if the value of the attribute can not be modified, false if it can.
isReadOnly() - Method in class com.webobjects.eoaccess.EOEntity
Returns true if the receiver can not be modified, false if it can.
isReadOnly() - Method in class com.webobjects.eocontrol.EOCustomObject
 
isReadOnly() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns true if the receiver can not be modified, false if it can.
isReciprocalToJoin(EOJoin) - Method in class com.webobjects.eoaccess.EOJoin
Returns true if the receiver's source attribute is identical to otherJoin's destination attribute, and otherJoin's source attribute is equal to the receiver's destination attribute; returns false otherwise.
isRedoing() - Method in class com.webobjects.foundation.NSUndoManager
Returns true if this NSUndoManager is in the process of performing an redo operation.
isRefreshingObjects() - Method in class com.webobjects.eoaccess.EODatabaseChannel
Returns true if the receiver overwrites existing snapshots with fetched values and causes the current EOEditingContext to overwrite existing Enterprise Objects with those values as well.
isRefusingNewSessions() - Method in class com.webobjects.appserver.WOApplication
Returns true if the application instance is refusing new sessions, and false otherwise.
isRelationshipToMany - Variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns true if the relationship is a to-many relationship or false if the relationship is a to-one relationship.
isRename() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Checks if this is a column rename
isRename() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Checks if this is a table rename
isRequestFromFormSubmission() - Method in class com.webobjects.appserver.WORequest
Checks is the request is the result of a Form submission.
isRootComponentController() - Method in class com.webobjects.eoapplication.EOComponentController
Returns whether the receiver is a root component controller.
isRootDocumentController() - Method in class com.webobjects.eoapplication.EODocumentController
Returns whether the receiver is a root document controller (which is the case if none of the supercontrollers conform to EODocument).
isRootEntityController() - Method in class com.webobjects.eoapplication.EOEntityController
Returns whether the receiver is a root entity controller (which is the case if none of the supercontrollers conform to EOObjectDisplay).
isRootVisible() - Method in class com.webobjects.eogeneration.EOTreeController
 
IsRootVisibleParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
isRPCStyle() - Method in class com.webobjects.webservices.client.WOClientOperation
Return true if this is an RPC operation (i.e., style is "RPC").
isScaleDefined() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Check if Scale have been defined
isSchemaTableNamed(String) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
isSecure() - Method in class com.webobjects.appserver.WOCookie
Return whether or not the cookie is secure.
isSecure() - Method in class com.webobjects.appserver.WORequest
Returns the secure state of the request
isSelectable() - Method in class com.webobjects.eointerface.swing.EOTextField
Returns the receiver's selectable state.
isSelecting() - Method in class com.webobjects.directtoweb.D2WCompactInspectComponent
 
isSelecting() - Method in class com.webobjects.directtoweb.D2WListPage
Indicates whether the page is a select page.
IsServiceEnabledKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing whether the service is enabled
isSessionIDInRequest() - Method in class com.webobjects.appserver.WORequest
Returns true if the session ID can be obtained from the request Note that the session ID may either be included among the form values or encapsulated within a cookie.
isSharedObjectLoadingEnabled() - Static method in class com.webobjects.eoaccess.EODatabaseContext
Returns true if the database contexts automatically load enterprise objects into the default shared editing context when they load a model which contains shared object fetch specifications, false if automatic loading is disabled.
isSinglePrimaryKeyAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
isStart() - Method in class com.webobjects.appserver.parser.woml.WOMLComment
 
isStartupRule() - Method in class com.webobjects.directtoweb.Rule
Indicates that a rule involves the assignment of a start-up task or start-up entity name.
isStateless() - Method in class com.webobjects.appserver.WOComponent
By default, this method returns false, indicating that state will be maintained for instances of the receiver.
isStateless() - Method in class com.webobjects.directtoweb.D2WStatelessComponent
Indicates that the component is stateless.
isStateless() - Method in class com.webobjects.woextensions.WOAnyField
 
isStateless() - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
isStateless() - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
isStateless() - Method in class com.webobjects.woextensions.WODictionaryRepetition
 
isStateless() - Method in class com.webobjects.woextensions.WOKeyValueConditional
 
isStateless() - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
isStateless() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
isStateless() - Method in class com.webobjects.woextensions.WOSortOrder
 
isStateless() - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
isStateless() - Method in class com.webobjects.woextensions.WOTable
 
isStateless() - Method in class com.webobjects.woextensions.WOThresholdColoredNumber
 
isStateless() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
isStateless() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
isStreamAvailable() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns true if formDataInputStream can be called.
isStreamValid() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns true if the underlying stream is valid (has not been closed).
isSubEntityOf(EOEntity) - Method in class com.webobjects.eoaccess.EOEntity
Checks if the receiving entity is a subentity of entity.
isSubrangeOfRange(NSRange) - Method in class com.webobjects.foundation.NSRange
Indicates whether this NSRange's end points match or fall within those of another range.
isSubsetOfSet(NSSet) - Method in class com.webobjects.foundation.NSSet
Determines whether every member of this NSSet is a member of otherSet.
isSupercontrollerOfController(EOController) - Method in class com.webobjects.eoapplication.EOController
Returns whether controller is a direct subcontroller of the receiver.
isTableNamedDeleted(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Checks if a table is to be deleted.
isTableNamedInserted(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Checks if a table is to be inserted.
isTableNamedUpdated(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Checks if a table is to be updated.
isTaskRule() - Method in class com.webobjects.directtoweb.Rule
Indicates that a rule involves the assignment of a task.
isTemporary() - Method in class com.webobjects.eocontrol.EOGlobalID
If the receiver is temporary (that is, most likely an instance of EOTemporaryGlobalID), this method returns true; false otherwise.
isTemporary() - Method in class com.webobjects.eocontrol.EOTemporaryGlobalID
Used to find out if the the globalID is temporary or not.
isTerminating() - Method in class com.webobjects.appserver.WOApplication
Returns whether the application will terminate at the end of the current request-response loop.
isTerminating() - Method in class com.webobjects.appserver.WOSession
Returns whether or not the receiver is in the process of terminating.
isText() - Method in class com.webobjects.woextensions.JSAlertPanel
 
isToMany() - Method in class com.webobjects.eoaccess.EORelationship
Returns true if the relationship is to-many, false if it's to-one.
isToMany() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns whether this relationship is to-many, meaning its value is a (possibly empty) array of enterprise objects.
isToManyKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns true if the receiver has a to-many relationship identified by key, false otherwise.
isToManyKey(String) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns true if the receiver has a to-many relationship identified by key, false otherwise.
isTopLevel() - Method in class com.webobjects.appserver.parser.WOHTMLWebObjectTag
 
IsTransactionEnabledKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing whether the current service allows transactions
isTransientExplicitlyForbidden() - Method in class com.webobjects.eoapplication.EOController
Returns whether transience is explicitly forbidden for this controller.
isUndoing() - Method in class com.webobjects.foundation.NSUndoManager
Returns true if this NSUndoManager is in the process of performing an undo operation.
isUndoRegistrationEnabled() - Method in class com.webobjects.foundation.NSUndoManager
Indicates whether the recording of undo operations is enabled.
isUsableWithObject(Object) - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to return whether or not the recieving instance will work with anObject.
isUsableWithObject(Object) - Method in class com.webobjects.eointerface.EODetailSelectionAssociation
Returns true if object is an instance of EODisplayGroup.
isUsableWithObject(Object) - Method in class com.webobjects.eointerface.EOMasterAssociation
Returns true if object is an instance of EODisplayGroup.
isUsableWithObject(Object) - Method in class com.webobjects.eointerface.EOMasterDetailAssociation
Returns true if object is an instance of EODisplayGroup and its data source is either null or an EODetailDataSource (EOControl).
isUsableWithObject(Object) - Method in class com.webobjects.eointerface.EOMasterPeerAssociation
Returns true if object is an instance of EODisplayGroup and its data source is either null or an EODetailDataSource (EOControl).
isUsableWithObject(Object) - Method in class com.webobjects.eointerface.EOWidgetAssociation
Returns true if aDisplayObject is usable with the association.
isUsingWebServer() - Method in class com.webobjects.appserver.WORequest
Returns true if the request is using a webserver, false otherwise.
isValid() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Returns whether or not the timer is valid.
isValidAttributeUsedForLocking(EOAttribute) - Method in class com.webobjects.eoaccess.EOEntity
Returns true if anAttribute can be used for locking, false otherwise.
isValidClassProperty(Object) - Method in class com.webobjects.eoaccess.EOEntity
Returns true if the property aProp is a valid class property of the receiver, false otherwise.
isValidPrimaryKeyAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOEntity
Returns false if anAttribute isn't an EOAttribute, doesn't belong to the entity or is derived.
isValidQualifierType(String, EOModel) - Method in class com.webobjects.eoaccess.EOAdaptor
An abstract method that should be implemented by subclasses to return true if an attribute of type typeName can be used in a qualifier (an SQL WHERE clause) sent to the database server, false otherwise.
isValidQualifierType(String, EOModel) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
isValidQualifierType(String, EOModel) - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
isValueConstant() - Method in class com.webobjects.appserver.WOAssociation
Used to check if an association value is constant at runtime.
isValueConstant() - Method in class com.webobjects.appserver.WOVariableAssociation
 
isValueConstantInComponent(WOComponent) - Method in class com.webobjects.appserver.WOAssociation
Used to check if an association value is constant at runtime for a given component.
isValueDynamic() - Method in class com.webobjects.appserver.parser.woml.WOMLAttribute
 
isValueSettable() - Method in class com.webobjects.appserver.WOAssociation
Used to check if an association can assign values at runtime.
isValueSettable() - Method in class com.webobjects.appserver.WOVariableAssociation
 
isValueSettableInComponent(WOComponent) - Method in class com.webobjects.appserver.WOAssociation
Used to check if an association can assign values at runtime for a given component.
isVerbose - Variable in class com.webobjects.foundation.NSLog.Logger
 
isVerbose() - Method in class com.webobjects.foundation.NSLog.Logger
Provides the state of an internal boolean that regulates whether verbose logging is activated or deactivated.
isVisible() - Method in class com.webobjects.eoapplication.EOComponentController
Returns whether the receiver's component is visible or not.
isVisible() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
isWebAssistantActive() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
isWebAssistantConnected() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
isWebAssistantEnabled() - Method in class com.webobjects.directtoweb.D2W
Determines whether or not the Web Assistant is enabled.
isWebAssistantEnabled() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
isWebAssistantEnabled() - Method in class com.webobjects.directtoweb.DefaultHeader
Returns whether the Web Assistant is enabled.
isWhitespaceOrNull(char) - Method in class com.webobjects.appserver.WORequest
Detect if a char is a whitespace or null character
isWidthDefined() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Check if Width have been defined
ItalicAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Italic aspect
italicAtColumnAndRow(int, int) - Method in class com.webobjects.eointerface.EOTableAssociation
This method returns whether the table cell at the specified row and column is (currently) using a italic font type.
ItalicKey - Static variable in class com.webobjects.directtoweb.D2WModel
The italic key.
italicStateAtRow(int) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns the italicState value for the specified row in this column.
item - Variable in class com.webobjects.directtoweb.D2WDisplayToMany2
This constant is intentionally undocumented.
item - Variable in class com.webobjects.directtoweb.D2WDisplayToManyTable
This constant is intentionally undocumented.
item - Variable in class com.webobjects.directtoweb.D2WQueryBoolean
 
itemDisplayKey - Variable in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
itemDisplayKey() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
itemStateChanged(ItemEvent) - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Invokes widgetDidChange on the plugin's EOValueAssociation.
itemTarget() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay2
 
iterator() - Method in class com.webobjects.foundation.NSArray
 
iterator() - Method in class com.webobjects.foundation.NSSet
 
ivarNameForBrowserItem() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
ivarNameForBrowserItem() - Method in class com.webobjects.directtoweb.D2WDisplayToManyBrowser
This method is intentionally undocumented.
ivarNameForBrowserItem() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the name of the template field that corresponds to the browserItem field.
ivarNameForRepetition() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.

J

j2seVersion() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the value of the j2seVersion binding.
j2seVersion() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns J2SE version required for the client installation, by default "1.4+".
J2SEVersionKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the j2seVersion binding.
jarFileDownload() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the download option for the current jar file (the default is "eager", but you may use "lazy").
jarFileMain() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the "main" flag for the current jar file (null by default).
jarFileName() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the current jar file that the WORepetition (for the jar file names) is iterating over while generating the JNLP file.
jarFileNames() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the names of all jar files to be downloaded by Web Start for the client application.
jarFileNames() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the array of jar files to be downloaded by Web Start (at the codebase URL).
JarFilesNamesKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the jarFileNames binding.
JavaCharStream - Class in com.webobjects.appserver.parser.declaration
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class com.webobjects.appserver.parser.declaration.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class com.webobjects.appserver.parser.declaration.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class com.webobjects.appserver.parser.declaration.JavaCharStream
 
JavaCharStream(InputStream, String, int, int, int) - Constructor for class com.webobjects.appserver.parser.declaration.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class com.webobjects.appserver.parser.declaration.JavaCharStream
 
JavaCharStream(InputStream, String, int, int) - Constructor for class com.webobjects.appserver.parser.declaration.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class com.webobjects.appserver.parser.declaration.JavaCharStream
 
JavaCharStream(InputStream, String) - Constructor for class com.webobjects.appserver.parser.declaration.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class com.webobjects.appserver.parser.declaration.JavaCharStream
 
javaForClassNamed(String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
javascriptBack() - Method in class com.webobjects.woextensions.WOProjectBuilderAction
 
javaScriptElementID() - Method in class com.webobjects.appserver.WOContext
Returns a JavaScript safe element id.
javaScriptElementIDPrefix() - Static method in class com.webobjects.appserver.WOContext
Returns the prefix for the JavaScript element id.
javaScriptElementIDSeparator() - Static method in class com.webobjects.appserver.WOContext
Returns the separator for the JavaScript element id.
javaValueClassName() - Method in interface com.webobjects.jndiadaptor.JNDIType
Gets the Java value class name.
JDBCAdaptor - Class in com.webobjects.jdbcadaptor
JDBCAdaptor is a concrete subclass of EOAdaptor that use JDBC for connecting to a database.
JDBCAdaptor(String) - Constructor for class com.webobjects.jdbcadaptor.JDBCAdaptor
Create a JDBCAdaptor.
JDBCAdaptorException - Exception in com.webobjects.jdbcadaptor
The JDBCAdaptor generally throws a JDBCAdaptorException when something goes wrong.
JDBCAdaptorException(String, SQLException) - Constructor for exception com.webobjects.jdbcadaptor.JDBCAdaptorException
Creates a JDBCAdaptorException.
JDBCAdaptorException(SQLException) - Constructor for exception com.webobjects.jdbcadaptor.JDBCAdaptorException
Creates a JDBCAdaptorException, using the message from sqlException.
JDBCChannel - Class in com.webobjects.jdbcadaptor
 
JDBCChannel(JDBCContext) - Constructor for class com.webobjects.jdbcadaptor.JDBCChannel
 
JDBCContext - Class in com.webobjects.jdbcadaptor
 
JDBCContext(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.JDBCContext
 
JDBCExpression - Class in com.webobjects.jdbcadaptor
 
JDBCExpression(EOEntity) - Constructor for class com.webobjects.jdbcadaptor.JDBCExpression
 
JDBCExpressionFactory - Class in com.webobjects.jdbcadaptor
The expression factory for the JDBCAdaptor.
JDBCExpressionFactory(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.JDBCExpressionFactory
 
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn
 
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns an NSDictionary of database-specific information.
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns database-specific information about the JDBC data source.
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
jdbcInfo() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
JDBCInfoKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Connection dictionary key labeling database-specific information contained in an NSDictionary, commonly referred to as "JDBC info".
JDBCPlugIn - Class in com.webobjects.jdbcadaptor
JDBCPlugIn is used to customize the JDBCAdaptor for a particular database and its JDBC driver.
JDBCPlugIn(JDBCAdaptor) - Constructor for class com.webobjects.jdbcadaptor.JDBCPlugIn
Create a new JDBCPlugIn.
JDBCPlugIn.LobEntry - Class in com.webobjects.jdbcadaptor
 
JDBCPlugIn.LobEntry(EOAttribute, Object) - Constructor for class com.webobjects.jdbcadaptor.JDBCPlugIn.LobEntry
 
jdbcTypeForUnknownExternalType(String, int, int) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns a JDBC type that might be more useful than Types.OTHER.
jdbcTypeForUnknownExternalType(String, int, int) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
jdkVersion() - Method in class com.webobjects.woextensions.WOStatsPage
 
jj_nt - Variable in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
jjFillToken() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
jjnewLexState - Static variable in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
jjstrLiteralImages - Static variable in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
JNDIAdaptor - Class in com.webobjects.jndiadaptor
The JNDIAdaptor class represents a Java Naming and Directory Interface service.
JNDIAdaptor(String) - Constructor for class com.webobjects.jndiadaptor.JNDIAdaptor
Creates a new instance of JNDIAdaptor.
JNDIAdaptorException - Exception in com.webobjects.jndiadaptor
The JNDIAdaptorException class represents a runtime exception that wraps an instance of NamingException.
JNDIAdaptorException(String) - Constructor for exception com.webobjects.jndiadaptor.JNDIAdaptorException
Creates a new instance of JNDIAdaptorException with the specified message.
JNDIAdaptorException(String, NamingException) - Constructor for exception com.webobjects.jndiadaptor.JNDIAdaptorException
Creates a new instance of JNDIAdaptorException with the specified message and naming exception.
JNDIAdaptorException(NamingException) - Constructor for exception com.webobjects.jndiadaptor.JNDIAdaptorException
Creates a new instance of JNDIAdaptorException with the specified naming exception.
JNDICallbackHandler - Class in com.webobjects.jndiadaptor
 
JNDICallbackHandler() - Constructor for class com.webobjects.jndiadaptor.JNDICallbackHandler
 
JNDIChannel - Class in com.webobjects.jndiadaptor
The JNDIChannel class represents a communication channel to a Java Naming and Directory Interface service.
JNDIChannel(JNDIContext) - Constructor for class com.webobjects.jndiadaptor.JNDIChannel
Creates a new instance of JNDIChannel.
JNDIContext - Class in com.webobjects.jndiadaptor
The JNDIContext class represents a transaction scope on a Java Naming and Directory Interface service.
JNDIContext(EOAdaptor) - Constructor for class com.webobjects.jndiadaptor.JNDIContext
Creates a new instance of JNDIContext.
JNDIPlugIn - Class in com.webobjects.jndiadaptor
The JNDIPlugIn class represents a plug-in to the JNDIAdaptor.
JNDIPlugIn() - Constructor for class com.webobjects.jndiadaptor.JNDIPlugIn
Creates a new instance of JNDIPlugIn.
JNDIPlugIn.ChannelOperation - Interface in com.webobjects.jndiadaptor
The ChannelOperation interface encapsulates an operation to be performed in the JNDIChannel.
JNDIType - Interface in com.webobjects.jndiadaptor
The JNDIType class represents the external type of an EOAttribute.
jndiTypes() - Method in class com.webobjects.jndiadaptor.JNDIPlugIn
Gets the JNDI types.
jndiTypes() - Method in class com.webobjects.jndiadaptor.LDAPPlugIn
Gets the JNDI types.
JNLPComponentName() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the name of the WebObjects component used to generate the JNLP information to start the client application through Web Start.
JNLPComponentNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the JNLPComponentName binding.
jnlpURL() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the URL at which Web Start will look an updated JNLP file.
joinClauseString() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the part of the receiver's WHERE clause that specifies join conditions.
joinExpression() - Method in class com.webobjects.eoaccess.EOSQLExpression
Builds up the joinClauseString for use in a SELECT statement.
joins() - Method in class com.webobjects.eoaccess.EORelationship
Returns all joins used by relationship.
joinSemantic() - Method in class com.webobjects.eoaccess.EORelationship
Returns the semantic used to create SQL expressions for this relationship.
JSAlertPanel - Class in com.webobjects.woextensions
 
JSAlertPanel(WOContext) - Constructor for class com.webobjects.woextensions.JSAlertPanel
 
JSComponent - Class in com.webobjects.woextensions
 
JSComponent(WOContext) - Constructor for class com.webobjects.woextensions.JSComponent
 
JSConfirmPanel - Class in com.webobjects.woextensions
 
JSConfirmPanel(WOContext) - Constructor for class com.webobjects.woextensions.JSConfirmPanel
 
JSImageFlyover - Class in com.webobjects.woextensions
 
JSImageFlyover(WOContext) - Constructor for class com.webobjects.woextensions.JSImageFlyover
 
JSModalWindow - Class in com.webobjects.woextensions
 
JSModalWindow(WOContext) - Constructor for class com.webobjects.woextensions.JSModalWindow
 
jspPage() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the JSP page object that was part of the PageContext.
jspWriter() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the JspWriter that was part of the PageContext.
JSTextFlyover - Class in com.webobjects.woextensions
 
JSTextFlyover(WOContext) - Constructor for class com.webobjects.woextensions.JSTextFlyover
 
JSValidatedField - Class in com.webobjects.woextensions
 
JSValidatedField(WOContext) - Constructor for class com.webobjects.woextensions.JSValidatedField
 

K

keepAliveEnabled() - Method in class com.webobjects.appserver.WOHTTPConnection
Gets the previously set boolean value to indicate if a connection should be left open after a request has been sent.
key - Variable in class com.webobjects.directtoweb.D2WDefaultCustomComponent
The key (for both D2WCustomComponent and D2WCustomQueryComponent).
key() - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Returns the key (possibly a key path) that the receiver uses when qualifying (for instance, with evaluateWithObject).
key() - Method in class com.webobjects.eocontrol.EOQualifierVariable
Returns the specified name for the EOQualifierVariable object
key() - Method in class com.webobjects.eocontrol.EOSortOrdering
Returns the key by which the receiver orders items.
key() - Method in exception com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
This method returns the key that NSKeyValueCoding operations were using at the time of the error, or null if it is unavailable.
key() - Method in exception com.webobjects.foundation.NSValidation.ValidationException
 
key() - Method in class com.webobjects.woextensions.WOKeyValueConditional
 
key() - Method in class com.webobjects.woextensions.WOSortOrder
 
key() - Method in class com.webobjects.woextensions.WXSortOrder
 
KEY_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Key attribute name.
keyCount() - Method in class com.webobjects.eocontrol.EOKeyGlobalID
Returns the number of keys that form the (potentially composite) primary key of the receiver.
keyDescriptorForInterfaceAndKeyPath(_WBInterfaceDescriptor, NSArray) - Static method in class com.webobjects.directtoweb.D2WUtils
 
keyEnumerator() - Method in class com.webobjects.appserver.WOSession
Returms an enumerator of the keys in the component state dictionary.
keyEnumerator() - Method in class com.webobjects.foundation.NSDictionary
This method provides a java.util.Enumeration which can be used to access each key in this dictionary.
keyForGenerationReplacementForVariableNamed(String) - Static method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
keyList() - Method in class com.webobjects.woextensions.WODictionaryRepetition
 
keyPath() - Method in class com.webobjects.appserver.WOAssociation.Event
Used by The WOAssociationEventRow component in WOJExtensions to display the association's key path.
keyPath() - Method in class com.webobjects.appserver.WOAssociation
Returns the key path if there is one.
keyPath() - Method in class com.webobjects.appserver.WOVariableAssociation
Overridden to return "".
keyPath() - Method in class com.webobjects.directtoweb.Assignment
Gets the receiver's right-hand-side key.
keyPathForBindingKey(String) - Method in class com.webobjects.eocontrol.EOQualifier
Returns a string which is the left hand side of the variable in the qualifier.
KeyPathKey - Static variable in class com.webobjects.directtoweb.Assignment
This constant is intentionally undocumented.
keyPathPortionInModel(String, EOEntity) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
keyPathPortionNotInModel(String, String) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
KeyPathSeparator - Static variable in interface com.webobjects.foundation.NSKeyValueCodingAdditions
The string used to separate components of a key path, "."
keyPathsForSerialization(EOEnterpriseObject) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Returns an array of output part names that will be added to the serialized content of EOEnterpriseObjects (specifically those EO's whose entity name match the D2WContext value for key WOServiceUtilities.RuleSystemConstants.EntityNameKey).
keyPathsForSerialization(EOEnterpriseObject) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The default implementation returns all the attribute class properties sorted alphabetically and none of the EO's relationships.
KeyPathTypeKey - Static variable in class com.webobjects.directtoweb.D2WModel
The key path type key; the literal "k".
keyPathWithoutLastProperty(String) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
keySet() - Method in class com.webobjects.appserver.WOSession
Returms a keys sets in the component state dictionary.
keySet() - Method in class com.webobjects.foundation.NSDictionary
 
keysNoCopy() - Method in class com.webobjects.foundation.NSDictionary
This method should only be used by subclasses.
keyStrokeWithKeyCode(int) - Static method in class com.webobjects.eoapplication.EOAction
Returns a KeyStroke given the numerical key code keyCode with the appropriate modifier for the client operating system (usually CTRL_MASK).
keyStrokeWithKeyCodeAndModifiers(int, int) - Static method in class com.webobjects.eoapplication.EOAction
Returns a KeyStroke given the numerical key code keyCode and the modifier mask modifiers.
keyStrokeWithKeyCodeAndShiftModifier(int) - Static method in class com.webobjects.eoapplication.EOAction
Returns a KeyStroke given the numerical key code keyCode with the SHIFT modifier.
keyStrokeWithString(String) - Static method in class com.webobjects.eoapplication.EOAction
Returns a KeyStroke for the String keyStrokeDescription.
KeyValuePairsParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
KeyValuePath - Class in com.webobjects.directtoweb
 
KeyValuePath() - Constructor for class com.webobjects.directtoweb.KeyValuePath
 
keyValues() - Method in class com.webobjects.eocontrol.EOKeyGlobalID
Returns the keys that form the (potentially composite) primary key of the receiver.
keyValuesArray() - Method in class com.webobjects.eocontrol.EOKeyGlobalID
Returns the keys that form the (potentially composite) primary key of the receiver as an NSArray.
keyWhenRelationship() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
keyWhenRelationship() - Method in class com.webobjects.directtoweb.D2WContext
When the current property is a relationship, returns the key for a property of the destination entity that identifies the entity.
KeyWhenRelationshipKey - Static variable in class com.webobjects.directtoweb.D2WModel
The key-when-relationship key; the literal "keyWhenRelationship".
kind - Variable in class com.webobjects.appserver.parser.declaration.Token
An integer that describes the kind of this token.
knownTimeZoneNames() - Static method in class com.webobjects.foundation.NSTimeZone
Provides a list of all of the names and abbreviations known to NSTimeZone.
KVC - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
KVC - Static variable in class com.webobjects.appserver.WOAssociationFactoryRegistry
Built-in association scheme for a Key-Value Coding association

L

label() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the receiver's label.
label() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
LabelAlignmentParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
labelColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for labels (in front of widgets).
labelComponent() - Method in class com.webobjects.eogeneration.EOWidgetController
 
labelComponentAlignment() - Method in class com.webobjects.eogeneration.EOWidgetController
 
labelComponentPosition() - Method in class com.webobjects.eogeneration.EOWidgetController
 
LabelComponentPositionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
labelComponentWidth() - Method in class com.webobjects.eogeneration.EOWidgetController
Returns the receiver's alignment width, the minimum width used for text labels in its component (and its integrated subcontroller components).
LabelComponentWidthParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
labelDistance() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the distance between labels and widgets used by the default controller layout mechanisms.
labelFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for labels (in front of widgets).
LabelParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
language() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the value of the language binding.
language() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the value of the language binding.
LanguageKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the language binding.
LanguageKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the language binding.
languages() - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
languages() - Method in class com.webobjects.appserver.WOAction
Returns an NSArray of languages for which the action is localized.
languages() - Method in class com.webobjects.appserver.WOSession
Returns an NSArray of languages for which the session is localized.
languages() - Method in class com.webobjects.eoapplication.EOApplication
Returns an array containing the preferred display language lookup order for the user (in English).
largeBorder() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the large border size used by the default controller layout mechanisms.
lastFocusComponent() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the JComponent that will get the keyboard focus last during focus traversal.
lastIndexOf(Object) - Method in class com.webobjects.foundation.NSArray
 
lastKnownSize(Component) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Returns the "last known size" of a component layed out by the EOViewLayout.
lastObject() - Method in class com.webobjects.foundation.NSArray
 
lastPathComponent(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Returns the last path component of path.
lastPropertyKeyInKeyPath(String) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
lastSessionStatistics() - Method in class com.webobjects.appserver.WOStatisticsStore
Statistics for the last session
lastUrl() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the URL for the last page.
LastWindowClosedNotification - Static variable in class com.webobjects.eoapplication.EOWindowObserver
 
lastWindowDidClose(NSNotification) - Method in class com.webobjects.eoapplication.EOApplication
This method is invoked when the user closes the last window in the application.
laterTimestamp(NSTimestamp) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use after instead
latestDeactivatedWindow() - Method in class com.webobjects.eoapplication.EOWindowObserver
launchArguments() - Method in class com.webobjects.appserver.WOApplication
Returns a String array of launch arguments.
layoutContainer(Container) - Method in class com.webobjects.eointerface.swing.EOForm
Lays out the labels and text fields of the EOForm container.
layoutContainer(Container) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Lays out the subcomponents of the component container.
LDAPPlugIn - Class in com.webobjects.jndiadaptor
The LDAPPlugIn class represents a plug-in to the JNDIAdaptor for Lightweight Directory Access Protocol services.
LDAPPlugIn() - Constructor for class com.webobjects.jndiadaptor.LDAPPlugIn
Creates a new instance of LDAPPlugIn.
Left - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a left position.
leftKey() - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
The property of the object that's being compared to a property in a second object.
LeftOuterJoin - Static variable in class com.webobjects.eoaccess.EORelationship
Preserves rows in the left (source) table, keeping them even if there's no corresponding row in the right table.
LeftOuterJoinString - Static variable in class com.webobjects.eoaccess.EORelationship
 
length() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
length() - Method in class com.webobjects.foundation.NSData
Returns the number of bytes contained by the receiver.
length() - Method in class com.webobjects.foundation.NSRange
 
LENGTH_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Length of array attribute name.
LengthKey - Static variable in class com.webobjects.directtoweb.D2WModel
The length key.
lessThanQueryValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the receiver's dictionary of lessThan query values.
LETTER - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
levelsOfUndo() - Method in class com.webobjects.foundation.NSUndoManager
Returns the maximum number of top-level undo groups this NSUndoManager will hold.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.webobjects.appserver.parser.declaration.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
lhs() - Method in class com.webobjects.directtoweb.Rule
Gets the left-hand side.
lhsKey - Static variable in class com.webobjects.directtoweb.Rule
A key representing the left-hand side.
licensedRequestLimit() - Static method in class com.webobjects.appserver.WOApplication
Deprecated. There is no license key
licensedRequestWindow() - Static method in class com.webobjects.appserver.WOApplication
Deprecated. There is no license key
licensingAllowsMultipleInstances() - Static method in class com.webobjects.appserver.WOApplication
Deprecated. There is no license key
licensingAllowsMultipleThreads() - Static method in class com.webobjects.appserver.WOApplication
Deprecated. There is no license key
lifebeatDestinationPort() - Method in class com.webobjects.appserver.WOApplication
Returns the port to which lifebeat signals will be sent.
lifebeatEnabled() - Method in class com.webobjects.appserver.WOApplication
Return whether or not the application is sending lifebeats.
lifebeatInterval() - Method in class com.webobjects.appserver.WOApplication
Return the interval at which the application instance will send lifebeat signals to wotaskd.
lighter(String) - Static method in class com.webobjects.directtoweb.D2WUtils
 
line - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
line() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
LineBorder - Static variable in class com.webobjects.eoapplication.EOBoxController
 
lineNumber() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
linkAfterHandler(EOAccessGenericFaultHandler, int) - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Adds this handler to a chain of fault handlers.
list() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
LIST - Static variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
This constant is intentionally undocumented.
list() - Method in class com.webobjects.directtoweb.D2WEditToManyRelationship
Gets the destination objects of the to-many relationship specified by the property key.
list() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
list - Variable in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
list() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
list() - Method in class com.webobjects.woextensions.WOTable
 
listAction - Variable in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
listAction() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
listActionClicked() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
ListActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the List action.
listActionString - Variable in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
listActionString() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
listControllerWithEntity(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
listDescription() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
listDescription() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
listenQueueSize() - Method in class com.webobjects.appserver.WOApplication
Returns the size of the listen queue which will created by the primary adaptor, usually WODefaultAdaptor.
listEo - Variable in class com.webobjects.directtoweb.D2WKeyPathContainer
 
listFetchSpecificationWithEntityName(String, EOFetchSpecification) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
listGlobalIDsWithEntityName(String, NSArray) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
listIterator() - Method in class com.webobjects.foundation.NSArray
 
listIterator(int) - Method in class com.webobjects.foundation.NSArray
 
listIterator(int) - Method in class com.webobjects.foundation.NSMutableArray
 
listIterator() - Method in class com.webobjects.foundation.NSMutableArray
 
listObjectsWithFetchSpecification(EOFetchSpecification) - Method in interface com.webobjects.eogeneration.EOControllerFactory.List
 
listObjectsWithFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eogeneration.EOListController
 
listObjectsWithGlobalIDs(NSArray) - Method in interface com.webobjects.eogeneration.EOControllerFactory.List
 
listObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eogeneration.EOListController
 
listPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a list page as a WOComponent implementing the ListPageInterface for the entity identified by entityName.
ListPageInterface - Interface in com.webobjects.directtoweb
This interface is implemented by pages returned by the D2W method listPageForEntityNamed.
listReturnAction() - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
Is invoked when the user clicks Return in the master-detail page.
listSize() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the total number of objects in the display group.
listString() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns a comma-separated list of attributes or "attribute = value" assignments.
listTarget() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay2
 
ListTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
listWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
load() - Method in class com.webobjects.foundation.NSBundle
Deprecated. Don't use this method since "Dynamic loading" is no longer supported. The default ClassLoader does not allow true dynamic class loading, it loads only those classes in the classpath at launch time.
loadAllModelObjects() - Method in class com.webobjects.eoaccess.EOModel
Loads any of the receiver's entities, stored procedures, attributes, and relationships that have not yet been loaded.
loadAllModelObjects() - Method in class com.webobjects.eoaccess.EOModelGroup
Invokes loadAllModelObjects on each of the receiver's EOModels, thereby loading any EOEntities, EOAttributes, EORelationships, and EOStoredProcedures that haven't yet been loaded from each of the EOModels in the receiver.
loadArchive() - Method in class com.webobjects.eoapplication.EOArchiveController
If not already loaded, loads the interface file archive specified by the archiveName of the receiver.
loadArchiveNamed(String, Object, String, NSDisposableRegistry) - Static method in class com.webobjects.eoapplication.EOArchive
Loads an archive.
loadClass(String, boolean) - Method in class com.webobjects.eoapplication.EOURLClassLoader
Tries to load the class named className and registers it with the WebObjects frameworks.
loadClasses(NSArray) - Method in class com.webobjects.eoapplication.EOURLClassLoader
Tries to load the classes specified by name in the array classNames and registers them with the WebObjects frameworks.
LoadedClassesNotification - Static variable in class com.webobjects.foundation.NSBundle
Notification that is sent when classes of this NSBundle have been loaded.
loadFrameworks() - Method in class com.webobjects.appserver.WOApplication
Return the NSArray of frameworks to be loaded during application initialization.
loadPersistentValues() - Method in class com.webobjects.eoapplication.client.EORemoteStorageDefaults
Tries to load the persistent user defaults from the server.
loadPersistentValues() - Method in class com.webobjects.eoapplication.EODefaults
Loads the persistent user defaults.
loadPersistentValues() - Method in class com.webobjects.eoapplication.EOUserFileDefaults
Tries to load the persistent user defaults from the file system.
loadRules() - Method in class com.webobjects.directtoweb.D2WModel
Loads the rules.
LoadUserDefaultsNotification - Static variable in class com.webobjects.eoapplication.EODefaults
The name of the notification sent by default managers which rely on other objects to load default values (default implementation of EODefaults, but commonly overridden by subclasses).
localContext() - Method in class com.webobjects.directtoweb.D2WComponent
Deprecated.  
localContext() - Method in class com.webobjects.directtoweb.D2WStatelessComponent
Deprecated. Use the method d2wContext instead.
locale() - Method in class com.webobjects.foundation.NSNumberFormatter
 
localeIndicators() - Method in class com.webobjects.eoapplication.EOApplication
Returns an array of Strings which can be used to identify the preferred locale/language for the user.
locales() - Method in class com.webobjects.eoapplication.EOApplication
Returns an array containing the preferred Locale lookup order for the user.
LocalesSpecification - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
localInstanceOfObject(EOEditingContext, EOEnterpriseObject) - Static method in class com.webobjects.eoaccess.EOUtilities
Translates the specified Enterprise Object from another editing context to the specified one.
localInstancesOfObjects(EOEditingContext, NSArray) - Static method in class com.webobjects.eoaccess.EOUtilities
Translates the specified Enterprise Objects from another editing context to the specified one.
localizedDisplayLabelForString(String) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
localizedIcon(String) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns a localized version of the icon named iconName or null if no icon can be found with the specified name.
localizedString(String) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns a localized version of string or string itself if no localized version can be found.
localizedString(String) - Method in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Returns a localized string for string .
localizesFormat() - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.localizesPattern().
localizesPattern() - Method in class com.webobjects.foundation.NSNumberFormatter
Indicates whether this NSNumberFormatter's pattern is localized.
localKeys() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the additional keys to which WOAssociations may be bound for this WODisplayGroup.
localKeys() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the additional keys that EOAssociations can be bound to.
localSnapshotForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the snapshot for the object identified by gid, if there is one, otherwise returns null.
localSnapshotForSourceGlobalID(EOGlobalID, String) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the to-many snapshot for the relationship named name belonging to the Enterprise Object identified by the globalID gid, or null if there is no to-many snapshot.
localTimeZone() - Static method in class com.webobjects.foundation.NSTimeZone
Deprecated.  
locateWindow(Window, Dimension, Point) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
locateWindow(Window, Dimension, int, int) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
location() - Method in class com.webobjects.foundation.NSRange
 
locationInRange(int) - Method in class com.webobjects.foundation.NSRange
Deprecated. Use NSRange.containsLocation(int)
lock() - Method in class com.webobjects.appserver.WOApplication
Deprecated. synchronized(WOApplication.application()) should be used instead.
lock() - Method in class com.webobjects.eoaccess.EODatabaseContext
This method is used to protect access to the receiver from concurrent operations by multiple threads.
lock() - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
 
lock() - Method in class com.webobjects.eocontrol.EOEditingContext
Locks access to this EOEditingContext to prevent other threads from accessing it.
lock() - Method in class com.webobjects.eocontrol.EOObjectStore
This method is used to protect access to the receiver from concurrent operations by multiple threads.
lock() - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
This method is used to protect access to the receiver from concurrent operations by multiple threads.
lock() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Acquires a writer lock to this EOSharedEditingContext to prevent other threads from accessing it.
lock() - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
 
lock() - Method in class com.webobjects.foundation.NSLock
Conformance to NSLocking.
lock() - Method in interface com.webobjects.foundation.NSLocking
Attempts to acquire a lock.
lock() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated. Conformance to NSLocking.
lock() - Method in class com.webobjects.foundation.NSRecursiveLock
Deprecated. Conformance to NSLocking.
lockBeforeDate(NSTimestamp) - Method in class com.webobjects.foundation.NSLock
Deprecated.  
lockBeforeDate(NSTimestamp) - Method in class com.webobjects.foundation.NSRecursiveLock
Deprecated. Use NSRecursiveLock.tryLock(NSTimestamp)
lockClause() - Method in class com.webobjects.eoaccess.EOSQLExpression
Overridden by subclasses to return the SQL string used in a SELECT statement to lock selected rows.
lockClause() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
lockClause() - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
lockClause() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftExpression
 
lockClause() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseExpression
 
lockDefaultEditingContext() - Method in class com.webobjects.appserver.WOSession
Return true if we lock the default editing context in the awake/sleep phases.
lockForReading() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Locks the receiver for reading.
lockForReading() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated. Acquires a reader lock for the current thread.
lockForWriting() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated. Gets a writer lock for the current thread.
lockObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
Attempts to lock object in the external store.
lockObjectStore() - Method in class com.webobjects.eocontrol.EOEditingContext
 
lockObjectStore() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Attempts to lock the database row corresponding to gid in the underlying database server on behalf of the editing context ec.
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore to attempt to lock the object identified by gid in context in the external store.
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Locks the object identified by globalID.
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Overrides the implementation inherited from EOObjectStore to attempt to lock the object identified by gid in editingContext in the external store.
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Places a persistent lock on the object in it's underlying data store.
lockRowComparingAttributes(NSArray, EOEntity, EOQualifier, NSDictionary) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Attempts to lock a row in the database by selecting it with locking on.
locksObjects() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns true if a fetch should result in the selected objects being locked in the data repository, false if it shouldn't.
locksObjectsBeforeFirstModification() - Method in class com.webobjects.eocontrol.EOEditingContext
Returns true if this EOEditingContext locks object in the external store with lockObject the first time object is modified.
log4jLogger() - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Provides the org.apache.log4j.Logger wrapped by this NSLog.Log4JLogger instance.
logFile() - Method in class com.webobjects.appserver.WOStatisticsStore
Gets the full path of the log file.
logFile() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
logFileRotationFrequency() - Method in class com.webobjects.appserver.WOStatisticsStore
The number of milliseconds a log file lasts.
logFileRotationFrequency() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
logFileRotationFrequencyInDays() - Method in class com.webobjects.appserver.WOStatisticsStore
Deprecated. Use logFileRotationFrequency() instead.
logFileRotationFrequencyInDays() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
logger - Variable in class com.webobjects.foundation.NSLog.Log4JLogger
 
logicalErrorsInChangeDictionaryForModelOptions(EOSchemaSynchronizationModelChanges, EOModel, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Steps through the change dictionary changes and returns an array of strings identifying all the columns and their tables where the allows NULL rule has been changed in the corresponding model to disallow NULL values, but the database still contains such values.
logLevel - Variable in class com.webobjects.foundation.NSLog.Log4JLogger
 
logout() - Method in class com.webobjects.directtoweb.D2WComponent
Is invoked when the user clicks Logout in the menu bar.
logout() - Method in class com.webobjects.directtoweb.DefaultHeader
Is invoked when the user clicks Logout in the menu bar.
logSetValueForDeclarationNamed(String, String, String, String, Object) - Method in class com.webobjects.appserver.WOApplication
Formats and logs a message anytime a value is set through a WOAssociation, when WODebug is set to true for the declaration in which the association appears.
logString(String) - Static method in class com.webobjects.appserver.WOAction
Deprecated. Use NSLog instead
logString(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use NSLog instead
logString(String) - Static method in class com.webobjects.appserver.WOComponent
Deprecated. logString is no longer supported.
logString(String) - Static method in class com.webobjects.appserver.WOSession
Deprecated. use com.webobjects.foundation.NSLog instead
logString(String) - Method in class com.webobjects.appserver.WOStatisticsStore
Writes the string statistics to the log file specified by logFile.
logString(String) - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
logTakeValueForDeclarationNamed(String, String, String, String, Object) - Method in class com.webobjects.appserver.WOApplication
Formats and logs a message anytime a value is taken through a WOAssociation, when WODebug is set to true for the declaration in which the association appears.
LONG_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Long element tag name.
longForKey(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 long.
lookFromSettings() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the name of the look from the settings.
LookKey - Static variable in class com.webobjects.directtoweb.D2WModel
The look key.
looksInstantiable(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
looksSerializable(Object) - Static method in class com.webobjects.eoapplication.EOBeanSupport
loopCount() - Method in class com.webobjects.woextensions.WOEventRow
 
lowColor() - Method in class com.webobjects.woextensions.WOThresholdColoredNumber
 
LoweredBezelBorder - Static variable in class com.webobjects.eoapplication.EOBoxController
 

M

MagicPrimaryKey - Static variable in class com.webobjects.jndiadaptor.JNDIPlugIn
The initial value of a primary key for a new row; the empty string.
mailSession - Variable in class com.webobjects.appserver.WOMailDelivery
Intentionally undocumented.
mailSession() - Method in class com.webobjects.appserver.WOMailDelivery
Intentionally undocumented.
main(String[]) - Static method in class com.webobjects.appserver.WOApplication
The WebObjects application's main method.
main(String[], Class) - Static method in class com.webobjects.appserver.WOApplication
An alternate main method for the WebObjects applications that allows you to specify a subclass of WOApplication to be instantiated and run instead of WOApplication.
main(String[]) - Static method in class com.webobjects.eoapplication.client.EOClientApplicationSupport
Main entry point for three-tier Java Client applications.
main(String[]) - Static method in class com.webobjects.eoapplication.EOApplicationSupport
Main entry point for two-tier Swing/EOF applications.
mainArgument() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the current main argument that the WORepetition (for the main arguments) is iterating over over while generating the JNLP file.
mainArguments() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns all command line parameters which will be passed to the Java Client application's main method.
mainBundle() - Static method in class com.webobjects.foundation.NSBundle
Gets the application's main bundle.
mainBundleClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. This method is used in combination with the downloadClientClasses binding.
mainBundleClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
This method is used in combination with the downloadClientClasses binding.
mainClass() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the full Java class name containing the main method for the client, by default com.webobjects.eoapplication.client.EOClientApplicationSupport.
makeFloat(String) - Static method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
makeIconBackgroundsTransparent() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether the background of all icons loaded through the default resource bundle should be made explicitly transparent.
makeInt(String) - Static method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
makeInvisible() - Method in class com.webobjects.eoapplication.EOComponentController
Makes the receiver's user interface invisible.
makeObjectIntoFault(Object, EOFaultHandler) - Static method in class com.webobjects.eocontrol.EOFaultHandler
Converts object into a fault, assigning handler as the object that stores how to retrieve its original state and later converts the fault back into a normal object (typically by fetching data from an external data source).
makeObjectsPerformSelector(NSSelector, Object[]) - Method in class com.webobjects.foundation.NSArray
Invokes the method specified by selector on each object in this array.
makeSubContextForDynamicPageNamed(String, WOSession) - Static method in class com.webobjects.directtoweb.D2WUtils
 
makeSubContextForTaskAndEntity(String, EOEntity, WOSession) - Static method in class com.webobjects.directtoweb.D2WUtils
 
makeValue(String) - Method in class com.webobjects.webservices.support.xml.WOTimeDeserializer
 
makeVisible() - Method in class com.webobjects.eoapplication.EOComponentController
Makes the receiver's user interface visible.
makeVisible() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
manageForeignKeyConstraints() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
managePrimaryKeyConstraints() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
managePrimaryKeySupport() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
mandatoryRelationshipPaths() - Method in class com.webobjects.eogeneration.EOEditingController
 
MandatoryRelationshipPathsParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
MANIFESTIMPLEMENTATIONVERSIONKEY - Static variable in class com.webobjects.foundation.NSBundle
Key to get the 'Implementation-Version' info from a Jar manifest
manipulatedEntityName() - Method in class com.webobjects.directtoweb.DefaultHeader
Returns the entity name that the user chooses in the Entities pop-up list in the menu bar.
map - Static variable in class com.webobjects.appserver.WOMessage
 
markAtomicEvent(EOEvent, Object) - Static method in class com.webobjects.eocontrol.EOEventCenter
Marks anEvent, a newly created event, as an atomic event, and assigns it's info to info.
markAtomicWithInfo(Object) - Method in class com.webobjects.eocontrol.EOEvent
Initializes the receiver, a newly created event, as an atomic event that has an absolute start date (and not a duration), and sets its info to info.
markEnd() - Method in class com.webobjects.eocontrol.EOEvent
Marks the end of a branch event, which has the side effect of setting the duration.
markEndOfEvent(EOEvent) - Static method in class com.webobjects.eocontrol.EOEventCenter
Marks the time anEvent ended.
markStartOfEvent(EOEvent, Object) - Static method in class com.webobjects.eocontrol.EOEventCenter
Marks anEvent, a newly created event, to be a branch event (that possibly has nested subevents), and assigns it's info to info.
markStartWithInfo(Object) - Method in class com.webobjects.eocontrol.EOEvent
Initializes the receiver, a newly created event, to be a branch event (that possibly has nested subevents), and sets its info to info.
masterClassDescription() - Method in class com.webobjects.eocontrol.EODetailDataSource
Gets the EOClassDescription for the receiver's master object.
masterDataSource() - Method in class com.webobjects.eocontrol.EODetailDataSource
Gets the master data source for the receiver.
masterDetailAssociation() - Method in class com.webobjects.eogeneration.EOEditingController
 
masterDetailPageDelegate() - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
Returns the next page delegate for the edit component on the master-detail page.
masterObject() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the master object for a detail display group (a display group that represents a detail in a master-detail relationship).
masterObject() - Method in class com.webobjects.eocontrol.EODetailDataSource
Returns the master object of the receiver.
MatchKey1Aspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the MatchKey1 aspect
MatchKey2Aspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the MatchKey2 aspect
MatchKey3Aspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the MatchKey3 aspect
maxActionCount - Variable in class com.webobjects.woextensions.WOStatsPage
 
maxColumns() - Method in class com.webobjects.woextensions.WOTable
 
maximum() - Method in class com.webobjects.foundation.NSNumberFormatter
The default, no maximal value, is represented with the constant NSDecimalNotANumber.
maximumAssociation() - Method in class com.webobjects.eogeneration.EORangeValueController
 
maximumLayoutSize(Container) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Returns the maximum size of the component container.
MaximumOperatorName - Static variable in class com.webobjects.foundation.NSArray
A key representing the operator (NSArray.Operator) that computes the largest element in an array.
maximumValueKey() - Method in class com.webobjects.eogeneration.EORangeValueController
 
MaximumValueKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
maxNextCharInd - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
maxNumberOfInstancesToBatchFetch() - Method in class com.webobjects.eoaccess.EOEntity
Returns the maximum number of to-one faults from the receiver to fire at one time.
maxPageCount - Variable in class com.webobjects.woextensions.WOStatsPage
 
maxRange() - Method in class com.webobjects.foundation.NSRange
Returns the extent of this NSRange (its starting location plus its length).
MaxScaleKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
maxSessionsDate - Variable in class com.webobjects.woextensions.WOStatsPage
 
maxSocketIdleTime() - Method in class com.webobjects.appserver.WOApplication
Returns the maximum interval in milliseconds for which a socket should be allowed to wait on incoming data.
maxValue() - Method in class com.webobjects.directtoweb.D2WQueryRangeComponent
This method is intentionally undocumented.
MaxXMargin - Static variable in class com.webobjects.eointerface.swing.EOViewLayout
This constant is used to specify that the distance between a component's right edge and that of its parent may be adjusted.
MaxYMargin - Static variable in class com.webobjects.eointerface.swing.EOViewLayout
This constant is used to specify that the distance between a component's bottom edge and that of its parent may be adjusted.
mediumBorder() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the medium border size used by the default controller layout mechanisms.
member(Object) - Method in class com.webobjects.foundation.NSSet
Determines whether an object is a member of this NSSet based on the results of the object's equals method.
memoryDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
memoryUsage() - Method in class com.webobjects.appserver.WOStatisticsStore
Gets an NSMutableDictionary that indicates the total amount of memory in the Java Virtual Machine (access this value using the dictionary key "Total Memory"), and an approximation of the amount of free memory in the system (access this value using the dictionary key "Free Memory").
menuAccelerator() - Method in class com.webobjects.eoapplication.EOAction
Returns the KeyStroke the user can type to invoke the receiver instead of selecting it from the menu.
MenuAcceleratorParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
menuBarWithActions(NSArray, EOController, boolean) - Static method in class com.webobjects.eoapplication.EOActionWidgets
MerantPlugIn - Class in com.webobjects.jdbcadaptor
 
MerantPlugIn(JDBCAdaptor) - Constructor for class com.webobjects.jdbcadaptor.MerantPlugIn
 
MerantPlugIn.MerantExpression - Class in com.webobjects.jdbcadaptor
 
MerantPlugIn.MerantExpression(EOEntity) - Constructor for class com.webobjects.jdbcadaptor.MerantPlugIn.MerantExpression
 
MerantPlugIn.MerantSynchronizationFactory - Class in com.webobjects.jdbcadaptor
 
MerantPlugIn.MerantSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.MerantPlugIn.MerantSynchronizationFactory
 
mergedActions(NSArray, NSArray) - Static method in class com.webobjects.eoapplication.EOAction
Returns an NSArray containing all of the actions in actionArray1 and actionArray2 with duplicate actions removed.
mergeFile(File) - Method in class com.webobjects.directtoweb.D2WModel
Deprecated. Use mergePathURL instead
mergeHashtableIntoHashtable(Hashtable, Hashtable) - Static method in class com.webobjects.directtoweb.Services
 
mergePathURL(URL) - Method in class com.webobjects.directtoweb.D2WModel
Adds the rules from the specified model file path URL; dirties the model.
mergeProperties(Object, WOStringKeyMap, String, WOEnterpriseObjectSerializationStrategy) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
 
mergeVectorIntoVector(Vector, Vector) - Static method in class com.webobjects.directtoweb.Services
 
mergeVectorIntoVectorWithoutDuplicates(Vector, Vector) - Static method in class com.webobjects.directtoweb.Services
 
message() - Method in class com.webobjects.directtoweb.D2WConfirmPage
Returns the message displayed by the confirm page.
message() - Method in class com.webobjects.directtoweb.D2WErrorPage
Returns the message displayed by the error page.
message - Variable in class com.webobjects.woextensions.WOParsedException
 
messageHandler() - Method in class com.webobjects.eocontrol.EOEditingContext
Returns the EOEditingContext's message handler.
method() - Method in class com.webobjects.appserver.WORequest
A WORequest's method defines where it will look for form values.
methodName() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
methodNameBrowserListDescription() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the name of the template method that corresponds to the method browserListDescription.
methodNameForBrowserStringForItem() - Method in class com.webobjects.directtoweb.D2WDisplayToManyBrowser
This method is intentionally undocumented.
methodNameForEditRelationship() - Method in class com.webobjects.directtoweb.D2WEditToOneFault
Provides the name of the template method that corresponds to the method editRelationship.
methodNameForEditValues() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the name of the template method that corresponds to the method editValues.
methodNameForHyperlink() - Method in class com.webobjects.directtoweb.D2WDisplayHyperlink
Provides the name of the template method that corresponds to the method hyperlinkAction.
methodNameForInspect() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
methodNameForList() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
methodNameForShouldDisplay() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
methodNameForShouldDisplay() - Method in class com.webobjects.directtoweb.D2WDisplayToOneFault
 
methodNameForToOneAction() - Method in class com.webobjects.directtoweb.D2WDisplayToOne
This method is intentionally undocumented.
methodNameForToOneAction() - Method in class com.webobjects.directtoweb.D2WDisplayToOneFault
 
methodNameInspectAction() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
 
methodNameInspectArrayAction() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
methodNameInspectArrayAction() - Method in class com.webobjects.directtoweb.D2WDisplayToManyBrowser
This method is intentionally undocumented.
methodNameInspectArrayAction() - Method in class com.webobjects.directtoweb.D2WDisplayToManyFault
This method is intentionally undocumented.
methodNameListDescription() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
methodNameListDescription() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the name of the template method that corresponds to the method listDescription (if one exists).
methodNameListDescription() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
methodNameToManyDescription() - Method in class com.webobjects.directtoweb.D2WEditToManyRelationship
Provides the name of the template method that corresponds to the method toManyDescription.
methodNameToOneDescription() - Method in class com.webobjects.directtoweb.D2WEditToOneRelationship
Provides the name of the template method that corresponds to the method toOneDescription.
methodOnClass(Class) - Method in class com.webobjects.foundation.NSSelector
Returns the java.lang.reflect.Method that corresponds to this NSSelector on the targetClass.
methodOnObject(Object) - Method in class com.webobjects.foundation.NSSelector
Returns the java.lang.reflect.Method that corresponds to this NSSelector on the target object.
methodValue(Object, Method) - Method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
Uses method to return object's corresponding property value.
microsecondOfSecond() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Do not use this method. Java typically uses milliseconds, not microseconds.
MicrosoftPlugIn - Class in com.webobjects.jdbcadaptor
 
MicrosoftPlugIn(JDBCAdaptor) - Constructor for class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
MicrosoftPlugIn.MicrosoftExpression - Class in com.webobjects.jdbcadaptor
 
MicrosoftPlugIn.MicrosoftExpression(EOEntity) - Constructor for class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftExpression
 
MicrosoftPlugIn.MicrosoftSynchronizationFactory - Class in com.webobjects.jdbcadaptor
 
MicrosoftPlugIn.MicrosoftSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftSynchronizationFactory
 
middleWidth() - Method in class com.webobjects.woextensions.WXBar
 
millisecondsToTimeInterval(long) - Static method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use (milliseconds / 1000) instead
mimeMessageToString(Object) - Method in class com.webobjects.appserver.WOMailDelivery
Intentionally undocumented.
minimizeActiveWindow() - Method in class com.webobjects.eoapplication.EOWindowObserver
 
MinimizeActiveWindowActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Minimize Window action.
minimum() - Method in class com.webobjects.foundation.NSNumberFormatter
The default, no minimum value, is represented with the constant NSDecimalNotANumber.
minimumActionButtonSize() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the minimum size of large-size action buttons.
minimumActiveSessionsCount() - Method in class com.webobjects.appserver.WOApplication
If the number of active sessions is less than or equal to this number and isRefusingNewSessions returns true, the application instance terminates.
minimumAssociation() - Method in class com.webobjects.eogeneration.EORangeValueController
 
minimumComponentSize() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the current minimum size required to display the receiver's component, including the size required for its subcontroller area.
minimumComponentSize() - Method in class com.webobjects.eoapplication.EOSplitController
 
minimumComponentSize() - Method in class com.webobjects.eoapplication.EOSwitchController
minimumComponentSize() - Method in class com.webobjects.eoapplication.EOTabSwitchController
 
minimumComponentSizeWithIntegratedComponents(EOComponentController, Dimension, Dimension, NSArray, boolean) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
minimumComponentSizeWithIntegratedComponents(EOComponentController, Dimension, Dimension, NSArray) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
minimumComponentSizeWithoutSubcontrollers() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the current minimum size required to display the receiver's component, excluding the subcontroller area.
MinimumHeightParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
minimumIntegrationComponentSize() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the minimum size required to display the receiver's integration component.
minimumIntegrationComponentSize() - Method in class com.webobjects.eoapplication.EOWindowController
Returns the minimum size for the integration component.
minimumLayoutSize(Container) - Method in class com.webobjects.eointerface.swing.EOForm
Returns the minimum size of the form container.
minimumLayoutSize(Container) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Returns the minimum size of the component container.
MinimumOperatorName - Static variable in class com.webobjects.foundation.NSArray
A key representing the operator (NSArray.Operator) that computes the smallest element in an array.
minimumSmallActionButtonSize() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the minimum size of small-size action buttons.
minimumSpecialActionButtonSize() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the minimum size of special action buttons used as integration components for controllers activated by buttons.
minimumSubcontrollerAreaSize() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the minimum size of the subcontroller area to display the receiver's subcontrollers.
minimumSubcontrollerAreaSizeWithIntegratedComponents(Dimension, NSArray, boolean) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
minimumValueKey() - Method in class com.webobjects.eogeneration.EORangeValueController
 
MinimumValueKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
MinimumWidgetHeightParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
minimumWidgetSize() - Method in class com.webobjects.eogeneration.EOWidgetController
 
MinimumWidgetWidthParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
MinimumWidthParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
MinScaleKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
minuteOfHour() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
minValue() - Method in class com.webobjects.directtoweb.D2WQueryRangeComponent
This method is intentionally undocumented.
MinXMargin - Static variable in class com.webobjects.eointerface.swing.EOViewLayout
This constant is used to specify that the distance between a component's left edge and that of its parent may be adjusted.
MinYMargin - Static variable in class com.webobjects.eointerface.swing.EOViewLayout
This constant is used to specify that the distance between a component's top edge and that of its parent may be adjusted.
missingObjectGlobalIDs() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns an array of the globalIDs of any missing Enterprise Objects, or an empty array if no missing objects are known to the receiver.
ModalActionsCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Modal actions category.
modalDialogShouldClose() - Method in interface com.webobjects.eoapplication.EOModalDialogController.ModalActions
This method is invoked by the modal dialog controller on its subcontrollers when the user attempts to close the modal dialog with the dialog's close button (not the usual ok/cancel buttons).
modalDialogShouldClose() - Method in class com.webobjects.eogeneration.EOFormController
 
modalDialogShouldClose() - Method in class com.webobjects.eogeneration.EOListController
 
model() - Method in class com.webobjects.directtoweb.D2WContext
Returns model being used by context to derive values.
model() - Method in class com.webobjects.eoaccess.EOEntity
Returns the EOModel that contains the receiver.
model() - Method in class com.webobjects.eoaccess.EOStoredProcedure
Returns the model to which the receiver belongs.
ModelAddedNotification - Static variable in class com.webobjects.eoaccess.EOModelGroup
Posted by an EOModelGroup when an EOModel is added to the group.
modelFilesInBundles() - Method in class com.webobjects.directtoweb.D2WModel
Deprecated. Use modelFilesPathURLsInBundles instead
modelFilesPathURLsInBundles() - Method in class com.webobjects.directtoweb.D2WModel
Gets the model files in the bundles
modelGroup() - Method in class com.webobjects.eoaccess.EOModel
Returns the model group to which the receiver belongs.
modelGroup(EOEditingContext) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the model group associated with the editing context's root object store, an EOObjectStoreCoordinator.
modelGroupForObjectStoreCoordinator(EOObjectStoreCoordinator) - Static method in class com.webobjects.eoaccess.EOModelGroup
Returns the EOModelGroup used by the EOObjectStoreCoordinator objectCoord.
ModelGroupKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the EOModelGroup for the current operation
ModelInvalidatedNotification - Static variable in class com.webobjects.eoaccess.EOModelGroup
Posted by an EOModelGroup when an EOModel is removed from the group.
modelNamed(String) - Method in class com.webobjects.eoaccess.EOModelGroup
Returns the EOModel identifed by name if it is part of the receiving model group, or null if the receiver doesn't contain an EOModel with the specified name.
modelNames() - Method in class com.webobjects.eoaccess.EOModelGroup
Returns an array containing the names of all of the EOModels in the receiver, or an empty array if the receiver contains no EOModels.
models() - Method in class com.webobjects.eoaccess.EODatabase
Returns the array of EOModels registered for the receiver.
models() - Method in class com.webobjects.eoaccess.EOModelGroup
Returns an array containing the receiver's EOModels, or an empty array if the receiver contains no EOModels.
modelWithPath(String) - Method in class com.webobjects.eoaccess.EOModelGroup
Deprecated. use modelWithPathURL instead
modelWithPathURL(URL) - Method in class com.webobjects.eoaccess.EOModelGroup
Returns the EOModel whose URL is identical to url or null if the receiver does not contain an EOModel with the specified URL.
monitorEnabled() - Method in class com.webobjects.appserver.WOApplication
Deprecated. monitorEnabled no longer supported
monitorHost() - Method in class com.webobjects.appserver.WOApplication
Deprecated. monitorHost no longer supported
monitoringEnabled() - Method in class com.webobjects.appserver.WOApplication
Deprecated. monitoringEnabled is no longer supported
monthOfYear() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
mouseClicked(MouseEvent) - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
mouseClicked(MouseEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
mouseEntered(MouseEvent) - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
mouseEntered(MouseEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
mouseExited(MouseEvent) - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
mouseExited(MouseEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
mouseListenerViewInWidget() - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
mouseListenerViewInWidget() - Method in class com.webobjects.eogeneration.EOTableController
 
mouseListenerViewInWidget() - Method in class com.webobjects.eogeneration.EOTreeController
 
mouseOut() - Method in class com.webobjects.woextensions.JSImageFlyover
 
mouseOut() - Method in class com.webobjects.woextensions.JSTextFlyover
 
mouseOver() - Method in class com.webobjects.woextensions.JSImageFlyover
 
mouseOver() - Method in class com.webobjects.woextensions.JSTextFlyover
 
mousePressed(MouseEvent) - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
mousePressed(MouseEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
mouseReleased(MouseEvent) - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
mouseReleased(MouseEvent) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
movie() - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Returns the movie displayed in the EOQuickTimeView.
movingAvgIdleTime() - Method in class com.webobjects.woextensions.WOStatsPage
 
movingAvgSampleSize() - Method in class com.webobjects.woextensions.WOStatsPage
 
movingAvgTransactionTime() - Method in class com.webobjects.woextensions.WOStatsPage
 
multipartHeaders() - Method in class com.webobjects.appserver.WOMultipartIterator
Returns the parsed values from the content-type header of the WORequest.
multipartIterator() - Method in class com.webobjects.appserver.WORequest
Returns the WOMultipartIterator for this request.
MultipleWindowsAvailableParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
mustUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns true if the receiver must use bind variables for attribute, false otherwise.
mustUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn.DerbyExpression
 
mustUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
mustUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
mustUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleExpression
 
mutableClone() - Method in class com.webobjects.foundation.NSArray
NSArray's implementation creates a new NSMutableArray with this array's elements, not copies.
mutableClone() - Method in class com.webobjects.foundation.NSDictionary
 
mutableClone() - Method in class com.webobjects.foundation.NSMutableArray
Creates a new NSMutableArray with the same elements as this array.
mutableClone() - Method in class com.webobjects.foundation.NSMutableDictionary
Creates a new NSMutableDictionary with the same collection of keys and their values as this one currently contains.
mutableClone() - Method in class com.webobjects.foundation.NSMutableSet
Creates a new NSMutableSet which has the same members as this set.
mutableClone() - Method in class com.webobjects.foundation.NSSet
This method creates a duplicate NSMutableSet with the same objects.
myDocument - Variable in class com.webobjects.webservices.support.WOXMLProvider
 
myInputStream - Variable in class com.webobjects.webservices.support.WOXMLProvider
 
MySQLPlugIn - Class in com.webobjects.jdbcadaptor
 
MySQLPlugIn(JDBCAdaptor) - Constructor for class com.webobjects.jdbcadaptor.MySQLPlugIn
 
MySQLPlugIn.MySQLExpression - Class in com.webobjects.jdbcadaptor
 
MySQLPlugIn.MySQLExpression(EOEntity) - Constructor for class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLExpression
 
MySQLPlugIn.MySQLSynchronizationFactory - Class in com.webobjects.jdbcadaptor
 
MySQLPlugIn.MySQLSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 

N

NAME - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
name() - Method in class com.webobjects.appserver.parser.WOHTMLWebObjectTag
 
name() - Method in class com.webobjects.appserver.WOApplication
Returns the name of the application, which is the value of the WOApplicationName property.
name() - Method in class com.webobjects.appserver.WOComponent
Returns the name of the component, which includes a path of all directories under DOCUMENTROOT/WebObjects and is minus the ".wo" extension.
name() - Method in class com.webobjects.appserver.WOCookie
The name is similar to the key of a dictionary or hash table.
name() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the name of this form element.
name() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the adaptor's name.
name() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the internal name of the attribute.
name() - Method in class com.webobjects.eoaccess.EOEntity
Returns the receiver's name.
name() - Method in class com.webobjects.eoaccess.EOEntityIndex
Returns the internal name of the index.
name() - Method in class com.webobjects.eoaccess.EOModel
Returns the receiver's name.
name() - Method in class com.webobjects.eoaccess.EOProperty
An abstract method that should be implemented by subclasses to return the name of the property object.
name() - Method in class com.webobjects.eoaccess.EORelationship
Returns the relationship's name.
name() - Method in class com.webobjects.eoaccess.EOStoredProcedure
Returns the name of the stored procedure as it is defined in the EOModel.
name() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
Returns the name of that property.
name() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
Returns the receiver's name.
name() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
name() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
 
name() - Method in class com.webobjects.eodistribution.client.EOAttribute
Returns the name of the attribute (within the model, not necessarily the same as on the database).
name() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns the name of this relationship.
name() - Method in class com.webobjects.foundation.NSBundle
Gets the name of this NSBundle object.
name() - Method in class com.webobjects.foundation.NSNotification
Returns the name of the notification.
name() - Method in class com.webobjects.foundation.NSSelector
 
name() - Method in class com.webobjects.foundation.NSTimeZone
Deprecated. Use getID.
name() - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn
 
name() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
name() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the plugin's name.
name() - Method in class com.webobjects.jdbcadaptor.MerantPlugIn
 
name() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
name() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
name() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
name() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
name() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
name() - Method in interface com.webobjects.jndiadaptor.JNDIType
Gets the name.
name() - Method in class com.webobjects.webservices.client.WOClientOperation
Returns the name of the operation.
name() - Method in class com.webobjects.webservices.client.WOClientParameter
Returns the name of the parameter.
name() - Method in class com.webobjects.webservices.client.WOWebService
Returns the local part of the QName of the service.
NAME_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Name attribute name.
NAME_CHAR - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
namedObjects() - Method in class com.webobjects.eoapplication.EOArchive
Returns a dictionary with all named objects loaded from the archive.
nameForExternalName(String, String, boolean) - Static method in class com.webobjects.eoaccess.EOEntity
Used by the Enterprise Objects Framework to convert a database schema name externalName to an internal object name that conforms to a standard convention, using the capitalization rule initialCaps and removing the character separatorString that separates name elements in the external name.
nameFromFrameworkBundle(NSBundle) - Static method in class com.webobjects.directtoweb.D2WModel
Gets the name of the specified framework bundle.
NameKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Key for use in change dictionaries whose value is the name in the database for a property.
NAMESPACE - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Official namespace of the XML serialization.
namespaceProvider() - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
namespaceProvider() - Method in class com.webobjects.appserver.WOApplication
 
namingException() - Method in exception com.webobjects.jndiadaptor.JNDIAdaptorException
Gets the naming exception.
NavigationActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the actions to navigate around in the user interface
NavigationActionsCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Navigation actions category.
needsAllPermissions() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns whether the application needs all permissions (versus running in an applet-like sandbox).
needsAllPermissions() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns whether the Java Client application needs all permissions (versus running in an applet-like sandbox).
NeedsAllPermissionsKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the needsAllPermissions binding.
negate() - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
negate() - Method in class com.webobjects.woextensions.WOKeyValueConditional
 
negativeFormat() - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.negativePattern().
negativePattern() - Method in class com.webobjects.foundation.NSNumberFormatter
 
nestedEditingContext() - Method in class com.webobjects.eoapplication.EOEntityController
Creates a new, nested editing context to the editing context from its closest supercontroller conforming to the EOObjectDisplay interface and returning an editing context.
NestedEditingContextProviderMethodName - Static variable in class com.webobjects.eoapplication.EOEntityController
The constant describing a the nestedEditingContext editing context provider method name.
nestingLevel() - Method in class com.webobjects.woextensions.WXOutlineEntry
 
nestingLevelForChildren() - Method in class com.webobjects.woextensions.WXOutlineEntry
 
NEUCompactInspectComponent - Class in com.webobjects.directtoweb
 
NEUCompactInspectComponent(WOContext) - Constructor for class com.webobjects.directtoweb.NEUCompactInspectComponent
 
NEUConfirmPage - Class in com.webobjects.directtoweb
 
NEUConfirmPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUConfirmPage
 
NEUEditRelationshipPage - Class in com.webobjects.directtoweb
 
NEUEditRelationshipPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUEditRelationshipPage
 
NEUErrorPage - Class in com.webobjects.directtoweb
 
NEUErrorPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUErrorPage
 
NEUHeader - Class in com.webobjects.directtoweb
 
NEUHeader(WOContext) - Constructor for class com.webobjects.directtoweb.NEUHeader
 
NEUInspectPage - Class in com.webobjects.directtoweb
 
NEUInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUInspectPage
 
NEUListPage - Class in com.webobjects.directtoweb
 
NEUListPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUListPage
 
NEUMasterDetailPage - Class in com.webobjects.directtoweb
 
NEUMasterDetailPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUMasterDetailPage
 
NEUPlainListPage - Class in com.webobjects.directtoweb
 
NEUPlainListPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUPlainListPage
 
NEUQueryAllPage - Class in com.webobjects.directtoweb
 
NEUQueryAllPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUQueryAllPage
 
NEUQueryPage - Class in com.webobjects.directtoweb
 
NEUQueryPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUQueryPage
 
NEUTabInspectPage - Class in com.webobjects.directtoweb
 
NEUTabInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUTabInspectPage
 
NeverEditable - Static variable in interface com.webobjects.eoapplication.EOEditable
The constant describing that a controller is never editable.
NeverReuseController - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
NEW - Static variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
This constant is intentionally undocumented.
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOActionController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOAssociationController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOCheckBoxController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOComboBoxController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOImageViewController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTableColumnController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTableController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTextAreaController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTextFieldController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTitlesController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTreeController
 
newChanges() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Creates a new Changes object, to facilitate subclassing.
newChanges() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Creates a new Changes object, to facilitate subclassing.
newChangesForColumn(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the newly initialized change object.
newChangesForTable(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Returns enewly initialized change object.
newColumnDescription() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
Returns a newly initialized column description object.
newConnection(AssistantConnection) - Method in interface com.webobjects.directtoweb.ServerInterface
 
newDatabase(EOModel) - Static method in class com.webobjects.eoaccess.EODatabase
Returns a new instance of EODatabase using the class delegate if it exists.
newDatabaseForModel(EOModel) - Method in interface com.webobjects.eoaccess.EODatabase.ClassDelegate
Allows the delegate the opportunity to construct and return a different EODatabase object for teh model.
newDataSource() - Method in class com.webobjects.eoapplication.EOEntityController
Creates and returns a new data source to be used with a display group of the receiver.
newDefaultEditingContext() - Method in class com.webobjects.appserver.WOSession
Create a new editing context.
newDisplayComponent() - Method in class com.webobjects.eoapplication.EOMenuSwitchController
newDisplayComponent() - Method in class com.webobjects.eoapplication.EOProgrammaticSwitchController
newDisplayComponent() - Method in class com.webobjects.eoapplication.EOSwitchController
newDisplayComponent() - Method in class com.webobjects.eoapplication.EOTabSwitchController
newDisplayGroup() - Method in class com.webobjects.eoapplication.EOEntityController
Creates a new display group using a data source provided by newDataSource.
newDisplayGroup() - Method in class com.webobjects.eogeneration.EOEditingController
 
NewDisplayGroupProviderMethodName - Static variable in class com.webobjects.eoapplication.EOEntityController
The constant describing a the newDisplayGroup display group provider method name.
newDisplayGroupUsingOptimisticRefresh() - Method in class com.webobjects.eoapplication.EOEntityController
Creates a new display group using a data source provided by newDataSource, configured to not use optimistic refresh.
NewDisplayGroupUsingOptimisticRefreshProviderMethodName - Static variable in class com.webobjects.eoapplication.EOEntityController
The constant describing a the newDisplayGroupUsingOptimisticRefresh display group provider method name.
newDynamicURL() - Method in class com.webobjects.appserver.WOApplication
Create a new dynamic URL for the WORequest.
newDynamicURL(String) - Method in class com.webobjects.appserver.WOApplication
Create a new dynamic URL for the WORequest.
newEditingContext() - Method in class com.webobjects.eoapplication.EOEntityController
Creates a new editing context with the default parent object store.
NewEditingContextProviderMethodName - Static variable in class com.webobjects.eoapplication.EOEntityController
The constant describing a the newEditingContext editing context provider method name.
newEventOfClass(Class, String) - Static method in class com.webobjects.eocontrol.EOEventCenter
Creates an event of the desired class and type.
newForeignKeyConstraintDescription() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
Returns a newly initialized foreign key constraint description object.
newIndexDescription() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
Returns a newly initialized index description object.
newInstance() - Method in interface com.webobjects.appserver.parser.WOComponentTemplateParser.Factory.ClassDelegate
Allows the delegate the opportunity to construct and return a different object.
newLabelComponent(String, int, boolean, int, boolean) - Method in class com.webobjects.eogeneration.EOWidgetController
 
newMasterDataSource(EOEditingContext, String, EOFetchSpecification) - Method in class com.webobjects.eoapplication.EODataSourceFactory
newMasterDataSourceWithFetchSpecificationName(EOEditingContext, String, String) - Method in class com.webobjects.eoapplication.EODataSourceFactory
newMaximumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
newMaximumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeValueController
 
newMimeMessage(String, NSArray, NSArray, String, String, String, boolean) - Method in class com.webobjects.appserver.WOMailDelivery
Intentionally undocumented.
newMinimumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
newMinimumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeValueController
 
NewMultipleWindowActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of actions that create multiple windows.
newNameWithBaseName(String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
newObjectAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks New in the edit-relationship page.
newObjectAction() - Method in class com.webobjects.directtoweb.DefaultHeader
Is invoked when the user clicks Search in the menu bar.
newObjectInRelationship() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns the EOEnterpriseObject, defined in the EOControl Framework, that is created when the user clicks New.
newOptions() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Creates a new Options object, to facilitate subclassing.
newOptions() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Creates a new Options object, to facilitate subclassing.
newOptions() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Creates a new Options object, to facilitate subclassing.
newPageDelegate() - Method in class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
newPageDelegate() - Method in class com.webobjects.directtoweb.D2WQuery
Returns the new page delegate.
newPageDelegate() - Method in class com.webobjects.directtoweb.D2WSelect
Returns the new page delegate.
newParserWithHTMLAndDeclaration(String, String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser.Factory
Creates a new instance of the component parser.
newPrimaryKeys(int, EOEntity, JDBCChannel) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
newPrimaryKeys(int, EOEntity, JDBCChannel) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Generates a batch of new primary keys for entity.
newPrimaryKeys(int, EOEntity, JDBCChannel) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
newPrimaryKeys(int, EOEntity, JDBCChannel) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
newPrimaryKeySelectString(String, String) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
The statement for selecting the primary key for a given entity.
newPrimaryKeySelectString(String, String) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
newPrimaryKeySelectString(String, String) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
newQueryDataSource() - Method in class com.webobjects.eogeneration.EOQueryController
 
newQueryDisplayGroup() - Method in class com.webobjects.eogeneration.EOQueryController
 
newQueryEditingContext() - Method in class com.webobjects.eogeneration.EOQueryController
 
newRow() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns a dictionary representation of the receiver's enterprise object.
newSettings(ServerSideSettings) - Method in class com.webobjects.directtoweb.D2WModel
Updates the model with the specified settings.
newSignificantKey(String) - Method in class com.webobjects.directtoweb.D2W
Adds key to the list of keys that the rule engine uses to cache the results of rule firing.
newSignificantKey(String) - Static method in class com.webobjects.directtoweb.D2WFastModel
Adds the specified key to the significant keys.
NewSingleWindowActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of actions that create single windows.
newTitlesDataSource() - Method in class com.webobjects.eogeneration.EOActionController
 
newTitlesDataSource() - Method in class com.webobjects.eogeneration.EOTitlesController
 
newTitlesDisplayGroup() - Method in class com.webobjects.eogeneration.EOTitlesController
 
NewTitlesDisplayGroupProviderMethodName - Static variable in class com.webobjects.eogeneration.EOTitlesController
 
newToken(int) - Static method in class com.webobjects.appserver.parser.declaration.Token
Returns a new Token object, by default.
newValueForBytes(byte[], int) - Method in class com.webobjects.eoaccess.EOAttribute
Called by the adaptor during value creation while fetching from the database.
newValueForBytesString(byte[], int) - Method in class com.webobjects.eoaccess.EOAttribute
Deprecated.  
newValueForImmutableBytes(byte[]) - Method in class com.webobjects.eoaccess.EOAttribute
Called by the adaptor during value creation while fetching from the database.
newValueForString(String) - Method in class com.webobjects.eoaccess.EOAttribute
Called by the adaptor during value creation while fetching from the database.
newWidget() - Method in class com.webobjects.eogeneration.EOActionController
 
newWidget() - Method in class com.webobjects.eogeneration.EOCheckBoxController
 
newWidget() - Method in class com.webobjects.eogeneration.EOComboBoxController
 
newWidget() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
newWidget() - Method in class com.webobjects.eogeneration.EOImageViewController
 
newWidget() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
newWidget() - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
newWidget() - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
newWidget() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
newWidget() - Method in class com.webobjects.eogeneration.EOStaticTextFieldController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTableColumnController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTableController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTextAreaController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTextFieldController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTreeController
 
newWidget() - Method in class com.webobjects.eogeneration.EOWidgetController
 
newWidgetPluginForAssociation(EOWidgetAssociation, Object) - Static method in class com.webobjects.eointerface.EOWidgetPluginRegistry
Creates a new instance of the widget plugin class that is usable with association and widget.
newWindow(JComponent) - Method in class com.webobjects.eoapplication.EODialogController
newWindow(JComponent) - Method in class com.webobjects.eoapplication.EOFrameController
newWindow(JComponent) - Method in class com.webobjects.eoapplication.EOModalDialogController
newWindow() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
newWindow(JComponent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
newWSDDRegistrar() - Method in interface com.webobjects.appserver.WOWSDDRegistrar.Delegate
Returns a new instance of the WOWSDDRegistrar.
next - Variable in class com.webobjects.appserver.parser.declaration.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Returns the next fault handler in the chain.
next() - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
nextCharBuf - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
nextCharInd - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
nextController() - Method in interface com.webobjects.eoapplication.EOController.Enumeration
Returns the next controller in the enumeration.
nextFormData() - Method in class com.webobjects.appserver.WOMultipartIterator
This is the primary method for the iterator.
nextIndex() - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
nextPage() - Method in class com.webobjects.directtoweb.D2WInspectPage
Is invoked when the user clicks Return in an inspect page.
nextPage() - Method in class com.webobjects.directtoweb.D2WPage
Returns the next page of the receiver, a WOComponent, or null, if no next page has been specified.
nextPage(WOComponent) - Method in interface com.webobjects.directtoweb.NextPageDelegate
This action method is invoked when the user leaves a Direct to Web page.
nextPageDelegate() - Method in class com.webobjects.directtoweb.D2WPage
Returns the next page delegate of the receiver, an object, or null, if no next page delegate has been specified.
NextPageDelegate - Interface in com.webobjects.directtoweb
This interface defines the nextPage method that a Direct to Web template can invoke in its next page delegate.
nextPageDelegate() - Method in interface com.webobjects.directtoweb.SelectPageInterface
Returns the receiver's next page delegate.
NextPrimaryKeyProcedureOperation - Static variable in class com.webobjects.eoaccess.EOEntity
A stored procedure to generate a new primary key.
nextProtocolSeparator(String, int) - Method in class com.webobjects.appserver.WODynamicURL
 
nextProtocolSeparator(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
nextQuerySeparator(String, int) - Method in class com.webobjects.appserver.WODynamicURL
 
nextSeparator(String, int) - Method in class com.webobjects.appserver.WODynamicURL
 
nextSeparatorBefore(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
NoBorder - Static variable in class com.webobjects.eoapplication.EOBoxController
 
noDownloadClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. This method is used in combination with the downloadClientClasses binding.
noDownloadClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
This method is used in combination with the downloadClientClasses binding.
NoIndents - Static variable in class com.webobjects.foundation.NSPropertyListSerialization
Convenience for methods to convert to plist.
NoneKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary value representing no authentication method.
NoneMarker - Static variable in class com.webobjects.directtoweb.D2WModel
A constant that represents the lack of a selection.
NonNullableColumnsKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
NonNullQualifier - Class in com.webobjects.directtoweb
 
NonNullQualifier(String) - Constructor for class com.webobjects.directtoweb.NonNullQualifier
 
nonSelectedBgColor() - Method in class com.webobjects.woextensions.WOTabPanel
 
NoSelection - Static variable in class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
Marker value to signify nothing has been selected.
notationDecl(String, String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultDTDHandler
 
NotFound - Static variable in class com.webobjects.foundation.NSArray
This constant is returned by several search methods, indicating that no matching object was found.
notifyObserversObjectWillChange(Object) - Static method in class com.webobjects.eocontrol.EOObserverCenter
Unless change notification is suppressed, sends an objectWillChange to all observers registered for eo with that object as the argument, and sends that message to all omniscient observers as well.
notifyObserversUpToPriority(int) - Method in class com.webobjects.eocontrol.EODelayedObserverQueue
Sends subjectChanged messages to all of the receiver's enqueued observers whose priority is lastPriority or earlier.
notInProgressBackgroundColor() - Method in class com.webobjects.woextensions.WOCompletionBar
 
notInProgressColor() - Method in class com.webobjects.woextensions.WOCompletionBar
 
NoWhitespaceAllowed - Static variable in class com.webobjects.eoapplication.EODialogs
 
NS_PREFIX_WOSOAP_ENC - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSArray - Class in com.webobjects.foundation
NSArray and its subclass NSMutableArray manage ordered collections of objects.
NSArray() - Constructor for class com.webobjects.foundation.NSArray
Creates an empty, immutable array.
NSArray(E) - Constructor for class com.webobjects.foundation.NSArray
Creates an array containing the single element object.
NSArray(Object[], int, int, boolean, boolean) - Constructor for class com.webobjects.foundation.NSArray
 
NSArray(E[]) - Constructor for class com.webobjects.foundation.NSArray
Creates an array containing the elements from objects.
NSArray(E[], NSRange) - Constructor for class com.webobjects.foundation.NSArray
Creates an array containing the objects from objects in the range specified by range.
NSArray(NSArray) - Constructor for class com.webobjects.foundation.NSArray
One should use immutableClone instead.
NSArray(Collection, boolean) - Constructor for class com.webobjects.foundation.NSArray
Creates a NSArray from objects that implement the java.util.Collection interface.
NSArray(Collection) - Constructor for class com.webobjects.foundation.NSArray
Creates a NSArray from objects that implement the java.util.Collection interface.
NSArray(List, NSRange, boolean) - Constructor for class com.webobjects.foundation.NSArray
Creates an array containing the objects from list in the range specified by range.
NSArray.Operator - Interface in com.webobjects.foundation
Objects implementing NSArray.Operator are used to perform operations on an array's elements.
NSARRAY_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSBundle - Class in com.webobjects.foundation
An NSBundle represents a location in the file system that groups code and resources that can be used in a program.
NSCoder - Class in com.webobjects.foundation
NSCoder is an abstract class that declares the API used by concrete subclasses to transfer objects and other data items between memory and some other format.
NSCoder() - Constructor for class com.webobjects.foundation.NSCoder
 
NSCoding - Interface in com.webobjects.foundation
The NSCoding interface declares the methods that a class must implement so that instances of that class can be encoded and decoded.
NSCoding.Support - Class in com.webobjects.foundation
NSCoding.Support is an abstract class that defines a mechanism for one class to provide NSCoding behavior on behalf of another class.
NSCoding.Support() - Constructor for class com.webobjects.foundation.NSCoding.Support
 
NSComparator - Class in com.webobjects.foundation
NSComparator is an abstract class that defines an API for comparing two objects for the purpose of sorting them.
NSComparator() - Constructor for class com.webobjects.foundation.NSComparator
 
NSComparator.ComparisonException - Exception in com.webobjects.foundation
Instances of the NSComparator.ComparisonException class are created and thrown when an error condition is encountered during the comparison of two objects.
NSComparator.ComparisonException(String) - Constructor for exception com.webobjects.foundation.NSComparator.ComparisonException
Creates and returns a new Exception with message as the message.
NSData - Class in com.webobjects.foundation
NSData and its subclass NSMutableData provide data objects, object-oriented wrappers for byte buffers.
NSData() - Constructor for class com.webobjects.foundation.NSData
Creates an empty data object.
NSData(byte[]) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with all the data in the byte array bytes.
NSData(byte[], NSRange) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with the bytes from the byte array bytes that fall in the range specified by range.
NSData(byte[], int, int) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with the bytes from the byte array bytes that fall in the range specified by offset and count.
NSData(byte[], NSRange, boolean) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with the bytes from the byte array bytes that fall in the range specified by range.
NSData(NSData) - Constructor for class com.webobjects.foundation.NSData
Creates a data object containing the contents of another data object, otherData.
NSData(InputStream, int) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with the data from the stream specified by inputStream.
NSData(File) - Constructor for class com.webobjects.foundation.NSData
Deprecated.  
NSData(URL) - Constructor for class com.webobjects.foundation.NSData
Creates a new NSData from the contents of url.
NSData(String) - Constructor for class com.webobjects.foundation.NSData
Deprecated.  
NSData(String, String) - Constructor for class com.webobjects.foundation.NSData
This constructor creates a new NSData object from a String
NSDATA_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSDecimalNotANumber - Static variable in class com.webobjects.foundation.NSNumberFormatter
The constant BigDecimal object as a place holder for all numbers incapable of being represented as real numbers (NaN).
NSDelayedCallbackCenter - Class in com.webobjects.foundation
An NSDelayedCallbackCenter object (also called a delayed callback center) provides a way to guarantee that particular methods are invoked after an event has ended.
NSDictionary - Class in com.webobjects.foundation
The NSDictionary class declares an API for objects that manage immutable associations of keys and values.
NSDictionary() - Constructor for class com.webobjects.foundation.NSDictionary
Creates an empty dictionary.
NSDictionary(V, K) - Constructor for class com.webobjects.foundation.NSDictionary
Creates a dictionary containing a single object object for a single key key.
NSDictionary(V[], K[]) - Constructor for class com.webobjects.foundation.NSDictionary
Creates an NSDictionary with entries from the contents of the keys and objects arrays.
NSDictionary(NSArray, NSArray) - Constructor for class com.webobjects.foundation.NSDictionary
Creates an NSDictionary with entries from the contents of the keys and objects NSArrays.
NSDictionary(NSDictionary) - Constructor for class com.webobjects.foundation.NSDictionary
Creates a dictionary containing the keys and values found in otherDictionary.
NSDictionary(Map, boolean) - Constructor for class com.webobjects.foundation.NSDictionary
Creates a dictionary containing the keys and values found in Map.
NSDictionary(Map) - Constructor for class com.webobjects.foundation.NSDictionary
Creates a dictionary containing the keys and values found in Map.
NSDictionary(Dictionary, boolean) - Constructor for class com.webobjects.foundation.NSDictionary
Creates a dictionary containing the keys and values found in dictionary.
NSDICTIONARY_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSDisposable - Interface in com.webobjects.foundation
The NSDisposable interface declares one method, dispose, in which an object prepares for destruction.
NSDisposableRegistry - Class in com.webobjects.foundation
A NSDisposableRegistry object is a registry of NSDisposable objects that should be disposed when the registry is disposed.
NSDisposableRegistry() - Constructor for class com.webobjects.foundation.NSDisposableRegistry
Creates an empty disposable registry.
NSForwardException - Exception in com.webobjects.foundation
NSForwardException objects (or forwarded exceptions) are wrappers for Throwable objects which are not RuntimeExceptions.
NSForwardException(Throwable, String) - Constructor for exception com.webobjects.foundation.NSForwardException
Creates an NSForwardException from wrapped.
NSForwardException(String, Throwable) - Constructor for exception com.webobjects.foundation.NSForwardException
Construct a new exception with the given message and cause.
NSForwardException(Throwable) - Constructor for exception com.webobjects.foundation.NSForwardException
Creates an NSForwardException from wrapped.
NSKeyValueCoding - Interface in com.webobjects.foundation
The NSKeyValueCoding interface defines a data transport mechanism in which the properties of an object are accessed indirectly by name (or key), rather than directly through invocation of an accessor method or as instance variables.
NSKeyValueCoding.DefaultImplementation - Class in com.webobjects.foundation
The NSKeyValueCoding.DefaultImplementation class provides the WebObjects default implementations of the NSKeyValueCoding and NSKeyValueCoding.ErrorHandling interfaces.
NSKeyValueCoding.ErrorHandling - Interface in com.webobjects.foundation
The NSKeyValueCoding.ErrorHandling interface declares an API for handling errors that occur during key-value coding.
NSKeyValueCoding.MapImplementation - Class in com.webobjects.foundation
 
NSKeyValueCoding.Null - Class in com.webobjects.foundation
NSKeyValueCoding.Null is a final class that defines a unique object used to represent null values in collection objects, such as NSArrays, which do not allow null values.
NSKeyValueCoding.UnknownKeyException - Exception in com.webobjects.foundation
Instances of the NSKeyValueCoding.UnknownKeyException class are created and thrown when an unknown key is encountered during key-value coding.
NSKeyValueCoding.UnknownKeyException(String, Object, String) - Constructor for exception com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
Creates and returns a new UnknownKeyException with message as the message and a user info dictionary specifying object for the TargetObjectUserInfoKey and key for the UnknownUserInfoKey.
NSKeyValueCoding.UnknownKeyException(String, NSDictionary) - Constructor for exception com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
Deprecated. Use NSKeyValueCoding.UnknownKeyException.NSKeyValueCoding.UnknownKeyException(java.lang.String, java.lang.Object, java.lang.String) instead.
NSKeyValueCoding.Utility - Class in com.webobjects.foundation
The NSKeyValueCoding.Utility class is a convenience that allows you to access the properties of NSKeyValueCoding objects and non-NSKeyValueCoding objects using the same code.
NSKeyValueCoding.ValueAccessor - Class in com.webobjects.foundation
NSKeyValueCoding.ValueAccessor is an abstract class that establishes a mechanism by which NSKeyValueCoding can operate on object's package access instance variables.
NSKeyValueCoding.ValueAccessor() - Constructor for class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
empty constructor is required for subclasses implementing the ValueAccessor interface
NSKeyValueCodingAdditions - Interface in com.webobjects.foundation
The NSKeyValueCodingAdditions interface defines an extension to the basic NSKeyValueCoding interface.
NSKeyValueCodingAdditions.DefaultImplementation - Class in com.webobjects.foundation
The NSKeyValueCodingAdditions.DefaultImplementation class provides default implementations of the NSKeyValueCodingAdditions interface.
NSKeyValueCodingAdditions.Utility - Class in com.webobjects.foundation
The NSKeyValueCodingAdditions.Utility class is a convenience that allows one to access the properties of NSKeyValueCodingAdditions objects and non-NSKeyValueCodingAdditions objects using the same code.
NSKVCNULL_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSLock - Class in com.webobjects.foundation
An NSLock object is used to coordinate the operation of multiple threads of execution within the same application.
NSLock() - Constructor for class com.webobjects.foundation.NSLock
Creates an NSLock object.
NSLocking - Interface in com.webobjects.foundation
The NSLocking interface declares the elementary methods adopted by classes that define lock objects.
NSLog - Class in com.webobjects.foundation
NSLog is a static class that is used to access the WebObjects Foundation logging system.
NSLog.Log4JLogger - Class in com.webobjects.foundation
NSLog.Log4JLogger is a concrete subclass of NSLog.Logger.
NSLog.Log4JLogger() - Constructor for class com.webobjects.foundation.NSLog.Log4JLogger
 
NSLog.Log4JLogger(Logger, int) - Constructor for class com.webobjects.foundation.NSLog.Log4JLogger
Creates a new NSLog.Log4JLogger which directs output to aLogger.
NSLog.Logger - Class in com.webobjects.foundation
NSLog.Logger is an abstract class that specifies the core functionality for NSLog.
NSLog.Logger() - Constructor for class com.webobjects.foundation.NSLog.Logger
The default constructor for Logger does nothing.
NSLog.PrintStreamLogger - Class in com.webobjects.foundation
NSLog.PrintStreamLogger is a concrete subclass of NSLog.Logger.
NSLog.PrintStreamLogger() - Constructor for class com.webobjects.foundation.NSLog.PrintStreamLogger
Creates a new NSLog.PrintStreamLogger which directs output to System.out.
NSLog.PrintStreamLogger(PrintStream) - Constructor for class com.webobjects.foundation.NSLog.PrintStreamLogger
Creates a new NSLog.PrintStreamLogger which directs output to ps.
NSMultiReaderLock - Class in com.webobjects.foundation
Deprecated. This class has been deprecated use the Java classes. The Java concurent class scale better with multi processors.
NSMultiReaderLock() - Constructor for class com.webobjects.foundation.NSMultiReaderLock
Deprecated. Creates an NSMultiReaderLock object.
NSMutableArray - Class in com.webobjects.foundation
The NSMutableArray class provides facilities for managing a mutable collection of objects.
NSMutableArray() - Constructor for class com.webobjects.foundation.NSMutableArray
Creates an empty mutable array.
NSMutableArray(int) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates an empty mutable array with enough allocated memory to hold the number of objects specified by capacity, a number greater than or equal to 0.
NSMutableArray(E) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a mutable array containing the single element object.
NSMutableArray(E[]) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a mutable array containing objects.
NSMutableArray(E[], NSRange) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a mutable array containing the objects from objects in the range specified by range.
NSMutableArray(NSArray) - Constructor for class com.webobjects.foundation.NSMutableArray
One should use the mutableClone method instead.
NSMutableArray(List, NSRange, boolean) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a mutable array containing the objects from list in the range specified by range.
NSMutableArray(Collection) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a mutable array from objects that implement the java.util.Collection interface.
NSMutableArray(Object[], int, int, boolean, boolean) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a new Mutable Array
NSMutableArray.MutableArrayListIterator - Class in com.webobjects.foundation
 
NSMutableArray.MutableArrayListIterator(E[], int) - Constructor for class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
NSMutableArray.MutableArrayListIterator(E[], int, int) - Constructor for class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
NSMutableData - Class in com.webobjects.foundation
The NSMutableData class declares the programmatic interface to an object that contains modifiable data in the form of bytes.
NSMutableData() - Constructor for class com.webobjects.foundation.NSMutableData
Creates an empty NSMutableData object.
NSMutableData(int) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object prepared to store at least capacity bytes.
NSMutableData(byte[]) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object with all the data in the byte array bytes.
NSMutableData(byte[], NSRange) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object with the bytes from the byte array bytes that fall in the range specified by range.
NSMutableData(byte[], NSRange, boolean) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object with the bytes from the byte array bytes that fall in the range specified by range.
NSMutableData(NSData) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object containing the contents of another data object otherData.
NSMutableData(InputStream, int) - Constructor for class com.webobjects.foundation.NSMutableData
Creates a data object with the data from the stream specified by inputStream.
NSMutableData(File) - Constructor for class com.webobjects.foundation.NSMutableData
Deprecated.  
NSMutableData(URL) - Constructor for class com.webobjects.foundation.NSMutableData
Deprecated.  
NSMutableData(String) - Constructor for class com.webobjects.foundation.NSMutableData
Deprecated.  
NSMutableData(String, String) - Constructor for class com.webobjects.foundation.NSMutableData
This constructor creates a new NSMutableData object from a String
NSMutableDictionary - Class in com.webobjects.foundation
The NSMutableDictionary class adds methods to insert, modify, and remove elements to the API of its parent class NSDictionary.
NSMutableDictionary() - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an empty NSMutableDictionary.
NSMutableDictionary(int) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an empty NSMutableDictionary prepared to hold at least capacity entries.
NSMutableDictionary(V, K) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an NSMutableDictionary containing a single object object for a single key key.
NSMutableDictionary(V[], K[]) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an NSMutableDictionary with entries from the contents of the keys and objects arrays.
NSMutableDictionary(NSArray, NSArray) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an NSMutableDictionary with entries from the contents of the keys and objects NSArrays.
NSMutableDictionary(NSDictionary) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates a new NSMutableDictionary containing the keys and values found in otherDictionary.
NSMutableDictionary(Dictionary, boolean) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an NSMutableDictionary containing the keys and values found in dictionary.
NSMutableDictionary(Map) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates a dictionary containing the keys and values found in Map.
NSMutableRange - Class in com.webobjects.foundation
An NSMutableRange is an object representing a range that can be changed.
NSMutableRange() - Constructor for class com.webobjects.foundation.NSMutableRange
Creates and returns an empty NSMutableRange.
NSMutableRange(int, int) - Constructor for class com.webobjects.foundation.NSMutableRange
Creates a new NSMutableRange with the range elements of location and length.
NSMutableRange(NSRange) - Constructor for class com.webobjects.foundation.NSMutableRange
Creates a new NSMutableRange with the location and length values of range.
NSMutableSet - Class in com.webobjects.foundation
NSMutableSet provides support for the mathematical concept of a set which, unlike its parent NSSet, may have members added or removed after its creation.
NSMutableSet() - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an empty NSMutableSet.
NSMutableSet(int) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an empty NSMutableSet prepared to hold at least capacity members.
NSMutableSet(E) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an NSMutableSet containing a single object object.
NSMutableSet(E[]) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an NSMutableSet containing the all the elements in objects.
NSMutableSet(NSArray) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an NSMutableSet containing the all the elements in objects.
NSMutableSet(NSSet) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an NSMutableSet containing all the members in otherSet.
NSMutableSet(Collection) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an NSMutableSet containing all the elements in collection
NSNotification - Class in com.webobjects.foundation
NSNotification objects encapsulate information so that it can be broadcast to other objects by an NSNotificationCenter object.
NSNotification(String, Object, NSDictionary) - Constructor for class com.webobjects.foundation.NSNotification
Initializes and returns a notification with name name, object object, and arbitrary user information userInfo.
NSNotification(String, Object) - Constructor for class com.webobjects.foundation.NSNotification
Initializes and returns a notification with name name, object object, and an empty userInfo.
NSNotificationCenter - Class in com.webobjects.foundation
An NSNotificationCenter object (or simply, notification center) is essentially a notification dispatch table.
NSNotificationCenter() - Constructor for class com.webobjects.foundation.NSNotificationCenter
Standard no-arg constructor.
NSNumberFormatter - Class in com.webobjects.foundation
NSNumberFormatter converts between java.lang.Number and textual representations of numeric values.
NSNumberFormatter() - Constructor for class com.webobjects.foundation.NSNumberFormatter
Creates an NSNumberFormatter and sets its pattern to the default pattern.
NSNumberFormatter(String) - Constructor for class com.webobjects.foundation.NSNumberFormatter
Creates an NSFormatter and sets its pattern to pattern.
NSPathUtilities - Class in com.webobjects.foundation
This class provides static methods that are useful when working with paths.
NSProperties - Class in com.webobjects.foundation
This class extends Java's properties mechanism to merge application properties with the standard system properties available using the java.lang.System.getProperties method.
NSPropertyListSerialization - Class in com.webobjects.foundation
This class provides static methods that convert between property lists and their string representations, which can be either strings or NSData objects.
NSRange - Class in com.webobjects.foundation
An NSRange represents a range, a measurement of a segment of something linear, such as a byte stream.
NSRange() - Constructor for class com.webobjects.foundation.NSRange
Creates an NSRange with zero location and length.
NSRange(int, int) - Constructor for class com.webobjects.foundation.NSRange
Creates a NSRange with the range elements of location and length.
NSRange(NSRange) - Constructor for class com.webobjects.foundation.NSRange
Creates an NSRange with the location and length values of range.
NSRANGE_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSRecursiveLock - Class in com.webobjects.foundation
Deprecated. This class has been deprecated use the Java classes. The Java concurent class scale better with multi processors.
NSRecursiveLock() - Constructor for class com.webobjects.foundation.NSRecursiveLock
Deprecated. Creates an NSRecursiveLock.
NSSelector - Class in com.webobjects.foundation
An NSSelector object specifies a method signature (a method's name and parameter list).
NSSelector(String) - Constructor for class com.webobjects.foundation.NSSelector
Creates a selector for a method that takes no parameters.
NSSelector(String, Class[]) - Constructor for class com.webobjects.foundation.NSSelector
Creates a new selector for a method that takes arguments.
NSSet - Class in com.webobjects.foundation
NSSet declares an API for an object that manages a collection of objects similar to a mathematical set.
NSSet() - Constructor for class com.webobjects.foundation.NSSet
Creates an empty NSSet.
NSSet(E) - Constructor for class com.webobjects.foundation.NSSet
Creates an NSSet containing the single object.
NSSet(E[]) - Constructor for class com.webobjects.foundation.NSSet
Creates an NSSet containing all the elements in objects Note: NSSet assumes that the member objects are immutable.
NSSet(NSArray) - Constructor for class com.webobjects.foundation.NSSet
Creates an NSSet containing all the elements in objects Note: NSSet assumes that the member objects are immutable.
NSSet(NSSet) - Constructor for class com.webobjects.foundation.NSSet
Creates a new NSSet containing the same objects as another NSSet.
NSSet(Set, boolean) - Constructor for class com.webobjects.foundation.NSSet
Creates an NSSet containing all the elements in set
NSSet(Collection) - Constructor for class com.webobjects.foundation.NSSet
Creates an NSSet containing all the elements in collection
NSSET_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSSocketUtilities - Class in com.webobjects.foundation
This class provides an easy way to get a TCP socket (java.net.Socket) with a connection timeout.
NSTimestamp - Class in com.webobjects.foundation
NSTimestamp objects represent a particular instant in time.
NSTimestamp() - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the current time, accurate to the millisecond.
NSTimestamp(long) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the specified number of milliseconds since the reference date, January 1, 1970, 00:00:00 GMT.
NSTimestamp(long, int) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the specified number of milliseconds and nanoseconds since the reference date, January 1, 1970, 00:00:00 GMT.
NSTimestamp(long, NSTimestamp) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp object representing the specified number of milliseconds after the time specified by date.
NSTimestamp(long, TimeZone) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the specified number of milliseconds since the reference date in the specified time zone.
NSTimestamp(long, int, TimeZone) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp object representing the specified number of milliseconds and nanoseconds since the reference date in the specified time zone.
NSTimestamp(int, int, int, int, int, int, TimeZone) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the specified year, month,day, hours, minutes, and seconds in the specified time zone.
NSTimestamp(Date) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp from a Date.
NSTimestamp(Timestamp) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp from a java.sql.Timestamp.
NSTimestamp.IntRef - Class in com.webobjects.foundation
Deprecated. in the Java Foundation framework. NSTimestamp.IntRef objects act as a containers to hold the values returned by NSTimestamp's gregorianUnitsSinceTimestamp method and consist solely of an instance variable, value.
NSTimestamp.IntRef() - Constructor for class com.webobjects.foundation.NSTimestamp.IntRef
Deprecated.  
NSTIMESTAMP_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSTimestampFormatter - Class in com.webobjects.foundation
Deprecated. This class will not be improved in future releases. Consider using the SimpleDateFormat.
NSTimestampFormatter() - Constructor for class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Creates an NSTimestampFormatter with the default pattern.
NSTimestampFormatter(String) - Constructor for class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Creates an NSTimestampFormatter with the pattern string aPattern.
NSTimestampFormatter(String, DateFormatSymbols) - Constructor for class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Creates an NSTimestampFormatter with the specified pattern using the specified date format symbols.
NSTimeZone - Class in com.webobjects.foundation
NSTimeZone defines the behavior of time zones for different geopolitical regions.
NSTimeZone() - Constructor for class com.webobjects.foundation.NSTimeZone
Required internally to implement the java.io.Serializable interface and should be considered private.
NSTimeZone(String, NSData) - Constructor for class com.webobjects.foundation.NSTimeZone
Used internally by NSTimeZone and should be considered private.
NSTIMEZONE_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSUndoManager - Class in com.webobjects.foundation
NSUndoManager is a general-purpose recorder of operations for undo and redo.
NSUndoManager() - Constructor for class com.webobjects.foundation.NSUndoManager
Creates an NSUndoManager object.
NSValidation - Interface in com.webobjects.foundation
The NSValidation interface defines a validation mechanism in which the properties of an object are validated indirectly by name (or key), rather than directly through invocation of an specific validation method.
NSValidation.DefaultImplementation - Class in com.webobjects.foundation
The methods in the NSValidation.DefaultImplementation class are just like the methods defined by the NSValidation interface, except they are static methods and they take an additional argument, which is the object on which the default implementation should operate.
NSValidation.Utility - Class in com.webobjects.foundation
This class is a convenience that allows you to access the properties of NSValidation objects and non-NSValidation objects using the same code.
NSValidation.ValidationException - Exception in com.webobjects.foundation
Instances of the NSValidation.ValidationException class are created and thrown when an error condition is encountered during the validation of an object that implements NSValidation.
NSValidation.ValidationException(String) - Constructor for exception com.webobjects.foundation.NSValidation.ValidationException
Creates and returns a new exception with message as the message.
NSValidation.ValidationException(String, Object, String) - Constructor for exception com.webobjects.foundation.NSValidation.ValidationException
Creates and returns a new exception with message as the message and a userInfo dictionary specifying object for the ValidatedObjectUserInfoKey and key for the ValidatedKeyUserInfoKey.
NSValidation.ValidationException(String, NSDictionary) - Constructor for exception com.webobjects.foundation.NSValidation.ValidationException
Deprecated. Use NSValidation.ValidationException.NSValidation.ValidationException(String, Object, String)
NSXMLInputStream - Class in com.webobjects.foundation.xml
An NSXMLInputStream deserializes primitive data and objects previously written as XML data using an NSXMLOutputStream.
NSXMLInputStream(InputStream) - Constructor for class com.webobjects.foundation.xml.NSXMLInputStream
Creates an ObjectInputStream that reads from the specified InputStream.
NSXMLObjectOutput - Interface in com.webobjects.foundation.xml
This interface provides for converting data from any of the Java primitive types to a series of XML elements.
NSXMLObjectStreamConstants - Interface in com.webobjects.foundation.xml
Constants used for XML serialization.
NSXMLOutputFormat - Class in com.webobjects.foundation.xml
This simple class specifies an output format to control the XML output and is based on the XSLT specification for output format.
NSXMLOutputFormat() - Constructor for class com.webobjects.foundation.xml.NSXMLOutputFormat
Creates an output format that has the following properties: indentation is on UTF-8 encoding XML 1.0 version not a standalone document XML declaration is written out
NSXMLOutputFormat(boolean) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputFormat
Creates an output format that has the same properties as an default NSXMLOutputFormat except that for the identation property.
NSXMLOutputStream - Class in com.webobjects.foundation.xml
An NSXMLOutputStream writes primitive data types and graphs of Java objects to an OutputStream as XML data.
NSXMLOutputStream(OutputStream, File) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
NSXMLOutputStream(OutputStream, InputSource) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
NSXMLOutputStream(OutputStream, Transformer) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
NSXMLOutputStream(OutputStream) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
NULL - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
NULL_VALUE - Static variable in class com.webobjects.directtoweb.D2WContext
This constant is intentionally undocumented.
NullableKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
NullAspectSignature - Static variable in class com.webobjects.eointerface.EOAssociation
String signature of a Null aspect.
nullOutDerivedValues() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
NullValue - Static variable in interface com.webobjects.foundation.NSKeyValueCoding
A constant used to represent null in places which do not handle raw null.
nullValue() - Static method in class com.webobjects.foundation.NSKeyValueCoding.Utility
Returns the Null Object (NSKeyValueCoding.NullValue ).
number() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
number() - Method in class com.webobjects.appserver.WOApplication
Provided for backwards compatibility only.
numberformat - Variable in class com.webobjects.woextensions.WOCompletionBar
 
numberOfColumns() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for the number of columns in the table.
numberOfColumns() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns the table's number of columns.
numberOfDisplayedObjects() - Method in class com.webobjects.eointerface.EOTableAssociation
Returns the number of diplayed objects (from the source display group).
numberOfObjectsPerBatch() - Method in class com.webobjects.appserver.WODisplayGroup
You can set the batch size using setNumberOfObjectsPerBatch or using WebObjects Builder's Display Group Options panel.
numberOfObjectsPerBatch() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the batch size of the display group.
numberOfObjectsPerBatch() - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
numberOfToManyFaultsToBatchFetch() - Method in class com.webobjects.eoaccess.EORelationship
Returns the number of to-many faults that are triggered at one time.
numberToDisplay - Variable in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
numberToDisplay() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
numericFormValue(NSNumberFormatter) - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Method to return a Number for the form value.
numericFormValueForKey(String, NSNumberFormatter) - Method in class com.webobjects.appserver.WORequest
Method to return a Number for a form value from the request for a specific name (key).

O

objCValueClassName() - Method in interface com.webobjects.jndiadaptor.JNDIType
Gets the Objective-C value class name.
object() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the EOEnterpriseObject, defined in the EOControl Framework, displayed by this component.
object - Variable in class com.webobjects.directtoweb.D2WDefaultCustomComponent
The Enterprise Object (for D2WCustomComponent).
object() - Method in class com.webobjects.directtoweb.D2WInspectPage
Returns the Object displayed by the inspect or edit page.
object() - Method in class com.webobjects.directtoweb.D2WStatelessComponent
Provides access to the local instance of EOEnterpriseObject.
object() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the receiver's Enterprise Object.
object() - Method in class com.webobjects.eointerface.EOAssociation
Returns the receiver's display object.
object() - Method in exception com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
This method returns the value that NSKeyValueCoding operations were using at the time of the error, or null if it is unavailable.
object() - Method in class com.webobjects.foundation.NSNotification
Returns the object associated with the notification.
object() - Method in exception com.webobjects.foundation.NSValidation.ValidationException
 
object() - Method in class com.webobjects.woextensions.WOAggregateEventRow
 
object() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
object - Variable in class com.webobjects.woextensions.WOEventRow
 
OBJECT_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Object element tag name.
ObjectActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the actions sent to business objects.
ObjectActionsCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Object actions category.
objectAtIndex(int) - Method in class com.webobjects.foundation.NSArray
Returns the Object reference stored at index within this NSArray.
objectEnumerator() - Method in class com.webobjects.foundation.NSArray
This method creates a java.util.Enumeration which can used to iterate through the array's elements.
objectEnumerator() - Method in class com.webobjects.foundation.NSDictionary
This method provides a java.util.Enumeration which can be used to access each value in this dictionary.
objectEnumerator() - Method in class com.webobjects.foundation.NSSet
Provides an Enumeration object that can be used to access each member of this NSSet.
objectForGlobalID(EOGlobalID) - Method in class com.webobjects.eocontrol.EOEditingContext
Returns the EOEnterpriseObject associated with gid in this EOEditingContext or its shared context, or null if no such object exists.
objectForGlobalID(EOGlobalID) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
objectForKey(String) - Method in class com.webobjects.appserver.WOSession
Returns an Object stored in the session under a given key.
objectForKey(Object) - Method in class com.webobjects.foundation.NSDictionary
This method returns the Object associated with key
objectForOutletPath(EOArchive, String) - Method in class com.webobjects.eoapplication.EOEntityController
Returns an object for an outlet path to be substituted in an interface file archive loaded by the receiver.
objectForOutletPath(EOArchive, String) - Method in class com.webobjects.eogeneration.EOQueryController
 
objectFromPListFile(File) - Static method in class com.webobjects.directtoweb.Services
 
objectFromPListPathURL(URL) - Static method in class com.webobjects.directtoweb.Services
 
objectFromRawRow(EOEditingContext, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Fetches the object corresponding to the specified raw row (using faultForRawRow).
objectIdentifier() - Method in interface com.webobjects.jndiadaptor.JNDIType
Gets the object identifier.
ObjectKey - Static variable in class com.webobjects.eocontrol.EOObjectStoreCoordinator
 
ObjectKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary value representing object scope.
objectKeysTaken() - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to return the names of display object outlets that instances assume control of.
objectKeysTaken() - Method in class com.webobjects.eointerface.EOWidgetAssociation
Overridden by subclasses to return the names of display object outlets that instances assume control of.
objectMatchingKeyAndValue(EOEditingContext, String, String, Object) - Static method in class com.webobjects.eoaccess.EOUtilities
Creates an EOKeyValueQualifier with the specified key and value and returns the matching Enterprise Object.
objectMatchingValues(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 the matching Enterprise Object.
objectPropertyValue() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the value of the current property for the object that the receiver displays.
objectPropertyValueIsNonNull() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
objects() - Method in class com.webobjects.foundation.NSArray
 
objects(NSRange) - Method in class com.webobjects.foundation.NSArray
Copies a subset of this array into a Java array.
objectsByEntityName() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
The dictionary keys are entity names and the corresponding values are NSArrays of enterprise objects for that entity.
objectsByEntityNameAndFetchSpecificationName() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Returns the objects fetched into the receiver with bindObjectsWithFetchSpecification.
objectsChangedInEditingContext(NSNotification) - Method in class com.webobjects.appserver.WODisplayGroup
Redisplays the changed objects in the WODisplayGroup.
objectsChangedInEditingContext(NSNotification) - Method in class com.webobjects.eointerface.EODisplayGroup
Notification sent by the notification center when the data source (usually an EOEditingContext) that this display group observes has its objects changed.
ObjectsChangedInEditingContextNotification - Static variable in class com.webobjects.eocontrol.EOEditingContext
This notification is broadcast whenever changes are made in an EOEditingContext.
ObjectsChangedInStoreNotification - Static variable in class com.webobjects.eocontrol.EOObjectStore
 
objectsForEntityNamed(EOEditingContext, String) - Static method in class com.webobjects.eoaccess.EOUtilities
Fetches the Enterprise Objects associated with the specified entity.
objectsForKeys(NSArray, V) - Method in class com.webobjects.foundation.NSDictionary
This method takes a subset of the dictionary as specified by the array of keys and returns an array of the value objects associated with each of the keys.
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Services a to-many fault.
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore to service a to-many fault for a relationship named name.
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Returns the destination objects for a to-many relationship.
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Returns the destination objects for a to-many relationship.
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Returns the destination objects for the to-many relationship identified by relationshipName.
objectsInvalidatedInEditingContext(NSNotification) - Method in class com.webobjects.appserver.WODisplayGroup
Refetches all objects from the dataSource of the WODisplayGroup after some or all of them have been invalidated.
objectsInvalidatedInEditingContext(NSNotification) - Method in class com.webobjects.eointerface.EODisplayGroup
Notification sent by the notification center when the data source (usually an EOEditingContext) that this display group observes has its objects invalidated.
objectsMatchingKeyAndValue(EOEditingContext, String, String, Object) - Static method in class com.webobjects.eoaccess.EOUtilities
Creates an EOKeyValueQualifier with the specified key and value and returns matching Enterprise Objects.
objectsMatchingValues(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 Enterprise Objects.
objectsNoCopy() - Method in class com.webobjects.foundation.NSArray
This method should only be used by subclasses.
objectsNoCopy() - Method in class com.webobjects.foundation.NSDictionary
This method should only be used by subclasses.
objectsNoCopy() - Method in class com.webobjects.foundation.NSSet
This method should be used only by subclasses.
objectsOfClass(EOEditingContext, Class) - Static method in class com.webobjects.eoaccess.EOUtilities
Fetches the Enterprise Objects associated with the specified class.
objectStoreChangesFromAttributeToAttribute(EOAttribute, EOAttribute) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Compares schemaAttribute with modelAttribute and returns a change dictionary of state that is different between the the two.
objectStoreChangesFromAttributeToAttribute(EOAttribute, EOAttribute) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
objectStoreChangesFromAttributeToAttribute(EOAttribute, EOAttribute) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
objectStoreForFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Returns the EOCooperatingObjectStore responsible for fetching objects with fetchSpecification.
objectStoreForGlobalID(EOGlobalID) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Returns the EOCooperatingObjectStore for the object identified by gid.
objectStoreForObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Returns the EOCooperatingObjectStore that owns object.
ObjectsWithFetchSpecification - Static variable in class com.webobjects.eoaccess.EODatabaseContext.DatabaseContextEvent
The type of DatabaseContextEvent that is logged whenever the method objectsWithFetchSpecification is invoked.
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Fetches objects from an external store into context.
ObjectsWithFetchSpecification - Static variable in class com.webobjects.eocontrol.EOEditingContext.EditingContextEvent
A constant for ObjectsWithFetchSpecification events.
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore to fetch objects from an external store according to the criteria specified by fetchSpec and return them in an array.
objectsWithFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eocontrol.EOEditingContext
Equivalent to : objectsWithFetchSpecification(fetchSpecification, this);.
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Fetches objects from an external store according to the criteria specified by fetchSpecification and returns them in an array for inclusion in context.
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Overrides the EOObjectStore implementation to fetch objects from the receiver's cooperating object stores.
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
A thread-safe version of the superclass implementation that binds the results to fetchSpecification's entity.
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Fetches objects from the server according to the criteria specified by the fetch specification fetchSpecification and returns them in an array for inclusion in the editing context editingContext.
objectsWithFetchSpecificationAndBindings(EOEditingContext, String, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Fetches the Enterprise Objects retrieved with the specified fetch specification and bindings.
objectsWithQualifierFormat(EOEditingContext, String, String, NSArray) - Static method in class com.webobjects.eoaccess.EOUtilities
Creates a qualifier with the provided format string and ordered arguments, and returns matching Enterprise Objects.
objectToAddToRelationship() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns the EOEnterpriseObject, defined in the EOControl Framework, that is added to the relationship edited by the receiver.
objectTypeForQName(Object) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Return the object class to which DOM elements with name aQNameObject will be deserialized.
objectValueForString(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Converts a string to a java.lang.Number using this NSNumberFormatter's pattern.
objectWillChange(Object) - Method in class com.webobjects.eoapplication.EOArchiveController
Change notification for the controller itsself if it's edited through an association of the controller display group.
objectWillChange(Object) - Method in class com.webobjects.eocontrol.EODelayedObserver
Implemented by EODelayedObserver to enqueue the receiver on its EODelayedObserverQueue.
objectWillChange(Object) - Method in class com.webobjects.eocontrol.EOEditingContext
This method is automatically invoked when any of the objects registered in this EOEditingContext invokes its willChange method.
objectWillChange(Object) - Method in interface com.webobjects.eocontrol.EOObserving
Informs the receiver that object's state is about to change.
objectWillChange(Object) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Raises an exception.
objectWithFetchSpecificationAndBindings(EOEditingContext, String, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Fetches the Enterprise Object retrieved with the specified fetch specification and bindings.
objectWithPrimaryKey(EOEditingContext, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Fetches the Enterprise Object identified by the specified primary key dictionary.
objectWithPrimaryKeyValue(EOEditingContext, String, Object) - Static method in class com.webobjects.eoaccess.EOUtilities
Fetches the Enterprise Object identified by the specified primary key value.
objectWithQualifierFormat(EOEditingContext, String, String, NSArray) - Static method in class com.webobjects.eoaccess.EOUtilities
Creates a qualifier with the provided format string and arguments, and returns the matching Enterprise Object.
observerForObject(Object, Class) - Static method in class com.webobjects.eocontrol.EOObserverCenter
Returns an observer for eo that is of class aClass.
observerNotificationSuppressCount() - Static method in class com.webobjects.eocontrol.EOObserverCenter
Returns the number of suppressObserverNotification messages in effect.
ObserverNumberOfPriorities - Static variable in class com.webobjects.eocontrol.EODelayedObserver
Constant to represent the number of priorities(8).
ObserverPriorityFifth - Static variable in class com.webobjects.eocontrol.EODelayedObserver
Constant to represent the priority of a notification in the queue.
ObserverPriorityFirst - Static variable in class com.webobjects.eocontrol.EODelayedObserver
Constant to represent the priority of a notification in the queue.
ObserverPriorityFourth - Static variable in class com.webobjects.eocontrol.EODelayedObserver
Constant to represent the priority of a notification in the queue.
ObserverPriorityImmediate - Static variable in class com.webobjects.eocontrol.EODelayedObserver
Constant to represent the priority of a notification in the queue.
ObserverPriorityLater - Static variable in class com.webobjects.eocontrol.EODelayedObserver
Constant to represent the priority of a notification in the queue.
ObserverPrioritySecond - Static variable in class com.webobjects.eocontrol.EODelayedObserver
Constant to represent the priority of a notification in the queue.
ObserverPrioritySixth - Static variable in class com.webobjects.eocontrol.EODelayedObserver
Constant to represent the priority of a notification in the queue.
ObserverPriorityThird - Static variable in class com.webobjects.eocontrol.EODelayedObserver
Constant to represent the priority of a notification in the queue.
observerQueue() - Method in class com.webobjects.eocontrol.EODelayedObserver
Overridden by subclasses to determine the receiver's designated EODelayedObserverQueue.
observersForObject(Object) - Static method in class com.webobjects.eocontrol.EOObserverCenter
Returns all observers of eo.
observingAssociations() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns all EOAssociations that observe the receiver's objects.
ok() - Method in interface com.webobjects.eoapplication.EOModalDialogController.ModalActions
The action method invoked when the user wants to finish the modal dialog.
ok() - Method in class com.webobjects.eogeneration.EOFormController
 
ok() - Method in class com.webobjects.eogeneration.EOListController
 
OkayActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Okay action.
oldName() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Returns the old name of the column
oldName() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the old name of the table
omitXMLDeclaration() - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Returns true if the XML document declaration should be ommited.
onClickForCurrentException() - Method in class com.webobjects.woextensions.WOExceptionPage
 
One - Static variable in class com.webobjects.directtoweb.D2WModel
A constant that represents a logical true value.
OneCentury - Static variable in interface com.webobjects.foundation.NSLocking
Number of milliseconds in one century
OneDay - Static variable in interface com.webobjects.foundation.NSLocking
Number of milliseconds in one day
OneHour - Static variable in interface com.webobjects.foundation.NSLocking
Number of milliseconds in one Hour
OneLevelKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary value representing one-level scope.
OneMinute - Static variable in interface com.webobjects.foundation.NSLocking
Number of milliseconds in one Minute
onEndElement(String, String, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
 
onEndElement(String, String, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
onEndElement(String, String, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializer
 
onEndElement(String, String, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer
 
OneSecond - Static variable in interface com.webobjects.foundation.NSLocking
Number of milliseconds in one Second
OneWeek - Static variable in interface com.webobjects.foundation.NSLocking
Number of milliseconds in one Week
OneYear - Static variable in interface com.webobjects.foundation.NSLocking
Number of milliseconds in one Year (defined as 365.2425 days)
ONFAULTCLIENTREQUEST - Static variable in interface com.webobjects.webservices.support.WOSecurityDelegate
String name of the client side request undo delegate method
onFaultClientRequest(MessageContext) - Method in interface com.webobjects.webservices.support.WOSecurityDelegate
Called during processing of an Axis fault on the client side as a request is being sent to a server.
ONFAULTCLIENTRESPONSE - Static variable in interface com.webobjects.webservices.support.WOSecurityDelegate
String name of the client side response undo delegate method
onFaultClientResponse(MessageContext) - Method in interface com.webobjects.webservices.support.WOSecurityDelegate
Called during processing of an Axis fault on the client as the response is being returned by the Axis stack.
ONFAULTSERVERREQUEST - Static variable in interface com.webobjects.webservices.support.WOSecurityDelegate
String name of the server side request undo delegate method
onFaultServerRequest(MessageContext) - Method in interface com.webobjects.webservices.support.WOSecurityDelegate
Called during processing of an Axis fault on the server as the request is being passed through Axis to the service method.
ONFAULTSERVERRESPONSE - Static variable in interface com.webobjects.webservices.support.WOSecurityDelegate
String name of the server side response undo delegate method
onFaultServerResponse(MessageContext) - Method in interface com.webobjects.webservices.support.WOSecurityDelegate
Called during processing of an Axis fault on the server as the response is being returned through the Axis stack from the service method.
OnlyJavaIdentifiersAllowed - Static variable in class com.webobjects.eoapplication.EODialogs
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WORangeDeserializer
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializer
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer
 
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
 
opaqueState() - Method in class com.webobjects.eocontrol.EOCustomObject
 
opaqueState() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
This methods returns an opaque object which encapsulates state private to EOF.
OpenActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Open action.
OpenBasePlugIn - Class in com.webobjects.jdbcadaptor
 
OpenBasePlugIn(JDBCAdaptor) - Constructor for class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
OpenBasePlugIn.OpenBaseExpression - Class in com.webobjects.jdbcadaptor
 
OpenBasePlugIn.OpenBaseExpression(EOEntity) - Constructor for class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
OpenBasePlugIn.OpenBaseSynchronizationFactory - Class in com.webobjects.jdbcadaptor
 
OpenBasePlugIn.OpenBaseSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseColumnDescription - Class in com.webobjects.jdbcadaptor
 
OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseColumnDescription() - Constructor for class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseColumnDescription
 
OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseIndexDescription - Class in com.webobjects.jdbcadaptor
 
OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseIndexDescription() - Constructor for class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseIndexDescription
 
OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseTableDescription - Class in com.webobjects.jdbcadaptor
 
OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseTableDescription() - Constructor for class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseTableDescription
 
openChannel() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to put the channel, and both its context and adaptor, into a state where they are ready to perform database operations.
openChannel() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
openChannel() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
openedImageFileName() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
openGlobalIDsWithEntityName(String, NSArray) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
openGlobalIDWithEntityName(String, EOGlobalID) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
openInProjectBuilderAction() - Method in class com.webobjects.woextensions.WOProjectBuilderAction
 
openModalDialogForTaskName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
openObjectWithGlobalID(EOGlobalID) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Open
 
openObjectWithGlobalID(EOGlobalID) - Method in class com.webobjects.eogeneration.EOFormController
 
openServerSideWebAssistantAction() - Method in class com.webobjects.directtoweb.D2WActions
 
openSingleWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
openWebAssistantAction() - Method in class com.webobjects.directtoweb.D2WActions
 
openWindowForTaskName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
openWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
openWithTask() - Method in class com.webobjects.eogeneration.EOEditingController
 
openWithTask() - Method in class com.webobjects.eogeneration.EOFormController
 
openWithTask() - Method in class com.webobjects.eogeneration.EOListController
 
operatingSystem() - Method in class com.webobjects.woextensions.WOStatsPage
 
OperationClassNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the class that implements the operation named operationName
operationInputName() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the local part of the operation input message name.
operationName() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the operation name.
operationNamed(String) - Method in class com.webobjects.webservices.client.WOWebService
Return the operation named name.
OperationNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the current operation
OperationNamesKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the names of all manually added operations
operationOutputName() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the local part of the operation output message name.
operationsDictionary() - Method in class com.webobjects.webservices.client.WOWebService
Return an NSDictionary containing name to WOClientOperation mappings for all operations published in this service.
operationsDictionaryForService(String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Returns an NSDictionary containing a mapping of operation name to WOClientOperation instance for for all operations defined on the Web service named serviceName.
operationTypesSchema() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the content that will be added the WSDL types element of the service this operation is grouped in.
operatorForKey(String) - Static method in class com.webobjects.foundation.NSArray
 
OperatorNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
This key is intentionally not documented.
operatorNames() - Static method in class com.webobjects.foundation.NSArray
Returns the names of the operations that can be performed on array elements.
operatorSelectorForSelectorNamed(String) - Static method in class com.webobjects.eocontrol.EOQualifier
Returns a named operator selector.
operatorSelectorForString(String) - Static method in class com.webobjects.eocontrol.EOQualifier
Returns an operator selector based on the string string.
optimizeForMac() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
 
OptimizeForMacKey - Static variable in class com.webobjects.eoapplication.EOUserInterfaceParameters
 
optimizeMenuAccelerators() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether standard menu accelerators like Command-n (new), Command-o (open) should be constantly updated to affect the active type of document (object).
OPTIONAL - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule.EndTagPolicy
 
OptionalOperation - Static variable in class com.webobjects.eoapplication.EODialogs
 
OraclePlugIn - Class in com.webobjects.jdbcadaptor
 
OraclePlugIn(JDBCAdaptor) - Constructor for class com.webobjects.jdbcadaptor.OraclePlugIn
 
OraclePlugIn.OracleExpression - Class in com.webobjects.jdbcadaptor
 
OraclePlugIn.OracleExpression(EOEntity) - Constructor for class com.webobjects.jdbcadaptor.OraclePlugIn.OracleExpression
 
OraclePlugIn.OracleSynchronizationFactory - Class in com.webobjects.jdbcadaptor
 
OraclePlugIn.OracleSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
order() - Method in class com.webobjects.eoaccess.EOEntityIndex
Returns the index order.
orderByString() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the comma-separated list of "attribute direction" pairs ("LAST_NAME asc, FIRST_NAME asc", for example) for use in a SELECT statement.
OrderedAscending - Static variable in class com.webobjects.foundation.NSComparator
Returned when the object arguments are in ascending order (the value of the first argument is less than the value of the second).
OrderedDescending - Static variable in class com.webobjects.foundation.NSComparator
Returned when the object arguments are in descending order (the value of the first argument is greater than the value of the second).
OrderedSame - Static variable in class com.webobjects.foundation.NSComparator
Returned when the values of the object arguments are equivalent.
originalException() - Method in exception com.webobjects.foundation.NSForwardException
 
originatingAdaptor() - Method in class com.webobjects.appserver.WORequest
Returns the adaptor that originated this request or null if this request was not created by an Adaptor.
otherNamespaces() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the additional namespace attributes that will be added the WSDL defenition element of the service this operation is grouped in.
otherParameterName - Variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. A public variable used in a repetition to create a list of all non-standard bindings.
otherParameterName - Variable in class com.webobjects.eodistribution.WOJavaClientComponent
A public variable used in a repetition to create a list of all non-standard bindings.
otherParameterNames() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns an array containing the names of the non-standard bindings added to the receiver.
otherParametersString() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns a string containing the parameter names and values of the non-standard bindings added to the receiver.
otherParameterValue() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the value of the parameter corresponding to the otherParameterName instance variable.
out - Static variable in class com.webobjects.foundation.NSLog
Logger sending output to system output file.
OutParameter - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant representing one of four possible parameter directions for EOAttributes that represent arguments to a stored procedure.
outputFormat() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Gets the current NSXMLOutputFormat object.
outputPartKeyPaths() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the EOProperty keys/key paths associated with the public names of the operation's output message parts.
outputPartNames() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the names of the operation's SOAP output message parts.
OutputPartNamesKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the XML element names of properties the current operation will return
outputPath() - Method in class com.webobjects.appserver.WOApplication
Return the path to which logs will be written.
overridesPrototypeDefinitionForCharacteristic(EOAttribute.Characteristic) - Method in class com.webobjects.eoaccess.EOAttribute
Returns true if the attribute has an override, false if the requested characteristic gets its value from the prototype attribute.
overridesPrototypeDefinitionForKey(String) - Method in class com.webobjects.eoaccess.EOAttribute
Returns true if the attribute has an override, false if the requested key gets its value from the prototype attribute.
overwrittenCharacteristics() - Method in class com.webobjects.eoaccess.EOAttribute
 
ownsDestination() - Method in class com.webobjects.eoaccess.EORelationship
Returns true if the receiver's source object owns its destination objects, false otherwise.
ownsDestination() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns whether the related object(s) is (are) owned by the source object of this relationship.
ownsDestinationObjectsForRelationshipKey(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns true if the the objects at the destination of the relationship specified by relationshipKey should be deleted if they are removed from the relationship rather than transferred to the corresponding relationship of another object.
ownsDestinationObjectsForRelationshipKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to determine whether the objects at the destination of the relationship specified by relationshipKey should be deleted if they are removed from the relationship.
ownsDestinationObjectsForRelationshipKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns true if the receiver has a relationship identified by key that owns its destination, and false otherwise.
ownsDestinationObjectsForRelationshipKey(String) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns true if the receiver has a relationship identified by relationshipKey that owns its destination, false otherwise.
ownsDestinationObjectsForRelationshipKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns whether or not the objects in the destination of the given relationship should be deleted if they are removed from the relationship (and not added to the corresponding relationship of another object).
ownsGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns true if the receiver is responsible for fetching and saving the object identified by globalID, false otherwise.
ownsGlobalID(EOGlobalID) - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to return true if the receiver is responsible for fetching and saving the object identified by globalID.
ownsObject(EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns true if the receiver is responsible for fetching and saving object, false otherwise.
ownsObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to return true if the receiver is responsible for fetching and saving object.

P

packageClassPath() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
packageName() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
packetForPropertyAndSettingsWithPage(Property, Settings, WOComponent) - Method in class com.webobjects.directtoweb.D2W
This method is intentionally undocumented.
packetForSettingsWithPage(Settings, WOComponent) - Method in class com.webobjects.directtoweb.D2W
This method is intentionally undocumented.
PAGE - Static variable in class com.webobjects.appserver.WOComponentVariable.WOComponentVariableScope
 
page() - Method in class com.webobjects.appserver.WOContext
Returns a WOComponent object that represents either the request or response page.
page() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the page for the JNLP file generation.
PageAvailableKey - Static variable in class com.webobjects.directtoweb.D2WModel
The page available key; the literal "pageAvailable".
pageAvg() - Method in class com.webobjects.woextensions.WOStatsPage
 
pageCacheSize() - Method in class com.webobjects.appserver.WOApplication
Provides the size of the default page cache.
pageCount() - Method in class com.webobjects.woextensions.WOStatsPage
 
pageForConfigurationNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a Direct to Web page as a WOComponent for a named configuration identified by the dynamicPageName argument.
pageForContextID(String) - Method in class com.webobjects.appserver.WOSession.PageFragmentCache
For a given contextID, return the page.
pageForException(Exception) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
pageForResult(Object) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
pageForTaskAndEntityNamed(String, String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a Direct to Web page as a WOComponent for the task identified by task and the entity identified by entityName.
pageForTaskAndEntityNamed(String, String, WOContext) - Method in class com.webobjects.directtoweb.D2W
Returns a Direct to Web page as a WOComponent for the task identified by task and the entity identified by entityName.
pageFragementID() - Method in class com.webobjects.appserver.WOContext
Returns the ID used in the page fragment cache to identify the component.
pageFragmentCacheSize() - Method in class com.webobjects.appserver.WOApplication
Provides the size of the default page fragments cache.
PageKey - Static variable in class com.webobjects.eodistribution.client.EOHTTPChannel
The name of the page connection key.
pageMax() - Method in class com.webobjects.woextensions.WOStatsPage
 
pageMin() - Method in class com.webobjects.woextensions.WOStatsPage
 
pageName() - Method in class com.webobjects.directtoweb.D2WContext
Returns the name of the Direct to Web template based on the current task and entity.
PageNameKey - Static variable in class com.webobjects.appserver.WORequest
String used by the WOComponentRequestHandler to store to and retrieve from an NSDictionary the request's page name.
PageNameKey - Static variable in class com.webobjects.directtoweb.D2WModel
The page name key; the literal "pageName".
pageRuleKeysForPage(String) - Method in class com.webobjects.directtoweb.D2WModel
Gets the page rule keys for the specified page.
pageRuleKeysFromClientConfiguration() - Method in class com.webobjects.directtoweb.D2WModel
Gets the page rule keys from the client configuration.
pagesAvailable() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
pagesDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
PageSignature - Static variable in class com.webobjects.appserver.WOEvent
Integer representing a page name signature.
pageTitle() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
pageWithName(String) - Method in class com.webobjects.appserver.WOAction
Returns the page with given name.
pageWithName(String, WOContext) - Method in class com.webobjects.appserver.WOApplication
Returns a new page instance (a WOComponent object) identified by aName.
pageWithName(String) - Method in class com.webobjects.appserver.WOComponent
Returns a new page instance (a WOComponent object) identified by aName.
pageWrapperName() - Method in class com.webobjects.directtoweb.D2WPage
Returns the name of the page wrapper component in which the receiver appears.
paint(Graphics) - Method in class com.webobjects.eointerface.swing.EOImageView
Paints the image view.
parameterDirection() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the parameter direction for attributes that are arguments to a stored procedure.
parameterMode() - Method in class com.webobjects.webservices.client.WOClientParameter
Returns the ParameterMode for this parameter.
parameterOrder() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the value of the WSDL parameterOrder attribute for the operation definition.
parameters() - Method in class com.webobjects.webservices.client.WOClientOperation
Returns an NSMutableArray containing WOClientParameters for the parameters taken by this operation.
parameterTypes() - Method in class com.webobjects.foundation.NSSelector
Returns a copy of the array of parameter types specified by this NSSelector.
parent() - Method in class com.webobjects.appserver.WOComponent
 
parent() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the attribute's parent, which is either an EOEntity or an EOStoredProcedure.
parent() - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Returns the parent object for the currently unarchived object.
ParentAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Parent aspect
parentEntity() - Method in class com.webobjects.eoaccess.EOEntity
Returns the parent entity for the receiver, that is, the entity from which the receiver inherits.
parentEvent() - Method in class com.webobjects.eocontrol.EOEvent
Returns the parent event, if any, or null otherwise.
parentKey() - Method in class com.webobjects.eogeneration.EOTreeController
 
ParentKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
parentObjectStore() - Method in class com.webobjects.eocontrol.EOEditingContext
 
parentTag() - Method in class com.webobjects.appserver.parser.WOHTMLWebObjectTag
 
parse() - Method in class com.webobjects.appserver.parser.WOBundleComponentTemplateParser
 
parse() - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
parse() - Method in class com.webobjects.appserver.parser.WOHTMLTemplateParser
 
parse() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
ParseException - Exception in com.webobjects.appserver.parser.declaration
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.webobjects.appserver.parser.declaration.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.webobjects.appserver.parser.declaration.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.webobjects.appserver.parser.declaration.ParseException
 
parseException(Throwable) - Static method in class com.webobjects.woextensions.WOExceptionParser
 
parseHTML() - Method in class com.webobjects.appserver.parser.WOHTMLParser
 
parseObject(String, ParsePosition) - Method in class com.webobjects.foundation.NSNumberFormatter
Parses a string using the current pattern to produce a Number object.
parseObject(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Parses a string to produce an object.
parseObject(String, ParsePosition) - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Parses a string to produce an object.
parseObjectInUTC(String, ParsePosition) - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Parses a string to produce an object using UTC as the time zone.
parser() - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Deprecated.  
parserClassName() - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Deprecated.  
parseUntil(String, StringBuilder, String, boolean, boolean) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
Parses the current buffer with the given prefix until the given suffix is found.
partialPropertyKeyPath() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
partialValueForKeyString() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
partName() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Accessor for partName.
partType() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the value of the type attribute for the input part identified by the name of the current argument name reflected in partName().
password() - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns the password which allows access to event logging information.
password() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the password from the adaptor's connection dictionary.
password - Variable in class com.webobjects.woextensions.WOEventPage
 
password() - Method in class com.webobjects.woextensions.WOEventPage
 
password - Variable in class com.webobjects.woextensions.WOStatsPage
 
PasswordKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Key labeling the password in the connection dictionary.
PasswordKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the password.
PasteboardCopyActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the pasteboard Copy action.
PasteboardCutActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the pasteboard Cut action.
PasteboardDeleteActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the pasteboard Delete action.
PasteboardPasteActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the pasteboard Paste action.
PasteboardSelectAllActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the pasteboard Select All action.
path() - Method in class com.webobjects.appserver.WOApplication
Returns the file system path of the application, which is an absolute path and includes the .woa extension; for example "C:/NETSCAPE/ns-home/docs/WebObjects/Examples/HelloWorld.woa" is a typical application path.
path() - Method in class com.webobjects.appserver.WOComponent
Deprecated. use pathURL instead.
path() - Method in class com.webobjects.appserver.WOCookie
Cookies for a specific path are sent only when accessing URLs within that path.
path() - Method in class com.webobjects.eoaccess.EOModel
Deprecated. use pathURL instead.
pathExtension(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Returns a path's extension, if any (not including the extension divider).
pathForComponentDef(WOComponentDefinition) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
Returns the path string for the component definition given.
pathForResource(String, String) - Method in class com.webobjects.foundation.NSBundle
Deprecated. Use resourcePathForLocalizedResourceNamed instead.
pathForResource(String, String, String) - Method in class com.webobjects.foundation.NSBundle
Deprecated. Don't use this method. Use resourcePathForLocalizedResourceNamed instead.
pathForResourceNamed(String, String, NSArray) - Method in class com.webobjects.appserver.WOResourceManager
Deprecated. don't use this method. Use inputStreamForResourceNamed, pathURLForResourceNamed or bytesForResourceNamed instead.
pathIsAbsolute(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Deprecated. Use (new File(aString)).isAbsolute().
pathIsEqualToString(String, String) - Static method in class com.webobjects.foundation.NSPathUtilities
Deprecated. This method should not be used.
pathsForResources(String, String) - Method in class com.webobjects.foundation.NSBundle
Deprecated. Don't use this method. Use resourcePathsForResources instead.
pathURL() - Method in class com.webobjects.appserver.WOComponent
Returns the path URL to the component.
pathURL() - Method in class com.webobjects.eoaccess.EOModel
Returns the URL to the EOModel file used to create the receiver, or null if the model wasn't initialized from an URL.
pathURLForResourceNamed(String, String, NSArray) - Method in class com.webobjects.appserver.WOResourceManager
Returns the URL to the specified resource.
pathURLForResourcePath(String) - Method in class com.webobjects.foundation.NSBundle
Returns an URL to the resource specified by aResourcePath.
pattern() - Method in class com.webobjects.foundation.NSNumberFormatter
 
pattern() - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Returns this NSTimestampFormatter's pattern.
percentNotValue() - Method in class com.webobjects.woextensions.WOCompletionBar
 
percentOfMaxTime() - Method in class com.webobjects.woextensions.WOEventRow
 
percentValue() - Method in class com.webobjects.woextensions.WOCompletionBar
 
performAction(String) - Method in class com.webobjects.eogeneration.EOEnterAction
 
performAction() - Method in class com.webobjects.woextensions.WOLongResponsePage
 
performActionNamed(String) - Method in class com.webobjects.appserver.WOAction
Performs the action with the specified name and returns the result of that action.
performActionNamed(String) - Method in class com.webobjects.appserver.WODirectAction
Performs the action with the specified name and returns the result of that action.
performAdaptorOperation(EOAdaptorOperation) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Performs adaptorOp by invoking the adaptor channel method appropriate for performing the specified operation.
performAdaptorOperations(NSArray) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Performs adaptor operations by invoking performAdaptorOperation with each EOAdaptorOperation object in the array adaptorOps.
performChanges() - Method in class com.webobjects.eoaccess.EODatabaseContext
Constructs EOAdaptorOperations for all the EODatabaseOperations produced during recordChangesInEditingContext and recordUpdateForObject.
performChanges() - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to transmit changes to the receiver's underlying database.
performChannelOperation(JNDIPlugIn.ChannelOperation) - Method in class com.webobjects.jndiadaptor.JNDIPlugIn
 
performOperation() - Method in interface com.webobjects.jndiadaptor.JNDIPlugIn.ChannelOperation
Performs an operation in a JNDIChannel.
performParentAction(String) - Method in class com.webobjects.appserver.WOComponent
Allows a subcomponent to invoke an action method of its parent component bound to the child component.
performSelector(NSSelector, Object, Object, int) - Method in class com.webobjects.foundation.NSDelayedCallbackCenter
Registers selector to be invoked on target with the specified argument and order (priority).
performTask(EOController, Object[]) - Method in class com.webobjects.eogeneration.EOControllerFactory.ControllerTaskAdaptor
 
performTask(EOController, Object[]) - Method in interface com.webobjects.eogeneration.EOControllerFactory.ControllerTaskCallback
 
performTaskWithController(EOController, EOControllerFactory.ControllerTaskCallback, Object[]) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
permanentPageCacheSize() - Method in class com.webobjects.appserver.WOApplication
Provides the size of the permanent page cache.
phraseCastingColumnNamed(String, EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an SQL string to cast the values in the column identified by columnName from the current type to a new type specified by castType.
phraseCastingColumnNamed(String, EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
phraseCastingColumnNamed(String, EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an SQL string to cast the values in the column identified by columnName from the current type to a new type specified by castType.
phraseCastingColumnNamed(String, EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns columnName.
pingAction() - Method in class com.webobjects.appserver.WOAdminAction
This method is intentionally undocumented.
platformIndicators() - Method in class com.webobjects.eoapplication.EOApplication
Returns an array of Strings (all lowercase) which can be used to identify the platform the application is running on.
PlatformsSpecification - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
player() - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Returns the player displayed in the EOQuickTimeView.
plugIn() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the JDBCPlugIn to use with this adaptor's connection dictionary.
plugIn() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
Gets the instance of the plug-in class name specified in the connection dictionary.
PlugInClassNameKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the plug-in class name.
pluginCodebase() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the codebase to be used by applet clients running with Sun's Java Plugin.
PluginCodebaseKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the pluginCodebase binding.
PlugInKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Key labeling the plugin class name in the connection dictionary.
plugInName() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the adaptor's plug-in name.
plugInName() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the adaptor's plug-in name.
plugInNameForURL(String) - Static method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the class name of the JDBCPlugIn that should be used with the given JDBC URL url.
plugInValueForValue(Object, EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Allows the plugIn to influence the value seen by JDBCAdaptor.fetchedValueForValue.
plurifiedStrings() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
plurifiedStrings() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Contributes to the template method that corresponds to the method browserListDescription.
plurifiedStrings() - Method in class com.webobjects.directtoweb.D2WEditToManyRelationship
Contributes to the template method that corresponds to the method toManyDescription.
plurify(String, int) - Static method in class com.webobjects.directtoweb.Services
 
pollingInterval() - Static method in class com.webobjects.foundation.NSSocketUtilities
Deprecated. This method always returns 0.
popNode() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
port() - Method in class com.webobjects.appserver.WOAdaptor
Returns the port number on which the adaptor listens.
port() - Method in class com.webobjects.appserver.WOApplication
Returns the port number on which the primary adaptor will listen This is the cover method for the property WOPort.
port() - Method in class com.webobjects.directtoweb.AssistantServer
 
positiveFormat() - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.positivePattern().
positivePattern() - Method in class com.webobjects.foundation.NSNumberFormatter
 
possibleBindings - Static variable in class com.webobjects.directtoweb.D2WSwitchComponent
The set of possible bindings.
postNotification(NSNotification) - Method in class com.webobjects.foundation.NSNotificationCenter
Posts notification to the notification center.
postNotification(String, Object) - Method in class com.webobjects.foundation.NSNotificationCenter
Creates a notification with the name notificationName, associates it with the object notificationObject, and posts it to the notification center.
postNotification(String, Object, NSDictionary) - Method in class com.webobjects.foundation.NSNotificationCenter
Creates a notification with the name notificationName, associates it with the object notificationObject and dictionary userInfo, and posts it to the notification center.
precision() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the precision of the database representation of attributes with a numeric type, i.e., Number or java.math.BigDecimal.
precision() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
Returns the receiver's precision.
precision() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
PrecisionKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Key for use in change dictionaries whose value is the precision value in the database for an EOAttribute.
PrecisionKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
preferredLabelComponentPosition() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
preferredLabelComponentPosition() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
preferredLabelComponentPosition() - Method in class com.webobjects.eogeneration.EOTextAreaController
 
preferredLabelComponentPosition() - Method in class com.webobjects.eogeneration.EOTreeController
 
preferredLabelComponentPosition() - Method in class com.webobjects.eogeneration.EOWidgetController
 
preferredLayoutSize(Container) - Method in class com.webobjects.eointerface.swing.EOForm
Returns the preferred size of the form container.
preferredLayoutSize(Container) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Returns the preferred size of the component container.
preferredUsesLabelComponent() - Method in class com.webobjects.eogeneration.EOCheckBoxController
 
preferredUsesLabelComponent() - Method in class com.webobjects.eogeneration.EOComboBoxController
 
preferredUsesLabelComponent() - Method in class com.webobjects.eogeneration.EOEnumerationController
 
preferredUsesLabelComponent() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
preferredUsesLabelComponent() - Method in class com.webobjects.eogeneration.EOTextAreaController
 
preferredUsesLabelComponent() - Method in class com.webobjects.eogeneration.EOTextFieldController
 
preferredUsesLabelComponent() - Method in class com.webobjects.eogeneration.EOTreeController
 
preferredUsesLabelComponent() - Method in class com.webobjects.eogeneration.EOWidgetController
 
preferredWidgetAutosizingMask() - Method in class com.webobjects.eogeneration.EOActionController
 
preferredWidgetAutosizingMask() - Method in class com.webobjects.eogeneration.EOTextAreaController
 
preferredWidgetAutosizingMask() - Method in class com.webobjects.eogeneration.EOTreeController
 
preferredWidgetAutosizingMask() - Method in class com.webobjects.eogeneration.EOWidgetController
 
prefersContinuousChangeNotification() - Method in class com.webobjects.eogeneration.EOAssociationController
 
prefersContinuousChangeNotification() - Method in class com.webobjects.eointerface.EOWidgetAssociation
Returns whether or not the receiver should be notified of every change made to its display object.
PrefersContinuousChangeNotificationParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
prefersIconOnly() - Method in class com.webobjects.eoapplication.EOComponentController
Returns whether the receiver prefers to represent itself with only an icon or with an icon and a label.
PrefersIconOnlyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
prefetchingRelationshipKeyPaths() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns an array of relationship key paths that should be prefetched along with the main fetch.
prefix() - Method in class com.webobjects.appserver.WODynamicURL
 
prepareApplication(EOApplication, NSDictionary) - Method in class com.webobjects.eoapplication.client.EOClientApplicationSupport
Sets the application name and a client-side specific defaults manager.
prepareApplication(EOApplication, NSDictionary) - Method in class com.webobjects.eoapplication.EOApplication.ApplicationSupport
Gives the application support object an opportunity to prepare the application instance, for example to set the name and the default manager.
prepareApplication(EOApplication, NSDictionary) - Method in class com.webobjects.eoapplication.EOApplicationSupport
Sets the application name and a two-tier specific defaults manager.
prepareClasses(NSDictionary) - Method in class com.webobjects.eoapplication.client.EOClientApplicationSupport
Initializes some client-side principal classes and the distribution channel if that has not already happened.
prepareClasses(NSDictionary) - Method in class com.webobjects.eoapplication.EOApplication.ApplicationSupport
Gives the application support object an opportunity to initialize principal classes.
prepareClasses(NSDictionary) - Method in class com.webobjects.eoapplication.EOApplicationSupport
Initializes all NSBundles used by the application and their principal classes.
prepareComponent() - Method in class com.webobjects.eoapplication.EOArchiveController
Overridden from the superclass to ensure that - if an archive name is specified for the receiver - the interface file archive is loaded before the component is prepared.
prepareComponent() - Method in class com.webobjects.eoapplication.EOComponentController
Prepares the receiver's component for display.
prepareConstraintStatementForRelationship(EORelationship, NSArray, NSArray) - Method in class com.webobjects.eoaccess.EOSQLExpression
Sets the receiver's statement to an adaptor specific constraint for relationship.
prepareConstraintStatementForRelationship(EORelationship, NSArray, NSArray) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleExpression
 
prepareDeleteExpressionForQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EOSQLExpression
Generates a DELETE statement.
prepareForNewTask(boolean) - Method in class com.webobjects.eoapplication.EOController
Prepares the receiver for performing a new task by resetting any data.
prepareForNewTask(boolean) - Method in class com.webobjects.eoapplication.EODocumentController
Prepares the receiver for performing a new task by resetting any data and resetting it's edited state.
prepareForNewTask(boolean) - Method in class com.webobjects.eoapplication.EOEntityController
Prepares the receiver for performing a new task by resetting any data and refetching objects if necessary.
prepareForNewTask(boolean) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
prepareForNewTask(boolean) - Method in class com.webobjects.eogeneration.EOQueryController
 
prepareForNewTask(boolean) - Method in class com.webobjects.eogeneration.EOTitlesController
 
prepareForReading(InputStream) - Method in class com.webobjects.foundation.NSCoder
Prepares the receiver for reading data from stream.
prepareForSaveWithCoordinator(EOObjectStoreCoordinator, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Prepares to save changes.
prepareForSaveWithCoordinator(EOObjectStoreCoordinator, EOEditingContext) - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to notify the receiver that a multi-store save operation overseen by coordinator is beginning for the EOEditingContext, context.
prepareForWriting(OutputStream) - Method in class com.webobjects.foundation.NSCoder
Prepares the receiver for writing to stream.
prepareGlobalObjects(NSDictionary) - Method in class com.webobjects.eoapplication.client.EOClientApplicationSupport
Initializes all client-side principal classes and a client-side specific data source factory and resource bundle.
prepareGlobalObjects(NSDictionary) - Method in class com.webobjects.eoapplication.EOApplication.ApplicationSupport
Gives the application support object an opportunity to initialize global objects, for example data source factories and distribution channels.
prepareGlobalObjects(NSDictionary) - Method in class com.webobjects.eoapplication.EOApplicationSupport
Initializes a two-tier specific data source factory and resource bundle.
prepareInsertExpressionWithRow(NSDictionary) - Method in class com.webobjects.eoaccess.EOSQLExpression
Generates an INSERT statement.
prepareInsertExpressionWithRow(NSDictionary) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
prepareSelectExpressionWithAttributes(NSArray, boolean, EOFetchSpecification) - Method in class com.webobjects.eoaccess.EOSQLExpression
Generates a SELECT statement.
prepareSelectExpressionWithAttributes(NSArray, boolean, EOFetchSpecification) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
prepareSelectExpressionWithAttributes(NSArray, boolean, EOFetchSpecification) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
prepareTask(EOController, Object[]) - Method in class com.webobjects.eogeneration.EOControllerFactory.ControllerTaskAdaptor
 
prepareTask(EOController, Object[]) - Method in interface com.webobjects.eogeneration.EOControllerFactory.ControllerTaskCallback
 
prepareToSelect(boolean, boolean) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Select
 
prepareToSelect(boolean, boolean) - Method in class com.webobjects.eogeneration.EOListController
 
prepareToSelectByInserting() - Method in interface com.webobjects.eogeneration.EOControllerFactory.SelectByInserting
 
prepareToSelectByInserting() - Method in class com.webobjects.eogeneration.EOFormController
 
prepareUpdateExpressionWithRow(NSDictionary, EOQualifier) - Method in class com.webobjects.eoaccess.EOSQLExpression
Generates an UPDATE statement.
prepareUpdateExpressionWithRow(NSDictionary, EOQualifier) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
prepareValuesForClient() - Method in class com.webobjects.eocontrol.EOCustomObject
Invoked on a server-side enterprise object before the values of it are distributed to a client application.
prepareValuesForClient() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Invoked on a server-side enterprise object before the values of it are distributed to a client application.
preprocess(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
This is unclean.
prevCharIsCR - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
prevCharIsLF - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
previous() - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Returns the previous fault handler in the chain.
previous() - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
previousIndex() - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
previousWindowToActivate() - Method in class com.webobjects.eoapplication.EOWindowObserver
primaryAspect() - Method in class com.webobjects.eointerface.EOActionAssociation
Deprecated. Returns the primary aspect this association gets bound to.
primaryAspect() - Method in class com.webobjects.eointerface.EOActionInsertionAssociation
Returns the primary aspect this association gets bound to.
primaryAspect() - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to return the default aspect, usually one denoting the displayed value, which by convention is named "value".
primaryAspect() - Method in class com.webobjects.eointerface.EODetailSelectionAssociation
Returns the primary aspect this association gets bound to.
primaryAspect() - Method in class com.webobjects.eointerface.EOMasterAssociation
Overridden by subclasses to return the default aspect.
primaryAspect() - Method in class com.webobjects.eointerface.EOPickTextAssociation
This method returns this association's primary aspect, which is EOAssociation.MatchKey1Aspect.
primaryAspect() - Method in class com.webobjects.eointerface.EOTableAssociation
This method returns the primary aspect for this table association.
primaryAspect() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns this associations primary aspect, which is EOAssociation.ValueAspect.
primaryAspect() - Method in class com.webobjects.eointerface.EOTreeAssociation
 
primaryAspect() - Method in class com.webobjects.eointerface.EOValueAssociation
This method returns the primary aspect for this value association.
primaryAspect() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation
 
PRIMARYKEY - Static variable in class com.webobjects.eoaccess.synchronization.EOSchemaIndexDescription
 
primaryKeyAttributeNames() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array containing the names of the EOAttributes that make up the receiver's primary key.
primaryKeyAttributes() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array of those EOAttributes that make up the receiver's primary key.
primaryKeyConstraints() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
PrimaryKeyConstraintsKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to create primary key constraints.
primaryKeyConstraintStatementsForEntityGroup(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to create the primary key constraints for entityGroup.
primaryKeyConstraintStatementsForEntityGroup(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to create the primary key constraints for entityGroup.
primaryKeyConstraintStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
primaryKeyConstraintStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
primaryKeyConstraintStatementsForEntityGroups(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to create the primary key constraints for the entities specified in entityGroups.
primaryKeyConstraintStatementsForEntityGroups(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to create the primary key constraints for the entities specified in entityGroups.
primaryKeyConstraintStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
primaryKeyDiffs() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns a dictionary that contains any primary key values in newRow that are different from those in the object's database snapshot.
primaryKeyEntityGroupsForEntities(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of primary key entity groups for entities, or an empty array if entities is empty or null.
primaryKeyForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EOEntity
Returns the primary key for the object identified by gid, or null if gid is not an instance of EOKeyGlobalID.
primaryKeyForNewRowWithEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Deprecated. Use the plural version, primaryKeysForNewRowsWithEntity instead.
primaryKeyForNewRowWithEntity(EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
primaryKeyForObject(EOEditingContext, EOEnterpriseObject) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the primary key dictionary for the specified Enterprise Object.
primaryKeyForRow(NSDictionary) - Method in class com.webobjects.eoaccess.EOEntity
Returns the primary key for row, or null if the primary key can't be computed.
primaryKeyLockString(String, String) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
 
primaryKeyLockString(String, String) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
primaryKeyRootName() - Method in class com.webobjects.eoaccess.EOEntity
Returns the external name (that is, the name understood by the database) of the receiver's root (parent) entity.
primaryKeys - Variable in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
primaryKeysForNewRowsWithEntity(int, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Returns an NSArray of primary key dictionaries for the number of new rows specified by count in the database table that corresponds to entity.
primaryKeysForNewRowsWithEntity(int, EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
primaryKeysForNewRowsWithEntity(int, EOEntity) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
primaryKeySupportStatementsForEntityGroup(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to create the primary key generation support for entityGroup, or null if primary key generation is not supported.
primaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns null.
primaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
primaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
primaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
primaryKeySupportStatementsForEntityGroups(NSArray) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to create the primary key generation support for all the entities in each of the the entity groups in entityGroups.
primaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to create the primary key generation support for all the entities in each of the the entity groups in entityGroups.
primaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn.DerbySynchronizationFactory
 
primaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftSynchronizationFactory
 
primaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 
primaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
primaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseSynchronizationFactory
 
primaryKeyTableCreateString(String, EOSQLExpression, EOAttribute) - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn
 
primaryKeyTableCreateString(String, EOSQLExpression, EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
The statement for creating the primaryKeyTable can be overridden here.
primaryKeyTableName() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Default returns "EO_PK_TABLE".
primeApplication(String, String) - Static method in class com.webobjects.appserver.WOApplication
Deprecated. use primeApplication(String, URL, String) instead.
primeApplication(String, URL, String) - Static method in class com.webobjects.appserver.WOApplication
This is used when calling into WebObjects programmatically (typically to use responseForComponentWithName) rather than running a WebObjects application standalone.
principalClass() - Method in class com.webobjects.foundation.NSBundle
Gets the NSBundle's principal class, which is responsible for ensuring that all classes in the framework are properly initialized.
principalClassNames() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns a string containing all names of client side principal classes, separated by a space character.
principalClassNames() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the names of all principal classes for the client side.
PrincipalClassNamesKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the principalClassNames binding.
PrincipalClassNamesKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the principalClassNames binding.
printsHTMLParserDiagnostics() - Method in class com.webobjects.appserver.WOApplication
Deprecated. See com.webobjects.foundation.NSLog
printStream() - Method in class com.webobjects.foundation.NSLog.PrintStreamLogger
Provides the PrintStream wrapped by this NSLog.Logger instance.
printStreamForPath(String) - Static method in class com.webobjects.foundation.NSLog
Provides a java.io.PrintStream object representing the file specified by aPath.
priority() - Method in class com.webobjects.directtoweb.Rule
Gets the priority of the rule.
priority() - Method in class com.webobjects.eocontrol.EODelayedObserver
Overridden by subclasses to determine the receiver's change notification priority.
priority() - Method in class com.webobjects.eocontrol.EOObserverProxy
Returns the priority of the action.
priority() - Method in class com.webobjects.eointerface.EOAssociation
Returns the receiver's change notification priority.
priority() - Method in class com.webobjects.eointerface.EOMasterAssociation
Returns the receiver's change notification priority.
process(String, String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
PROCESSCLIENTREQUEST - Static variable in interface com.webobjects.webservices.support.WOSecurityDelegate
String name of the client side request delegate method
processClientRequest(MessageContext) - Method in interface com.webobjects.webservices.support.WOSecurityDelegate
Invoked during processing of a client side request as the request is sent out the Axis stack to a Web service.
PROCESSCLIENTRESPONSE - Static variable in interface com.webobjects.webservices.support.WOSecurityDelegate
String name of the client side response delegate method
processClientResponse(MessageContext) - Method in interface com.webobjects.webservices.support.WOSecurityDelegate
Called during processing of a client side response as the response returns to Axis from a request to a Web service.
processingInstruction(String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
processMouseEvent(MouseEvent) - Method in class com.webobjects.eointerface.swing.EOTextField
Prevents mouse events from being processed if the receiver is not selectable.
processMouseMotionEvent(MouseEvent) - Method in class com.webobjects.eointerface.swing.EOTextField
Prevents mouse motion events from being processed if the receiver is not selectable.
processQueue(ReferenceQueue) - Static method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Removes fault handlers that are not associated with any editing context from the chain of fault handlers.
processRecentChanges() - Method in class com.webobjects.eocontrol.EOEditingContext
Forces this EOEditingContext to process pending insertions, deletions, and updates.
PROCESSSERVERREQUEST - Static variable in interface com.webobjects.webservices.support.WOSecurityDelegate
String name of the server side request delegate method
processServerRequest(MessageContext) - Method in interface com.webobjects.webservices.support.WOSecurityDelegate
Called during processing of a server side request as the request is being received by the Axis stack.
PROCESSSERVERRESPONSE - Static variable in interface com.webobjects.webservices.support.WOSecurityDelegate
String name of the server side response delegate method
processServerResponse(MessageContext) - Method in interface com.webobjects.webservices.support.WOSecurityDelegate
Called during processing of a server side response as the response is being returned by the Axis stack.
projectPath() - Static method in class com.webobjects.directtoweb.generation.DTWAddToPbUtils
 
projectSearchPath() - Method in class com.webobjects.appserver.WOApplication
Returns an array of file system paths which are searched for projects for rapid turnaround mode.
promoteGlobalIDToObject(String, EOGlobalID, EOEditingContext, boolean) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
A utility method to attempt several different ways to promote a EOGlobalID into an EOEnterpriseObject.
promptsAfterFetchLimit() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns whether to prompt the user after the fetch limit has been reached.
propagateDeleteForObject(EOEnterpriseObject, EOEditingContext) - Method in class com.webobjects.eocontrol.EOClassDescription
Propagates a delete operation for an object in an EditingContext, according to the delete rules specified in the EOModel.
propagateDeleteWithEditingContext(EOEditingContext) - Method in class com.webobjects.eocontrol.EOCustomObject
Deletes the destination objects of the receiver's relationships according to the delete rule for each relationship.
propagateDeleteWithEditingContext(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Deletes the destination objects of the receiver's relationships according to the delete rule for each relationship.
propagatesDeletesAtEndOfEvent() - Method in class com.webobjects.eocontrol.EOEditingContext
Returns true if this EOEditingContext propagates deletes at the end of the event in which a change was made, false if it propagates deletes only right before saving changes.
propagatesPrimaryKey() - Method in class com.webobjects.eoaccess.EORelationship
Returns true if objects should propagate their primary key to related objects through this relationship.
propagatesPrimaryKey() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns whether the primary key of the source object is propagated to the destination object(s) of this relationship, so that these will have the same primary key.
properties() - Method in class com.webobjects.foundation.NSBundle
Get the properties that are located in the Properties file in the Resources subdirectory of the directory corresponding to this NSBundle.
property() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
PropertyIsKeyPathKey - Static variable in class com.webobjects.directtoweb.D2WModel
The property-is-key path key; the literal "propertyIsKeyPath".
propertyKey() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the key corresponding to the current property in the Direct to Web context of the receiver.
propertyKey() - Method in class com.webobjects.directtoweb.D2WContext
Returns the value of the current property.
PropertyKey - Static variable in class com.webobjects.directtoweb.D2WModel
The property key.
propertyKeyDescriptorsFromEntity(EOEntity) - Static method in class com.webobjects.directtoweb.D2WUtils
 
propertyKeyIsKeyPath() - Method in class com.webobjects.directtoweb.D2WContext
Returns true if the current property key is a key path.
PropertyKeyKey - Static variable in class com.webobjects.directtoweb.D2WModel
The property-key key; the literal "propertyKey".
PropertyKeyKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the property currently being inspected
PropertyKeyPortionInModelKey - Static variable in class com.webobjects.directtoweb.D2WModel
The property-key-portion-in-model key; the literal "propertyKeyPortionInModel".
propertyKeysForEntityAndTaskName(String, String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
PropertyKeysQuestion - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
propertyListFromData(NSData) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Deprecated. Use propertyListFromData(NSData data, String encoding)
propertyListFromData(NSData, String) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts an NSData into a property list using a character encoding and returns it.
propertyListFromString(String) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a string into a property list and returns it.
propertyListFromString(String, boolean) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a string into a property list and returns it.
propertyListWithPathURL(URL) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a java.net.URL into a property list and returns it.
propertyListWithPathURL(URL, boolean) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a java.net.URL into a property list and returns it.
propertyNamed(String) - Method in class com.webobjects.eoaccess.EOEntity
Returns the property identified by propertyName, or null if the receiver has no such property.
propertyNameForPartName(String) - Method in class com.webobjects.webservices.generation.WOOperation
Translates the public name of an argument or result key to the EOProperty key path defined in the rule system
propertyNameKey - Static variable in class com.webobjects.directtoweb.ServerSideSettings
 
propertyRuleKeysForComponents(Vector) - Method in class com.webobjects.directtoweb.D2WModel
Gets the property rule keys for the specified components.
propertyRuleKeysFromClientConfiguration() - Method in class com.webobjects.directtoweb.D2WModel
Gets the property rule keys from the client configuration.
propertyType() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
propertyTypeForUnknownKeyPath(String, EOEntity) - Static method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
PropertyTypeKey - Static variable in class com.webobjects.directtoweb.D2WModel
The property type key; the literal "propertyType".
propertyValueClassName() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the name of the class for the values of the current attribute (for example, "NSString").
protectedAccessorForPackageNamed(String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
 
ProtocolSeparator - Static variable in class com.webobjects.appserver.WODynamicURL
 
prototype() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the prototype attribute that is used to define default settings for the receiver, or null if there is none.
prototypeAttributeNamed(String) - Method in class com.webobjects.eoaccess.EOModel
Returns the prototype attribute identified by name.
prototypeAttributes() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns an array of prototype attributes specific to the adaptor class, or an empty array if there are none.
prototypeName() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the name of the prototype attribute of the receiver, or null if there is none.
provideSelectedObjectGlobalID() - Method in interface com.webobjects.eogeneration.EOControllerFactory.Select
 
provideSelectedObjectGlobalID() - Method in interface com.webobjects.eogeneration.EOControllerFactory.SelectByInserting
 
provideSelectedObjectGlobalID() - Method in class com.webobjects.eogeneration.EOFormController
 
provideSelectedObjectGlobalID() - Method in class com.webobjects.eogeneration.EOListController
 
provideSelectedObjectsGlobalIDs() - Method in interface com.webobjects.eogeneration.EOControllerFactory.Select
 
provideSelectedObjectsGlobalIDs() - Method in class com.webobjects.eogeneration.EOListController
 
PROXY_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Proxy element tag name.
proxyForKeyPath(EOEnterpriseObject, String) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Overrides proxyForKeyPath in WOEnterpriseObjectSerializationStrategy to replace the EO(s) at key path keyPath of EO eo with the globalID(s) of the EO(s) at keyPath.
proxyForKeyPath(EOEnterpriseObject, String) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The default implementation simply returns eo.valueForKeyPath(keyPath) but a replacement for this can be substituted as the XML element value.
PublicEntityNamesKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the names of entities that will be published via Direct to Web Services
pullValuesFromParent() - Method in class com.webobjects.appserver.WOComponent
Pulls binding values from the parent component.
pushItem() - Method in class com.webobjects.woextensions.WOTable
 
pushNode(WOMLParentNode) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
pushValuesToParent() - Method in class com.webobjects.appserver.WOComponent
Pushes binding values to the parent component.
put(K, V) - Method in class com.webobjects.foundation.NSDictionary
Warning: NSDictionaries are immutable and therefore this method does not adhere to the Java specification.
put(K, V) - Method in class com.webobjects.foundation.NSMutableDictionary
 
putAll(Map) - Method in class com.webobjects.foundation.NSDictionary
Warning: NSDictionaries are immutable and therefore this method does not adhere to the Java specification.
putAll(Map) - Method in class com.webobjects.foundation.NSMutableDictionary
 
putFields() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Retrieve the object used to buffer persistent fields to be written to the stream.

Q

qName() - Method in class com.webobjects.webservices.client.WOWebService
Returns the QName of the service.
qNameForType(Class, String) - Static method in class com.webobjects.appserver.WOWebServiceUtilities
This returns the QName object for the given class and namespace.
qNameLocalPartStringForType(Class, String) - Static method in class com.webobjects.appserver.WOWebServiceUtilities
As qnameStringForType, but only returns the localpart.
qNameNamespaceURIStringForType(Class, String) - Static method in class com.webobjects.appserver.WOWebServiceUtilities
As qnameStringForType, but only returns the namespaceURI.
qNameStringForType(Class, String) - Static method in class com.webobjects.appserver.WOWebServiceUtilities
This will return a string representing the Qname, or null if anything went wrong anywhere Form is (namespaceURI:)?localpart - so "localpart" or "namespaceURI:localpart".
qualifier() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last qualifier given to the WODisplayGroup via setQualifier or qualifyDisplayGroup.
qualifier() - Method in class com.webobjects.directtoweb.D2WQueryPage
Gets the qualifier from query values of the display group.
qualifier() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the EOQualifier that identifies the specific row to which the adaptor operation applies.
qualifier() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the EOQualifier that indicates which records or objects the receiver is to fetch.
qualifier() - Method in class com.webobjects.eocontrol.EONotQualifier
 
qualifier() - Method in class com.webobjects.eogeneration.EOQueryController
 
qualifier() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the receiver's qualifier, which it uses to filter its array of objects for display when the delegate doesn't do so itself.
qualifier(EOEntity, NSArray, NSArray, NSArray, NSArray, String) - Method in class com.webobjects.webservices.generation.WOSearchOperation
Returns a qualifier for searching on an entity.
qualifierBindingKeys() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns an array of strings which is a union of the binding keys from the fetch specification's qualifier and the data source's auxiliary qualifier, or NSArray.EmptyArray if there are no bindings.
qualifierBindings() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns a dictionary of bindings to be used for variable replacement on the fetch specification's qualifier and the auxiliary qualifier before the fetch is executed.
qualifierForEnterpriseObject(EOEditingContext, EOEnterpriseObject) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns an EOQualifier for the specified Enterprise Object.
qualifierForPrimaryKey(NSDictionary) - Method in class com.webobjects.eoaccess.EOEntity
Returns a qualifier for the receiver that can be used to fetch an instance of the receiver with the primary key extracted from row.
qualifierFromQueryValues() - Method in class com.webobjects.appserver.WODisplayGroup
Builds a qualifier constructed from entries in these query dictionaries: queryMatch, queryMax, queryMin, and queryOperator.
qualifierFromQueryValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Builds a qualifier constructed from entries in the three query dictionaries: equalTo, greaterThan, and lessThan.
qualifierMigratedFromEntityRelationshipPath(EOEntity, String) - Method in interface com.webobjects.eoaccess.EOQualifierSQLGeneration
Creates a new EOQualifier by moving the qualifier from the source entity to the destination of the relationship path.
qualifierMigratedFromEntityRelationshipPath(EOQualifier, EOEntity, String) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
Creates a new version of qualifier, translates all the keys to work with the entity specified in relationshipPath.
qualifierMigratedFromEntityRelationshipPath(EOEntity, String) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
QualifierOperatorCaseInsensitiveLike - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorContains - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorEqual - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorGreaterThan - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorGreaterThanOrEqualTo - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorLessThan - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorLessThanOrEqualTo - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorLike - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorNotEqual - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
qualifiers() - Method in class com.webobjects.eocontrol.EOAndQualifier
The qualifiers contained in the receiver.
qualifiers() - Method in class com.webobjects.eocontrol.EOOrQualifier
The qualifiers contained in the receiver.
qualifierToMatchAllValues(NSDictionary) - Static method in class com.webobjects.eocontrol.EOQualifier
Takes a dictionary of search criteria, from which the method creates EOKeyValueQualifiers (one for each dictionary entry).
qualifierToMatchAnyValue(NSDictionary) - Static method in class com.webobjects.eocontrol.EOQualifier
Takes a dictionary of search criteria, from which the method creates EOKeyValueQualifiers (one for each dictionary entry).
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.directtoweb.BooleanQualifier
 
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.directtoweb.NonNullQualifier
 
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EOAndQualifier
If requiresAll is true, any variable not found in bindings throws an exception.
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Overriding EOQualifier's behavior.
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Implements the abstract version of this method defined in EOQualfier.
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EONotQualifier
Returns a new qualifier substituting all variables with values found in bindings.
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EOOrQualifier
Returns a qualifier with the values associated by the bindings.
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EOQualifier
Returns a new qualifier substituting all variables with values found in bindings.
qualifierWithQualifierFormat(String, NSArray) - Static method in class com.webobjects.eocontrol.EOQualifier
Parses the format string format and the specified arguments, uses them to create an EOQualifier, and returns the EOQualifier.
qualifierWithSourceRow(NSDictionary) - Method in class com.webobjects.eoaccess.EORelationship
Returns a qualifier that can be used to fetch the destination of the receiving relationship given sourceRow.
qualifyDataSource() - Method in class com.webobjects.appserver.WODisplayGroup
Takes the result of qualifierFromQueryValues and applies to the WODisplayGroup's data source.
qualifyDataSource() - Method in class com.webobjects.eointerface.EODisplayGroup
Takes the result of qualifierFromQueryValues and applies to the receiver's data source.
qualifyDisplayGroup() - Method in class com.webobjects.appserver.WODisplayGroup
Takes the result of the qualifierFromQueryValues and applies it to the WODisplayGroup using setQualifier.
qualifyDisplayGroup() - Method in class com.webobjects.eointerface.EODisplayGroup
Takes the result of qualifierFromQueryValues and applies it to the receiver using setQualifier.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Sets the primary qualifier for the fetch specification for the relationship named key owned by the enterprise object sourceObject.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eocontrol.EOArrayDataSource
EOArrayDataSource provides a null implementation of this method.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to qualify the receiver, a detailed EODataSource, to display destination objects for a relationship.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eocontrol.EODetailDataSource
Configures the receiver to provide objects based on the relationship of sourceObject named by key.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Displays destination objects for the relationship named key belonging to the source object sourceObject (owner of the relationship).
QUERY - Static variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
This constant is intentionally undocumented.
queryAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks the Search button in the query component of the edit-relationship page.
queryAction() - Method in class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
Is invoked when a user clicks the search button next to an entity in the query-all page.
queryAction() - Method in class com.webobjects.directtoweb.D2WQueryPage
Is invoked when the user clicks Search in the query page.
queryAllPage(WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a query-all page as a WOComponent implementing the QueryAllPageInterface.
QueryAllPageInterface - Interface in com.webobjects.directtoweb
This interface is the return value for the D2W queryAllPage method that creates a query-all page.
queryBindings() - Method in class com.webobjects.appserver.WODisplayGroup
You use this method to perform a query stored in the EOModel file.
queryBindingValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns a dictionary containing the actual values that the user wants to query upon.
QueryComponent - Class in com.webobjects.directtoweb
This class is used internally by other classes in WebObjects and should be considered private.
QueryComponent(WOContext) - Constructor for class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
queryControllerWithEntity(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
queryDataSource() - Method in class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
 
queryDataSource() - Method in class com.webobjects.directtoweb.D2WQueryPage
 
queryDataSource() - Method in interface com.webobjects.directtoweb.QueryPageInterface
Returns the receiver's EODataSource (defined in the EOControl Framework).
queryDisplayGroup() - Method in class com.webobjects.eogeneration.EOQueryController
 
queryDisplayGroup() - Method in interface com.webobjects.eogeneration.EOQueryObjectDisplay
 
queryEditingContext() - Method in class com.webobjects.eogeneration.EOQueryController
 
queryEditingContext() - Method in interface com.webobjects.eogeneration.EOQueryObjectDisplay
 
queryMatch() - Method in class com.webobjects.appserver.WODisplayGroup
The qualifierFromQueryValues method uses this dictionary along with the queryMax and queryMin dictionaries to construct qualifiers.
queryMax() - Method in class com.webobjects.appserver.WODisplayGroup
Provides a dictionary of "less than" query values.
queryMin() - Method in class com.webobjects.appserver.WODisplayGroup
Provides a dictionary of "greater than" query values.
queryNumbers - Variable in class com.webobjects.directtoweb.D2WQueryBoolean
 
queryObjectsWithFetchSpecification(EOFetchSpecification) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Query
 
queryObjectsWithFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eogeneration.EOQueryController
 
queryOperator() - Method in class com.webobjects.appserver.WODisplayGroup
If a key in the queryMatch dictionary also exists in queryOperator, that operator for that key is used.
QueryOperatorComponent - Class in com.webobjects.directtoweb
This class is used internally by other classes in WebObjects and should be considered private.
QueryOperatorComponent(WOContext) - Constructor for class com.webobjects.directtoweb.QueryOperatorComponent
This method is intentionally undocumented.
queryOperatorValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns a dictionary of operators to use on items in the query dictionaries (equalToQueryValues, greaterThanQueryValues, and lessThanQueryValues).
queryPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a query page as a WOComponent object implementing the QueryPageInterface for the entity identified by entityName.
QueryPageInterface - Interface in com.webobjects.directtoweb
This interface is implemented by pages returned by the D2W method queryPageForEntityNamed.
queryString() - Method in class com.webobjects.appserver.WODynamicURL
 
queryString() - Method in class com.webobjects.appserver.WORequest
Returns, as a String, the query string of the URI.
QueryTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
queryTextBackgroundColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for the background of query text fields.
queryWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
QuestionSpecification - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
QuickTimeCanvasAspectResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize to fill out EOQuickTimeView component size while preserving the aspect ratio of the canvas.
QuickTimeCanvasFreeResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize freely with the EOQuickTimeView component size.
QuickTimeCanvasHorizontalResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize horizontally with the EOQuickTimeView component size.
QuickTimeCanvasIntegralResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize to fill out EOQuickTimeView component size while preserving the aspect ratio of the canvas and only growing by integral increments (2x, 3x, 4x, etc.).
QuickTimeCanvasNoResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should not resize with the EOQuickTimeView component size.
QuickTimeCanvasPerformanceResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize with the EOQuickTimeView component size to any size which is a factor of 2 of the initial canvas size.
quickTimeCanvasResizing() - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
QuickTimeCanvasResizingParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
QuickTimeCanvasVerticalResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize vertically with the EOQuickTimeView component size.
quit() - Method in class com.webobjects.eoapplication.EOApplication
Causes the receiver to quit (provided canQuit is true).
QuitActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Quit action.
quitsOnLastWindowClose() - Method in class com.webobjects.eoapplication.EOApplication
Returns whether or not the receiver quits when the user closes all of its windows.
quitWithMessage(String, String) - Method in class com.webobjects.eoapplication.EOApplication
Can be invoked to quit the application after showing a panel with an explanation (for example in case of a Session Time Out error for a three-tier application).
quotedString() - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
quoteTableName(String) - Static method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 

R

RaisedBezelBorder - Static variable in class com.webobjects.eoapplication.EOBoxController
 
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.
readableDateFormatDescription(String) - Static method in class com.webobjects.directtoweb.D2WUtils
 
readBoolean() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads in a boolean.
ReadByte() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
readByte() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads an 8 bit byte.
readChar() - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
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.
readObject(ObjectInputStream) - Method in class com.webobjects.appserver.WOCookie
Conformance to Serializable.
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
 
ReadOnlyEntityNamesKey - Static variable in class com.webobjects.directtoweb.D2WModel
The read-only entity names key; the literal "readOnlyEntityNames".
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.
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.
readUTF() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Reads a UTF format String.
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.
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.
recordingPath() - Method in class com.webobjects.appserver.WOApplication
Returns a file system path which is where the recording information should be saved.
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.
recordsEventsForClass(Class) - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns true if the application logs events of the eventClass class, or false otherwise.
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.
recursionCount() - Method in class com.webobjects.foundation.NSRecursiveLock
Deprecated. 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.
RedoActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Redo action.
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.
referenceName() - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
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.
referenceToEncodeForObject(EOKeyValueArchiver, Object) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
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.
refetch() - Method in class com.webobjects.eocontrol.EOEditingContext
Deprecated. Use refaultAllObjects instead.
refresh() - Method in class com.webobjects.woextensions.WOLongResponsePage
 
RefreshActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Refresh action.
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.client.EOClientApplicationSupport
Refreshes the enterprise objects fetched to the client with to reflect the latest state known on the server.
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.
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.
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.
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.
registerActionSource(Object, NSSelector) - Method in class com.webobjects.foundation.NSUndoManager
Register the source callback for CheckpointNotifications.
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.
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
Used by Direct To WebServices to register operations
registerD2WebServiceWithOperations(String, String[]) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Used by Direct To WebServices to register operations
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
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.appserver.WOWSDDRegistrar
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.
registerMBean(Object, ObjectName) - Method in class com.webobjects.appserver.WOApplication
Convenience to register an MBean with the MBean server.
registerMBean(Object, String, String) - Method in class com.webobjects.appserver.WOApplication
Convenience to register an MBean with the MBean server.
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.
registerTypeMapping(SerializerFactory, DeserializerFactory, Class, QName) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Register the WSDDTypeMapping for WSDD generation.
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.
registerWebService(Class, boolean) - Method in class com.webobjects.appserver.WOWSDDRegistrar
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) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Expose all methods declared on webServiceClass as operations on a web service whose name is webServiceName.
registerWebService(String, Class, String[], boolean) - Method in class com.webobjects.appserver.WOWSDDRegistrar
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.
registerXSLTForServiceAndOperation(URL, String, String) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Register an XSLT transformation for serviceName and operationName.
ReInit(Reader, int, int, int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ReInit(Reader, int, int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ReInit(Reader) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ReInit(InputStream, String, int, int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ReInit(InputStream, String) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ReInit(InputStream) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
ReInit(InputStream) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
ReInit(InputStream, String) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
ReInit(Reader) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
ReInit(WODeclarationParserTokenManager) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
ReInit(JavaCharStream) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
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 - Static variable in class com.webobjects.directtoweb.D2WModel
The relationship key.
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
 
RelationshipPathParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
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.
RelationshipsKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. 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.
RelationshipTypeKey - Static variable in class com.webobjects.directtoweb.D2WModel
The relationship type key; the literal "r".
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.
relativeURLWithRequestHandlerKey(String, String, String) - Method in class com.webobjects.appserver.WOContext
 
relocateWindow(Window, Dimension, int) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
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.
remoteMethodReceivers() - Method in class com.webobjects.eodistribution.EODistributionContext
Returns the array of remote method receivers.
remove() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
remove(int) - Method in class com.webobjects.foundation.NSArray
Operation not supported
remove(Object) - Method in class com.webobjects.foundation.NSArray
Operation not supported
remove(Object) - Method in class com.webobjects.foundation.NSDictionary
Warning: NSDictionaries are immutable and therefore this method does not adhere to the Java specification.
remove() - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
remove(int) - Method in class com.webobjects.foundation.NSMutableArray
Removes the element at the specified position in this list.
remove(Object) - Method in class com.webobjects.foundation.NSMutableArray
Removes the first occurrence in this list of the specified element.
remove(Object) - Method in class com.webobjects.foundation.NSMutableDictionary
 
remove(Object) - Method in class com.webobjects.foundation.NSMutableSet
 
remove(Object) - Method in class com.webobjects.foundation.NSSet
Operation not supported
removeActionListener(ActionListener) - Method in class com.webobjects.eointerface.swing.EOFormCell
Removes an ActionListener from the receiver's editable text field.
removeActionSource(Object) - Method in class com.webobjects.foundation.NSUndoManager
Deregister the source callback for CheckpointNotification.
removeAdaptorOperation(EOAdaptorOperation) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Removes adaptorOp from the receiver's list of adaptor operations.
removeAll(Collection) - Method in class com.webobjects.foundation.NSArray
Operation not supported
removeAll(Collection) - Method in class com.webobjects.foundation.NSMutableArray
 
removeAll(Collection) - Method in class com.webobjects.foundation.NSMutableSet
 
removeAll(Collection) - Method in class com.webobjects.foundation.NSSet
Operation not supported
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.
removeAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOEntityIndex
Removes attribute 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.
removeCRLF(String) - Method in class com.webobjects.appserver.WORequest
Process given string with CRLF chars removed
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.
removeEldestEntry(Map.Entry) - Method in class com.webobjects.appserver.WOSession.PageFragmentCache
 
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.
removeFromColumns(EOSchemaColumnDescription) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
removeFromDeletedColumnNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Removes a column name from the list of column to be deleted.
removeFromDeletedForeignKeyConstrainNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Removes a foreign key constraint name from the list of foreign key constraint to be deleted.
removeFromDeletedIndexNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Removes a index name from the list of index to be deleted.
removeFromDeletedTableNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Removes a table name from the list of table to be deleted.
removeFromForeignKeyConstraints(EOSchemaForeignKeyConstraintDescription) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
removeFromIndexes(EOSchemaIndexDescription) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaTableDescription
 
removeFromInsertedColumnNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Removes a column name from the list of column to be inserted.
removeFromInsertedForeignKeyConstrainNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Removes a foreign key constraint name from the list of foreign key constraint to be inserted.
removeFromInsertedIndexNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Removes a index name from the list of index to be inserted.
removeFromInsertedTableNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Removes a table name from the list of table to be inserted.
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.
removeFromUpdatedColumnNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Removes a column name from the list of column to be updated.
removeFromUpdatedTableNames(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Removes a table name from the list of table to be updated.
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.
removeIndex(EOEntityIndex) - Method in class com.webobjects.eoaccess.EOEntity
If index exists, removes it from the receiver.
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.
removeProperty(String) - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
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.
removeRange(int, int) - Method in class com.webobjects.foundation.NSMutableArray
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
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.
removeSubcontroller(EOController) - Method in class com.webobjects.eoapplication.EOController
Removes controller from the controller hierarchy.
removeSubEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOEntity
Removes the EOEntity child from the list of sub-entities that inherit from the receiver.
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.
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
 
replaceEscapeSequencesWithRealChars(String) - Static method in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
replaceFileContents(File, String) - Static method in class com.webobjects.directtoweb.Services
 
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 interface com.webobjects.directtoweb.generation.DTWGeneration
 
replacementAssociationForAssociation(WOComponent, WOAssociation, String, DTWTemplate, WOContext) - Static method in class com.webobjects.directtoweb.generation.WOComponentGeneration
 
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.
replaceObjectAtIndex(E, int) - Method in class com.webobjects.foundation.NSMutableArray
Replaces the object at index with object.
replaceObjectAtIndex(int, E) - 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.
request() - Method in class com.webobjects.appserver.WOAction
Returns the WORequest that created this Action object.
REQUEST - Static variable in class com.webobjects.appserver.WOComponentVariable.WOComponentVariableScope
 
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.WODynamicURL
 
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.WODynamicURL
 
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.
REQUIRED - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule.EndTagPolicy
 
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.
RequiresEntityKey - Static variable in class com.webobjects.directtoweb.D2WModel
The requires entity key; the literal "requiresEntity".
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).
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).
resetSystemTimeZone() - Static method in class com.webobjects.foundation.NSTimeZone
Deprecated.  
resetTitlesObjectsOnEveryConnect() - Method in class com.webobjects.eogeneration.EOTitlesController
 
ResetTitlesObjectsOnEveryConnectParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
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
resizeWeight() - Method in class com.webobjects.eoapplication.EOSplitController
 
ResizeWeightParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
resolveEntity(String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultEntityResolver
 
resolveEntity(String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParserEntityResolver
 
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.
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.
resourcePathURL() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
resourcePathURL() - Method in class com.webobjects.directtoweb.D2WWebAssistantFrame
 
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.
response() - Method in class com.webobjects.appserver.WOContext
Return the context's WOResponse object.
responseForComponentWithName(String, Map, Map, Map, String, String) - Method in class com.webobjects.appserver.WOApplication
Returns a WOResponse for the WOComponent named name, using bindings.
responseForDirectActionWithNameAndClass(String, String, Map, InputStream, Map, Map, String, String) - Method in class com.webobjects.appserver.WOApplication
Returns a WOResponse for the Direct Action actionName in the class named className (optional).
responseForHTML() - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
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
 
retainAll(Collection) - Method in class com.webobjects.foundation.NSArray
Operation not supported
retainAll(Collection) - Method in class com.webobjects.foundation.NSMutableArray
 
retainAll(Collection) - Method in class com.webobjects.foundation.NSMutableSet
 
retainAll(Collection) - Method in class com.webobjects.foundation.NSSet
Operation not supported
retainsRegisteredObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
Report whether this EOEditingContext will retain strong references to all EOEnterpriseObject instances registered with it.
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
Deprecated. 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.
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
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
 
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
 
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.
RevertActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Revert action.
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.
Right - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a right position.
rightKey() - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
The property in the second object to be compared.
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.
RightOuterJoinString - Static variable in class com.webobjects.eoaccess.EORelationship
 
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
 
RootAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Root aspect
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
 
RootKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
rootObjectStore() - Method in class com.webobjects.eocontrol.EOEditingContext
Returns the EOObjectStore at the base of the object store hierarchy (usually an EOObjectStoreCoordinator).
RoundBankers - Static variable in class com.webobjects.foundation.NSNumberFormatter
Rounding mode : Bankers.
RoundDown - Static variable in class com.webobjects.foundation.NSNumberFormatter
Rounding mode : Down.
roundingBehavior() - Method in class com.webobjects.foundation.NSNumberFormatter
Provides the rounding behavior that this NSNumberFormatter uses.
RoundPlain - Static variable in class com.webobjects.foundation.NSNumberFormatter
Rounding mode : Plain.
RoundUp - Static variable in class com.webobjects.foundation.NSNumberFormatter
Rounding mode : Up.
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.
rowSpan() - Method in class com.webobjects.woextensions.WOTabPanel
 
rowsProcessedCount() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
Rule - Class in com.webobjects.directtoweb
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.
RULES - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
 
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.appserver.WOApplication.TimeoutTask
 
run() - Method in class com.webobjects.appserver.WOMailDelivery.ThreadedTransportSender
Intentionally undocumented.
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.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.
runningTime() - Method in class com.webobjects.woextensions.WOStatsPage
 
runOnce() - Method in class com.webobjects.appserver.WOAdaptor
Deprecated. This method will never be called and should not be used or overridden.
RunsConfirmDialogForEmptyQualifiers - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
runsConfirmDialogForEmptyQualifiers() - Method in class com.webobjects.eogeneration.EOQueryController
 
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.
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.
runStringInputDialog(String, String, String, String, int, String, String, boolean, int) - Static method in class com.webobjects.eoapplication.EODialogs
 

S

safeEquals(Object, Object) - Static method in class com.webobjects.directtoweb.D2WUtils
 
safeSubstring(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
save() - Method in interface com.webobjects.eoapplication.EODocument
Saves the receiver's edits, returning whether the operation was successful.
save() - Method in class com.webobjects.eoapplication.EODocumentController
Saves the receiver's editing context changes by invoking saveChanges, requesting an error dialog upon failure.
save() - Method in class com.webobjects.eogeneration.EOFormController
 
save() - Method in class com.webobjects.eogeneration.EOListController
 
saveAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks the Save in the edit component of the edit-relationship page.
SaveActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Save action.
saveAll() - Method in class com.webobjects.eoapplication.EOApplication
Attempts to save all of the receiver's edited documents.
SaveAllActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Save All action.
saveAndMakeInvisible() - Method in class com.webobjects.eoapplication.EODocumentController
Attempts to save the receiver's editing context changes and makes the receiver's user interface invisible if the save succeeded (which usually results in a window closing).
SaveAsActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Save As action.
saveChanges(boolean, String) - Method in class com.webobjects.eoapplication.EODocumentController
Tells the receiver's editing context to save changes and updates the receiver's editing state on success.
saveChanges() - Method in class com.webobjects.eocontrol.EOEditingContext
Sends editingContextWillSaveChanges messages to this EOEditingContext's editors, and commits changes made to its parent EOObjectStore by sending it the message saveChangesInEditingContext If the parent is an EOObjectStoreCoordinator, it guides its EOCooperatingObjectStores, typically EODatabaseContexts, through a multi-pass save operation If a database error occurs, a RuntimeException is thrown.
saveChanges(Object) - Method in class com.webobjects.eocontrol.EOEditingContext
Deprecated. Use EOEditingContext.saveChanges() instead.
saveChanges() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Raises an exception.
SaveChangesInEditingContext - Static variable in class com.webobjects.eoaccess.EODatabaseContext.DatabaseContextEvent
The type of DatabaseContextEvent that is logged whenever the method saveChangesInEditingContext is invoked.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Sent by an EOEditingContext context to its EOObjectStore to commit changes.
SaveChangesInEditingContext - Static variable in class com.webobjects.eocontrol.EOEditingContext.EditingContextEvent
A constant for SaveChangesInEditingContext events.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore to tell this EOEditingContext's EOObjectStore to accept changes from a child EOEditingContext.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Saves any changes in context to the receiver's repository.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Overrides the EOObjectStore implementation to save the changes made in context.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Requests the server to commit changes to the enterprise objects in the editing context editingContext.
saveChangesInEditingContext() - Method in class com.webobjects.webservices.generation.WOOperation
Saves changes to the operation's EOEditingContext if the operation should save its changes immediately as specified by WOServiceUtilities.commitOperationImmediately
saveFailed(Exception, boolean, String) - Method in class com.webobjects.eoapplication.EODocumentController
Invoked from saveChanges if the save failed.
saveIfUserConfirms(String, String) - Method in interface com.webobjects.eoapplication.EODocument
If the receiver's enterprise object graph has been edited, opens an alert panel that allows the user to save the edits, discard the edits, or cancel the save operation.
saveIfUserConfirms(String, String) - Method in class com.webobjects.eoapplication.EODocumentController
Presents an alert panel asking the user whether the receiver's editing context changes should be saved or not (operationTitle is used as a description of the operation, message as the question displayed in the alert panel).
saveIfUserConfirms() - Method in class com.webobjects.eoapplication.EODocumentController
Invokes saveIfUserConfirms(boolean, String) with default values for a normal save operation.
saveIfUserConfirmsAndMakeInvisible(String, String) - Method in class com.webobjects.eoapplication.EODocumentController
Invokes saveIfUserConfirms(boolean, String) and makes the receiver's user interface invisible if the save succeeded (which usually results in a window closing).
saveIfUserConfirmsAndMakeInvisible() - Method in class com.webobjects.eoapplication.EODocumentController
Invokes saveIfUserConfirmsAndMakeInvisible(String, String) with default values for a normal save & close operation.
savePage(WOComponent) - Method in class com.webobjects.appserver.WOSession
Saves the page instance aPage in the session's page cache.
savePageInPageCache(WOComponent) - Method in class com.webobjects.appserver.WOSession
Saves the page instance aPage in the session's page cache.
savePageInPageFragmentCache(WOComponent) - Method in class com.webobjects.appserver.WOSession
Saves the page instance aPage in the session's page fragment cache.
savePageInPermanentCache(WOComponent) - Method in class com.webobjects.appserver.WOSession
Puts aPageComponent into the permanent page cache.
savePersistentValues(NSDictionary) - Method in class com.webobjects.eoapplication.client.EORemoteStorageDefaults
Saves the persistent user defaults by asking the server to store them.
savePersistentValues(NSDictionary) - Method in class com.webobjects.eoapplication.EODefaults
Saves the persistent user defaults.
savePersistentValues(NSDictionary) - Method in class com.webobjects.eoapplication.EOUserFileDefaults
Saves the persistent user defaults in the file system.
saveSessionForContext(WOContext) - Method in class com.webobjects.appserver.WOApplication
Called at the end of the request handling loop when the current session object needs to be saved.
saveSessionForContext(WOContext) - Method in class com.webobjects.appserver.WOSessionStore
Saves the current WOSession in context into storage.
saveSessionForContext(WOContext) - Method in class com.webobjects.jspservlet.WOServletSessionStore
 
SaveUserDefaultsNotification - Static variable in class com.webobjects.eoapplication.EODefaults
The name of the notification sent by default managers which rely on other objects to store default values (default implementation of EODefaults, but commonly overridden by subclasses).
saveWebAssistantRulesIntoUsedModelFile() - Method in class com.webobjects.directtoweb.D2WModel
Saves Web Assistant rules in the used model file.
scale() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the scale of the database representation for attributes with a numeric type, i.e., Number or java.math.BigDecimal.
scale() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
Scale as defined by the eomodel
scale() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
Returns the receiver's scale.
scale() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
ScaleKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Key for use in change dictionaries whose value is the scale value in the database for an EOAttribute.
ScaleNone - Static variable in class com.webobjects.eointerface.swing.EOImageView
This constant is used to specify that images should not be scaled depending on the component size.
ScaleProportionally - Static variable in class com.webobjects.eointerface.swing.EOImageView
This constant is used to specify that images should be scaled proportionally to the component size.
ScaleProportionallyIfTooLarge - Static variable in class com.webobjects.eointerface.swing.EOImageView
This constant is used to specify that images should be scaled to proportionally so that the larger dimension fits the component size.
ScaleToFit - Static variable in class com.webobjects.eointerface.swing.EOImageView
This constant is used to specify that images should be scaled to fit exactly the component size.
scalingHints() - Method in class com.webobjects.eogeneration.EOImageViewController
 
scalingHints() - Method in class com.webobjects.eointerface.swing.EOImageView
Returns the receiver's image scaling hints.
ScalingHintsParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
schedule() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Schedule the WOTimer to be fired.
scheduledTimer(long, Object, String, Object, boolean) - Static method in class com.webobjects.appserver.WOTimer
Deprecated. Creates a timer which will fire after ti milliseconds, and at intervals ti thereafter (if repeats is true).
scheduledTimer(long, Object, String, Object, Class, boolean) - Static method in class com.webobjects.appserver.WOTimer
Deprecated. Creates a timer which will fire after ti milliseconds, and at intervals ti thereafter (if repeats is true).
schemaBasedQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EOEntity
Returns an SQL qualifier based on qualifier that is suitable for evaluation by a database (as opposed to in-memory evaluation).
schemaBasedQualifierWithRootEntity(EOEntity) - Method in interface com.webobjects.eoaccess.EOQualifierSQLGeneration
Returns an equivalent EOQualifier with object references replaced by foreign key references.
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
Returns an EOQualifier that is translated so that it is based on the foreign keys of the entity.
schemaBasedQualifierWithRootEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
schemaCreationScriptForEntities(NSArray, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Returns a script of SQL statements suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationScriptForEntities(NSArray, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
schemaCreationScriptForEntities(NSArray, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns a script of SQL statements suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationScriptForEntities(NSArray, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns a script of SQL statements suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationStatementsForEntities(NSArray, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Returns an array of EOSQLExpressions suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationStatementsForEntities(NSArray, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
schemaCreationStatementsForEntities(NSArray, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpressions suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationStatementsForEntities(NSArray, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpressions suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationStatementsForEntities(NSArray, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
schemaGenerationDelegate() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
 
schemaGenerationDelegate() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
schemaNameForEntity(EOEntity) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
schemaNameForEntity(EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Return the schema associated with entity.
schemaNameForEntity(EOEntity) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
schemaSynchronizationAdaptor() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
schemaSynchronizationAdaptorChannelForModel(EOModel) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
schemaSynchronizationDelegate() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns the receiver's delegate.
schemaSynchronizationFactory() - Method in class com.webobjects.eoaccess.EOAdaptor
An abstract method that supports changes made to EOSQLExpression and related classes and interfaces.
schemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
schemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the EOSynchronizationFactory, creating a new one if necessary.
schemaSynchronizationFactory() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
SchemaSynchronizationForeignKeyConstraintsKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Options dictionary key; an associated value of "YES" determines that the EOSQLExpression should generate SQL to create foreign key constraints.
SchemaSynchronizationPrimaryKeyConstraintsKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Options dictionary key; an associated value of "YES" determines that the EOSQLExpression should generate SQL to create primary key constraints.
SchemaSynchronizationPrimaryKeySupportKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Options dictionary key; an associated value of "YES" determines that the EOSQLExpression should generate SQL to create primary key support.
schemaSynchronizationStatementsWillCopyTableNamed(NSArray, String) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
schemaSynchronizationStatementsWillDeleteTableNamed(NSArray, String) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
SCHEME_CDATA_CONTENT - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SCHEME_CDATA_NAME - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SCHEME_CONTENT - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SCHEME_CONTENT_STRING_LITERAL - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SCHEME_NAME - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SCHEME_NAME_CONST - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SchemeContent - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SchemeContentCData - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
scriptExecutorString - Variable in class com.webobjects.directtoweb.DarwinShadow
 
SearchableKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
SearchActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Search action.
searchesTitlesObjectsInEditingContext() - Method in class com.webobjects.eogeneration.EOTitlesController
 
SearchesTitlesObjectsInEditingContextParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
secondaryActionWidgetContainer() - Method in class com.webobjects.eoapplication.EOActionWidgetController
secondOfMinute() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
secondsFromGMT() - Method in class com.webobjects.foundation.NSTimeZone
Indicates the difference between the NSTimeZone and Greenwich Mean Time (the offset) at the current instant.
secondsFromGMTForTimestamp(NSTimestamp) - Method in class com.webobjects.foundation.NSTimeZone
Indicates the difference between the NSTimeZone and Greenwich Mean Time (the offset) at the instant specified by aTimestamp.
secureMode() - Method in class com.webobjects.appserver.WOContext
Return true if the context is in secure mode.
secureRequest() - Method in class com.webobjects.appserver.WOContext
Return the secure state of the request
selectAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks the Select button next to an object in the select component.
selectAll() - Method in class com.webobjects.woextensions.WOEventSetupPage
 
selectAttributes(NSArray, EOFetchSpecification, boolean, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to select attributes in rows matching the qualifier in fetchSpecification and set the receiver's attributes to fetch.
selectAttributes(NSArray, EOFetchSpecification, boolean, EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
selectAttributes(NSArray, EOFetchSpecification, boolean, EOEntity) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
selectByInsertingWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
selectControllerWithEntity(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
selectDataSource - Variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
Contains the data source that holds the possible destination objects for the relationship.
selectedBorderComponentInDisplayComponent(JComponent) - Method in class com.webobjects.eoapplication.EOMenuSwitchController
selectedBorderComponentInDisplayComponent(JComponent) - Method in class com.webobjects.eoapplication.EOProgrammaticSwitchController
selectedBorderComponentInDisplayComponent(JComponent) - Method in class com.webobjects.eoapplication.EOSwitchController
selectedBorderComponentInDisplayComponent(JComponent) - Method in class com.webobjects.eoapplication.EOTabSwitchController
SelectedIndexAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Selected Index aspect
selectedKey() - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
selectedKey() - Method in class com.webobjects.woextensions.WOAnyField
 
selectedKey() - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
selectedKeyItem - Variable in class com.webobjects.woextensions.WOAnyField
 
selectedObject() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the first object from selectedObjects.
selectedObject() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the selected object of the display group.
selectedObject - Variable in class com.webobjects.directtoweb.D2WMasterDetailPage
 
selectedObject() - Method in interface com.webobjects.directtoweb.SelectPageInterface
Returns the object selected by the user.
selectedObject() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the first enterprise object selected in the receiver's display group.
selectedObject() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the first selected object in the displayed objects array, or null if there is no such object.
SelectedObjectAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Selected Object aspect
selectedObjectGlobalID() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the global ID of the first enterprise object selected in the receiver's display group.
selectedObjectPaths() - Method in class com.webobjects.eogeneration.EOTreeController
 
selectedObjects() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last selection given to the WODisplayGroup via setSelectedObjects.
selectedObjects() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the enterprise objects selected in the receiver's display group.
selectedObjects() - Method in class com.webobjects.eogeneration.EOTreeController
 
selectedObjects() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the objects selected in the receiver's displayed objects array.
selectedObjectsGlobalIDs() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the global IDs of the enterprise objects selected in the receiver's display group.
selectedObjectValueForKey(String) - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the value corresponding to key for the first selected object in the receiver's displayed objects array, or null if no objects are selected.
selectedOperator() - Method in class com.webobjects.woextensions.WOAnyField
 
selectedOperatorItem - Variable in class com.webobjects.woextensions.WOAnyField
 
selectedTab() - Method in class com.webobjects.woextensions.WOTabPanel
 
selectedTabName() - Method in class com.webobjects.woextensions.WOTabPanel
 
SelectedTitleAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Selected Title aspect
selection() - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
selection() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
selectionChanged() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true if the selection has changed and not all observers have been notified, false otherwise.
selectionDidChange(NSArray, NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
selectionIndex() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
 
selectionIndex() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Returns the selected choice in the JComboBox.
selectionIndexes() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last selection given to the WODisplayGroup via setSelectionIndexes.
selectionIndexes() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the indexes of the receiver's selected objects as Numbers, in terms of its displayed objects array.
selectionIndexes() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for the selected rows.
selectionIndexes() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns an array with the indexes of the selected rows.
selectionPath - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
selections() - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
selections() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
selectNext() - Method in class com.webobjects.appserver.WODisplayGroup
Attempts to select the object just after the currently selected one.
selectNext() - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to select the object just after the currently selected one, returning true if successful and false if not.
selectObject(Object) - Method in class com.webobjects.appserver.WODisplayGroup
Attempts to select the object equal to object in the WODisplayGroup's displayedObjects, returning true if successful and false otherwise.
selectObject(Object) - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to find and select object.
selectObjectAction() - Method in class com.webobjects.directtoweb.D2WCompactInspectComponent
 
selectObjectAction() - Method in class com.webobjects.directtoweb.D2WListPage
Is invoked when the user clicks 'Select' next to one of the objects on the select page.
selectObjectsIdenticalTo(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Attempts to select the objects in the WODisplayGroup's displayedObjects array whose addresses are equal to those of objects, returning true if successful and false otherwise.
selectObjectsIdenticalTo(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to select the objects in the receiver's displayed objects array which are equal to those of objectSelection.
selectObjectsIdenticalToSelectFirstOnNoMatch(NSArray, boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Selects the objects in the WODisplayGroup's displayed objectSelection array whose addresses are equal to those of objectSelection, returning true if successful and false otherwise.
selectObjectsIdenticalToSelectFirstOnNoMatch(NSArray, boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Selects the objects in the receiver's displayed objects array that are equal to those of objectSelection.
selectObjectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Selects objects described by fetchSpecification to be fetched into context.
selector() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Returns the NSSelector which will be invoked when the WOTimer fires.
selector() - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
The operator method used to do the comparison.
selector() - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Returns the selector that the receiver uses when qualifying (for instance, with evaluateWithObject).
selector() - Method in class com.webobjects.eocontrol.EOSortOrdering
Returns the method selector used to compare values when sorting.
selectPageDelegate() - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
Returns the next page delegate, an object implementing the NextPageDelegate interface, for the select component on the master-detail page.
selectPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a select page as a WOComponent implementing the SelectPageInterface for the entity identified by entityName.
SelectPageInterface - Interface in com.webobjects.directtoweb
This interface is implemented by pages returned by the D2W method selectPageForEntityNamed.
selectPrevious() - Method in class com.webobjects.appserver.WODisplayGroup
Attempts to select the object just before the presently selected one.
selectPrevious() - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to select the object just before the presently selected one, returning true if successful and false if not.
selectSettings() - Method in class com.webobjects.directtoweb.D2WSelect
Returns the settings for the page.
selectsFirstObjectAfterFetch() - Method in class com.webobjects.appserver.WODisplayGroup
Indicates whether the WODisplayGroup should select the first object from its displayedObjects after a fetch when there were no selections before the fetch.
selectsFirstObjectAfterFetch() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true if the receiver automatically selects its first displayed object after a fetch if there was no selection, false if it leaves an empty selection as-is.
selectStatementForAttributes(NSArray, boolean, EOFetchSpecification, EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates and returns an SQL SELECT expression.
SelectTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
selectWithEntityName(String, boolean, boolean) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
SEMI - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SEND_NOW - Static variable in class com.webobjects.appserver.WOMailDelivery
Constant for passing as sendNow parameter to composeComponentEmail and composePlainTextEmail.
sendEmail(String) - Method in class com.webobjects.appserver.WOMailDelivery
Sends mailString, with mailString being a String conforming to the SMTP format.
senderID() - Method in class com.webobjects.appserver.WOContext
Returns the part of the WORequest's URI that identifies the dynamic element on the page (such as a form or an active image) responsible for submitting the request.
SenderIDKey - Static variable in class com.webobjects.appserver.WORequest
String used by the WOComponentRequestHandler to store to and retrieve from an NSDictionary the request's sender ID.
sendPacket(AssistantPacket) - Method in class com.webobjects.directtoweb.AssistantConnection
 
sendRequest(WORequest) - Method in class com.webobjects.appserver.WOHTTPConnection
Sends a WORequest request to a destination connection point initialized in the constructor WOHTTPConnection.
SendsActionToAllControllersParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
sendTimeout() - Method in class com.webobjects.appserver.WOHTTPConnection
Gets the send timeout interval.
separatorLabelComponent() - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
serializationStrategy() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the serialization strategy to use when serializing and deserializing objects for this operation.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOArraySerializer
Serialize an NSArray.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WODataSerializer
Serialize an NSData.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WODictionarySerializer
Serialize an NSDictionary.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializer
Serialize a value implementing EOEnterpriseObject into an element named name, with the indicated attributes.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOGlobalIDSerializer
Serialize an EOGlobalID.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WONullSerializer
Serialize an element that is an NSKeyValueCoding.Null.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WORangeSerializer
Serialize an NSRange to an element named name, with the indicated attributes.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOSetSerializer
Serialize an element that is an NSSet.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMapSerializer
Serialize an element that is an WOStringKeyMap.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneSerializer
Serialize an element that is an NSTimeZone.
serializeAsCompleteEOEnterpriseObject() - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Overrides serializeAsCompleteEOEnterpriseObject in WOEnterpriseObjectSerializationStrategy.
serializeAsCompleteEOEnterpriseObject() - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
Invoked during serialization.
ServerInterface - Interface in com.webobjects.directtoweb
 
ServerInterfaceManager - Class in com.webobjects.directtoweb
 
ServerInterfaceManager() - Constructor for class com.webobjects.directtoweb.ServerInterfaceManager
 
ServerPortHeader - Static variable in class com.webobjects.appserver.WORequest
Defaults to SERVER_PORT
ServerPortHeaderX - Static variable in class com.webobjects.appserver.WORequest
Defaults to x-webobjects-server-port
ServerPortSecureValue - Static variable in class com.webobjects.appserver.WORequest
Defaults to 443
serverSessionStore() - Static method in class com.webobjects.appserver.WOSessionStore
Gets the default WOSessionStore object that saves and restores session states using application memory.
ServerSideAction - Class in com.webobjects.directtoweb
 
ServerSideAction() - Constructor for class com.webobjects.directtoweb.ServerSideAction
 
ServerSideAction(String, String, String) - Constructor for class com.webobjects.directtoweb.ServerSideAction
 
ServerSideSettings - Class in com.webobjects.directtoweb
 
ServerSideSettings() - Constructor for class com.webobjects.directtoweb.ServerSideSettings
 
serverTimeZone() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the time zone assumed for dates in the database server, or the local time zone if one hasn't been set.
ServerUrlKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the server URL.
serviceLocationURL() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the location URL of the soap:address element of the WSDL generated for the service this operation is grouped in.
ServiceNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the current service
serviceNames() - Method in class com.webobjects.webservices.client.WOWebServiceClient
Returns the names of all WOWebServices controlled by this client.
Services - Class in com.webobjects.directtoweb
 
Services() - Constructor for class com.webobjects.directtoweb.Services
 
servicesDictionary() - Method in class com.webobjects.webservices.client.WOWebServiceClient
Returns an NSDictionary containing a mapping of service name to WOWebServices.
serviceStringCloseTag() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringD2WRPCProvider() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringDeclaration() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringMsgProvider() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringOpenTag(String, boolean) - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringParameterAllowedMethods(String[]) - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringParameterClassName(String) - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringParameterNamespace() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringParameterScope() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringRPCProvider() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringTypeMappings(WSDDTypeMapping) - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
servletConfig() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the ServletConfig.
servletConnectURL() - Method in class com.webobjects.appserver.WOApplication
Returns the URL to connect to the application through a servlet container.
servletContext() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the ServletContext.
session() - Method in class com.webobjects.appserver.WOAction
If there is no session, this method first tries to restore the session that the request's session ID refers to.
session() - Method in class com.webobjects.appserver.WOComponent
Returns the current WOSession object.
SESSION - Static variable in class com.webobjects.appserver.WOComponentVariable.WOComponentVariableScope
 
session() - Method in class com.webobjects.appserver.WOContext
Returns the object representing the receiving context's session, if one exists.
session() - Method in class com.webobjects.eodistribution.EODistributionContext
Returns the session for the distribution context.
session() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the object representing the receiving context's session, if one exists.
SessionDidCreateNotification - Static variable in class com.webobjects.appserver.WOSession
Sent at the end of session creation (including awake).
SessionDidRestoreNotification - Static variable in class com.webobjects.appserver.WOSession
Sent after the session is fully restored (including awake).
sessionDidTimeOut(NSNotification) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
SessionDidTimeOutNotification - Static variable in class com.webobjects.appserver.WOSession
Sent when a session times out but before it is released.
sessionID() - Method in class com.webobjects.appserver.WORequest
Returns the session ID if there is one.
sessionID() - Method in class com.webobjects.appserver.WOSession
Return the receivers sessionID.
sessionID() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
sessionID() - Method in interface com.webobjects.directtoweb.ServerInterface
 
sessionID() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns a string containing the receiver's session ID.
sessionID() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns a string containing the receiver's session ID.
SessionIDBindingKey - Static variable in class com.webobjects.appserver.WOContext
wosid
sessionIDInQueryDictionary(NSDictionary) - Method in class com.webobjects.appserver.WOContext
 
sessionIdKey() - Method in class com.webobjects.appserver.WOApplication
Return the string key used to obtain the session ID from a request using methods like formValueForKey(String) and cookieValueForKey(String).
SessionIDKey - Static variable in class com.webobjects.appserver.WORequest
Deprecated. 
SessionIDKey - Static variable in class com.webobjects.eodistribution.client.EOHTTPChannel
The name of the sessionID connection key.
SessionIDKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the client side parameter containing the session ID.
SessionIDKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the client side parameter containing the session ID.
sessionInfo() - Method in class com.webobjects.webservices.client.WOWebService
Return an opaque SessionInfo object which can be used to transfer session information between instances of WOWebService.
sessionInfoForServiceNamed(String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Return an opaque SessionInfo object which can be used to transfer session information between instances of WOWebService.
SessionKey - Static variable in class com.webobjects.directtoweb.D2WModel
The session key.
sessionMemoryDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
sessionMovingAverageSampleSize() - Method in class com.webobjects.appserver.WOStatisticsStore
The WOStatisticsStore object uses the returned sample size to compute the response time for the last n transactions and the idle time between the last n transactions, where n is the number returned by this method.
sessionMovingAverageSampleSize() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
sessionsDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
sessionStats - Variable in class com.webobjects.woextensions.WOStatsPage
 
sessionStore() - Method in class com.webobjects.appserver.WOApplication
Returns the application's current WOSessionStore object.
sessionStoreClassName() - Method in class com.webobjects.appserver.WOApplication
Return the name of the class that will be used to store sessions.
sessionTimeOut() - Method in class com.webobjects.appserver.WOApplication
Return the number of seconds for which a session may be idle before it times out.
set(int, E) - Method in class com.webobjects.foundation.NSArray
 
set(E) - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
set(int, E) - Method in class com.webobjects.foundation.NSMutableArray
 
set(Object) - Method in class com.webobjects.webservices.support.xml.WOKVCTarget
 
set_componentUnroll(Object) - Method in class com.webobjects.appserver.WOComponent
Private.
set_privateList(NSArray) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
set_privateList(NSArray) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
set_privateSelection(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
set_privateSelections(NSArray) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
set_unroll(Object) - Method in class com.webobjects.appserver.WOComponent
Private - this method is used by the Direct to Web generation layer, and does nothing in WOComponent.
setActionInvoked(boolean) - Method in class com.webobjects.appserver.WOContext
Convenience to set if action was invoked
setActionKey(String) - Method in class com.webobjects.eogeneration.EOActionController
 
setActionName(String) - Method in class com.webobjects.eoapplication.EOAction
Sets the name of the method that executes when the receiver triggers.
setActionName(String) - Method in class com.webobjects.jspservlet.WODirectActionTag
Sets the attribute actionName for this tag.
setActionPageDelegate(NextPageDelegate) - Method in class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
setActionPriority(int) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's action priority, which determines the order in which its button or menu item appears within a category.
setActionTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for large-size action buttons.
setActionTitlePosition(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the title position in large-size action buttons.
setActionWidgetContainer(JComponent) - Method in class com.webobjects.eoapplication.EOActionWidgetController
setActionWidgetPosition(int) - Method in class com.webobjects.eoapplication.EOActionWidgetController
setActivateWindowsDelayed(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether windows should be activated delayed at the end of an event.
setAdaptor(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOAdaptor instead
setAdaptorName(String) - Method in class com.webobjects.eoaccess.EOModel
Sets the name of the receiver's adaptor to adaptorName.
setAdaptorOperator(int) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the receiver's adaptor operator to adaptorOperator.
setAdaptorValueConversionClassName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the class used to convert a custom class to a primitive type to conversionMethodName.
setAdaptorValueConversionMethodName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the method used to convert a custom class to a primitive type to conversionMethodName.
setAdditionalActions(NSArray) - Method in class com.webobjects.eoapplication.EOActionTrigger
 
setAdditionalActions(NSArray) - Method in class com.webobjects.eoapplication.EOController
Sets actions to be added to the controllers default actions.
setAdditionalAdaptors(NSArray) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOAdditionalAdaptors instead
setAdditionalKeyValuePair(Object, String) - Method in class com.webobjects.eoapplication.EOController
Adds value to the dictionary of additionalKeyValuePairs with key.
setAdditionalKeyValuePairs(NSDictionary) - Method in class com.webobjects.eoapplication.EOController
Sets NSDictionary, dictionary, of key-value pairs for use in handleQueryWithUnboundKey()
setAdditionalMainArguments(NSDictionary) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets additional command line parameters (in addition to the predefined, standard ones) which will be passed to the main method on the client.
setAjaxFormSubmitKey(String) - Static method in class com.webobjects.appserver.WORequest
Set the key in the form values used to identify a AJAX form sumit.
setAlias(String, String) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
setAlignment(int) - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
setAlignmentForWidget(JComponent, int) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setAlignmentForWidget(JComponent, int) - Method in class com.webobjects.eogeneration.EOTextFieldController
 
setAlignmentForWidget(JComponent, int) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setAlignsComponents(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver attempts to align all text labels in its component (and its integrated subcontroller components).
setAllowActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether large-size action buttons should use icons or not (if icons are available).
setAllowedDebugGroups(long) - Static method in class com.webobjects.foundation.NSLog
Specifies the set (the bit mask) of allowed debug groups.
setAllowedDebugLevel(int) - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Passes aDebugLevel to setLevel on log4jLogger.
setAllowedDebugLevel(int) - Method in class com.webobjects.foundation.NSLog.Logger
Sets the debug level to aDebugLevel.
setAllowedDebugLevel(int) - Static method in class com.webobjects.foundation.NSLog
Deprecated. Use NSLog.debug.setAllowedDebugLevel instead.
setAllowNull(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
setAllowsConcurrentRequestHandling(boolean) - Method in class com.webobjects.appserver.WOApplication
Explicitly specifiy whether concurrent request handling is allowed.
setAllowsDiscontiguousSelection(boolean) - Method in class com.webobjects.eogeneration.EOTreeController
 
setAllowsDuplicates(boolean) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setAllowsFloats(boolean) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets whether this NSNumberFormatter allows as input floating-point values (that is, values that include the decimal-separator character).
setAllowSmallActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether small-size action buttons should use icons or not (if icons are available).
setAllowsMultipleSelection(boolean) - Method in class com.webobjects.eogeneration.EOTableController
 
setAllowsMultipleSelection(boolean) - Method in class com.webobjects.eogeneration.EOTreeController
 
setAllowsMultipleSelection(boolean) - Method in interface com.webobjects.eogeneration.EOWidgetController.TableWidget
 
setAllowsNull(boolean) - Method in class com.webobjects.eoaccess.EOAttribute
Sets whether or not the attribute can have a null value to allowsNull.
setAllowsNull(Boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
setAllowsOneTouchExpandable(boolean) - Method in class com.webobjects.eoapplication.EOSplitController
 
setAllowsRemoveAll(boolean) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setAllowsSnapToZero(boolean) - Method in class com.webobjects.eoapplication.EOSplitController
 
setAnOperator(String) - Method in class com.webobjects.directtoweb.QueryOperatorComponent
This method is intentionally undocumented.
setApplet(EOApplet) - Method in class com.webobjects.eoapplication.client.EOAppletController
Sets the receiver's applet.
setApplicationBaseURL(String) - Method in class com.webobjects.appserver.WOApplication
Sets to aString the path to which the current application may be found under the document root, with or without the .woa.
setApplicationDescription(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets a string describing the application.
setApplicationIcon(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets a URL for the (optional) application icon.
setApplicationLastAccessTime(long) - Method in class com.webobjects.appserver.WOStatisticsStore
JMX Support
setApplicationLastAccessTime(long) - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
setApplicationName(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setApplicationName(String) - Method in class com.webobjects.eoapplication.EOApplication
Sets the receiver's application name.
setApplicationName(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the descriptive client application name.
setApplicationNameToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setApplicationNumber(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setApplicationNumberToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setApplicationURL(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the application's URL so that it can be used in the JNLP file generation.
setArchiveName(String) - Method in class com.webobjects.eoapplication.EOArchiveController
Sets the name of the interface file archive to be loaded by the controller instead of generating its component dynamically.
setArguments(NSArray) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Sets arguments as the array of EOAttributes that describe the receiver's arguments.
setArguments(NSDictionary) - Static method in class com.webobjects.eoapplication.EOApplication
Sets the application's arguments.
setArray(NSArray) - Method in class com.webobjects.eocontrol.EOArrayDataSource
Sets the receiver's array of objects to array.
setArray(NSArray) - Method in class com.webobjects.foundation.NSMutableArray
Sets this array's elements to those in otherArray.
setAssociation(String, String, WOAssociation) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
setAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setAssociationFactory(String, WOAssociationFactory) - Method in class com.webobjects.appserver.WOAssociationFactoryRegistry
 
setAttribute(String, String, WOMLAttribute) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
setAttributedStringForNil(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setStringForNull(java.lang.String).
setAttributedStringForNotANumber(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setStringForNotANumber(java.lang.String).
setAttributedStringForZero(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setStringForZero(java.lang.String).
setAttributes(NSArray) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the array of attributes to select when locking the row to attributes.
setAttributes(NSArray) - Method in class com.webobjects.eoaccess.EOEntityIndex
Sets the list of attributes used by this index
setAttributesToFetch(NSArray) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to specify the set of attributes used to describe fetch data from a corresponding select.
setAttributesToFetch(NSArray) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
setAttributesToFetch(NSArray) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
setAttributesUsedForLocking(NSArray) - Method in class com.webobjects.eoaccess.EOEntity
If all of the the EOAttributes in attributes can be used by an EODatabaseChannel to lock Enterprise Objects for updates, sets attributes as the receiver's attributes used for locking and returns true.
setAutoOpenClientApplication(boolean) - Method in class com.webobjects.appserver.WOApplication
Controls whether starting up an application instance also launches a Java Client client application.
setAutoOpenInBrowser(boolean) - Method in class com.webobjects.appserver.WOApplication
Controls whether starting up this application also launches a web browser.
setAutosizingMask(Component, int) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Sets the autosizing mask of a component layed out by the EOViewLayout to autosizingMask.
setAuxilaryQualifierOnDataSource(EODataSource, EOQualifier) - Method in class com.webobjects.eoapplication.EODataSourceFactory
setAuxiliaryQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Sets the auxiliary qualifier to newQualifier.
setAuxiliaryQualifier(EOQualifier) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Assigns qualifier as an auxiliary qualifier to the receiver's fetch specification.
setAvailableTitlesKey(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setBackgroundColorForRow(String) - Method in class com.webobjects.directtoweb.D2WListPage
Sets the row background color to the specified value.
setBatchIndex(Integer) - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
setBinding(String, Object) - Method in class com.webobjects.jspservlet.WOComponentTag
Sets a key-value pair to be passed to the WOComponent for binding.
setBindingNameWithComponent(WOComponent, WOAssociation) - Method in class com.webobjects.appserver.WOAssociation.Event
Used to set a default binding name on Events created for associations which have not had setDebugEnabledForBinding() invoked.
setBorder(Border) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's border to border.
setBorderType(int) - Method in class com.webobjects.eoapplication.EOBoxController
setBothValueKeys(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setBounds(int, int, int, int) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's bounds.
setBounds(int, int, int, int) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Sets the receiver's bounds.
setBounds(int, int, int, int) - Method in class com.webobjects.eointerface.swing.EOView
Sets the receiver's bounds.
setButtonPosition(int) - Method in class com.webobjects.eogeneration.EOActionController
 
setByIntersectingSet(NSSet) - Method in class com.webobjects.foundation.NSSet
Creates a new NSSet that is the result of intersecting another NSSet with this NSSet.
setBySubtractingSet(NSSet) - Method in class com.webobjects.foundation.NSSet
Creates a new NSSet whose members are in this NSSet but not in otherSet.
setByUnioningSet(NSSet) - Method in class com.webobjects.foundation.NSSet
Creates a new NSSet whose members are in this NSSet or in otherSet, or both.
setCachesControllers(boolean) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
setCachesObjects(boolean) - Method in class com.webobjects.eoaccess.EOEntity
Based on the Boolean value flag, sets whether the receiver's Enterprise Objects are cached the first time the associated database table is queried.
setCachingEnabled(boolean) - Method in class com.webobjects.appserver.WOApplication
Sets whether or not component caching is enabled.
setCachingEnabled(boolean) - Method in class com.webobjects.appserver.WOComponent
Enables or disables the caching of this component's definition.
setCancelDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.ConfirmPageInterface
Sets the receiver's cancel delegate.
setCancelDelegate(NextPageDelegate) - Method in class com.webobjects.directtoweb.D2WConfirmPage
Sets the cancel delegate of the receiver.
setCancelled(boolean) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
setCanQuit(boolean) - Method in class com.webobjects.eoapplication.EOApplication
Sets whether or not the application can quit (shows a Quit menu item).
setCanResizeHorizontally(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver's component can resize horizontally.
setCanResizeVertically(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver's component can resize vertically.
setCanvasResizing(int) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Sets the receiver's canvas resizing mode to canvasResizing.
setCategoryPriority(int) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's category priority, which determines the order in which the group of buttons or menu items that contains the receiver appears.
setCellEditorValue(Object) - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Invoked from getTableCellEditorComponent to assign value as the inital editor value.
setCellEditorValue(Object) - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Sets the value of the text field editor component (the text displayed in the editor cell).
setCGIAdaptorURL(String) - Method in class com.webobjects.appserver.WOApplication
Sets the URL through the web server to aString.
setChangedValues(NSDictionary) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the dictionary of values that need to be updated, inserted, or compared for locking purposes.
setChannelClassName(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the channelClassName so that it can be used in the JNLP file generation.
setChildrenKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setChildValue(Object, Object) - Method in class com.webobjects.webservices.support.xml.WODictionaryDeserializer
 
setClassDelegate(WOComponentTemplateParser.Factory.ClassDelegate) - Static method in class com.webobjects.appserver.parser.WOComponentTemplateParser.Factory
Assigns delegate as the class delegate.
setClassDelegate(Object) - Static method in class com.webobjects.eoaccess.EODatabase
Assigns delegate as EODatabase's class delegate.
setClassDelegate(Object) - Static method in class com.webobjects.eoaccess.EOModelGroup
Assigns delegate as EOModelGroup's class delegate.
setClassDelegate(Object) - Static method in class com.webobjects.eocontrol.EOClassDescription
Sets the delegate for the entire EOClassDescription class.
setClassName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the attribute's class to name.
setClassName(String) - Method in class com.webobjects.eoaccess.EOEntity
Assigns name as the name of the Enterprise Object class associated with the receiver if name is not null.
setClassProperties(NSArray) - Method in class com.webobjects.eoaccess.EOEntity
If all of the the EOAttributes in attributes are valid class properties of the receiver, sets attributes as the receiver's class properties and returns true.
setCodebase(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the codebase URL.
setColor(Color) - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
setColor(Color) - Method in class com.webobjects.eogeneration.EOStaticTextFieldController
 
setColors(Object, Object) - Method in class com.webobjects.eointerface.EOTextAssociation.TextPlugin
This method sets the foreground and background colors for the text widget.
setColors(Object, Object) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Sets the colors of the text widget.
setColumnName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the database column that corresponds with this attribute to columnName.
setCombinedTemplateFileExtensions(List) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
Set supported file extensions for combined html components
setCommonFrames(int) - Method in class com.webobjects.woextensions.WOParsedException
 
setComponent(Component) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's component.
setComponentName(String) - Method in class com.webobjects.appserver.WOEvent
Sets the event's component name to aComponentName.
setComponentName(String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
setComponentRequestHandlerKey(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property _ComponentRequestHandlerKey instead
setConfirmDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.ConfirmPageInterface
Sets the receiver's confirm delegate.
setConfirmDelegate(NextPageDelegate) - Method in class com.webobjects.directtoweb.D2WConfirmPage
Sets the confirm delegate of the receiver.
setConnected(boolean) - Method in class com.webobjects.eoapplication.EOController
Sets the receiver's connection status.
setConnectionDictionary(NSDictionary) - Method in class com.webobjects.eoaccess.EOAdaptor
Sets the adaptor's connection dictionary to dictionary, which must only contain String, NSData, NSDictionary, and NSArray objects.
setConnectionDictionary(NSDictionary) - Method in class com.webobjects.eoaccess.EOModel
Sets the dictionary containing information used to connect to the database to connectionDictionary.
setConnectionDictionary(NSDictionary) - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Sets the connection dictionary to be used to connect to the server.
setConnectionDictionary(NSDictionary) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
setConnectionDictionary(NSDictionary) - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
setConnectTimeout(int) - Method in class com.webobjects.appserver.WOHTTPConnection
Deprecated. There will be a connection only after a sendRequest has been executed. Thus, it would make more sense to control the send timeout using setSendTimeout.
setConstraint(EOEntityIndex.Constraint) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index constraint.
setConstraint(String) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index constraint.
setContent(byte[]) - Method in class com.webobjects.appserver.WOMessage
Sets the message content to the contents of the supplied byte array.
setContent(char[]) - Method in class com.webobjects.appserver.WOMessage
Sets the message content to the contents of the supplied character array.
setContent(NSData) - Method in class com.webobjects.appserver.WOMessage
Sets the message content to someContent.
setContent(String) - Method in class com.webobjects.appserver.WOMessage
Sets the message content to the contents of the supplied String object.
setContentDOMDocument(Document) - Method in class com.webobjects.appserver.WOMessage
Sets the XML content of the response to the DOM document aDocument.
setContentEncoding(String) - Method in class com.webobjects.appserver.WOMessage
Sets the encoding used for the message content.
setContentStream(InputStream, int, long) - Method in class com.webobjects.appserver.WOResponse
This sets an InputStream as the source of the response content (rather than a String or an NSData).
setContentStream(InputStream, int, int) - Method in class com.webobjects.appserver.WOResponse
Deprecated. since 5.4
setContentStream(InputStream) - Method in class com.webobjects.jspservlet.WODirectActionTag
Sets the content of the WOResponse as seen by the Direct Action.
setContext(WOContext) - Method in class com.webobjects.appserver.WORequest
Sets the context for the request.
setContext(EODatabaseContext, EOEditingContext) - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
 
setContextClassName(String) - Method in class com.webobjects.appserver.WOApplication
Sets the name of the WOContext subclass class.
setContextClassToRegister(Class) - Static method in class com.webobjects.eoaccess.EODatabaseContext
Sets the class that is created and registered when a CooperatingObjectStoreNeeded notification is posted by an EOObjectStoreCoordinator to contextclass.
setControllerDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eoapplication.EOArchiveController
Sets and prepares the controller display group - the display group that contains the receiver itsself.
setCoordinator(EOObjectStoreCoordinator) - Method in class com.webobjects.eoaccess.EODatabaseContext
 
setCoordinator(EOObjectStoreCoordinator) - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
 
setCreateDatabase(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setCreateIndexes(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setCreatePrimaryKeySupport(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setCreateTables(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setCurrencySymbol(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the string this NSNumberFormatter uses to represent currency.
setCurrentBatchIndex(int) - Method in class com.webobjects.appserver.WODisplayGroup
Displays the batchIndex batch of objects.
setCurrentCol(Number) - Method in class com.webobjects.woextensions.WOTable
 
setCurrentEditingContext(EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Sets the EOEditingContext into which objects are fetched to context.
setCurrentEntity(EOEntity) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Sets the EOEntity used when fetching Enterprise Objects to entity.
setCurrentItem(Object) - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
setCurrentItem(Object) - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
setCurrentItem(Object) - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay2
 
setCurrentKey(Object) - Method in class com.webobjects.woextensions.WODictionaryRepetition
 
setCurrentKey(String) - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
setCurrentRow(Number) - Method in class com.webobjects.woextensions.WOTable
 
setCurrentSettings(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setD2wContext(D2WContext) - Method in class com.webobjects.webservices.generation.WOOperation
Sets this operations D2WContext
setD2wContext(D2WContext) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the template's D2WContext.
setD2wContext(D2WContext) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Sets the D2WContext this object uses to implement its serialization strategy.
setData(NSData, String, String, WOSession) - Method in class com.webobjects.appserver.WOResourceManager
Assigns someData to a key and caches it for later url retrieval.
setData(NSData) - Method in class com.webobjects.foundation.NSMutableData
Replaces the entire contents of the receiver with the contents of otherdata.
setData(byte[]) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer
 
setDatabaseOperator(int) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Sets the receiver's database operator to databaseOperator, which must be one of the list below.
setDataSource(EODataSource) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's EODataSource to ds.
setDataSource(Object) - Method in class com.webobjects.directtoweb.D2WList
 
setDataSource(EODataSource) - Method in class com.webobjects.directtoweb.D2WListPage
Sets the data source to the specified data source.
setDataSource(EODataSource) - Method in class com.webobjects.directtoweb.D2WPage
Sets the EODataSource, defined in the EOControl Framework, containing the objects displayed on the page.
setDataSource(Object) - Method in class com.webobjects.directtoweb.D2WSelect
 
setDataSource(EODataSource) - Method in interface com.webobjects.directtoweb.ListPageInterface
Sets data source containing objects to display.
setDataSource(EODataSource) - Method in interface com.webobjects.directtoweb.SelectPageInterface
Sets the receiver's data source.
setDataSource(EODataSource) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the receiver's EODataSource to ds.
setDataSource(EODatabaseDataSource) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setDataSource(EODatabaseDataSource) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setDataType(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
setDate(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setDBSnapshot(NSDictionary) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Sets the snapshot for the receiver's Enterprise Object.
setDebug(NSLog.Logger) - Static method in class com.webobjects.foundation.NSLog
Sets the debugging logger NSLog.debug to instance.
setDebug(NSLog.Logger, int) - Static method in class com.webobjects.foundation.NSLog
Sets the debugging logger NSLog.debug to instance.
setDebugEnabledForBinding(String, String, String) - Method in class com.webobjects.appserver.WOAssociation
Enables logging whenever the association assigns or retrieves values.
setDebugStream(PrintStream) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
setDecimalSeparator(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the first character of newSeparator as the decimal separator for this NSNumberFormatter If newSeparator is the current thousands' separator for this formatter, the thousands' separator and the decimal separator are swapped.
setDeclarations(NSDictionary) - Method in class com.webobjects.appserver.parser.WOBundleComponentTemplateParser
 
setDeclarationString(String) - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
setDefault(TimeZone) - Static method in class com.webobjects.foundation.NSTimeZone
Changes the time zone provided by getDefault or defaultTimeZone for the application.
setDefaultBackgroundColors(Object, Object) - Static method in class com.webobjects.eointerface.EOTextAssociation
This method sets the global defaults for the background colors of text fields.
setDefaultComponentSize(Dimension) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's default component size.
setDefaultCoordinator(EOObjectStoreCoordinator) - Static method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Sets a shared instance EOObjectStoreCoordinator.
setDefaultDataSourceFactory(EODataSourceFactory) - Static method in class com.webobjects.eoapplication.EODataSourceFactory
setDefaultDelegate(Object) - Static method in class com.webobjects.eoaccess.EOAdaptor
Sets the default delegate, which is the object assigned as delegate to all newly created EOAdaptor instances.
setDefaultDelegate(Object) - Static method in class com.webobjects.eoaccess.EOAdaptorContext
Sets the default delegate, which is the object assigned as delegate to all newly created EOAdaptorContext instances and their EOAdaptorChannels, to delegate.
setDefaultDelegate(Object) - Static method in class com.webobjects.eoaccess.EODatabaseContext
Sets the default delegate for new instances of EODatabaseContext to defaultDelegate.
setDefaultEditingContext(EOEditingContext) - Method in class com.webobjects.appserver.WOSession
Sets the editing context to be returned by defaultEditingContext.
setDefaultElementGenerator(WOMLAbstractNamespace.WOMLElementGenerator) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
setDefaultEncoding(String) - Static method in class com.webobjects.appserver.WOMessage
Lets you specify the default character encoding to be used when constructing a new WOMessage.
setDefaultFetchTimestampLag(long) - Static method in class com.webobjects.eocontrol.EOEditingContext
Sets the default timestamp lag for newly instantiated editing contexts to lag.
setDefaultFormatTimeZone(NSTimeZone) - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Sets the default time zone this NSTimestampFormatter uses for formatting -- converting an NSTimestamp into a string -- to zone.
setDefaultFormValueEncoding(String) - Method in class com.webobjects.appserver.WORequest
Sets the default string encoding for the receiver to use when converting its form values from ASCII to Unicode.
setDefaultGroup(EOModelGroup) - Static method in class com.webobjects.eoaccess.EOModelGroup
Sets the default model group to group.
setDefaultHeaderEncoding(String) - Static method in class com.webobjects.appserver.WOMessage
Set the Encoding to be used when reading Http headers.
setDefaultLocale(Locale) - Static method in class com.webobjects.foundation.NSNumberFormatter
Sets the default locale of this NSNumberFormatter.
setDefaultLocalizesPattern(boolean) - Static method in class com.webobjects.foundation.NSNumberFormatter
Sets whether all new NSNumberFormatter instances should localize their patterns based on the locale.
setDefaultModel(D2WModel) - Static method in class com.webobjects.directtoweb.D2WModel
Sets the default model to the specified value.
setDefaultNamespace(WOMLNamespace) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
setDefaultParentObjectStore(EOObjectStore) - Static method in class com.webobjects.eocontrol.EOEditingContext
Sets the default parent EOObjectStore to store.
setDefaultParseTimeZone(NSTimeZone) - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Sets the default time zone this NSTimestampFormatter uses for parsing -- converting a string to an NSTimestamp -- to zone.
setDefaultPrefersContinuousChangeNotification(boolean) - Static method in class com.webobjects.eointerface.EOWidgetAssociation
Sets the default preference for continuous change notification for all new instances of the association.
setDefaultRequestHandler(WORequestHandler) - Method in class com.webobjects.appserver.WOApplication
Sets the default request handler.
setDefaults(EODefaults) - Method in class com.webobjects.eoapplication.EOApplication
Sets the receiver's defaults manager (an EODefaults object).
setDefaultSharedEditingContext(EOSharedEditingContext) - Static method in class com.webobjects.eocontrol.EOSharedEditingContext
Sets the default shared editing context.
setDefaultStringLocalizationResourceBundle(ResourceBundle) - Method in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Sets the ResourceBunde to search when looking for localized strings.
setDefaultStringMatchFormat(String) - Method in class com.webobjects.appserver.WODisplayGroup
Changes how pattern matching will be performed on String values in the queryMatch dictionary.
setDefaultStringMatchFormat(String) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets how pattern matching will be performed on String values in the query dictionaries ( equalToQueryValues, greaterThanQueryValues, and lessThanQueryValues).
setDefaultStringMatchOperator(String) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the operator used to perform pattern matching for String values in the queryMatch dictionary.
setDefaultStringMatchOperator(String) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the operator used to perform pattern matching for String values in the queryMatch dictionary.
setDefaultTimeZone(NSTimeZone) - Static method in class com.webobjects.foundation.NSTimeZone
Changes the time zone provided by getDefault or defaultTimeZone for the application.
setDefaultUndoStackLimit(int) - Method in class com.webobjects.appserver.WOApplication
Set the limit size for the undo stack for a session's default editing context.
setDefaultURLEncoding(String) - Static method in class com.webobjects.appserver.WOMessage
Sets the default encoding to use when converting the parameter list that appears in a WebObjects generated URL from transcoded ASCII to Unicode and vice versa.
setDefinition(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the attribute's definition to definition.
setDefinition(String) - Method in class com.webobjects.eoaccess.EORelationship
Changes the relationship to a flattened relationship by releasing any joins and attributes (both source and destination) associated with the relationship and setting definition as its data path.
setDelegate(Object) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's delegate to anObject.
setDelegate(WOWSDDRegistrar.Delegate) - Static method in class com.webobjects.appserver.WOWSDDRegistrar
Set the class delegate.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EOAdaptor
Sets the receiver's delegate to delegate, or removes its delegate if delegate is null.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Sets the receiver's delegate to delegate or removes its delegate if delegate is null.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EOAdaptorContext
Sets the receiver's delegate and the delegate of all the receiver's channels to delegate, or removes their delegates if delegate is null.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EODatabaseContext
Sets delegate as the delegate for the receiver and all the receiver's EODatabaseChannels.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EOModelGroup
Sets the receiver's instance delegate to delegate.
setDelegate(Object) - Method in class com.webobjects.eocontrol.EOEditingContext
Set this EOEditingContext's delegate to be delegate.
setDelegate(Object) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Sets the receiver's delegate.
setDelegate(Object) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Sets the receiver's delegate.
setDelegate(Object) - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Sets the receiver's delegate.
setDelegate(Object) - Method in class com.webobjects.eodistribution.EODistributionContext
Sets the delegate of the distribution context.
setDelegate(Object) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
setDelegate(Object) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the receiver's delegate to anObject.
setDeletedColumnNames(Collection) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the deleted column names.
setDeletedForeignKeyConstrainNames(Collection) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the deleted foreign key constraint names.
setDeletedIndexNames(Collection) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the deleted index names.
setDeletedTableNames(Collection) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Set the deleted table names.
setDeleteRule(int) - Method in class com.webobjects.eoaccess.EORelationship
Set a rule describing the action to take when object is being deleted.
setDeployment(WSDDDeployment) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
setDescriptionPath(String) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's menu hierarchy path to descriptionPath, for example Document/Quit.
setDestinationDisplayKey(String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setDestinationDisplayKey(String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setDetailKey(String) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the detail key to detailKey for a detail display group.
setDetailKey(String) - Method in class com.webobjects.eocontrol.EODetailDataSource
Sets the detail key of the receiver, which names the relationship for which the receiver provides objects to its master object.
setDetailKeys(NSArray) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setDetailPercent(String) - Method in class com.webobjects.woextensions.WOStatsPage
 
setDetailRelationshipPath(String) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setDictionary(NSDictionary) - Method in class com.webobjects.foundation.NSMutableDictionary
Replaces this dictionary's entries with those in otherDictionary.
setDirectActionRequestHandlerKey(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property _DirectActionRequestHandlerKey instead
setDirectConnectEnabled(boolean) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WODirectConnectEnabled instead
setDirty(boolean) - Method in class com.webobjects.directtoweb.D2WModel
Sets whether the model is dirty to the specified value.
setDisabledTextBackgroundColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for the background of disabled text fields.
setDisplayedTabName(String) - Method in class com.webobjects.directtoweb.D2WTabInspectPage
Sets the displayed tab to the one with the specified name.
setDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the display group used by this controller.
setDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
setDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the provider method which is used to retrieve the display group for the reveiver.
setDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
setDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setDisplayMode(Object) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
setDisplayPattern(String) - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
setDisplaysLabelInWidget(boolean) - Method in class com.webobjects.eogeneration.EOCheckBoxController
 
setDisposeIfDeactivated(boolean) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
setDistributionEnabled(boolean) - Method in class com.webobjects.appserver.WOSession
Enables or disables the distribution mechanism that effects load balancing among multiple application instances.
setDocument(Document) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
setDocumentLocator(Locator) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
setDomain(String) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "domain" attribute to aDomain.
setDropDatabase(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setDropIndexes(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setDropPrimaryKeySupport(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setDropTables(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setDTDHandler(DTDHandler) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
setDynamicAttributePrefix(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
 
setDynamicAttributeSuffix(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
 
setDynamicPage(String) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of the current named configuration
setDynamicPages(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setEditability(int) - Method in class com.webobjects.eoapplication.EODocumentController
 
setEditability(int) - Method in interface com.webobjects.eoapplication.EOEditable
Sets the editability of the receiver to editability.
setEditability(int) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setEditability(int) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setEditable(boolean) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets the editablity flag of the text area.
setEditableTextBackgroundColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for the background of editable text fields.
setEdited(boolean) - Method in interface com.webobjects.eoapplication.EODocument
Sets the receiver's edited state.
setEdited(boolean) - Method in class com.webobjects.eoapplication.EODocumentController
Conformance to EODocument.
setEditingContext(EOEditingContext) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
setEditingContext(EOEditingContext) - Method in class com.webobjects.directtoweb.D2WInspectPage
This method is intentionally undocumented.
setEditingContext(EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Used internally.
setEditingContext(EOEditingContext) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the editing context used by this controller.
setEditingContext(EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Sets the receiver's editing context.
setEditingContextProviderMethodName(String) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the provider method which is used to retrieve the editing context for the reveiver.
setEditorComponent(Component) - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Sets the receiver's editor component to editorComponent.
setEditPageDelegate(Object) - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
This method is intentionally undocumented.
setElementGenerator(String, WOMLAbstractNamespace.WOMLElementGenerator) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
setElementID(String) - Method in class com.webobjects.directtoweb.DarwinShadow
 
setEnabled(boolean) - Method in class com.webobjects.eointerface.EOActionWidgetAssociation.ActionPlugin
Set whether or not the user should be able to manipulate the association's User Interface widget.
setEnabled(boolean) - Method in class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Will pass on the enabled state to the AbstractButton widget.
setEnabledDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setEnabledDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setEnabledDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setEnabledDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setEnabledKey(String) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setEnabledKey(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setEnableSaveOnlyIfEdited(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether Save actions should only be enabled if a document is edited.
setEncoding(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Sets the character encoding.
setEncoding(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Sets the encoding for this output method.
setEngineConfiguration(EngineConfiguration) - Method in class com.webobjects.webservices.client.WOWebService
Set the EngineConfiguration to used by the underlying Axis service.
setEngineConfigurationForServiceNamed(EngineConfiguration, String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Set the EngineConfiguration to used by the underlying Axis service object used by the service named serviceName.
setEntities(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setEntity(EOEntity) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setEntity(EOEntity) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of the current entity.
setEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOEntityIndex
 
setEntity(EOEntity) - Method in class com.webobjects.eoaccess.EORelationship
Sets the entity of the relationship to entity.
setEntityName(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setEntityName(String) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the entity name of the enterprise objects displayed by the receiver.
setEntityName(String) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the name of the root entity to be fetched to entityName.
setEntityName(String) - Method in class com.webobjects.eogeneration.EOEditingController
 
setEntityName(Object) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
Set the name of the class to which an element will be deserialized.
setEntityResolver(EntityResolver) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
setEqualToQueryValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets to values the receiver's dictionary of equalTo query values.
setErr(NSLog.Logger) - Static method in class com.webobjects.foundation.NSLog
Sets the logger NSLog.err to instance.
setErrorHandler(ErrorHandler) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
setException(Throwable) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the receiver's exception to exception.
setException(Throwable) - Method in class com.webobjects.woextensions.WOExceptionPage
 
setExpandedIconKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setExpires(NSTimestamp) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "expires" attribute to expirationDate.
setExplicitlyDisabled(boolean) - Method in class com.webobjects.eointerface.EOAssociation
Sets according to flag whether or not the association is explicitly disabled.
setExpressionClassName(String, String) - Static method in class com.webobjects.eoaccess.EOAdaptor
Sets the expression class for instances of the class named adaptorClassName to sqlExpressionClassName.
setExternalName(String) - Method in class com.webobjects.eoaccess.EOEntity
Sets the name of the receiver as understood by the database server (that is, the receiver's external name) to string.
setExternalName(String) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Sets the external name of the stored procedure to externalName.
setExternalQuery(String) - Method in class com.webobjects.eoaccess.EOEntity
Assigns string as the query statement used for selecting rows from the entity when there is no qualifier.
setExternalType(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the type of the attribute, as recognized by the database adaptor and the database server, to string.
setExternalType(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
setExtraBindings(NSMutableDictionary) - Method in class com.webobjects.directtoweb.D2WPage
This method is intentionally undocumented.
setExtraBindings(Object) - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Sets the extra bindings to the specified value.
setFactory(D2W) - Static method in class com.webobjects.directtoweb.D2W
Sets the Direct to Web factory, an instance of D2W that is used to create all of the Direct to Web pages of an application.
setFactoryMethodArgumentType(int) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the type of argument that should be passed to the factory method, which is invoked by the attribute to create a value for a custom class.
setFetchEnabled(boolean) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Controls whether objects can be fetched by the receiver.
setFetchEnabled(boolean) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Sets whether or not fetching is enabled in the receiver.
setFetchesOnConnect(boolean) - Method in class com.webobjects.eoapplication.EOEntityController
Sets whether the receiver should fetch its display group content next time its connection is established.
setFetchesOnConnectEnabled(boolean) - Method in class com.webobjects.eoapplication.EOEntityController
Sets whether the receiver should ever fetch its display group content when a connection is established.
setFetchesOnLoad(boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Changes whether the WODisplayGroup automatically fetches its objects after being loaded.
setFetchesOnLoad(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Controls whether the receiver automatically fetches its objects after being loaded from a nib file.
setFetchesRawRows(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the behavior for fetching raw rows.
setFetchLimit(int) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the fetch limit value which indicates the maximum number of objects to fetch.
setFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Sets the fetch specification used when supplying objects to fetchSpec.
setFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Assigns fetchSpecification to the receiver as the fetch specification to use when fetching objects.
setFetchSpecificationByName(String) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Retrieves the fetch specification identified by fetchSpecificationName from the root EOEntity for the receiver and sets it as the receiver's fetch specification.
setFetchSpecificationName(String) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
setFetchTimestamp(long) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets the receiver's fetch timestamp.
setFieldValue(Object, Field, Object) - Method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
Sets object's field value to value.
setFirstFocusComponent(JComponent) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the JComponent that should get the keyboard focus during activateFirstFocusComponent.
setFollowRedirects(boolean) - Method in class com.webobjects.appserver.WOHTTPConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font) - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
setFont(Font) - Method in class com.webobjects.eogeneration.EOStaticTextFieldController
 
setFontProperties(int, int) - Method in class com.webobjects.eointerface.EOTextAssociation.TextPlugin
This method sets the font properties (bold and italic) of the text widget.
setFontProperties(int, int) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Sets the font properties of the text widget.
setForeignKeyConstraints(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setFormat(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setPattern(java.lang.String).
setFormatAllowed(boolean) - Method in class com.webobjects.eogeneration.EOFormatValueController
 
setFormatAllowed(boolean) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setFormatAllowed(boolean) - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
setFormatClass(Class) - Method in class com.webobjects.eogeneration.EOFormatValueController
 
setFormatClass(Class) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setFormatClass(Class) - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
setFormatPattern(String) - Method in class com.webobjects.eogeneration.EOFormatValueController
 
setFormatPattern(String) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setFormatPattern(String) - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
setFormSubmitted(boolean) - Method in class com.webobjects.appserver.WOContext
Convenience to set if form as submitted
setFormValue(String, String) - Method in class com.webobjects.jspservlet.WODirectActionTag
Sets a key-value pair to be passed to the Direct Action as a form value in the queryString.
setFormValueEncoding(String) - Method in class com.webobjects.appserver.WORequest
Sets the form value encoding
setFormValueEncodingDetectionEnabled(boolean) - Method in class com.webobjects.appserver.WORequest
Enables or disables automatic detection of the best encoding for the receiver to use when it converts form values from ASCII to Unicode.
setFrames(NSArray) - Method in class com.webobjects.woextensions.WOParsedException
 
setFrameworksBaseURL(String) - Method in class com.webobjects.appserver.WOApplication
Sets aString as the path under which all frameworks can be found inside the document root.
setGlobalDefaultForValidatesChangesImmediately(boolean) - Static method in class com.webobjects.appserver.WODisplayGroup
Changes the class default behavior controlling whether submitted changes are immediately validated.
setGlobalDefaultForValidatesChangesImmediately(boolean) - Static method in class com.webobjects.eointerface.EODisplayGroup
Sets the default behavior display group instances use when they encounter a validation error.
setGlobalDefaultStringMatchFormat(String) - Static method in class com.webobjects.appserver.WODisplayGroup
Changes the default string match format for the class.
setGlobalDefaultStringMatchFormat(String) - Static method in class com.webobjects.eointerface.EODisplayGroup
Sets the default string match format to be used by display group instances.
setGlobalDefaultStringMatchOperator(String) - Static method in class com.webobjects.appserver.WODisplayGroup
Changes the default string match operator for the class.
setGlobalDefaultStringMatchOperator(String) - Static method in class com.webobjects.eointerface.EODisplayGroup
Sets the default string match operator to be used by display group instances.
setGlobalID(Object) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
Set the globalID of the object to be instantiated.
setGreaterThanQueryValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets to values the receiver's dictionary of greaterThan query values.
setGroupsByEvent(boolean) - Method in class com.webobjects.foundation.NSUndoManager
Sets whether this NSUndoManager automatically groups undo operations during the run loop.
setHandlerKeyToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setHandlerPathToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setHasThousandSeparators(boolean) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets whether this NSNumberFormatter uses a thousands separator.
setHeader(String, String) - Method in class com.webobjects.appserver.WOMessage
Sets an HTTP header in the receiver with field-name aKey and value aString.
setHeaders(List, String) - Method in class com.webobjects.appserver.WOMessage
Sets an HTTP header in the receiver with field-name aKey and values someStrings.
setHeaders(Map) - Method in class com.webobjects.appserver.WOMessage
Sets the HTTP headers in the receiver to the contents of the supplied NSDictionary object.
setHighlightLabelColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for highlighted labels (in front of widgets).
setHighlightLabelFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for highlighted labels (in front of widgets).
setHighlightsLabel(boolean) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setHighlightsTitle(boolean) - Method in class com.webobjects.eoapplication.EOBoxController
setHighlightTitleColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for highlighted titles, for example in boxes and tab views.
setHighlightTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for highlighted titles, for example in boxes and tab views.
setHints(NSDictionary) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the receiver's hints to hints.
setHomepage(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the Homepage URL.
setHours(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setHtmlString(String) - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
setHTTPVersion(String) - Method in class com.webobjects.appserver.WOMessage
Sets the version of HTTP used for the message (for example, "HTTP/1.0").
setIcon(Icon) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's icon to icon.
setIcon(Icon) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's icon.
setIcon(Icon) - Method in class com.webobjects.eogeneration.EOStaticIconController
 
setIconKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setID(String) - Method in class com.webobjects.foundation.NSTimeZone
Irrelevant for NSTimeZone objects, which are not mutable.
setIgnorePackage(boolean) - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
setImage(Image) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's image to image and repaints if necessary.
setImageScaling(int) - Method in class com.webobjects.eogeneration.EOImageViewController
 
setImageScaling(int) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's image scaling mode to imageScaling.
setIncludeCommentsInResponses(boolean) - Method in class com.webobjects.appserver.WOApplication
Sets whether or not HTML comments are appended to the response.
setIndenting(boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Sets the indentation on and off.
setIndexKey(String) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setIndexType(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaIndexDescription
 
setInfo(Object) - Method in class com.webobjects.eocontrol.EOEvent
Sets the custom event information for the receiver.
setInForm(boolean) - Method in class com.webobjects.appserver.WOContext
If you write something that behaves like a WOForm, invoke this method with aFlag true in appendToResponse(WOResponse aResponse, WOContext aContext) before calling super.appendToResponse(WOResponse aResponse, WOContext aContext) to notify any contained WODynamicElements that they are in a form.
setInitialValueAssociation(WOAssociation) - Method in class com.webobjects.appserver.WOComponentVariable
 
setInputPartNames(NSArray) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the input part names.
setInQueryMode(boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Deprecated. No longer important for WebObjects applications. No user code should implement or depend upon this, and any implementations or references to this method may be eliminated freely.
setInQueryMode(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets according to yn whether the receiver is in query mode.
setInsertedColumnNames(Collection) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the inserted column names.
setInsertedForeignKeyConstrainNames(Collection) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the inserted foreign key constraint names.
setInsertedIndexNames(Collection) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the inserted index names.
setInsertedObjectDefaultValues(NSDictionary) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the dictionary of default values added to empty objects that are inserted into the WODisplayGroup.
setInsertedObjectDefaultValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets default values to be used for newly inserted objects.
setInsertedTableNames(Collection) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Set the inserted table names.
setInsets(Insets) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the inset area around this controller's component.
setInspectArrayAction(Object) - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
setInspectorIdentifier(String) - Method in class com.webobjects.eoapplication.EOInspectorController
setInstancesRetainRegisteredObjects(boolean) - Static method in class com.webobjects.eocontrol.EOEditingContext
Set the retain policy for EOEditingContext objects created by this application instance.
setInternalDataType(Object) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
setInvalidatesObjectsWhenFinalized(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
This method should not be used.
setInvocationTarget(Object) - Method in class com.webobjects.eodistribution.EODistributionContext
Sets the invocation target for remote method invocations which use a key path.
setInvokesDefaultAction(boolean) - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
setIsAbstractEntity(boolean) - Method in class com.webobjects.eoaccess.EOEntity
Based on the Boolean flag, sets whether the receiver is an abstract entity, false otherwise.
setIsClassRegisteredForLogging(boolean) - Method in class com.webobjects.woextensions.WOEventSetupPage
 
setIsDeep(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether a fetch should include sub-entities of the receiver's entity.
setIsEnabled(boolean) - Method in class com.webobjects.foundation.NSLog.Logger
Sets the value of an internal boolean to aBool.
setIsLeafKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setIsLocking(boolean) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Sets whether the receiver locks the database records it selects.
setIsMandatory(boolean) - Method in class com.webobjects.eoaccess.EORelationship
Specifies according to isMandatory whether the target of the relationship must be supplied or can be null.
setIsMandatory(Object) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setIsMandatory(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setIsMultipleSubmitForm(boolean) - Method in class com.webobjects.appserver.WOContext
Convenience to set if multiple submit form was submitted
setIsQueryWidget(boolean) - Method in class com.webobjects.eogeneration.EOComboBoxController
 
setIsQueryWidget(boolean) - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
setIsQueryWidget(boolean) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setIsQueryWidget(boolean) - Method in class com.webobjects.eogeneration.EOTextFieldController
 
setIsQueryWidget(boolean) - Method in interface com.webobjects.eogeneration.EOWidgetController.QueryWidget
 
setIsRefreshingObjects(boolean) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Sets whether the receiver causes existing snapshots and enterprise objects to be overwritten with fetched values.
setIsSecure(boolean) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "secure" attribute to aBoolean.
setIsVerbose(boolean) - Method in class com.webobjects.foundation.NSLog.Logger
Sets the value of an internal boolean to aBool.
setJ2seVersion(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the J2SE version required for the client installation.
setJarFileName(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the current jar file that the WORepetition (for the jar file names) is iterating over while generating the JNLP file.
setJarFileNames(NSArray) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the array of jar files to be downloaded by Web Start (at the codebase URL).
setJavaScriptElementIDPrefix(String) - Static method in class com.webobjects.appserver.WOContext
Sets the prefix for the JavaScript element id.
setJavaScriptElementIDSeparator(String) - Static method in class com.webobjects.appserver.WOContext
Sets the separator for the JavaScript element id.
setJDBCInfo(NSDictionary) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
setJMXDomain(String) - Method in class com.webobjects.appserver.WOApplication
Set the JMX domain.
setJoinSemantic(int) - Method in class com.webobjects.eoaccess.EORelationship
Sets the semantic used to create SQL expressions for this relationship.
setKeepAliveEnabled(boolean) - Method in class com.webobjects.appserver.WOHTTPConnection
Specifies according to keepAlive whether the connection is to be left open after a request has been sent so that subsequent requests to the same destination connection point don't require the connection to be re-opened.
setKey(String) - Method in class com.webobjects.jspservlet.WOBindingTag
Sets the attribute key for this tag.
setKey(String) - Method in class com.webobjects.jspservlet.WOExtraHeaderTag
Sets the attribute key for this tag.
setKey(String) - Method in class com.webobjects.jspservlet.WOFormValueTag
Sets the attribute key for this tag.
setKeyPath(String) - Method in class com.webobjects.appserver.WOAssociation.Event
Unused, but added for key value coding symmetry.
setLabel(String) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's label.
setLabel(String) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
setLabel(String) - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
setLabelColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for labels (in front of widgets).
setLabelComponent(JComponent) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setLabelComponentAlignment(int) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setLabelComponentPosition(int) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setLabelComponentWidth(int) - Method in class com.webobjects.eogeneration.EOWidgetController
Sets the receiver's alignment width, the minimum width used for text labels in its component (and its integrated subcontroller components).
setLabelDistance(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the distance between labels and widgets used by the default controller layout mechanisms.
setLabelFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for labels (in front of widgets).
setLanguages(NSArray) - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
setLanguages(NSArray) - Method in class com.webobjects.appserver.WOAction
Sets the languages for which the action is localized.
setLanguages(NSArray) - Method in class com.webobjects.appserver.WOSession
Sets the languages for which the session is localized.
setLargeBorder(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the large border size used by the default controller layout mechanisms.
setLastFocusComponent(JComponent) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the JComponent that will get the keyboard focus last during focus traversal.
setLastKnownSize(Component, Dimension) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Sets the "last known size" of a component layed out by the EOViewLayout.
setLength(int) - Method in class com.webobjects.foundation.NSMutableData
Extends or truncates a mutable data object to the specified length.
setLength(int) - Method in class com.webobjects.foundation.NSMutableRange
Sets the length of the receiver to length.
setLessThanQueryValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets to values the receiver's dictionary of lessThan query values.
setLevelsOfUndo(int) - Method in class com.webobjects.foundation.NSUndoManager
Sets the maximum number of top-level undo groups this NSUndoManager will hold to levels.
setLhs(EOQualifier) - Method in class com.webobjects.directtoweb.Rule
Sets the left-hand side to the specified value.
setList(Object) - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
setListenQueueSize(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOListenQueueSize instead
setLiveAssistantEnabled(boolean) - Method in class com.webobjects.directtoweb.D2W
Deprecated.  
setLoadFrameworks(NSArray) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOLoadFrameworks instead
setLocalContext(D2WContext) - Method in class com.webobjects.directtoweb.D2WComponent
Sets the Direct to Web context for this component to newValue.
setLocalContext(D2WContext) - Method in class com.webobjects.directtoweb.D2WListPage
Sets the local context to the specified D2WContext.
setLocalContext(D2WContext) - Method in class com.webobjects.directtoweb.D2WPlainListPage
Sets the local context to the specified D2WContext.
setLocale(Locale) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the locale of this NSNumberFormatter.
setLocalizesFormat(boolean) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setLocalizesPattern(boolean).
setLocalizesPattern(boolean) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets whether this NSNumberFormatter's pattern should be localized.
setLocalKeys(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the additional keys to which WOAssociations for the objects in this WODisplayGroup may be bound to the Strings in newKeySet.
setLocalKeys(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the additional keys to which EOAssociations can be bound to the strings in newKeySet.
setLocation(int) - Method in class com.webobjects.foundation.NSMutableRange
Sets the starting location of the receiver to location.
setLocksObjects(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether a fetch should result in the selected objects being locked in the data repository.
setLocksObjectsBeforeFirstModification(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets according to yn whether this EOEditingContext locks object in the external store (with lockObject) the first time object is modified.
setLog4jLogger(Logger) - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Redirects output from this NSLog.Log4JLogger instance to aLogger.
setLogFile(String, long) - Method in class com.webobjects.appserver.WOStatisticsStore
Sets the full path of the log file to which statistics will be recorded; these statistics will be in Common Log File Format (CLFF).
setLogFile(String, double) - Method in class com.webobjects.appserver.WOStatisticsStore
Deprecated. Use setLogFile(String path, long milliseconds) instead
setLogFile(String, long) - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
Logging to Files
setLoggingEnabled(boolean, Class) - Method in interface com.webobjects.eocontrol.EOEventCenter.EventRecordingHandler
If flag is true, instrumented code should log events of class aClass and the receiver should enable updating in instrumented code.
setMainArgument(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the current main argument that the WORepetition (for the main arguments) is iterating over over while generating the JNLP file.
setMakeIconBackgroundsTransparent(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether the background of all icons loaded through the default resource bundle should be made explicitly transparent.
setManageForeignKeyConstraints(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setManagePrimaryKeyConstraints(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setManagePrimaryKeySupport(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setMandatoryRelationshipPaths(NSArray) - Method in class com.webobjects.eogeneration.EOEditingController
 
setManipulatedEntityName(String) - Method in class com.webobjects.directtoweb.DefaultHeader
Sets the entity name that the user chooses in the pop-up list in the menu bar.
setMasterClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EODetailDataSource
Assigns master as the EOClassDescription for the receiver's master object.
setMasterDetailAssociation(EOMasterDetailAssociation) - Method in class com.webobjects.eogeneration.EOEditingController
 
setMasterObject(Object) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the master object to masterObject for detail display groups and then performs a fetch if the display group is set to fetch on load.
setMasterObjectAndRelationshipKey(EOEnterpriseObject, String) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
setMasterObjectAndRelationshipKey(EOEnterpriseObject, String) - Method in interface com.webobjects.directtoweb.EditRelationshipPageInterface
Sets the object and relationship to edit.
setMaximum(BigDecimal) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the highest number this NSNumberFormatter allows as input.
setMaximumAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setMaximumValueKey(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setMaxNumberOfInstancesToBatchFetch(int) - Method in class com.webobjects.eoaccess.EOEntity
Sets the maximum number of faults from the entity to trigger at one time to size.
setMaxSocketIdleTime(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOMaxSocketIdleTime instead
setMaxValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryRangeComponent
This method is intentionally undocumented.
setMediumBorder(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the medium border size used by the default controller layout mechanisms.
setMenuAccelerator(KeyStroke) - Method in class com.webobjects.eoapplication.EOAction
Sets the KeyStroke the user can type to invoke the receiver instead of selecting it from a menu.
setMessage(String) - Method in interface com.webobjects.directtoweb.ConfirmPageInterface
Sets the message displayed by the confirm page.
setMessage(String) - Method in class com.webobjects.directtoweb.D2WConfirmPage
Sets the message displayed by the confirm page.
setMessage(String) - Method in class com.webobjects.directtoweb.D2WErrorPage
 
setMessage(String) - Method in interface com.webobjects.directtoweb.ErrorPageInterface
Sets the message displayed by the error page.
setMessageHandler(Object) - Method in class com.webobjects.eocontrol.EOEditingContext
Set this EOEditingContext's message handler to be handler.
setMethodValue(Object, Method, Object) - Method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
Uses method to set object's corresponding property to value.
setMinimum(BigDecimal) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the minimum number this NSNumberFormatter allows as input.
setMinimumActionButtonSize(Dimension) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the minimum size of large-size action buttons.
setMinimumActiveSessionsCount(int) - Method in class com.webobjects.appserver.WOApplication
Sets the minimum number of active sessions to aVal.
setMinimumAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setMinimumSmallActionButtonSize(Dimension) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the minimum size of small-size action buttons.
setMinimumSpecialActionButtonSize(Dimension) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the minimum size of small-size of special action buttons used as integration components for controllers activated by buttons.
setMinimumValueKey(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setMinimumWidgetSize(Dimension) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setMinutes(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setMinValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryRangeComponent
This method is intentionally undocumented.
setModelGroup(EOModelGroup) - Method in class com.webobjects.eoaccess.EOModel
Sets the model group to which the receiver should belong.
setModelGroupForObjectStoreCoordinator(EOObjectStoreCoordinator, EOModelGroup) - Static method in class com.webobjects.eoaccess.EOModelGroup
Assigns group as the working model group for the EOObjectStoreCoordinator objectCoord.
setMonitorEnabled(boolean) - Method in class com.webobjects.appserver.WOApplication
Sets the value of the WOMonitorEnabled property.
setMonitorHost(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. setMonitorHost no longer supported
setMonth(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setMovie(Object) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Displays the movie movie in the EOQuickTimeView.
setMovieFromURL(String) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Loads a movie from the URL url and displays it in the EOQuickTimeView.
setName(String) - Method in class com.webobjects.appserver.WOComponentVariable
 
setName(String) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "name" attribute to aName.
setName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the attribute's name to name, which can not be a name that is already in use by an attribute or relationship belonging to the same entity as the receiver.
setName(String) - Method in class com.webobjects.eoaccess.EOEntity
Sets the receiver's name to name.
setName(String) - Method in class com.webobjects.eoaccess.EOEntityIndex
Sets the attribute's name to name, which can not be a name that is already in use by an attribute or relationship belonging to the same entity as the receiver.
setName(String) - Method in class com.webobjects.eoaccess.EOModel
Sets the name of the receiver to newNname.
setName(String) - Method in class com.webobjects.eoaccess.EORelationship
Sets the relationship's name to name.
setName(String) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Sets the name of this EOStoredProcedure.
setName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
Sets the name of this property
setName(String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseTableDescription
 
setName(String) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer
 
setNamespaceProvider(WOMLNamespaceProvider) - Method in class com.webobjects.appserver.WOApplication
Set the WOMLNamespaceProvider
setNanos(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setNeedsAllPermissions(boolean) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets whether the Java Client application needs all permissions (versus running in an applet-like sandbox).
setNegativeFormat(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setNegativePattern(java.lang.String)
setNegativePattern(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the pattern this NSNumberFormatter uses to display negative numbers.
setNewObjectInRelationship(Object) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
setNewRow(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Sets the dictionary representation of the receiver's enterprise object.
setNextPage(WOComponent) - Method in class com.webobjects.directtoweb.D2WPage
Sets the page that displays when the user clicks Return in the page.
setNextPage(WOComponent) - Method in interface com.webobjects.directtoweb.EditRelationshipPageInterface
Sets page to display when the user clicks 'Return' in the edit-relationship page.
setNextPage(WOComponent) - Method in interface com.webobjects.directtoweb.ErrorPageInterface
Sets page to display when the user clicks 'Return' in the error page.
setNextPage(WOComponent) - Method in interface com.webobjects.directtoweb.InspectPageInterface
Sets page to display when the user clicks 'Return' in the inspect page.
setNextPage(WOComponent) - Method in interface com.webobjects.directtoweb.ListPageInterface
Sets page to display when the user clicks 'Return' in the list page.
setNextPageDelegate(NextPageDelegate) - Method in class com.webobjects.directtoweb.D2WPage
Sets the next page delegate of the receiver to the specified delegate.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.EditRelationshipPageInterface
Sets delegate object that receives call to nextPage method.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.InspectPageInterface
Sets delegate object that receives call to nextPage method.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.ListPageInterface
Sets delegate object that receives call to nextPage method.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.QueryPageInterface
Sets delegate object that receives call to nextPage method.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.SelectPageInterface
Sets delegate object that receives call to nextPage method.
setNumberOfObjectsPerBatch(int) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the number of objects the WODisplayGroup displays at a time.
setNumberOfObjectsPerBatch(Integer) - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
setNumberOfToManyFaultsToBatchFetch(int) - Method in class com.webobjects.eoaccess.EORelationship
Sets the number of "toMany" faults that are fired at one time to size.
setObject(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WComponent
Sets the EOEnterpriseObject, defined in the EOControl Framework, that the receiver manipulates to the specified object.
setObject(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WInspectPage
Sets the object displayed by the inspect or edit page.
setObject(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
setObject(EOEnterpriseObject) - Method in interface com.webobjects.directtoweb.InspectPageInterface
Sets the object displayed by the inspect page.
setObject(Object) - Method in class com.webobjects.eointerface.EOAssociation
Sets aDisplayObject to be the display object that the association manages.
setObject(Object) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method assigns a display object (table column widget) to this association.
setObject(Object) - Method in class com.webobjects.eointerface.EOWidgetAssociation
See the setObject method description in the superclass EOAssociation.
setObjectArray(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's array of allObjects to array, regardless of what its dataSource provides.
setObjectArray(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the receiver's objects to array, regardless of what its EODataSource provides.
setObjectForKey(Object, String) - Method in class com.webobjects.appserver.WOSession
Stores an Object within the session under a given key.
setObjectForKey(Object, Object) - Method in class com.webobjects.foundation.NSMutableDictionary
Adds or replaces an entry to this dictionary consisting of key and its corresponding value object.
setObjectsWithFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eoapplication.EOEntityController
Fetches the objects specified by fetchSpecification into the receiver's display group.
setObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eoapplication.EOEntityController
Fetches the objects specified by the global IDs in globalIDs into the receiver's display group.
setObjectToAddToRelationship(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Sets the object that is added to the relationship.
setObjectWithGlobalID(EOGlobalID) - Method in class com.webobjects.eoapplication.EOEntityController
Fetches the object specified by the global ID globalID into the receiver's display group.
setOldName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Sets the old name of the column
setOldName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Sets the old name of the table
setOmitXMLDeclaration(boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Sets XML declaration omitting on and off.
setOpaque(boolean) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets whether the text area is opaque.
setOperationName(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the operation name.
setOperationTypesSchema(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the content that will be added the WSDL types element of the service this operation is grouped in.
setOperatorForKey(String, NSArray.Operator) - Static method in class com.webobjects.foundation.NSArray
Registers an operator with a String.
setOptimizeMenuAccelerators(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether standard menu accelerators like Command-n (new), Command-o (open) should be constantly updated to affect the active type of document (object).
setOrder(EOEntityIndex.Order) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index order.
setOrder(String) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index order.
setOtherNamespaces(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the additional namespace attributes that will be added the WSDL defenition element of the service this operation is grouped in.
setOut(NSLog.Logger) - Static method in class com.webobjects.foundation.NSLog
Sets the logger NSLog.out to instance.
setOutputFormat(NSXMLOutputFormat) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Sets the current NSXMLOutputFormat object that will be used to change the format of the XML output.
setOwnsDestination(boolean) - Method in class com.webobjects.eoaccess.EORelationship
Sets according to bool whether a receiver's source object owns its destination objects.
setPage(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the page so that it can be used in the JNLP file generation.
setPageCacheSize(int) - Method in class com.webobjects.appserver.WOApplication
Sets the number of page instances the cache will hold.
setPageFragmentCacheSize(int) - Method in class com.webobjects.appserver.WOApplication
Sets the number of page fragments the cache will hold.
setPageFragmentID(String) - Method in class com.webobjects.appserver.WOContext
Stes the ID used in the page fragment cache to identify the component.
setPageName(String) - Method in class com.webobjects.appserver.WOEvent
Sets the event's page name to aPageName.
setPageRefreshOnBacktrackEnabled(boolean) - Method in class com.webobjects.appserver.WOApplication
When aFlag is true, disables caching of pages by the client by setting the page's expiration-time header to the current date and time.
setParameterDirection(int) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the parameter direction for attributes that are arguments to a stored procedure.
setParentDataSourceRelationshipKey(EODataSource, String) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Called from Interface Builder to reset the parent entity.
setParentKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setParserrClassName(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Deprecated.  
setPartName(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Accessor for partName.
setPassword(String) - Method in class com.webobjects.appserver.WOStatisticsStore
Implements security for the WOStats page by setting its password to password.
setPassword(String) - Static method in class com.webobjects.eocontrol.EOEventCenter
Sets the password which allows access to event logging information.
setPath(String) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "path" attribute to aPath.
setPattern(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets this NSNumberFormatter's pattern.
setPattern(String) - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Sets this NSTimestampFormatter's pattern to pattern.
setPermanentPageCacheSize(int) - Method in class com.webobjects.appserver.WOApplication
Sets the permanentPageCacheSize to anUnsigned.
setPersistentValueForKey(Object, String) - Method in class com.webobjects.eoapplication.EODefaults
Stores a value with the key key as persistent in the defaults manager.
setPlayer(Object) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Displays the movie player in the EOQuickTimeView.
setPlugInNameForSubprotocol(String, String) - Static method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Sets the internal mapping of subprotocol to pluginName for guessing which plugin to use.
setPollingInterval(int) - Static method in class com.webobjects.foundation.NSSocketUtilities
Deprecated. This method no longer does anything, and should not be used.
setPort(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOPort instead
setPosition(WOMLPosition) - Method in class com.webobjects.appserver.parser.woml.WOMLNode
 
setPositiveFormat(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setPositivePattern(java.lang.String).
setPositivePattern(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the pattern this NSNumberFormatter uses to display positive numbers.
setPrecision(int) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the precision of the database representation for numeric attributes to precision.
setPrecision(int) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
setPrefersContinuousChangeNotification(boolean) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setPrefersContinuousChangeNotification(boolean) - Method in class com.webobjects.eointerface.EOWidgetAssociation
Sets whether or not the receiver should be notified of every change made to its display object.
setPrefersIconOnly(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver prefers to represent itself with only an icon or with an icon and a label.
setPrefetchingRelationshipKeyPaths(NSArray) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets an array of relationship key paths that should be prefetched along with the main fetch.
setPrefix(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setPrefixToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setPrimaryKeyAttributes(NSArray) - Method in class com.webobjects.eoaccess.EOEntity
If all of the the EOAttributes in attributes are valid primary keys of the receiver, sets attributes as the receiver's primary keys and returns true.
setPrimaryKeyConstraints(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setPrintsHTMLParserDiagnostics(boolean) - Method in class com.webobjects.appserver.WOApplication
Deprecated. See com.webobjects.foundation.NSLog
setPrintStream(PrintStream) - Method in class com.webobjects.foundation.NSLog.PrintStreamLogger
Redirects all output for this NSLog.Logger instance to aStream.
setProjectSearchPath(NSArray) - Method in class com.webobjects.appserver.WOApplication
Sets the array of file system paths which are searched for projects for rapid turnaround mode.
setPromptsAfterFetchLimit(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether or not the application's message handler is notified when the fetch limit has been reached, enabling the message handler to prompt the user whether to continue to fetch more rows.
setPropagatesDeletesAtEndOfEvent(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets according to propagatesDeletesAtEndOfEvent whether this EOEditingContext propagates deletes at the end of the event in which a change was made, or only just before saving changes.
setPropagatesPrimaryKey(boolean) - Method in class com.webobjects.eoaccess.EORelationship
Specifies according to bool whether objects should propagate their primary key to related objects through this relationship.
setProperties(Object) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
 
setPropertiesFromArgv(String[]) - Static method in class com.webobjects.foundation.NSProperties
Loads all of the application's properties from all the three sources described in the class description and merges them with the Java System properties.
setProperty(String, Object) - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
setPropertyForKeyPath(Object, String, Object) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
This method is invoked during the deserialization process after parsing the SOAP-XML message.
setPropertyForKeyPath(Object, String, Object) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
This method is invoked during the deserialization process after parsing the SOAP-XML message.
setPropertyKey(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setPropertyKey(String) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of the current property.
setProtectedAccessorForPackageNamed(NSKeyValueCoding.ValueAccessor, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
Sets the value accessor for the package identified by packageName to valueAccessor.
setPrototype(EOAttribute) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the prototype attribute.
setQualifier(EOQualifier) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the EOQualifier used by the WODisplayGroup to filter its displayedObjects.
setQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the EOQualifier that identifies the row to which the adaptor operation will be applied.
setQualifier(EOQualifier) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets this fetch specification's qualifier to qualifier.
setQualifier(EOQualifier) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the receiver's qualifier to qualifier.
setQualifierBindings(NSDictionary) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Sets a dictionary of bindings to be used for variable replacement on the fetch specification's qualifier and the auxiliary qualifier before the fetch is executed.
setQueryBindingValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the dictionary of values that a user wants to query on.
setQueryDataSource(EODataSource) - Method in class com.webobjects.directtoweb.D2WQueryPage
Sets the query data source to the specified data source.
setQueryDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EOQueryController
 
setQueryEditingContext(EOEditingContext) - Method in class com.webobjects.eogeneration.EOQueryController
 
setQueryOperatorValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the dictionary of operators to use on items in the query dictionaries ( equalToQueryValues, greaterThanQueryValues, and lessThanQueryValues).
setQueryString(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setQueryStringToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setQueryTextBackgroundColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for the background of query text fields.
setQuickTimeCanvasResizing(int) - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
setQuitsOnLastWindowClose(boolean) - Method in class com.webobjects.eoapplication.EOApplication
Sets whether or not the receiver quits when the user closes all of its windows.
setRangeWidget(JComponent) - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
setRawOffset(int) - Method in class com.webobjects.foundation.NSTimeZone
Irrelevant for NSTimeZone objects, which are not mutable.
setRawRowKeyPaths(NSArray) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets 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).
setReadFormat(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the format string that is used to generate the expression value for the attribute for SELECT statements.
setReadOnly(boolean) - Method in class com.webobjects.eoaccess.EOAttribute
Sets whether the value of the attribute can be modified.
setReadOnly(boolean) - Method in class com.webobjects.eoaccess.EOEntity
Sets whether the receiver is read-only based on the Boolean value flag.
setReadTimeout(int) - Method in class com.webobjects.appserver.WOHTTPConnection
Sets the timeout interval to control each finer-grained socket read operation when receiving data from a remote connection.
setReceiveTimeout(int) - Method in class com.webobjects.appserver.WOHTTPConnection
Sets the receive timeout interval to receiveTimeout milliseconds.
setRecordingPath(String) - Method in class com.webobjects.appserver.WOApplication
Sets the file system path to where the recording information should be saved.
setRecordsEvents(boolean, Class) - Static method in class com.webobjects.eocontrol.EOEventCenter
Sets according to flag whether event centers record events of the eventClass class (and its subclasses).
setRefreshesRefetchedObjects(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether existing objects are overwritten with fetched values when they have been updated or changed.
setRefreshInterval(double) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
setRelationshipKey(String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setRelationshipKey(String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setRelationshipPath(String) - Method in class com.webobjects.eogeneration.EOEditingController
 
setRelationshipPath(String) - Method in class com.webobjects.eogeneration.EOEnumerationController
 
setRequestHandlerKey(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setRequestHandlerPath(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setRequiresAllQualifierBindingVariables(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the behavior when a missing binding is encountered during variable substitution.
setResetsEditingContextWhenPreparingForNewTask(boolean) - Method in class com.webobjects.eoapplication.EOEntityController
Sets whether the receiver should reset its editing context when preparing for a new task in prepareForNewTask(boolean).
setResetTitlesObjectsOnEveryConnect(boolean) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setResizeWeight(double) - Method in class com.webobjects.eoapplication.EOSplitController
 
setResourceManager(WOResourceManager) - Method in class com.webobjects.appserver.WOApplication
Deprecated. use createResourceManager instead.
setResourcePathURL(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setResourceRequestHandlerKey(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property _ResourceRequestHandlerKey instead
setRestrictingQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EOEntity
Assigns qualifier as the qualifier used to restrict all queries made against the receiver.
setResult(Object) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
setResultCache(NSArray, String) - Method in class com.webobjects.eoaccess.EODatabase
Updates the receiver's result cache for name with cache.
setRetainsRegisteredObjects(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
Set the retain policy for this EOEditingContext.
setRhs(Assignment) - Method in class com.webobjects.directtoweb.Rule
Sets the right-hand side to the specified value.
setRootKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setRootObject(Object) - Method in class com.webobjects.eointerface.EOTreeAssociation.TreePlugin
 
setRootObject(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
setRootObjectChildren(NSArray) - Method in class com.webobjects.eointerface.EOTreeAssociation.TreePlugin
 
setRootObjectChildren(NSArray) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
setRootVisible(boolean) - Method in class com.webobjects.eogeneration.EOTreeController
 
setRoundingBehavior(int) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets this NSNumberFormatter's rounding behavior.
setRules(NSArray) - Method in class com.webobjects.directtoweb.D2WModel
Sets the rules to the specified value; sorts the rules.
setRunsConfirmDialogForEmptyQualifiers(boolean) - Method in class com.webobjects.eogeneration.EOQueryController
 
setScale(int) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the scale of the database representation of the attribute to scale, which may be negative.
setScale(Number) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
setScale(int) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
setScalingHints(int) - Method in class com.webobjects.eogeneration.EOImageViewController
 
setScalingHints(int) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's image scaling hints to scalingHints.
setSchemaGenerationDelegate(EOSchemaGeneration.Delegate) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
 
setSchemaGenerationDelegate(EOSchemaGeneration.Delegate) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
setSchemaSynchronizationDelegate(EOSchemaSynchronizationFactory.Delegate) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Sets the receiver's delegate to delegate.
setScope(WOComponentVariable.WOComponentVariableScope) - Method in class com.webobjects.appserver.WOComponentVariable
 
setSearchesTitlesObjectsInEditingContext(boolean) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setSecondaryActionWidgetContainer(JComponent) - Method in class com.webobjects.eoapplication.EOActionWidgetController
setSeconds(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setSecureMode(boolean) - Method in class com.webobjects.appserver.WOContext
Puts the context in secure mode.
setSecurityDelegate(Object) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
Register aDelegate as the security delegate for Axis.
setSecurityDelegate(Object) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Register aDelegate as the security delegate for Axis.
setSecurityDelegate(Object) - Method in class com.webobjects.webservices.client.WOWebService
 
setSecurityDelegateForServiceNamed(Object, String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Register aDelegate as the security delegate for the service named serviceName.
setSelectable(boolean) - Method in class com.webobjects.eointerface.swing.EOTextField
Sets the receiver's selectable state.
setSelectedKey(String) - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
setSelectedKey(String) - Method in class com.webobjects.woextensions.WOAnyField
 
setSelectedKey(String) - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
setSelectedObject(Object) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's selectedObjects to an array containing only anObject.
setSelectedObject(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WListPage
Selects the object in the display group if the specified object is not null; clears the selection of the display group otherwise.
setSelectedObject(EOEnterpriseObject) - Method in interface com.webobjects.directtoweb.SelectPageInterface
Sets the receiver's selected object.
setSelectedObject(Object) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObject(Object) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the selected objects to anObject.
setSelectedObjects(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's selection from displayedObjects to objects.
setSelectedObjects(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjects(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the selected objects to objects.
setSelectedObjectsWithNumericPaths(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectsWithObjectPaths(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectsWithParentKey(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectValue(Object, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Invokes setValueForObject with the first selected object, returning true if successful and false otherwise.
setSelectedObjectWithNumericPath(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectWithObjectPath(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectWithParentKey(Object) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedOperator(String) - Method in class com.webobjects.woextensions.WOAnyField
 
setSelection(String) - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
setSelection(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setSelectionIndex(int, boolean) - Method in class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
Selects the title at index selectionIndex in the UI widget.
setSelectionIndex(int, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Sets the selected choice and whether the JCombobox is enabled
setSelectionIndexes(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the selection from allObjects.
setSelectionIndexes(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Selects the objects at indexe of s in the receiver's array if possible, returning true if successful and false if not (in which case the selection remains unaltered).
setSelections(NSArray) - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
setSelections(NSArray) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setSelectPageDelegate(Object) - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
This method is intentionally undocumented.
setSelectsFirstObjectAfterFetch(boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Changes whether the WODisplayGroup should select the first object from its displayedObjects after a fetch when there were no selections before the fetch.
setSelectsFirstObjectAfterFetch(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Controls whether the receiver automatically selects its first displayed object after a fetch when there were no selected objects before the fetch.
setSendTimeout(int) - Method in class com.webobjects.appserver.WOHTTPConnection
Sets the send timeout interval to sendTimeout milliseconds.
setSeparatorLabelComponent(JComponent) - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
setServerTimeZone(TimeZone) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the time zone used for dates provided by the database server to tz.
setServiceLocationURL(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the location URL of the soap:address element of the WSDL generated for the service this operation is grouped in.
setSessionInfo(WOWebService.SessionInfo) - Method in class com.webobjects.webservices.client.WOWebService
Set the session information for the service to the values contained in aSessionInfo.
setSessionInfoForServiceNamed(WOWebService.SessionInfo, String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Sets the session information for the service named serviceName to the values in info.
setSessionMovingAverageSampleSize(int) - Method in class com.webobjects.appserver.WOStatisticsStore
Sets the moving average sample size for each session to aCount.
setSessionMovingAverageSampleSize(int) - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
setSessionStore(WOSessionStore) - Method in class com.webobjects.appserver.WOApplication
Set the session-store object for the application.
setSessionStoreClassName(String) - Method in class com.webobjects.appserver.WOApplication
Sets the name of the session store class to the specified name.
setSessionTimeOut(Number) - Method in class com.webobjects.appserver.WOApplication
Set the interval, in seconds, during which a session may be idle before it times out.
setSet(NSSet) - Method in class com.webobjects.foundation.NSMutableSet
Makes this set contain exactly the same members as otherSet The current members in this set are discarded.
setSharedEditingContext(EOSharedEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets this EOEditingContext shared editing context.
setSharedEditingContext(EOSharedEditingContext) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Raises an exception unless sharedEditingContext is null.
setSharedObjectFetchSpecificationsByName(NSArray) - Method in class com.webobjects.eoaccess.EOEntity
Sets the names of the fetch specifications used to load objects into a shared editing context to names.
setSharedObjectLoadingEnabled(boolean) - Static method in class com.webobjects.eoaccess.EODatabaseContext
Based on the value of the Boolean parameter bool, enables or disables automatic loading of Enterprise Objects into the default shared editing context when a database context loads a model which contains shared object fetch specifications.
setSharedURLClassLoader(EOURLClassLoader) - Static method in class com.webobjects.eoapplication.EOURLClassLoader
Sets the class loader object to use as the shared EOURLClassLoader class loader.
setShortDescription(String) - Method in class com.webobjects.eoapplication.EOAction
Sets the action's short description to string.
setShouldEmitEnd(boolean) - Method in class com.webobjects.appserver.parser.woml.WOMLDataNode
 
setShouldEmitStart(boolean) - Method in class com.webobjects.appserver.parser.woml.WOMLDataNode
 
setShowDefaultDocumentActionsInWindows(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether the default document actions like Save and Revert should be shown with explicit buttons in document windows.
setSingleDetailKey(String) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setSingleTitleKey(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setSize(Dimension) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets the size of the text area.
setSize(int, int) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets the size of the text area.
setSmallActionTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for small-size action buttons.
setSmallActionTitlePosition(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the title position in small-size action buttons.
setSmallBorder(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the small border size used by the default controller layout mechanisms.
setSmallIcon(Icon) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's small icon used for some small buttons in the user interface.
setSMTPHost(String) - Method in class com.webobjects.appserver.WOApplication
Sets the name of the host that will be used to send e-mail messages created by WOMailDelivery.
setSoapAction(String) - Method in class com.webobjects.webservices.client.WOClientOperation
Set the HTTP SoapAction header to be used when invoking the operation.
setSocketCacheSize(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. setSocketCacheSize no longer supported
setSocketMonitorSleepTime(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. setSocketMonitorSleepTime no longer supported
setSortingSelector(NSSelector) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method will set the sorting selector.
setSortOrderingByTableColumnOrder() - Method in class com.webobjects.eointerface.EOTableAssociation
This method is called internally by several other methods in order to perform sort ordering by column order.
setSortOrderings(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the EOQualifier used by the WODisplayGroup to filter its objects.
setSortOrderings(NSArray) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the receiver's array of EOSortOrderings to sortOrderings.
setSortOrderings(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the EOSortOrdering objects that updateDisplayedObjects uses to sort the displayed objects to orderings.
setSortsByColumnOrder(boolean) - Method in class com.webobjects.eogeneration.EOTableController
 
setSortsByColumnOrder(boolean) - Method in class com.webobjects.eointerface.EOTableAssociation
Enables or disables sorting by column order.
setSourceEntityName(String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setSourceEntityName(String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setSourceObject(Object) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setSourceObject(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setSpecialActionTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for special action buttons with icons.
setSpecialActionTitlePosition(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the title position in the special action buttons used as integration components for controllers activated by buttons.
setSpecialTextOnlyActionTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for special action buttons without icons (text only).
setStandardResourceBundle(ResourceBundle) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the resource bundle used by the methods on EOUserInterfaceParameters to retrieve localized and platform specific resources.
setStatement(String) - Method in class com.webobjects.eoaccess.EOSQLExpression
Sets the receiver's SQL statement to statement, which should be a valid expression in the target query language.
setStatisticsStore(WOStatisticsStore) - Method in class com.webobjects.appserver.WOApplication
Sets the WOStatisticsStore object to aStatisticsStore.
setStatus(int) - Method in class com.webobjects.appserver.WOResponse
Sets the HTTP status to aStatus.
setStatus(Object) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
setStopsValidationAfterFirstError(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets according to yn whether this EOEditingContext stops validating after the first error is encountered, or continues for all objects (validation typically occurs during a save operation).
setStoredProcedure(EOStoredProcedure) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the receiver's stored procedure.
setStoredProcedure(EOStoredProcedure, String) - Method in class com.webobjects.eoaccess.EOEntity
Sets storedProcedure as a stored procedure for the receiver and associates with it the name operation, which must be one of the following:

FetchAllProcedureOperation FetchWithPrimaryKeyProcedureOperation InsertProcedureOperation DeleteProcedureOperation NextPrimaryKeyProcedureOperation
This information is used when changes from the object graph have been transformed into EODatabaseOperations that are being used to construct EOAdaptorOperations.
setStorePageInBacktrackCache(boolean) - Method in class com.webobjects.appserver.WOMessage
For WOAjaxHandlerRequests, the default is false.
setStoresIDsInCookies(boolean) - Method in class com.webobjects.appserver.WOSession
Enables or disables the use of cookies for storing the session and instance IDs.
setStoresIDsInURLs(boolean) - Method in class com.webobjects.appserver.WOSession
Enables or disables the use of URLs for storing the session and instance IDs.
setStrategyForService(WOEnterpriseObjectSerializationStrategy, String, String) - Static method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
A convenience method which gets the current org.apache.axis.MessageContext for the serialization/deserializtion operation in this thread, and sets the WOEnterpriseObjectSerializationStrategy.ContextPropertyName to rules
setString(String) - Method in class com.webobjects.appserver.parser.woml.WOHTMLBareStringReabable
 
setStringForNotANumber(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the string this NSNumberFormatter uses to display values that are incapable of being displayed as real numbers.
setStringForNull(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the string this NSNumberFormatter uses to represent null values.
setStringForZero(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the string this NSNumberFormatter uses to display zero values.
setStyle(String) - Method in class com.webobjects.webservices.client.WOClientOperation
Set the operation style to aStyle.
setSubContext(Object) - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Sets the sub-context.
setSubcontrollerArea(JComponent) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's subcontroller area, the component that holds the subcontroller integration comonents.
setSubstitutionEditingContext(EOEditingContext) - Static method in class com.webobjects.eocontrol.EOEditingContext
Assigns ec as the global replacement EOEditingContext to substitute for one in the process of being de-serialized.
setSupercontroller(EOController) - Method in class com.webobjects.eoapplication.EOController
Sets the receiver's supercontroller to controller and resets the receiver's actions.
setSupportForClass(EOQualifierSQLGeneration.Support, Class) - Static method in class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
Sets the Support class to be used internally for the specified qualifier class.
setSupportForClass(EOKeyValueArchiving.Support, Class) - Static method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Sets the support object used for archiving and unarchiving for instances of aClass to support.
setSupportForClass(EOQualifier.ComparisonSupport, Class) - Static method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Sets aClass as the support class to be used for comparing instances of aClass.
setSupportForClass(EOSortOrdering.ComparisonSupport, Class) - Static method in class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
Sets support as the support object to be used for comparing instances of aClass.
setSupportForClass(NSCoding.Support, Class) - Static method in class com.webobjects.foundation.NSCoding.Support
Sets support as the NSCoding.Support class to use for encoding and decoding instances of aClass.
setSuppressesAssociation(boolean) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setSuppressesAssociation(boolean) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setTable(Object) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method stores the corresponding table widget for the table column managed by this association.
setTableColumn(TableColumn) - Method in class com.webobjects.eogeneration.EOTableColumnController
 
setTableColumnCustomizer(EOSwingTableColumnPlugin.TableColumnCustomizer) - Static method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
This method sets the TableColumnCustomizer which will be used to obtain the CellRenderer and CellEditor for this plugin's column.
setTabSize(int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
setTarget(Object) - Method in class com.webobjects.eointerface.swing.EOControlActionAdapter
Sets the receiver's target to target.
setTargetNamespace(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the target namespace string for this operation's definitions.
setTask(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setTask(String) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of the current task.
setTasks(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setText(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTextNode
 
setText(String) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets the text displayed in the text area.
setTextFieldValue(String) - Method in class com.webobjects.woextensions.WOAnyField
 
setTheCurrentItem(Object) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setTheCurrentItem(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setTheList(NSArray) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setThousandSeparator(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the first character of newSeparator as the thousands separator for this NSNumberFormatter If newSeparator is the current decimal separator for this formatter, the thousands' separator and the decimal separator are swapped.
setTime(long) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setTimeOut(double) - Method in class com.webobjects.appserver.WOApplication
Sets the number of seconds the application can experience inactivity before it terminates execution.
setTimeOut(int) - Method in class com.webobjects.appserver.WOCookie
A negative value is used to indicate that there is no timeout, analogous to a NSTimestamp of null.
setTimeOut(double) - Method in class com.webobjects.appserver.WOSession
Set the session time-out in seconds.
setTimestampToNow() - Method in class com.webobjects.eoaccess.EODatabase
Sets the internal timestamp to the current system time.
settings() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the settings with the display properties.
setTitle(String) - Method in class com.webobjects.eointerface.swing.EOFormCell
Sets the receiver's label to title.
setTitleColor(Color) - Method in class com.webobjects.eoapplication.EOBoxController
setTitleColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for titles, for example in boxes and tab views.
setTitleFont(Font) - Method in class com.webobjects.eoapplication.EOBoxController
setTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for titles, for example in boxes and tab views.
setTitleKeys(NSArray) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setTitlePosition(int) - Method in class com.webobjects.eoapplication.EOBoxController
setTitlesDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setTitlesDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setTitlesEntityName(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setTitlesFromObjects(Object[]) - Method in class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
Sets the Object array to use for populating the titles of popup menu's or selection matrices.
setTitlesFromObjects(Object[]) - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Sets the titles in the plugin's JComboBox.
setTitleWidth(int) - Method in class com.webobjects.eointerface.swing.EOFormCell
Sets the width of the receiver's label component.
setToMany(boolean) - Method in class com.webobjects.eoaccess.EORelationship
Sets a simple relationship as to-many according to bool.
setToolTip(String) - Method in class com.webobjects.eoapplication.EOAction
 
setToolTip(String) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the tool tip text used for the controller's component.
setTransactionMovingAverageSampleSize(int) - Method in class com.webobjects.appserver.WOStatisticsStore
Sets the moving average sample size for each transaction to aCount.
setTransactionMovingAverageSampleSize(int) - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
setTransformer(Transformer) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Sets the XSLT transformer that will be used to transform the XML output before the it is written out.
setTransientExplicitlyForbidden(boolean) - Method in class com.webobjects.eoapplication.EOController
Sets whether transience is explicitly forbidden for this controller.
setTransientValueForKey(Object, String) - Method in class com.webobjects.eoapplication.EODefaults
Stores a value with the key key as transient in the defaults manager.
setType(Class) - Method in class com.webobjects.appserver.WOComponentVariable
 
setType(EOEntityIndex.Type) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index type.
setType(String) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index type.
setType(String) - Method in class com.webobjects.eocontrol.EOEvent
Sets the receiver's type.
setTypeName(String) - Method in class com.webobjects.eoapplication.EOController
Sets the receiver's type name.
setUiStyle(String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setUiStyle(String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setUndoManager(NSUndoManager) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets the receiver's NSUndoManager to undoManager.
setUndoManager(NSUndoManager) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Raises an exception unless undoManager is null.
setUpdatedColumnNames(Map) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the updated column names and updates descriptions.
setUpdatedTableNames(Map) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Set the updated table names and updates descriptions.
setUpdateStrategy(int) - Method in class com.webobjects.eoaccess.EODatabaseContext
Sets the update strategy used by the receiver to strategy, which must be one of the following constants:
UpdateWithOptimisticLocking UpdateWithPessimisticLocking UpdateWithNoLocking
Throws an exception if the receiver has any transactions in progress, or if you try to set strategy to UpdateWithPessimisticLocking and the receiver's EODatabase already has snapshots.
setupJndiConfiguration() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
setUrl(String) - Method in class com.webobjects.appserver.WORedirect
Sets the URL to which the user's browser should be redirected.
setURL(String) - Method in class com.webobjects.appserver.WORedirect
Deprecated. : setURL is a deprecated method use instead setUrl.
setURLKey(String) - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
setURLKey(String) - Method in class com.webobjects.eogeneration.EOValueAndURLController
 
setUseAliases(boolean) - Method in class com.webobjects.eoaccess.EOSQLExpression
Tells the receiver whether or not to use table aliases.
setUseBase64ForBinaryData(boolean) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Sets the output mode for binary data (essentially array of bytes) to be either using the Base64 encoding or a simple series of numbers (-128 to 127) delimited by a space.
setUseBase64ForBinaryData(boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
setUseBindVariables(boolean) - Method in class com.webobjects.eoaccess.EOSQLExpression
Sets according to flag whether all instances of EOSQLExpression subclasses use bind variables.
setUseBorderWithActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether large-size action buttons with icons use borders or not.
setUseBorderWithSmallActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether small-size action buttons with icons use borders or not.
setUseQuotedExternalNames(boolean) - Static method in class com.webobjects.eoaccess.EOSQLExpression
Deprecated. This static method is inappropriate in Java. Subclasses should implement their own policy on quoting identifiers.
setUserInfo(Map) - Method in class com.webobjects.appserver.WOContext
Sets a dictionary in the WOContext object that can contain, as a convenience, any kind of information related to the current response.
setUserInfo(Map) - Method in class com.webobjects.appserver.WOMessage
Sets a dictionary in the WOMessage object that can contain, as a convenience, any kind of information related to the current response.
setUserInfo(NSDictionary) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the dictionary of auxiliary data associated with the attribute to dictionary.
setUserInfo(NSDictionary) - Method in class com.webobjects.eoaccess.EOEntity
Sets the dictionary of auxiliary user data to dictionary.
setUserInfo(NSDictionary) - Method in class com.webobjects.eoaccess.EOEntityIndex
Sets the dictionary of auxiliary data, which the application can use for whatever it needs.
setUserInfo(NSDictionary) - Method in class com.webobjects.eoaccess.EOModel
Sets the receiver's userInfo dictionary to dictionary.
setUserInfo(NSDictionary) - Method in class com.webobjects.eoaccess.EORelationship
Sets the dictionary of auxiliary data, which the application can use for whatever it needs.
setUserInfo(NSDictionary) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Sets the dictionary of auxiliary data, which your application can use for whatever it needs.
setUserInfo(Map) - Method in class com.webobjects.eocontrol.EOObjectStore
Sets a dictionary in the WOMessage object that can contain, as a convenience, any kind of information related to the current response.
setUserInfoForKey(Object, String) - Method in class com.webobjects.appserver.WOContext
Setes the value for key in the infor user dictionary
setUserInfoForKey(Object, String) - Method in class com.webobjects.appserver.WOMessage
Sets the value for key in the user info dictionary
setUserInfoForKey(Object, String) - Method in class com.webobjects.eocontrol.EOObjectStore
Setes the value for key in the infor user dictionary
setUsesAction(boolean) - Method in class com.webobjects.eogeneration.EOActionController
 
setUsesActivationAction(boolean) - Method in class com.webobjects.eoapplication.EOWindowController
Sets whether the activation action is to be used The activation action usually appears within another window's toolbar or menu and will open a new window controlled by this controller.
setUsesActivationButton(boolean) - Method in class com.webobjects.eoapplication.EOWindowController
Sets the flag whether an activation button is used for this window (controller).
setUsesButton(boolean) - Method in class com.webobjects.eogeneration.EOActionController
 
setUsesContextRelativeEncoding(boolean) - Static method in class com.webobjects.eocontrol.EOEditingContext
Sets according to flag whether Serialization or use context relative encoding.
setUsesContinuousLayout(boolean) - Method in class com.webobjects.eoapplication.EOSplitController
 
setUsesDefaultBackgroundColors(boolean) - Method in class com.webobjects.eointerface.EOTextAssociation
This method defines whether the text widget managed by this association will use the global defaults for background colors.
setUsesDistinct(boolean) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
setUsesDistinct(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether duplicate objects or records are removed after fetching.
setUsesHorizontalLayout(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver uses horizontal or vertical layout.
setUsesLabelComponent(boolean) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setUsesLargeButtonRepresentation(boolean) - Method in class com.webobjects.eoapplication.EOActionButtonsController
setUsesLargeButtonRepresentation(boolean) - Method in class com.webobjects.eoapplication.EOActionTrigger
 
setUsesOptimisticRefresh(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Controls how the receiver redisplays on changes to objects.
setUsesPasswordField(boolean) - Method in class com.webobjects.eogeneration.EOTextFieldController
 
setUseSpecialColors(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether widgets generated dynamically by controllers use the colors specified in EOUserInterfaceParameters or not.
setUseSpecialFonts(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether widgets generated dynamically by controllers use the fonts specified in EOUserInterfaceParameters or not.
setUsesTableLabels(boolean) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setUsesTitledBorder(boolean) - Method in class com.webobjects.eoapplication.EOBoxController
setUsesUserDefaultsWindowLocation(boolean) - Method in class com.webobjects.eoapplication.EOWindowController
Sets the flag whether this window will use user-defaults for its window location.
setUsesUserDefaultsWindowSize(boolean) - Method in class com.webobjects.eoapplication.EOWindowController
Sets the flag whether this window will use user-defaults for its window size.
setUseTitleWithActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether large-size action buttons with icons also display titles or not.
setUseTitleWithSmallActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether small-size action buttons with icons also display titles or not.
setUseWindowMenus(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether all windows (frames) of the application should show the standard application actions menu.
setValidatesChangesImmediately(boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Changes whether the WODisplayGroup immediately validates submitted changes.
setValidatesChangesImmediately(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Controls the receiver's behavior on encountering a validation error.
setValue(Object, WOComponent) - Method in class com.webobjects.appserver.WOAssociation
Sets the value for this association in the component.
setValue(String) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "value" attribute to aValue.
setValue(Object, WOComponent) - Method in class com.webobjects.appserver.WOVariableAssociation
 
setValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryBoolean
This method is intentionally undocumented.
setValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryToManyField
This method is intentionally undocumented.
setValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryToOneField
Sets the value to the specified new value.
setValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryUnavailable
The current implementation does nothing.
setValue(Object) - Method in class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
setValue(Object) - Method in class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
SetValue - Static variable in class com.webobjects.eointerface.EOAssociation
Used to indicate that an aspect value has been set to a true/enabled value.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.EOValueAssociation.ValuePlugin
Sets the value of this plugin's widget to value.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Sets the checkbox to 'checked' or 'not-checked' and also sets the enabled state.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Set NSData object to be used for the image, and set the enabled state of the view.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Set the URL for the QuickTime movie to be diplayed, and set the enabled state of the view.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Sets value as the object to display in the plugin's widget .
setValue(Object) - Method in class com.webobjects.jspservlet.WOBindingTag
Sets the attribute value for this tag.
setValue(String) - Method in class com.webobjects.jspservlet.WOExtraHeaderTag
Sets the attribute value for this tag.
setValue(String) - Method in class com.webobjects.jspservlet.WOFormValueTag
Sets the attribute value for this tag.
setValue(Object) - Method in class com.webobjects.woextensions.WOAnyField
 
setValueAtColumnAndRow(Object, int, int) - Method in class com.webobjects.eointerface.EOTableAssociation
This method sets value on the table cell at the specified row and column.
setValueAtRow(Object, int) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method sets the value Object for the specified row in this column.
setValueClassName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Deprecated. Use setClassName instead.
setValueFactoryMethodName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the factory method which is invoked by the attribute to create a value for a custom class to factoryMethodName.
setValueForAspect(Object, String) - Method in class com.webobjects.eointerface.EOAssociation
Sets value in the selected enterprise object in the EODisplayGroup bound to aspect.
setValueForAspectAtIndex(Object, String, int) - Method in class com.webobjects.eointerface.EOAssociation
Sets a value of the enterprise object at index in the EODisplayGroup bound to aspect.
setValueForBinding(Object, String) - Method in class com.webobjects.appserver.WOComponent
Sets the value of the binding specified in the parent component.
setValueFormatter(Object) - Method in class com.webobjects.eointerface.EOWidgetAssociation
Attempts to set format as the formatter object for this association's display object.
setValueFormatter(Object) - Method in interface com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin.Formatting
Sets valueFormatter to act on the receiver.
setValueFormatter(Object) - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Sets a formatter for the available choices (titles) in the JComboBox, which will format an array of objects coming from the EOValueSelectionAssociation into displayed strings.
setValueFormatter(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Set formatter as the Format for this plugin column's values
setValueFormatter(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Set the formatter for this plugin's text component.
setValueFormatter(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
Set the formatter for this plugin's text component.
setValueForObject(Object, Object, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets a property of eo, identified by key, to value.
setValueForObjectAtIndex(Object, int, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Invokes setValueForObject with the object at index.
setValueKey(String) - Method in class com.webobjects.eogeneration.EOComboBoxController
 
setValueKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setValueKey(String) - Method in class com.webobjects.eogeneration.EOValueController
 
setValueType(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the format for custom value types, such as "TIFF" or "RTF", to string.
setVariableValueForName(String, Object) - Method in class com.webobjects.appserver.WOComponent
 
setVendor(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the descriptive vendor name.
setVersion(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Sets the version for this XML output.
setVisible(boolean) - Method in class com.webobjects.eoapplication.client.EOAppletController
Sets the visibility of the applet according to flag.
setVisible(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the visibility of the receiver according to flag.
setWebAssistantEnabled(boolean) - Method in class com.webobjects.directtoweb.D2W
Sets whether the Web Assistant is enabled or not.
setWebObjectsVersion(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setWebServiceRequestHandlerKey(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property _WebServiceRequestHandlerKey instead
setWidget(JComponent) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setWidgetAlignment(int) - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
setWidgetAlignment(int) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setWidgetFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for normal input widgets, for example text fields.
setWidgetSetPlugin(EOWidgetPluginRegistry.WidgetSetPlugin) - Static method in class com.webobjects.eointerface.EOWidgetPluginRegistry
Sets widgetSetPlugin as the application's WidgetSetPlugin.
setWidth(int) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the maximum number of bytes that the attribute's value may contain to length.
setWidth(Number) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
setWidth(int) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
setWindow(Window) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
setWindowObserver(EOWindowObserver) - Method in class com.webobjects.eoapplication.EOApplication
Sets the application's window observer to EOWindowObserver.
setWindowPosition(int) - Method in class com.webobjects.eoapplication.EOWindowController
Sets the window position, as defined by the constants in EOComponentController, for example Left or Center.
setWindowResizable(Window, boolean) - Method in class com.webobjects.eoapplication.EODialogController
setWindowResizable(Window, boolean) - Method in class com.webobjects.eoapplication.EOFrameController
setWindowResizable(Window, boolean) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
setWindowTitle(Window, String) - Method in class com.webobjects.eoapplication.EODialogController
setWindowTitle(Window, String) - Method in class com.webobjects.eoapplication.EOFrameController
setWindowTitle(Window, String) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
setWOElement(WOElement) - Method in class com.webobjects.appserver.parser.woml.WOMLNode
 
setWOHTMLTemplateParserClassName(String) - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser.Factory
Sets the parser class.
setWOHTMLTemplateParserClassName(String) - Static method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
setWorkerThreadCount(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. setWorkerThreadCount no longer supported
setWorkerThreadCountMax(Number) - Method in class com.webobjects.appserver.WOApplication
Sets the value of the property WOWorkerThreadCountMax.
setWorkerThreadCountMin(Number) - Method in class com.webobjects.appserver.WOApplication
Sets the value of the property WOWorkerThreadCountMin.
setWrapperElementID(String) - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
setWrapperElementID(String) - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
setWriteFormat(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the format string that is used to generate the expression value for the attribute for INSERT or UPDATE statements.
setXmlDeclaration() - Method in class com.webobjects.appserver.xml.WOXMLCoder
Sets the XML declaration to the default: <?xml version="1.0" ?>
setXmlDeclaration(String, String, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Sets the XML declaration according to the parameters passed.
setXMLReaderClassName(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Sets the current parser's class name so that a new parser of that class can be used.
setXSLTSource(File) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Sets the XSLT stylesheet that will be used to transform the XML output before the it is written out.
setXSLTSource(InputSource) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Sets the XSLT stylesheet that will be used to transform the XML output before the it is written out.
setYear(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
sharedApplication() - Static method in class com.webobjects.eoapplication.EOApplication
Returns the shared EOApplication instance initialized in the startApplication method.
sharedControllerFactory() - Static method in class com.webobjects.eogeneration.EOControllerFactory
 
sharedEditingContext() - Method in class com.webobjects.appserver.WOApplication
Deprecated. EOSharedEditingContext.defaultSharedEditingContext should be directly used instead.
sharedEditingContext() - Method in class com.webobjects.eocontrol.EOEditingContext
 
sharedEditingContext() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Always returns null
SharedEditingContextInitializedObjectsNotification - Static variable in class com.webobjects.eocontrol.EOSharedEditingContext
Posted when new objects are added to a shared editing context (by fetching or fault firing).
SharedIdentifierParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
sharedInstance() - Static method in class com.webobjects.appserver.WOMailDelivery
Returns the shared instance of WOMailDelivery that all classes should use.
sharedObjectFetchSpecificationNames() - Method in class com.webobjects.eoaccess.EOEntity
Returns an array of strings, which are the names of the fetch specifications used to load objects into a shared editing context.
sharedURLClassLoader() - Static method in class com.webobjects.eoapplication.EOURLClassLoader
Returns the shared EOURLClassLoader class loader instance.
SHORT_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Short element tag name.
shortDescription() - Method in class com.webobjects.eoapplication.EOAction
Returns the receiver's short description, which is displayed in buttons and pop-up menu items.
ShortDescriptionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
shouldCommitChangesImmediately(WOContext) - Static method in class com.webobjects.webservices.generation.WOServiceUtilities
Returns true if the operation should commit changes in its editing context immediately after completing its work, false if the operation should leave the changes in its editing context unsaved to the parent object store.
shouldContributeAssociation(WOMLElement, WOMutableDeclaration, NSArray, String, WOAssociation) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
Returns true if the given association with the given name should be contributed to the declaration.
shouldContributeAssociation(WOMLAbstractNamespace, WOMLElement, WOMutableDeclaration, NSArray, String, WOAssociation) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLGenericElementGenerator
Returns true if the given association with the given name should be contributed to the declaration.
shouldDisplay() - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
shouldDisplay() - Method in class com.webobjects.directtoweb.D2WDisplayToOneFault
 
shouldEndEditing(String, String, String) - Method in class com.webobjects.eointerface.EOAssociation
Invoked by subclasses when the display object fails to validate its input, this method informs the EODisplayGroup bound to aspect with an associationFailedToValidateValue message, using the display group's selected object.
shouldEndEditingAtIndex(String, String, String, int) - Method in class com.webobjects.eointerface.EOAssociation
Works in the same manner as shouldEndEditing, but allows you to specify a particular object by index rather than implicitly specifying the selected object.
shouldNotStorePageInBacktrackCache() - Method in class com.webobjects.appserver.WOContext
Checks if the page should not be stored in the backtrack cache.
shouldOmitApplicationClassName() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns whether the receiver has a applicationClassName binding.
shouldOmitChannelClassName() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns whether the receiver has a channelClassName binding.
shouldOmitInterfaceControllerClassName() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns whether the receiver has a interfaceControllerClassName binding.
shouldOmitLanguage() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns whether the receiver has a language binding.
shouldOmitSplashIconName() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns whether the receiver has a splashIconName binding.
shouldOmitSplashIconURL() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns whether the receiver has a splashIconURL binding.
shouldPropagateDeleteForObject(EOEnterpriseObject, EOEditingContext, String) - Method in interface com.webobjects.eocontrol.EOClassDescription.ClassDelegate
Invoked from propagateDeleteForObject.
shouldRecordCodingReferences() - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns whether coding references should be recorded.
shouldRestoreSessionOnCleanEntry(WORequest) - Method in class com.webobjects.appserver.WOApplication
This is a delegate method for the developer to override for custom behavior.
shouldSelectCell(EventObject) - Method in class com.webobjects.eointerface.swing.EOColumnEditor
EOColumnEditor's implementation of the javax.swing.table.TableCellEditor method to determine whether a cell should be selected when edited or not.
shouldShow() - Method in class com.webobjects.woextensions.WXAccessControl
 
shouldThrowException() - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
shouldUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns true if the receiver can provide a bind variable dictionary for attribute, false otherwise.
shouldUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn.DerbyExpression
 
shouldUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
shouldUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
shouldUseBindVariableForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleExpression
 
shouldUseStoredAccessors() - Static method in class com.webobjects.eocontrol.EOCustomObject
Returns true.
showBanner() - Method in class com.webobjects.directtoweb.D2WComponent
Returns whether the banner should be shown in this component.
ShowBannerKey - Static variable in class com.webobjects.directtoweb.D2WModel
The show banner key; the literal "showBanner".
showBorderComponentAtIndex(int) - Method in class com.webobjects.eoapplication.EOSwitchController
showBorderComponentAtIndexInDisplayComponent(JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOMenuSwitchController
showBorderComponentAtIndexInDisplayComponent(JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOProgrammaticSwitchController
showBorderComponentAtIndexInDisplayComponent(JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOSwitchController
showBorderComponentAtIndexInDisplayComponent(JComponent, JComponent, int) - Method in class com.webobjects.eoapplication.EOTabSwitchController
showCancel() - Method in class com.webobjects.directtoweb.D2WPage
Returns whether or not the Cancel button is displayed on the page of the receiver.
showDefaultDocumentActionsInWindows() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether the default document actions like Save and Revert should be shown with explicit buttons in document windows.
showDetails() - Method in class com.webobjects.woextensions.WOExceptionPage
 
showedValue - Variable in class com.webobjects.woextensions.WOCompletionBar
 
showEllipsis() - Method in class com.webobjects.woextensions.WOParsedException
 
showInSupercontroller() - Method in class com.webobjects.eoapplication.client.EOAppletController
Properly integrates the content of the applet (the components of its subcontrollers, which are usually EOInterfaceControllers).
showInSupercontroller() - Method in class com.webobjects.eoapplication.EOComponentController
Invokes showSubcontroller on the supercontroller to activate the receiver's user interface.
showRegularQueryAction() - Method in class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
Is invoked when a user clicks the More Options button next to an entity.
showSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOComponentController
This method is used to ensure that a subcontroller's user interface is shown inside the component of the receiver (which does not necessarily mean that it's visible on the screen).
showSubcontroller(EOComponentController) - Method in class com.webobjects.eoapplication.EOSwitchController
showWebAssistant() - Method in class com.webobjects.directtoweb.D2WComponent
 
showWebAssistant() - Method in class com.webobjects.directtoweb.DefaultHeader
Is invoked when the user clicks Customize in the menu bar.
signatureOfType(int) - Method in class com.webobjects.appserver.WOEvent
The returned signatures are used to group or aggregate data on the WOEventDisplay page.
signatureOfType(int) - Method in class com.webobjects.eocontrol.EOAggregateEvent
Used to group and aggregate the receiver with other events that have the same signature.
signatureOfType(int) - Method in class com.webobjects.eocontrol.EOEvent
Returns the requested receiver's signature, which can be used to group and aggregate the receiver with other events that have the same signature.
significantKeyCount() - Static method in class com.webobjects.directtoweb.D2WFastModel
Gets the current number of significant keys.
significantKeys() - Static method in class com.webobjects.directtoweb.D2WFastModel
Gets the significant keys.
SingleInstanceID - Static variable in class com.webobjects.appserver.WORequest
int, containing the application number used by applications deployed in single instance mode.
SingleInstanceIDString - Static variable in class com.webobjects.appserver.WORequest
String containing the application number used by applications deployed in single instance mode.
size() - Method in class com.webobjects.foundation.NSArray
 
size() - Method in class com.webobjects.foundation.NSDictionary
 
size() - Method in class com.webobjects.foundation.NSSet
 
skipBytes(int) - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Skips bytes, block until all bytes are skipped.
skippedEntity(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
sleep() - Method in class com.webobjects.appserver.WOApplication
Invoked at the conclusion of a request-handling cycle to give an application the opportunity for releasing references to objects created and initialized in its awake method.
sleep() - Method in class com.webobjects.appserver.WOComponent
Invoked at the conclusion of a request-handling cycle.
sleep() - Method in class com.webobjects.appserver.WOSession
Invoked at the conclusion of each request-response loop in which the session is involved, giving the WOSession the opportunity to clean up objects initialized in the awake method.
sleep() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
sleep() - Method in class com.webobjects.directtoweb.D2WInspectPage
This method is intentionally undocumented.
sleep() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Clears the local settings.
smallActionTitleFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for small-size action buttons.
smallActionTitlePosition() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the title position in small-size action buttons.
smallBorder() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the small border size used by the default controller layout mechanisms.
smallIcon() - Method in class com.webobjects.eoapplication.EOAction
Returns the receiver's small icon used for some small buttons in the user interface.
SmallIconNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
SmallIconURLParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
smartDefaultAttributeWidth() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns the result of smartDefaultAttributeWidthAsInt as a String.
smartDefaultAttributeWidthAsInt() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns the width of the current attribute in the Direct to Web context in which the receiver's rule fires.
smartDefaultEntityNames() - Static method in class com.webobjects.directtoweb.D2WUtils
 
smartDefaultEntityNames() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns a sorted NSArray of the names of the entities in the application.
smartDefaultKey() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns the key for the default property of the current entity in the Direct to Web context in which the receiver's rule fires.
smartDefaultKeyForEntity(EOEntity) - Static method in class com.webobjects.directtoweb.D2WUtils
 
smartDefaultKeyWhenRelationship() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns a key for the default property of the current relationship's destination object.
smartDefaultRows() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns a String containing an estimate of the number of rows that a WOText element would need to display the current attribute.
SMTPHost() - Method in class com.webobjects.appserver.WOApplication
Returns the name of the host that will be used to send e-mail messages created by WOMailDelivery.
snapshot() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns a dictionary whose keys are those of the receiver's attributes, to-one relationships, and to-many relationships, and whose values are the values of those properties, with EONullValue substituted for null.
snapshot() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns a dictionary whose keys are those of the receiver's attributes, to-one relationships, and to-many relationships, and whose values are the values of those properties, with EONullValue substituted for null.
snapshotForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabase
Returns the snapshot for the Enterprise Object identified by the globalID gid, or null if there isn't a snapshot.
snapshotForGlobalID(EOGlobalID, long) - Method in class com.webobjects.eoaccess.EODatabase
Returns the snapshot for the Enterprise Object identified by the globalID gid, provided the snapshot's timestamp is greater than or equal to timestamp.
snapshotForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the snapshot associated with gid or null if there isn't one.
snapshotForGlobalID(EOGlobalID, long) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the snapshot for the Enterprise Object identified by the globalID gid, provided the snapshot's timestamp is greater than or equal to timestamp.
snapshotForSourceGlobalID(EOGlobalID, String) - Method in class com.webobjects.eoaccess.EODatabase
Returns the to-many snapshot for the relationship named name belonging to the Enterprise Object identified by the globalID gid, or null if there is no to-many snapshot.
snapshotForSourceGlobalID(EOGlobalID, String, long) - Method in class com.webobjects.eoaccess.EODatabase
Returns the to-many snapshot for the globalID gid and relationship name, provided that the timestamp of the snapshot is greater than or equal to timestamp.
snapshotForSourceGlobalID(EOGlobalID, String) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the to-many snapshot for the relationship named name belonging to the Enterprise Object identified by the globalID gid, or null if there is no to-many snapshot.
snapshotForSourceGlobalID(EOGlobalID, String, long) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the to-many snapshot for the globalID gid and relationship name, provided that the timestamp of the snapshot is greater than or equal to timestamp.
snapshotForSourceGlobalID(EOGlobalID, String) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Returns an array of global IDs identifying the destination objects for the to-many relationship relationshipName having the source global ID globalID.
snapshots() - Method in class com.webobjects.eoaccess.EODatabase
Returns a dictionary of all of the receiver's snapshots, keyed by globalID.
SOAP_ENC_PREFIX - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
SOAP_URI - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
soapAction() - Method in class com.webobjects.webservices.client.WOClientOperation
Returns the soapAction HTTP header to be used when invoking the operation.
socketCacheSize() - Method in class com.webobjects.appserver.WOApplication
Deprecated. socketCacheSize no longer supported
socketForHostAndPortAndTimeout(String, int, int) - Static method in class com.webobjects.appserver.WOHTTPConnection
Protected class method that returns a java.net.Socket for the provided hostname and port.
socketMonitorSleepTime() - Method in class com.webobjects.appserver.WOApplication
Deprecated. socketMonitorSleepTime no longer supported
sortArrayUsingKeyOrderArray(NSMutableArray, NSArray) - Static method in class com.webobjects.eocontrol.EOSortOrdering
Sorts objects in array in place according to the EOSortOrderings in sortOrderings.
sortAscendingClicked() - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
sortDescendingClicked() - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
sortedActions(NSArray) - Static method in class com.webobjects.eoapplication.EOAction
Returns a sorted NSArray containing the specified actions.
sortedArrayUsingComparator(NSComparator) - Method in class com.webobjects.foundation.NSArray
This method creates a new array with this array's element which have been sorted in an order based on the comparator operation.
sortedArrayUsingKeyOrderArray(NSArray, NSArray) - Static method in class com.webobjects.eocontrol.EOSortOrdering
Creates and returns a new array by sorting objects according to the EOSortOrderings in sortOrderings.
sortedArrayUsingSelector(NSSelector) - Method in class com.webobjects.foundation.NSArray
Deprecated. use sortedArrayUsingComparator instead
sortingSelector() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns the sorting selector.
sortKeyList() - Method in class com.webobjects.directtoweb.D2WPlainListPage
Gets the list of property keys that can be used to sort the displayed objects of the receiver.
sortOrderings() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last array of EOSortOrdering objects given to the WODisplayGroup via setSortOrderings.
sortOrderings() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the receiver's array of EOSortOrderings.
sortOrderings() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns an array of EOSortOrdering objects that updateDisplayedObjects uses to sort the displayed objects, as returned by the displayedObjects method.
sortOrderingWithKey(String, NSSelector) - Static method in class com.webobjects.eocontrol.EOSortOrdering
Creates an EOSortOrdering based on key and selector.
sortRules() - Method in class com.webobjects.directtoweb.D2WModel
Invalidates caches.
sortsByColumnOrder() - Method in class com.webobjects.eogeneration.EOTableController
 
sortsByColumnOrder() - Method in class com.webobjects.eointerface.EOTableAssociation
Retruns whether sorting by column order is enabled.
SortsByColumnOrderParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
sortUsingComparator(NSComparator) - Method in class com.webobjects.foundation.NSMutableArray
Sorts this array's elements, as determined by comparator.
SourceAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Source aspect
sourceAttribute() - Method in class com.webobjects.eoaccess.EOJoin
Returns the source ("left") attribute of the receiver.
sourceAttributes() - Method in class com.webobjects.eoaccess.EORelationship
Returns the source attributes of a simple (non-flattened) relationship.
sourceEntityName() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
sourceEntityName() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
sourceGlobalID() - Method in class com.webobjects.eoaccess.EOAccessArrayFaultHandler
Returns the EOKeyGlobalID representing the source entity in a to-many relationship.
sourceObject() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
sourceObject() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
specialActionTitleFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for special action buttons with icons.
specialActionTitlePosition() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the title position in the special action buttons used as integration components for controllers activated by buttons.
specialConstructor - Variable in exception com.webobjects.appserver.parser.declaration.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialTextOnlyActionTitleFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for special action buttons without icons (text only).
specialToken - Variable in class com.webobjects.appserver.parser.declaration.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splashIconName() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the value of the splashIconName binding.
splashIconName() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the value of the splashIconName binding.
SplashIconNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the splashIconName binding.
SplashIconNameKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the splashIconName binding.
splashIconURL() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the value of the splashIconURL binding.
splashIconURL() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the value of the splashIconURL binding.
SplashIconURLKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the splashIconURL binding.
SplashIconURLKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the splashIconURL binding.
sqlEscapeChar() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the char used for the ESCAPE clause in an SQL LIKE expression.
sqlEscapeChar() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLExpression
 
sqlEscapeChar() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
sqlException() - Method in exception com.webobjects.jdbcadaptor.JDBCAdaptorException
Returns the SQLException that prompted this JDBCAdaptorException.
sqlPatternFromShellPattern(String) - Method in class com.webobjects.eoaccess.EOSQLExpression
Translates a "like" qualifier to an SQL LIKE expression.
sqlPatternFromShellPatternWithEscapeCharacter(String, char) - Method in class com.webobjects.eoaccess.EOSQLExpression
Like sqlPatternFromShellPattern except that escapeCharacter allows you to specify a character for escaping the SQL wild card characters "%" and "_".
sqlStatementForGettingProcedureNames() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated.  
sqlStatementForGettingProcedureNames() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
sqlStatementForGettingTableNames() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated.  
sqlStatementForGettingTableNames() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
sqlStatementForTableNamed(String) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated.  
sqlStringForAttribute(EOAttribute) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the SQL string for attribute, complete with a table alias if the receiver uses table aliases.
sqlStringForAttribute(EOAttribute) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
sqlStringForAttributeNamed(String) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the SQL string for the attribute name, complete with a table alias if the receiver uses table aliases.
sqlStringForAttributePath(NSArray) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the SQL string for path, complete with a table alias if the receiver uses table aliases.
sqlStringForCaseInsensitiveLike(String, String) - Method in class com.webobjects.eoaccess.EOSQLExpression
Overridden by subclasses to return a case insensitive comparison of valueString and keyString.
sqlStringForCaseInsensitiveLike(String, String) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
sqlStringForCaseInsensitiveLike(String, String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
sqlStringForConjoinedQualifiers(NSArray) - Method in class com.webobjects.eoaccess.EOSQLExpression
Creates and returns an SQL string that is the result of interposing the word "AND" between the SQL strings for the qualifiers in qualifiers.
sqlStringForData(NSData) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the SQL string for a data of type NSData.
sqlStringForDisjoinedQualifiers(NSArray) - Method in class com.webobjects.eoaccess.EOSQLExpression
Creates and returns a SQL string that is the result of interposing the word "OR" between the SQL strings for the qualifiers in qualifiers.
sqlStringForForInsertOrUpdateValue(Object, String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseExpression
 
sqlStringForKeyComparisonQualifier(EOKeyComparisonQualifier) - Method in class com.webobjects.eoaccess.EOSQLExpression
Creates and returns a SQL string that is the result of interposing an operator between the SQL strings for the right and left keys in qualifier.
sqlStringForKeyValueQualifier(EOKeyValueQualifier) - Method in class com.webobjects.eoaccess.EOSQLExpression
Creates and returns a SQL string that is the result of interposing an operator between the SQL strings for qualifier's key and value.
sqlStringForKeyValueQualifier(EOKeyValueQualifier) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
sqlStringForKeyValueQualifier(EOKeyValueQualifier) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleExpression
 
sqlStringForNegatedQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EOSQLExpression
Creates and returns a SQL string that is the result of surrounding the SQL string for qualifier in parentheses and appending it to the word "not".
sqlStringForNumber(Number) - Static method in class com.webobjects.eoaccess.EOSQLExpression
Returns the SQL string for number.
sqlStringForQualifier(EOQualifierSQLGeneration) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns a SQL statement for qualifier suitable for inclusion in a WHERE clause.
sqlStringForSchemaObjectName(String) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns name enclosed in the external name quote character if the receiver uses quoted external names, otherwise simply returns name unaltered.
sqlStringForSelector(NSSelector, Object) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns a SQL operator for selector and value.
sqlStringForSelector(NSSelector, Object) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
sqlStringForSQLExpression(EOSQLExpression) - Method in interface com.webobjects.eoaccess.EOQualifierSQLGeneration
Returns the SQL text that is represented by the EOSQLExpression object.
sqlStringForSQLExpression(EOQualifier, EOSQLExpression) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
Returns the SQL String for the qualifier within the context of sqlExpression.
sqlStringForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
sqlStringForString(String) - Static method in class com.webobjects.eoaccess.EOSQLExpression
Returns the SQL string for string.
sqlStringForValue(Object, String) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns a string for value appropriate for use in an SQL statement.
srcUrl() - Method in class com.webobjects.woextensions.WOIFrame
 
stackTrace() - Method in exception com.webobjects.foundation.NSForwardException
 
standardActionForFocusComponent(String, KeyStroke, int, String) - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action as specified by the arguments.
standardActionForHelpWindowActivation(KeyStroke, boolean, String) - Static method in class com.webobjects.eogeneration.EOEnterAction
 
standardActionForInsertWithEntityName(String) - Static method in class com.webobjects.eogeneration.EOEnterAction
 
standardActionForListWithEntityName(String) - Static method in class com.webobjects.eogeneration.EOEnterAction
 
standardActionForOpenWithEntityName(String) - Static method in class com.webobjects.eogeneration.EOEnterAction
 
standardActionForQueryWithEntityName(String) - Static method in class com.webobjects.eogeneration.EOEnterAction
 
standardActionForToolWindowActivation(KeyStroke, boolean, String) - Static method in class com.webobjects.eogeneration.EOEnterAction
 
standardActionForWindowActivation(String, String, KeyStroke, int, int, String) - Static method in class com.webobjects.eogeneration.EOEnterAction
 
standardActionIcon(String) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns a localized version of a large-size icon representing the action actionName (for example "save") or null if no icon for the action can be found.
standardActivatePreviousWindowActionForWindowObserver() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the activatePreviousWindow method, which is dispatched directly to the window observer object of the application.
standardAddActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the add method which is dispatched in the controller hierarchy.
standardAppendActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the append method which is dispatched in the controller hierarchy.
standardBringAllWindowsToFrontActionForWindowObserver() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the bringAllWindowsToFront method, which is dispatched directly to the window observer object of the application.
standardCancelActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the cancel method which is dispatched in the controller hierarchy.
standardClearActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the clear method which is dispatched in the controller hierarchy.
standardCloseWindowActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the closeWindow method which is dispatched in the controller hierarchy.
standardDeleteActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the delete method which is dispatched in the controller hierarchy.
standardDeselectActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the deselect method which is dispatched in the controller hierarchy.
standardDocumentActionForApplication(String, KeyStroke, int) - Static method in class com.webobjects.eoapplication.EOAction
Returns an action with the method name actionName, menu accelerator menuAccelerator, and action priority actionPriority.
standardDocumentActionForControllerHierarchy(String, String, KeyStroke, int) - Static method in class com.webobjects.eoapplication.EOAction
Returns an action as specified by the arguments.
standardDocumentActionForControllerHierarchy(String, KeyStroke, int) - Static method in class com.webobjects.eoapplication.EOAction
Returns an action as specified by the arguments.
standardEditActionForControllerHierarchy(String, KeyStroke, int) - Static method in class com.webobjects.eoapplication.EOAction
Returns an action as specified by the arguments.
standardEditActionsForFocusComponent() - Static method in class com.webobjects.eoapplication.EOAction
Returns an NSArray containing shared actions for the cut, copy, paste and selectAll actions.
standardFindActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the find method which is dispatched in the controller hierarchy.
standardInsertActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the insert method which is dispatched in the controller hierarchy.
standardInsertWithTaskActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the insertWithTask method which is dispatched in the controller hierarchy.
standardMinimizeActiveWindowActionForWindowObserver() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the minimizeActiveWindow method, which is dispatched directly to the window observer object of the application.
standardOkActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the ok method which is dispatched in the controller hierarchy.
standardOkAndSaveActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the ok method, displayed as a Save action, which is dispatched in the controller hierarchy.
standardOpenWithTaskActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the openWithTask method which is dispatched in the controller hierarchy.
standardQuitActionForApplication() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the quit method, which is dispatched directly to the EOApplication object at the top of the controller hierarchy.
standardRedoActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the redo method which is dispatched in the controller hierarchy.
standardRefreshActionForApplication() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the collectChangesFromServer method, displayed as a Refresh action, which is dispatched directly to the EOApplication object at the top of the controller hierarchy.
standardRemoveActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the remove method which is dispatched in the controller hierarchy.
standardResourceBundle() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the resource bundle used by the methods on EOUserInterfaceParameters to retrieve localized and platform specific resources.
standardRevertActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the revert method which is dispatched in the controller hierarchy.
standardSaveActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the save method which is dispatched in the controller hierarchy.
standardSaveAllActionForApplication() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the saveAll method, which is dispatched directly to the EOApplication object at the top of the controller hierarchy.
standardSaveAsActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the saveAs method which is dispatched in the controller hierarchy.
standardSelectActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the select method which is dispatched in the controller hierarchy.
standardSmallActionIcon(String) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns a localized version of a small-size icon representing the action actionName (for example "save") or null if no icon for the action can be found.
standardUndoActionForControllerHierarchy() - Static method in class com.webobjects.eoapplication.EOAction
Returns a shared action (an EOAction object) for the undo method which is dispatched in the controller hierarchy.
start() - Method in class com.webobjects.appserver.WOApplication.TimeoutTask
 
start() - Method in class com.webobjects.appserver.WOStopWatch
Deprecated.  
startApplication(NSDictionary, EOComponentController, EOApplication.ApplicationSupport) - Static method in class com.webobjects.eoapplication.EOApplication
This method is the primary entry point for starting a Java Client application.
startCDATA() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
startColumnNumber - Variable in class com.webobjects.appserver.parser.woml.WOMLPosition
 
startDate() - Method in class com.webobjects.eocontrol.EOEvent
Returns the date at which the receiver was logged.
startDocument() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
startDTD(String, String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
startElement(String, String, String, Attributes) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
startEntity(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
startLineNumber - Variable in class com.webobjects.appserver.parser.woml.WOMLPosition
 
startListeningToDisplayGroup() - Method in class com.webobjects.eoapplication.EOEntityController
Invoked from setDisplayGroup whenever a new display group is specified, giving the receiver a chance to react.
startListeningToEditingContext() - Method in class com.webobjects.eoapplication.EOEntityController
Invoked from setEditingContext whenever a new editing context is specified, giving the receiver a chance to react.
startListeningToRangeWidget() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
startListeningToRangeWidget() - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EOActionController
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EOTableController
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EOTextFieldController
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EOTreeController
 
startListeningToWidget() - Method in class com.webobjects.eogeneration.EOWidgetController
 
startListeningToWindow() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
startPrefixMapping(String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
startupEntityName() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
StartupEntityNameKey - Static variable in class com.webobjects.directtoweb.D2WModel
The startup entity name key; the literal "startupEntityName".
startupTask() - Method in class com.webobjects.directtoweb.D2WContext
Returns the setting for the start up task.
StartupTaskKey - Static variable in class com.webobjects.directtoweb.D2WModel
The startup task key; the literal "startupTask".
statement() - Method in class com.webobjects.eoaccess.EOSQLExpression
An SQL statement can be assigned to an EOSQLExpression object directly using expressionForString or using setStatement.
statementsToConvertColumnType(String, String, EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to convert in place of the type of the column indentifed by columnName in the table identified by tableName from the current type to the type specified by newType.
statementsToConvertColumnType(String, String, EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToConvertColumnType(String, String, EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to convert in place of the type of the column indentifed by columnName in the table identified by tableName from the current type to the type specified by newType.
statementsToConvertColumnType(String, String, EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns null.
statementsToConvertColumnType(String, String, EOSchemaSynchronization.ColumnTypes, EOSchemaSynchronization.ColumnTypes, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
statementsToCopyTableNamed(String, NSArray, NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to copy the specified table into a new table, whose definition is provided by entityGroup, an array of EOEntity objects with the same external name.
statementsToCopyTableNamed(String, NSArray, NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToCopyTableNamed(String, NSArray, EOSchemaSynchronizationTableChanges, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to copy the specified table into a new table, whose definition is provided by entityGroup, an array of EOEntity objects with the same external name.
statementsToCopyTableNamed(String, NSArray, EOSchemaSynchronizationTableChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToDeleteColumnNamed(String, String, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to delete the column indentifed by columnName from the table identified by tableName.
statementsToDeleteColumnNamed(String, String, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToDeleteColumnNamed(String, String, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to delete the column indentifed by columnName from the table identified by tableName.
statementsToDeleteColumnNamed(String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns null.
statementsToDeleteColumnNamed(String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
statementsToDropForeignKeyConstraintsOnEntityGroup(NSArray, EOSchemaSynchronizationTableChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToDropForeignKeyConstraintsOnEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to drop foreign key constraints for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToDropForeignKeyConstraintsOnEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToDropForeignKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to drop foreign key constraints for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToDropForeignKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToDropForeignKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
statementsToDropPrimaryKeyConstraintsOnEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to drop primary key constraints for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToDropPrimaryKeyConstraintsOnEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToDropPrimaryKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to drop primary key constraints for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToDropPrimaryKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToDropPrimaryKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
statementsToDropPrimaryKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
statementsToDropPrimaryKeySupportForEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to drop primary key support for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToDropPrimaryKeySupportForEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToDropPrimaryKeySupportForEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to drop primary key support for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToDropPrimaryKeySupportForEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToImplementForeignKeyConstraintsOnEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to implement foreign key constraints for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToImplementForeignKeyConstraintsOnEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToImplementForeignKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to implement foreign key constraints for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToImplementForeignKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToImplementPrimaryKeyConstraintsOnEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to implement primary key constraints for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToImplementPrimaryKeyConstraintsOnEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToImplementPrimaryKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to implement primary key constraints for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToImplementPrimaryKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToImplementPrimaryKeyConstraintsOnEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
statementsToImplementPrimaryKeySupportForEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to implement primary key support for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToImplementPrimaryKeySupportForEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToImplementPrimaryKeySupportForEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to implement primary key support for the table corresponding to entityGroups, which is an array containing arrays of EOEntity objects with the same external name.
statementsToImplementPrimaryKeySupportForEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToInsertColumnForAttribute(EOAttribute, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to insert a column in the database schema for the specified attribute.
statementsToInsertColumnForAttribute(EOAttribute, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToInsertColumnForAttribute(EOAttribute, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to insert a column in the database schema for the specified attribute.
statementsToInsertColumnForAttribute(EOAttribute, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToModifyColumnNullRule(String, String, boolean, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to modify in place the column identified by columnName in the table identified by tableName to either allow or not allow NULL values as specified by allowsNull.
statementsToModifyColumnNullRule(String, String, boolean, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToModifyColumnNullRule(String, String, boolean, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to modify in place the column identified by columnName in the table identified by tableName to either allow or not allow NULL values as specified by allowsNull.
statementsToModifyColumnNullRule(String, String, boolean, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns null by default.
statementsToModifyColumnNullRule(String, String, boolean, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
statementsToModifyColumnNullRule(String, String, boolean, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
statementsToRenameColumnNamed(String, String, String, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to rename in place of the the column indentifed by in the table identified by tableName to newName.
statementsToRenameColumnNamed(String, String, String, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToRenameColumnNamed(String, String, String, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to rename in place of the the column indentifed by in the table identified by tableName to newName.
statementsToRenameColumnNamed(String, String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns null.
statementsToRenameColumnNamed(String, String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
statementsToRenameColumnNamed(String, String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
statementsToRenameTableNamed(String, String, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to rename in place the the table indentifed by tableName to newName.
statementsToRenameTableNamed(String, String, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToRenameTableNamed(String, String, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to rename in place the the table indentifed by tableName to newName.
statementsToRenameTableNamed(String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementsToRenameTableNamed(String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn.DerbySynchronizationFactory
 
statementsToRenameTableNamed(String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftSynchronizationFactory
 
statementsToRenameTableNamed(String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 
statementsToRenameTableNamed(String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
statementsToRenameTableNamed(String, String, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseSynchronizationFactory
 
statementsToUpdateObjectStoreForEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to update the database table that corresponds to model according to the changes and SQL generation instructions in the changes and options dictionaries.
statementsToUpdateObjectStoreForEntityGroups(NSArray, NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToUpdateObjectStoreForEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to update the database table that corresponds to model according to the changes and SQL generation instructions in the changes and options dictionaries.
statementsToUpdateObjectStoreForEntityGroups(NSArray, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpressions to update the database table that corresponds to entityGroups according to the changes and SQL generation instructions in the changes and options dictionaries.
statementsToUpdateObjectStoreForModel(EOModel, NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Returns an array of EOSQLExpressions to synchronize the database with the EOModel model.
statementsToUpdateObjectStoreForModel(EOModel, NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
statementsToUpdateObjectStoreForModel(EOModel, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns an array of EOSQLExpressions to synchronize the database with the EOModel model.
statementsToUpdateObjectStoreForModel(EOModel, EOSchemaSynchronizationModelChanges, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
statementToCreateDataTypeClause(EOSchemaSynchronization.ColumnTypes) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
staticFlag - Static variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
statistics() - Method in class com.webobjects.appserver.WOApplication
Returns a copy of the dictionary containing the application statistics maintained by WOStatisticsStore.
statistics() - Method in class com.webobjects.appserver.WOSession
Returns a list of pages accessed by this session, ordered from first to most recently accessed.
statistics() - Method in class com.webobjects.appserver.WOStatisticsStore
Gets a dictionary containing the statistics that the WOStatisticsStore records.
statisticsStore() - Method in class com.webobjects.appserver.WOApplication
Returns the WOStatisticsStore object, which records statistics while the application runs.
statsDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
status() - Method in class com.webobjects.appserver.WOResponse
Returns the HTTP return status of the WOResponse.
status() - Method in class com.webobjects.woextensions.WOLongResponsePage
 
stop() - Method in class com.webobjects.appserver.WOStopWatch
Deprecated.  
stopCellEditing() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
EOColumnEditor's implementation of the javax.swing.table.TableCellEditor method to finish and accept editing.
stopListeningToDisplayGroup() - Method in class com.webobjects.eoapplication.EOEntityController
Invoked from setDisplayGroup whenever a display group is cleared out (if either a new display group is specified or if the display group is reset to null), giving the receiver a chance to react.
stopListeningToEditingContext() - Method in class com.webobjects.eoapplication.EOEntityController
Invoked from setEditingContext whenever an editing context is cleared out (if either a new editing context is specified or if the editing context is reset to null), giving the receiver a chance to react.
stopListeningToRangeWidget() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
stopListeningToRangeWidget() - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EOActionController
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EOTableController
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EOTextFieldController
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EOTreeController
 
stopListeningToWidget() - Method in class com.webobjects.eogeneration.EOWidgetController
 
stopListeningToWindow() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
stopsValidationAfterFirstError() - Method in class com.webobjects.eocontrol.EOEditingContext
 
storedProcedure() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the receiver's stored procedure.
storedProcedure() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the stored procedure for which this attribute is an argument.
storedProcedureCatalogPattern() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
The standard reverse engineering implementation for stored procedures calls this method to get the catalog pattern used with the JDBC method getProcedures.
storedProcedureCatalogPattern() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
storedProcedureForOperation(String) - Method in class com.webobjects.eoaccess.EOEntity
Returns the stored procedure identified by the name operation, if one has been set.
storedProcedureNamed(String) - Method in class com.webobjects.eoaccess.EOModel
Returns the stored procedure named name, or null if the receiver doesn't contain a stored procedure with the given name.
storedProcedureNamed(String) - Method in class com.webobjects.eoaccess.EOModelGroup
Searches each of the EOModels in the receiver for the stored procedure specified by name, and returns the stored procedure, if found, or null if unable to find the specified stored procedure.
storedProcedureNamed(String, JDBCChannel, NSDictionary) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated.  
StoredProcedureNameHintKey - Static variable in class com.webobjects.eoaccess.EODatabaseContext
 
storedProcedureNames() - Method in class com.webobjects.eoaccess.EOModel
Returns an array containing the names of all of the receiver's stored procedures sorted in alphabetical order.
storedProcedures() - Method in class com.webobjects.eoaccess.EOModel
Returns an array containing all of the receiver's stored procedures or an empty array if the receiver has no stored procedures.
storedProcedureSchemaPattern() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
storedProcedureSchemaPattern() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
The standard reverse engineering implementation for stored procedures calls this method to get the schema pattern used with the JDBC method getProcedures.
storedProcedureSchemaPattern() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
storedValueForKey(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
storedValueForKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the value for the property identified by key.
storedValueForKey(Object, String) - Static method in class com.webobjects.eocontrol.EOKeyValueCoding.DefaultImplementation
Retrieves the value associated with the property named key on object.
storedValueForKey(String) - Method in interface com.webobjects.eocontrol.EOKeyValueCoding
Returns the property identified by key.
storedValueForKey(Object, String) - Static method in class com.webobjects.eocontrol.EOKeyValueCoding.Utility
If object implements EOKeyValueCoding, this method invokes storedValueForKey on object.
storePageInBacktrackCache() - Method in class com.webobjects.appserver.WOMessage
For WOAjaxHandlerRequests, this defaults to false.
storesIDsInCookies() - Method in class com.webobjects.appserver.WOSession
Returns whether the cookie mechanism for storing session and instance IDs is enabled.
storesIDsInURLs() - Method in class com.webobjects.appserver.WOSession
Returns whether the URL mechanism for storing session and instance IDs is enabled.
strategyForMessageContext(MessageContext) - Static method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
 
stream() - Method in class com.webobjects.foundation.NSData
Returns a stream containing the receiver's data
streamActionRequestHandlerKey() - Method in class com.webobjects.appserver.WOApplication
Returns the key which identifies URLs directed at Stream based requests.
STRING_LITERAL - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
STRING_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
String element tag name.
stringByAppendingPathComponent(String, String) - Static method in class com.webobjects.foundation.NSPathUtilities
Returns a String made by appending path with component, preceded, if necessary, by a path separator.
stringByAppendingPathExtension(String, String) - Static method in class com.webobjects.foundation.NSPathUtilities
Returns a string made by appending to path an extension separator, followed by extension.
stringByDeletingLastPathComponent(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Returns a string made by deleting the last path component from path, along with any final path separator.
stringByDeletingPathExtension(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Returns a String made by deleting the extension (if any, and only the last) from path.
stringByEscapingHTMLAttributeValue(String) - Static method in class com.webobjects.appserver.WOMessage
Takes a String and, if escaping is required, returns a new String with certain characters escaped out.
stringByEscapingHTMLString(String) - Static method in class com.webobjects.appserver.WOMessage
Takes a String and, if escaping is required, returns a new String with certain characters escaped out.
stringByNormalizingExistingPath(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Returns a String containing the normalized path for an existing file.
stringByNormalizingPath(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Returns a String containing the normalized path for a path string.
stringByStandardizingPath(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Deprecated. This method should not be used.
stringForItem() - Method in class com.webobjects.directtoweb.D2WDisplayToManyTable
This method is intentionally undocumented.
stringForKey(String, String, String, String, NSArray) - Method in class com.webobjects.appserver.WOResourceManager
Searches aTableName using aKey to find a localized string.
stringForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Use System.getProperty(java.lang.String).
stringFormValueForKey(String) - Method in class com.webobjects.appserver.WORequest
Method to return a String form value from the request for a specific name (key).
stringForNotANumber() - Method in class com.webobjects.foundation.NSNumberFormatter
Returns the string this NSNumberFormatter displays for numeric values incapable of being displayed as real numbers.
stringForNull() - Method in class com.webobjects.foundation.NSNumberFormatter
Returns the string this NSNumberFormatter uses to display null values.
stringForObjectValue(Object) - Method in class com.webobjects.foundation.NSNumberFormatter
Formats an object into a string using this NSNumberFormatter's pattern.
stringForOperatorSelector(NSSelector) - Static method in class com.webobjects.eocontrol.EOQualifier
Returns a string representation of the selector selector.
stringForZero() - Method in class com.webobjects.foundation.NSNumberFormatter
Returns the zero-value string.
stringFromPropertyList(Object) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a property list object into a string (old style plist) and returns it.
stringFromPropertyList(Object, boolean) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a property list object into a string (old style plist) and returns it.
StringFunctionsKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
stringQualifierOperators() - Method in class com.webobjects.appserver.WODisplayGroup
Provides an array containing all of the relational operators supported by EOQualifier that work exclusively on Strings: "starts with", "contains", "ends with", "is", and "like".
stringRepresentationForJDBCType(int) - Static method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
stringWithSubstitutionsUsingComponent(String, WOComponent, DTWTemplate) - Static method in class com.webobjects.directtoweb.generation.DTWString
 
style() - Method in class com.webobjects.webservices.client.WOClientOperation
Returns a string denoting the style of SOAP operation represented by the receiver.
styleForCurrentException() - Method in class com.webobjects.woextensions.WOExceptionPage
 
subarrayWithRange(NSRange) - Method in class com.webobjects.foundation.NSArray
This method creates a new array from a subset of this array.
subContext() - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
subContext() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the sub-context.
subcontrollerActionsDidChange(EOController) - Method in class com.webobjects.eoapplication.EOActionWidgetController
subcontrollerArea() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the receiver's subcontroller area.
subcontrollerConnectionDidChange(EOController) - Method in class com.webobjects.eoapplication.EOActionWidgetController
subcontrollerEditedDidChange(EOController) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
subcontrollerMinimumSizeDidChange(EOComponentController, JComponent, Dimension) - Method in class com.webobjects.eoapplication.EOComponentController
Updates the receiver's user interface to accommodate a change to a subcontroller's minimum size.
subcontrollerMinimumSizeDidChange(EOComponentController, JComponent, Dimension) - Method in class com.webobjects.eoapplication.EOInspectorController
subcontrollerMinimumSizeDidChange(EOComponentController, JComponent, Dimension) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
subcontrollerMinimumSizeDidChange(EOComponentController, JComponent, Dimension) - Method in class com.webobjects.eoapplication.EOSplitController
 
subcontrollerMinimumSizeDidChange(EOComponentController, JComponent, Dimension) - Method in class com.webobjects.eoapplication.EOSwitchController
subcontrollers() - Method in class com.webobjects.eoapplication.EOController
Returns the receiver's direct subcontrollers.
SubcontrollersEnumeration - Static variable in class com.webobjects.eoapplication.EOController
The constant describing enumerations that enumerate over a controller's subcontrollers, not including the controller itself.
subcontrollerVisibilityDidChange(EOComponentController) - Method in class com.webobjects.eoapplication.EOSwitchController
subcontrollerWasAdded(EOController) - Method in class com.webobjects.eoapplication.EOComponentController
Invoked from addSubcontroller when a subcontroller is added to a controller.
subcontrollerWasAdded(EOController) - Method in class com.webobjects.eoapplication.EOController
Invoked from addSubcontroller to notify the receiver that a subcontroller has been added to the controller hierarchy, giving the receiver the opportunity to prepare the subcontroller for use.
subcontrollerWasRemoved(EOController) - Method in class com.webobjects.eoapplication.EOComponentController
Invoked from removeSubcontroller when a subcontroller is removed from a controller.
subcontrollerWasRemoved(EOController) - Method in class com.webobjects.eoapplication.EOController
Invoked from removeSubcontroller to notify the receiver that a subcontroller has been removed from the controller hierarchy, giving the receiver the opportunity to perform any necessary clean up.
subdataWithRange(NSRange) - Method in class com.webobjects.foundation.NSData
Creates a data object containing a copy of the receiver's bytes that fall within the range specified by range.
subEntities() - Method in class com.webobjects.eoaccess.EOEntity
Returns a list of those entities that inherit from the receiver, or an empty array if no entities inherit from the receiver.
subEntityForEntity(EOEntity, NSDictionary) - Method in interface com.webobjects.eoaccess.EOModelGroup.Delegate
Allows the delegate to fine-tune inheritance by returning the sub-entity of entity from which an object should be fetched based on the primary key in dic.
subEntityName - Variable in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
subevents() - Method in class com.webobjects.eocontrol.EOAccountEvent
 
subevents() - Method in class com.webobjects.eocontrol.EOAggregateEvent
For each EOEvent aggregated in the reciver this method gathers their subevents and return an array with them.The array is ordered ascending by duration.
subevents() - Method in class com.webobjects.eocontrol.EOEvent
Returns the receiver's immediate subevents (events that were logged with this event as their parent).
subjectChanged() - Method in class com.webobjects.eocontrol.EODelayedObserver
Implemented by subclasses to examine the receiver's observed objects and take whatever action is necessary.
subjectChanged() - Method in class com.webobjects.eocontrol.EOObserverProxy
Implemented to react to a change in an observed object.
subjectChanged() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
subjectChanged() - Method in class com.webobjects.eointerface.EOActionWidgetAssociation
See the subjectChanged method description in the superclass EOAssociation.
subjectChanged() - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to update state based on when an EODisplayGroup's selection or contents changes.
subjectChanged() - Method in class com.webobjects.eointerface.EODetailSelectionAssociation
See the subjectChanged method description in the superclass EOAssociation.
subjectChanged() - Method in class com.webobjects.eointerface.EOMasterCopyAssociation
See the subjectChanged method description in the superclass EOAssociation.
subjectChanged() - Method in class com.webobjects.eointerface.EOMasterDetailAssociation
See the subjectChanged method description in the superclass EOAssociation.
subjectChanged() - Method in class com.webobjects.eointerface.EOMasterPeerAssociation
 
subjectChanged() - Method in class com.webobjects.eointerface.EOTableAssociation
See the subjectChanged method description in the superclass EOAssociation.
subjectChanged() - Method in class com.webobjects.eointerface.EOTreeAssociation
Overridden by subclasses to update state based on when an EODisplayGroup's selection or contents changes.
subjectChanged() - Method in class com.webobjects.eointerface.EOValueAssociation
Overridden by subclasses to update state when an EODisplayGroup's selections or contents change.
subjectChanged() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation
See the subjectChanged method description in the superclass EOAssociation.
subList(int, int) - Method in class com.webobjects.foundation.NSArray
 
subList(int, int) - Method in class com.webobjects.foundation.NSMutableArray
Create a linked sublist.
subList() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
submit() - Method in class com.webobjects.woextensions.WOEventPage
 
submit() - Method in class com.webobjects.woextensions.WOStatsPage
 
submitAction() - Method in class com.webobjects.directtoweb.D2WInspectPage
This action method executes when the user clicks Save on the edit page.
submitActionName() - Method in class com.webobjects.directtoweb.D2WComponent
The name of an action method that is called when the user clicks a submit button within the form.
submitActionName() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
submitActionName() - Method in class com.webobjects.woextensions.WOTabPanel
 
substitutionEditingContext() - Static method in class com.webobjects.eocontrol.EOEditingContext
Returns the global substitution EOEditingContext if you have been specified.
subtractRange(NSRange, NSMutableRange, NSMutableRange) - Method in class com.webobjects.foundation.NSRange
Subtracts a range from this NSRange and stores the result in one or two NSMutableRanges.
subtractSet(NSSet) - Method in class com.webobjects.foundation.NSMutableSet
Removes from this set each object contained in otherSet that is also currently a member of this set.
SubtreeKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary value representing subtree scope.
SUID_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
SUID attribute name.
SumOperatorName - Static variable in class com.webobjects.foundation.NSArray
A key representing the operator (NSArray.Operator) that computes the sum of the elements in an array.
SUPER_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Super element tag name.
superClassDescription() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns null.
superClassDescription() - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to return a super class's class description.
supercontroller() - Method in class com.webobjects.eoapplication.EOController
Returns the receiver's supercontroller, or null if the receiver has no supercontroller.
supercontroller(Class) - Method in class com.webobjects.eoapplication.EOController
Searching from the receiver's direct supercontroller, returns the first supercontroller that implements the interface controllerInterface.
supercontrollerEditabilityDidChange() - Method in class com.webobjects.eoapplication.EODocumentController
 
supercontrollerEditabilityDidChange() - Method in interface com.webobjects.eoapplication.EOEditable
Invoked to notify the receiver that the editability of its supercontroller changed, giving the receiver the opportunity to update its user interface to match the editability of the supercontroller.
supercontrollerEditabilityDidChange() - Method in class com.webobjects.eogeneration.EOAssociationController
 
supercontrollerEditabilityDidChange() - Method in class com.webobjects.eogeneration.EORangeValueController
 
SupercontrollersEnumeration - Static variable in class com.webobjects.eoapplication.EOController
The constant describing enumerations that enumerate over a controller's supercontrollers, not including the controller itself.
supportForClass(Class) - Static method in class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
Returns the Support class for the specified qualifier class.
supportForClass(Class) - Static method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Returns the support object used for archiving and unarchiving for instances of aClass.
supportForClass(Class) - Static method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Returns the support class used for doing sort ordering comparisons for instances of aClass.
supportForClass(Class) - Static method in class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
Returns the support object used for doing sort ordering comparisons for instances of aClass.
supportForClass(Class) - Static method in class com.webobjects.foundation.NSCoding.Support
Gets the registered NSCoding.Support class to encode and decode instances of aClass.
supportsDirectColumnCoercion() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns true if the adaptor can change the type of an existing column in place, false otherwise.
supportsDirectColumnCoercion() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns false.
supportsDirectColumnCoercion() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
supportsDirectColumnCoercion() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
supportsDirectColumnDeletion() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns true if the adaptor can delete columns, false otherwise.
supportsDirectColumnDeletion() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns false.
supportsDirectColumnDeletion() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
supportsDirectColumnDeletion() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
supportsDirectColumnInsertion() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns true if the adaptor can add columns to a table, false otherwise.
supportsDirectColumnInsertion() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns false.
supportsDirectColumnInsertion() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
supportsDirectColumnInsertion() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
supportsDirectColumnNullRuleModification() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns true if the adaptor can modify the null rule of an existing column in place, false otherwise.
supportsDirectColumnNullRuleModification() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns false.
supportsDirectColumnNullRuleModification() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
supportsDirectColumnNullRuleModification() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
supportsDirectColumnRenaming() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns true if the adaptor can rename table columns, false otherwise.
supportsDirectColumnRenaming() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns false.
supportsDirectColumnRenaming() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
supportsDirectColumnRenaming() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
supportsSchemaSynchronization() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns true if the adaptor can update the database schema to reflect changes in an EOModel, false otherwise.
supportsSchemaSynchronization() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns false.
supportsSchemaSynchronization() - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn.DerbySynchronizationFactory
 
supportsSchemaSynchronization() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
supportsSchemaSynchronization() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftSynchronizationFactory
 
supportsSchemaSynchronization() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 
supportsSchemaSynchronization() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
supportsSchemaSynchronization() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
supportsSchemaSynchronization() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseSynchronizationFactory
 
supportsSecondaryActionWidget() - Method in class com.webobjects.eoapplication.EOActionButtonsController
supportsSecondaryActionWidget() - Method in class com.webobjects.eoapplication.EOActionWidgetController
supportsTableDescriptionIntrospection() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Returns true if the adaptor can describe the database schema, false otherwise.
supportsTableDescriptionIntrospection() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
The default implementation returns false.
supportsTableDescriptionIntrospection() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
supportsTableDescriptionIntrospection() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
suppressesAssociation() - Method in class com.webobjects.eogeneration.EOAssociationController
 
suppressesAssociation() - Method in class com.webobjects.eogeneration.EORangeValueController
 
SuppressesAssociationParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
suppressObserverNotification() - Static method in class com.webobjects.eocontrol.EOObserverCenter
Disables the notifyObserversObjectWillChange method, so that no change notifications are sent.
suspendLogging() - Static method in class com.webobjects.eocontrol.EOEventCenter
Suspends event logging in all event centers.
suspendReaderLocks() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Temporarily relinquishes all of the current thread's reader locks, releasing the lock if all reader locks are unlocked.
suspendReaderLocks() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated. Temporarily relinquishes all of the current thread's reader locks, releasing the lock if all reader locks are unlocked.
switchedControllers() - Method in class com.webobjects.eoapplication.EOSwitchController
switchSubmitTab() - Method in class com.webobjects.woextensions.WOTabPanel
 
switchTab() - Method in class com.webobjects.woextensions.WOTabPanel
 
SwitchTo(int) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
SybasePlugIn - Class in com.webobjects.jdbcadaptor
 
SybasePlugIn(JDBCAdaptor) - Constructor for class com.webobjects.jdbcadaptor.SybasePlugIn
 
SybasePlugIn.SybaseExpression - Class in com.webobjects.jdbcadaptor
 
SybasePlugIn.SybaseExpression(EOEntity) - Constructor for class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseExpression
 
SybasePlugIn.SybaseSynchronizationFactory - Class in com.webobjects.jdbcadaptor
 
SybasePlugIn.SybaseSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseSynchronizationFactory
 
synchronizationFactory() - Method in class com.webobjects.eoaccess.EOAdaptor
Deprecated. since 5.4
synchronizationFactory() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Deprecated. 
synchronizationFactory() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated. since 5.4
synchronizationFactory() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
Deprecated. 
synchronizesVariablesWithBindings() - Method in class com.webobjects.appserver.WOComponent
Indicates if the push-pull of values in the parent component is enabled.
synchronizesVariablesWithBindings() - Method in class com.webobjects.directtoweb.D2WCollapsibleComponentContent
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
synchronizesVariablesWithBindings() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Indicates that the component does not synchronize variables with bindings.
synchronizesVariablesWithBindings() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Overridden from the superclass to return false.
synchronizesVariablesWithBindings() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Overridden from the superclass to return false.
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.JSComponent
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.JSValidatedField
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WOAggregateEventRow
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WOCompletionBar
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WOIFrame
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WOMetaRefresh
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WOTableString
Deprecated.  
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WOTabPanel
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WXAccessControl
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WXBar
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WXOutlineControl
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WXOutlineEntry
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WXOutlineRepetition
 
synchronizesVariablesWithBindings() - Method in class com.webobjects.woextensions.WXSortOrder
 
systemTimeZone() - Static method in class com.webobjects.foundation.NSTimeZone
Provides the time zone object representing the system's time zone.
SystemTimeZoneDidChangeNotification - Static variable in class com.webobjects.foundation.NSTimeZone
Deprecated.  

T

tabBgColor() - Method in class com.webobjects.woextensions.WOTabPanel
 
tabContents() - Method in class com.webobjects.directtoweb.D2WTabInspectPage
This method is intentionally undocumented.
TabDictionaryComputer - Class in com.webobjects.directtoweb
The list of tab names and of tab contents is not a rule firing phenomenon.
TabDictionaryComputer(String, Object) - Constructor for class com.webobjects.directtoweb.TabDictionaryComputer
Constructs a new TabDictionaryComputer with the specified key path and value.
TabDictionaryComputer(EOKeyValueUnarchiver) - Constructor for class com.webobjects.directtoweb.TabDictionaryComputer
Constructs a new TabDictionaryComputer based on an EOKeyValueUnarchiver.
table() - Method in class com.webobjects.eogeneration.EOTableColumnController
 
table() - Method in class com.webobjects.eogeneration.EOTableController
 
table() - Method in interface com.webobjects.eogeneration.EOWidgetController.TableWidget
 
table() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns the corresponding table widget for the table column managed by this association.
table() - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
This method is usually called internally and used to obtain the table widget from the column widget.
table() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Returns the table containing the plugin's table column.
table() - Method in class com.webobjects.eointerface.swing.EOTable
Returns the JTable used by the EOTable.
tableAssociation() - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
Returns an association for the table of this plugin's column.
tableAssociation() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Returns the table association of the table containing this plugin's column.
tableColumn() - Method in class com.webobjects.eogeneration.EOTableColumnController
 
tableColumnAssociationForColumnAtIndex(int) - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for the column association at a specific index.
tableColumnAssociationForColumnAtIndex(int) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns the EOTableColumnAssociation for the column at the specified index.
tableColumnCustomizer() - Static method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Returns the TableColumnCustomizer which is used to obtain the CellRenderer and CellEditor for this plugin's column.
tableDescriptionForModel(String, EOModel) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization
Return a Table Description object that describe the database schema.
tableDescriptionForModel(String, EOModel) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
tableDescriptionForModel(String, EOModel) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
tableDescriptionForModel(String, EOModel) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
tableDidChangeColumns() - Method in class com.webobjects.eointerface.EOTableAssociation
This method is called when column ordering is changed by the user, also if they are added or removed, etc.
tableDidChangeSelection() - Method in class com.webobjects.eointerface.EOTableAssociation
Called to relay a selection change in the table widget to the display group.
tableEntityGroupsForEntities(NSArray) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of table entity groups for entities, or an empty array if entities is empty or null.
tableListWithRootEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the comma-separated list of tables for use in a SELECT, UPDATE, or DELETE statement's FROM clause.
tableTypes() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Return an array of Strings to use for describing the table types in the JDBC getTables method call.
tabNameIsInHeader(String) - Method in class com.webobjects.directtoweb.D2WTabInspectPage
This method is intentionally undocumented.
tabNameIsInHeader(String) - Method in class com.webobjects.directtoweb.TabDictionaryComputer
Tests whether the tab name is the header.
tabNameKey() - Method in class com.webobjects.woextensions.WOTabPanel
 
tabs() - Method in class com.webobjects.directtoweb.D2WTabInspectPage
Returns an NSArray containing the names of the tabs displayed in the tab inspect page.
tabs() - Method in class com.webobjects.woextensions.WOTabPanel
 
tabsAsString() - Method in class com.webobjects.directtoweb.D2WTabInspectPage
This method is intentionally undocumented.
tabSize - Variable in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
takeChildrenValuesFromRequest(WORequest, WOContext) - Method in class com.webobjects.appserver.parser.woml.WOMLCommentGroup
 
takeFormValueArraysForKeyArray(NSArray) - Method in class com.webobjects.appserver.WODirectAction
Performs takeValueForKey on each key in aKeyArray using values from the receiver's request.
takeFormValuesForKeyArray(NSArray) - Method in class com.webobjects.appserver.WODirectAction
Performs takeValueForKey on the each key in aKeyArray using values from the receiver's request.
takeResponsibilityForEditabilityOfAssociation(EOAssociation) - Method in class com.webobjects.eoapplication.EODocumentController
 
takeResponsibilityForEditabilityOfAssociation(EOAssociation) - Method in interface com.webobjects.eoapplication.EOEditable
Invoked when one of the receiver's subcontrollers is disposed as a transient controller.
takeResponsibilityForEditabilityOfAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EOAssociationController
 
takeResponsibilityForEditabilityOfAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EORangeValueController
 
takeResposibilityForConnectionOfAssociation(EOAssociation) - Method in interface com.webobjects.eoapplication.EOAssociationConnector
Invoked when one of the receiver's subcontrollers is disposed as a transient controller.
takeResposibilityForConnectionOfAssociation(EOAssociation) - Method in class com.webobjects.eoapplication.EOEntityController
 
takeResposibilityForConnectionOfAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EOAssociationController
 
takeResposibilityForConnectionOfAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EORangeValueController
 
takeResposibilityForDefaultActionWithActionWidget(JComponent) - Method in class com.webobjects.eogeneration.EOQueryController
 
takeResposibilityForDefaultActionWithActionWidget(JComponent) - Method in interface com.webobjects.eogeneration.EOWidgetController.DefaultAction.CommonWidgetHandler
 
takeStoredValueForKey(Object, String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
takeStoredValueForKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Sets the property identified by key to value.
takeStoredValueForKey(Object, Object, String) - Static method in class com.webobjects.eocontrol.EOKeyValueCoding.DefaultImplementation
Sets the property identified by key to value on object.
takeStoredValueForKey(Object, String) - Method in interface com.webobjects.eocontrol.EOKeyValueCoding
Sets the property identified by key to value.
takeStoredValueForKey(Object, Object, String) - Static method in class com.webobjects.eocontrol.EOKeyValueCoding.Utility
If object implements EOKeyValueCoding, this method invokes takeStoredValueForKey on object.
takeValueForInferrableKey(Object, String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WOAction
 
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WOApplication
Conformance to NSKeyValueCoding.
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSKeyValueCoding.
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WOContext
 
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WOCookie
Conformance to NSKeyValueCoding.
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WODisplayGroup
 
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WOHTTPConnection
Conformance to NSKeyValueCoding.
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WOMessage
 
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WOSession
 
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.WOStatisticsStore
Conformance to NSKeyValueCoding.
takeValueForKey(Object, String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Conformance to NSKeyValueCoding.
takeValueForKey(Object, String) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of key to newValue in the local cache.
takeValueForKey(Object, String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
 
takeValueForKey(Object, String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationChanges
 
takeValueForKey(Object, String) - Method in class com.webobjects.eoapplication.EOController
Conformance to NSKeyValueCoding.
takeValueForKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Sets the receiver's value for the property identified by key to value.
takeValueForKey(Object, String) - Method in class com.webobjects.foundation.NSArray
Conformance to the NSKeyValueCoding interface.
takeValueForKey(Object, String) - Method in class com.webobjects.foundation.NSDictionary
Conformance to NSKeyValueCoding.
takeValueForKey(Object, Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation
Sets object's property identified by key to value, or invokes handleTakeValueForUnboundKey.
takeValueForKey(Map, Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.MapImplementation
 
takeValueForKey(Object, String) - Method in interface com.webobjects.foundation.NSKeyValueCoding
Sets the value for the property identified by key to value.
takeValueForKey(Object, Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.Utility
If object implements NSKeyValueCoding, this method invokes takeValueForKey on object.
takeValueForKey(Object, String) - Method in class com.webobjects.foundation.NSMutableDictionary
Conformance to NSKeyValueCoding.
takeValueForKey(Object, String) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMap
 
takeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOAction
 
takeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOApplication
Conformance to NSKeyValueCodingAdditions.
takeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSKeyValueCodingAdditions.
takeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOContext
 
takeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOCookie
Conformance to NSKeyValueCodingAdditions.
takeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOHTTPConnection
Conformance to NSKeyValueCodingAdditions.
takeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOMessage
 
takeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOSession
 
takeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOStatisticsStore
Conformance to NSKeyValueCodingAdditions.
takeValueForKeyPath(Object, String) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of key path to value in the local cache.
takeValueForKeyPath(Object, String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
 
takeValueForKeyPath(Object, String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationChanges
 
takeValueForKeyPath(Object, String) - Method in class com.webobjects.eoapplication.EOController
 
takeValueForKeyPath(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Sets the receiver's property identified by keyPath to value.
takeValueForKeyPath(Object, String) - Method in class com.webobjects.foundation.NSArray
 
takeValueForKeyPath(Object, String) - Method in class com.webobjects.foundation.NSDictionary
Conformance to NSKeyValueCodingAdditions.
takeValueForKeyPath(Object, Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation
Sets object's property identified by keyPath to value.
takeValueForKeyPath(Object, String) - Method in interface com.webobjects.foundation.NSKeyValueCodingAdditions
Sets the value for the property identified by keyPath to value.
takeValueForKeyPath(Object, Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCodingAdditions.Utility
If object is an NSKeyValueCodingAdditions, invokes takeValueForKeyPath on object; otherwise invokes NSKeyValueCodingAdditions.DefaultImplementation's takeValueForKeyPath method with object as the object on which to operate.
takeValueForKeyPath(Object, String) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMap
 
TakeValueForKeyPathEvent - Static variable in class com.webobjects.appserver.WOAssociation
name of Event for timing value assignment involving traversing an arbitrary key path.
takeValueForKeyPathOnObject(Object, String, Object) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
takeValuesFromDictionary(NSDictionary) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
takeValuesFromDictionary(NSDictionary) - Method in class com.webobjects.eocontrol.EOCustomObject
Sets properties of the receiver with values from dictionary, using its keys to identify the properties.
takeValuesFromDictionary(Object, NSDictionary) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.DefaultImplementation
Sets properties of object with values from dictionary, using its keys to identify the properties.
takeValuesFromDictionary(NSDictionary) - Method in interface com.webobjects.eocontrol.EOKeyValueCodingAdditions
Sets properties of the receiver with values from dictionary, using its keys to identify the properties.
takeValuesFromDictionary(Object, NSDictionary) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.Utility
If object implements EOKeyValueCodingAdditions, this method invokes takeValuesFromDictionary on object.
takeValuesFromDictionary(NSDictionary) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseColumnDescription
 
takeValuesFromDictionary(NSDictionary) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseIndexDescription
 
takeValuesFromDictionary(NSDictionary) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory.FrontbaseTableDescription
 
takeValuesFromDictionaryWithMapping(NSDictionary, NSDictionary) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
takeValuesFromDictionaryWithMapping(NSDictionary, NSDictionary) - Method in class com.webobjects.eocontrol.EOCustomObject
Sets properties of the receiver with values from dictionary, using its keys and mapping to identify the properties.
takeValuesFromDictionaryWithMapping(Object, NSDictionary, NSDictionary) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.DefaultImplementation
Sets properties of object with values from dictionary, using its keys and mapping to identify the properties.
takeValuesFromDictionaryWithMapping(NSDictionary, NSDictionary) - Method in interface com.webobjects.eocontrol.EOKeyValueCodingAdditions
Sets properties of the receiver with values from dictionary, using its keys and mapping to identify the properties.
takeValuesFromDictionaryWithMapping(Object, NSDictionary, NSDictionary) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.Utility
If object implements EOKeyValueCodingAdditions, this method invokes takeValuesFromDictionaryWithMapping on object.
takeValuesFromRequest(WORequest, WOContext) - Method in class com.webobjects.appserver.WOApplication
WOComponentRequestHandler invokes this method on WOApplication to initiate the first phase of request handling.
takeValuesFromRequest(WORequest, WOContext) - Method in class com.webobjects.appserver.WOComponent
Tells the component to synchronize its variables with values from the request.
takeValuesFromRequest(WORequest, WOContext) - Method in class com.webobjects.appserver.WOElement
This method is invoked on WOElement objects during the phase of request handling that extracts user-entered data.
takeValuesFromRequest(WORequest, WOContext) - Method in class com.webobjects.appserver.WOSession
Invoked on the WOSession object during the first phase of the the request-response loop.
takeValuesFromRequest(WORequest, WOContext) - Method in class com.webobjects.woextensions.WOMethodInvocation
 
takeValuesFromRequest(WORequest, WOContext) - Method in class com.webobjects.woextensions.WOTable
 
takeValuesFromRequest(WORequest, WOContext) - Method in class com.webobjects.woextensions.WXOutlineEntry
 
takeValuesFromResultSet(ResultSet) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseColumnDescription
 
takeValuesFromResultSet(ResultSet) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseIndexDescription
 
takeValuesFromResultSet(ResultSet) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseTableDescription
 
target() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Returns the object on which selector will be invoked when the WOTimer fires.
target() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
targetClass() - Method in class com.webobjects.eocontrol.EOFaultHandler
Returns the target class of the receiver's fault.
TargetKey - Static variable in class com.webobjects.directtoweb.D2WModel
The target key.
targetNamespace() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the target namespace string for this operation's definitions.
TargetObjectUserInfoKey - Static variable in exception com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
Deprecated. this user info dictionary entry should be accessed using the object method.
task() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the current task in the Direct to Web context of the receiver.
task() - Method in class com.webobjects.directtoweb.D2WContext
Returns the setting for the current task.
task() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the name of the task.
TaskKey - Static variable in class com.webobjects.directtoweb.D2WModel
The task key.
TaskParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
tasks() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
tasks() - Method in class com.webobjects.directtoweb.D2WModel
Get an enumeration of the tasks in the model.
tasksInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the set of names of tasks involved.
TaskSpecification - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
taskVector() - Method in class com.webobjects.directtoweb.D2WModel
Gets a list of all tasks found in the model.
template() - Method in class com.webobjects.appserver.parser.WOHTMLWebObjectTag
 
template() - Method in class com.webobjects.appserver.WOComponent
Returns the graph of static, dynamic elements and components that compose this component.
TEMPLATE_CANNED_PREFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
TEMPLATE_CANNED_SUFFIX - Static variable in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
TEMPLATE_WRAPPER_ELEMENT_NAME - Static variable in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
templateForComponent(WOComponent, WOContext, String) - Static method in class com.webobjects.directtoweb.generation.DTWTemplate
 
templateWithHTMLAndDeclaration(String, String, NSArray) - Static method in class com.webobjects.appserver.parser.WOComponentTemplateParser
Deprecated. Use templateWithHTMLAndDeclaration(String, String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) instead
templateWithHTMLAndDeclaration(String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Static method in class com.webobjects.appserver.parser.WOComponentTemplateParser
Deprecated. Use templateWithHTMLAndDeclaration(String, String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) instead
templateWithHTMLAndDeclaration(String, String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Static method in class com.webobjects.appserver.parser.WOComponentTemplateParser
Creates a new parser and parse the component
templateWithHTMLString(String, String, NSArray) - Static method in class com.webobjects.appserver.WOComponent
Deprecated. Use WOComponent.templateWithHTMLString(String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) instead.
templateWithHTMLString(String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Static method in class com.webobjects.appserver.WOComponent
Deprecated. since 5.4
templateWithHTMLString(String, String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Static method in class com.webobjects.appserver.WOComponent
Programmatically creates a component's template.
templateWithName(String) - Method in class com.webobjects.appserver.WOComponent
Deprecated. Use template instead.
templateWithName(String) - Static method in class com.webobjects.directtoweb.generation.DTWTemplate
 
templateWithString(String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Static method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
temporaryGIDBase() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns a value used to generate unique values for temporary global IDs.
temporaryGIDBase() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns a value used to generate unique values for temporary global IDs.
TemporaryGIDBaseKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the temporaryGIDBase binding.
TemporaryGIDBaseKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the temporaryGIDBase binding.
terminate() - Method in class com.webobjects.appserver.WOApplication
Terminates the application process.
terminate() - Method in class com.webobjects.appserver.WOSession
Causes the session to terminate after the conclusion of the current request-response loop.
terminateAfterTimeInterval(double) - Method in class com.webobjects.appserver.WOApplication
Deprecated. This method is deprecated, and currently just calls setTimeOut.
textArea() - Method in class com.webobjects.eointerface.swing.EOTextArea
Returns the JTextArea used by the EOTextArea.
TextColorAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Text Color aspect
textColorAtColumnAndRow(int, int) - Method in class com.webobjects.eointerface.EOTableAssociation
This method returns whether the table cell at the specified row and column is (currently) using colored text.
textColorAtRow(int) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns an Object indicating the color at the specified row in this column.
textComponent() - Method in class com.webobjects.eointerface.swing.EOFormCell
Returns the editable text field of the form cell as JTextComponent.
textComponent() - Method in class com.webobjects.eointerface.swing.EOTextArea
Returns the text area of the receiver as JTextComponent.
textComponent() - Method in interface com.webobjects.eointerface.swing.EOTextComponentAccess
Returns the editable text component of a component.
textFieldValue() - Method in class com.webobjects.woextensions.WOAnyField
 
theCurrentItem() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
theCurrentItem() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
theCurrentValue() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
theCurrentValue() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
TheDefaultResponseEncoding - Static variable in class com.webobjects.appserver.WOMessage
This protected class variable contains a String identifying the default encoding to use when constructing responses, which is defined in WOMessage to be UTF8 (UTF-8).
theList() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
theList() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
thousandSeparator() - Method in class com.webobjects.foundation.NSNumberFormatter
Returns a string containing the single character this NSNumberFormatter uses to represent the thousands separator.
threshold() - Method in class com.webobjects.woextensions.WOThresholdColoredNumber
 
throwableAsString(Throwable) - Static method in class com.webobjects.foundation.NSLog
Provides the stack trace of t as a string.
timeInterval() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Return the interval in seconds at which the WOTimer will repeat firing.
timeIntervalSinceNow() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use getTime and calculate the delta from System.currentTimeMillis instead
timeIntervalSinceReferenceDate() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use (getTime() / 1000) instead.
timeIntervalSinceTimestamp(NSTimestamp) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use getTime and calculate the delta instead
timeIntervalToMilliseconds(long) - Static method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use (timeInterval * 1000) instead
timeOut() - Method in class com.webobjects.appserver.WOApplication
Returns the application's time-out interval: a period (in seconds) of inactivity after which the application will terminate execution.
timeOut() - Method in class com.webobjects.appserver.WOCookie
Returns the cookies timeout value in seconds.
timeOut() - Method in class com.webobjects.appserver.WOSession
Returns the interval in seconds during which the session can remain idle before it times out.
timeOutForIDCookies() - Method in class com.webobjects.appserver.WOSession
Deprecated. this method is deprecated should not be used
TimeoutKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the timeout.
timeOutMillis() - Method in class com.webobjects.appserver.WOSession
Returns the interval in milliseconds during which the session can remain idle before it times out.
timestampByAddingGregorianUnits(int, int, int, int, int, int) - Method in class com.webobjects.foundation.NSTimestamp
Returns an NSTimestamp that is updated with the years, months, days, hours, minutes, and seconds offsets specified as arguments.
timestampByAddingTimeInterval(long) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use (new NSTimestamp((interval * 1000) + oldTs.getTime(), oldTs.getNanos())) instead.
timestampForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabase
Returns the timestamp of the snapshot for the object identified by the globalID gid, or DistantPastTimeInterval if there isn't a snapshot.
timestampForSourceGlobalID(EOGlobalID, String) - Method in class com.webobjects.eoaccess.EODatabase
Returns the timestamp of the to-many snapshot for the relationship specified by name and the object identified by gid.
timeZone() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Deprecated in the Java Foundation framework. Do not use this method. All NSTimestamps are in UTC.
timeZoneForSecondsFromGMT(int) - Static method in class com.webobjects.foundation.NSTimeZone
Provides an NSTimeZone object representing a fixed offset, specified in seconds, from Greenwich Mean Time.
timeZoneWithName(String, boolean) - Static method in class com.webobjects.foundation.NSTimeZone
Provides an NSTimeZone object corresponding to aName.
timeZoneWithNameAndData(String, NSData) - Static method in class com.webobjects.foundation.NSTimeZone
Use timeZoneWithName instead of calling this method directly.
title() - Method in class com.webobjects.appserver.WOEvent
Required for proper functioning of the event logging display.
title() - Method in class com.webobjects.eocontrol.EOAccountEvent
 
title() - Method in class com.webobjects.eocontrol.EOAggregateEvent
Gets the title from any member of the EOvents set aggregated by the receiver.
title() - Method in class com.webobjects.eocontrol.EOEvent
Returns the event type description corresponding with the receiver's type.
title() - Method in class com.webobjects.eointerface.swing.EOFormCell
Returns the receiver's label.
title() - Method in class com.webobjects.woextensions.WOEventRow
 
titleColor() - Method in class com.webobjects.eoapplication.EOBoxController
titleColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for titles, for example in boxes and tab views.
titleComponent() - Method in class com.webobjects.eointerface.swing.EOFormCell
Returns the label component of the form cell.
titleFont() - Method in class com.webobjects.eoapplication.EOBoxController
titleFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for titles, for example in boxes and tab views.
titleKeys() - Method in class com.webobjects.eogeneration.EOTitlesController
 
TitleKeysParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
titlePosition() - Method in class com.webobjects.eoapplication.EOBoxController
TitlePositionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
titles() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
Returns a String array of titles that the plugin's widget currently displays Only invoked if EOAssociation.SelectedTitleAspect bound.
titles() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Returns an array of available titles in the plugin's combo box
TitlesAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Titles aspect
titlesDisplayGroup() - Method in class com.webobjects.eogeneration.EOTitlesController
 
titlesDisplayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EOTitlesController
 
TitlesDisplayGroupProviderMethodNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
titlesDisplayGroupSortOrderings() - Method in class com.webobjects.eogeneration.EOTitlesController
 
titlesEntityName() - Method in class com.webobjects.eogeneration.EOEnumerationController
 
titlesEntityName() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
titlesEntityName() - Method in class com.webobjects.eogeneration.EOTitlesController
 
TitlesEntityParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
titleWidth() - Method in class com.webobjects.eointerface.swing.EOFormCell
Returns the receiver's label component width.
tnsOperationInputName() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the operation input message name.
tnsOperationOutputName() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the operation output message name.
toArray() - Method in class com.webobjects.foundation.NSArray
 
toArray(T[]) - Method in class com.webobjects.foundation.NSArray
 
toArray() - Method in class com.webobjects.foundation.NSSet
 
toArray(T[]) - Method in class com.webobjects.foundation.NSSet
 
toFile(File) - Method in class com.webobjects.directtoweb.D2WModel
Writes the dictionary of the key-value archiver to the specified file.
toggleClicked() - Method in class com.webobjects.woextensions.WOSortOrder
 
toggleClicked() - Method in class com.webobjects.woextensions.WXSortOrder
 
toggleExpansion() - Method in class com.webobjects.woextensions.WXOutlineEntry
 
toggleVisibilityClicked() - Method in class com.webobjects.woextensions.WOCollapsibleComponentContent
 
Token - Class in com.webobjects.appserver.parser.declaration
Describes the input token stream.
Token() - Constructor for class com.webobjects.appserver.parser.declaration.Token
 
token - Variable in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
token_source - Variable in class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
tokenImage - Variable in exception com.webobjects.appserver.parser.declaration.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
TokenMgrError - Error in com.webobjects.appserver.parser.declaration
 
TokenMgrError() - Constructor for error com.webobjects.appserver.parser.declaration.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error com.webobjects.appserver.parser.declaration.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.webobjects.appserver.parser.declaration.TokenMgrError
 
ToManyAspectSignature - Static variable in class com.webobjects.eointerface.EOAssociation
String signature of a To Many aspect.
toManyDescription() - Method in class com.webobjects.directtoweb.D2WEditToManyRelationship
Provides the closed label for a collapsible component.
toManyRelationshipKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns an array of keys for the to-many relationship properties of the receiver's entity.
toManyRelationshipKeys() - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to determine the to-many relationship properties of the receiver.
toManyRelationshipKeys() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the names of the receiver's to-many relationships.
toManyRelationshipKeys() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the names of the receiver's to-many relationships.
toManyRelationshipKeys() - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns an array of keys for to-many relationship properties of the receiver's enterprise objects.
toManySnapshots() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the NSDictionary containing the snapshots for the to-many relationships of the receiver's Enterprise Object.
ToolsCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Tools category.
toolTip() - Method in class com.webobjects.eoapplication.EOAction
 
toolTip() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the tool tip text used for the controller's component.
toolTipComponent() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the component that will be used to display tool tip text.
toolTipComponent() - Method in class com.webobjects.eogeneration.EOWidgetController
 
ToolTipParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
toOneAction() - Method in class com.webobjects.directtoweb.D2WDisplayToOne
This method is intentionally undocumented.
toOneAction() - Method in class com.webobjects.directtoweb.D2WDisplayToOneFault
 
ToOneAspectSignature - Static variable in class com.webobjects.eointerface.EOAssociation
String signature of a To One aspect.
toOneDescription() - Method in class com.webobjects.directtoweb.D2WDisplayToOne
This method is intentionally undocumented.
toOneDescription() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns a String representing the destination object of the relationship edited by the receiver if the relationship is a to-one relationship.
toOneDescription() - Method in class com.webobjects.directtoweb.D2WEditToOneRelationship
Provides the closed label for a collapsible component.
toOneRelationshipKeys() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the keys for the to-one relationship properties of the receiver's entity.
toOneRelationshipKeys() - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to determine the to-one relationship properties of the receiver.
toOneRelationshipKeys() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the names of the receiver's to-one relationships.
toOneRelationshipKeys() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the names of the receiver's to-one relationships.
toOneRelationshipKeys() - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns an array of keys for to-one relationship properties of the receiver's enterprise objects.
ToOneToManyAspectSignature - Static variable in class com.webobjects.eointerface.EOAssociation
String signature of a To One To Many Aspect aspect.
Top - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a top position.
TopLeft - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a top-left position.
TopLevelModalDialogQuestion - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
TopLevelWindowQuestion - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
topmostDurationValue() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
TopRight - Static variable in class com.webobjects.eoapplication.EOComponentController
The constant describing a top-right position.
toString() - Method in class com.webobjects.appserver.parser.declaration.Token
Returns the image.
toString() - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
toString() - Method in class com.webobjects.appserver.parser.woml.WOMLAttribute
 
toString() - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
toString() - Method in class com.webobjects.appserver.parser.woml.WOMLCDATANode
 
toString() - Method in class com.webobjects.appserver.parser.woml.WOMLCommentNode
 
toString() - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
toString() - Method in class com.webobjects.appserver.parser.woml.WOMLElementNode
 
toString() - Method in class com.webobjects.appserver.parser.woml.WOMLPosition
 
toString() - Method in class com.webobjects.appserver.parser.woml.WOMLRootNode
 
toString() - Method in class com.webobjects.appserver.parser.woml.WOMLTextNode
 
toString() - Method in exception com.webobjects.appserver.parser.WOParserException
 
toString() - Method in class com.webobjects.appserver.WOAction
 
toString() - Method in class com.webobjects.appserver.WOAdaptor
Returns a string representation of the receiver.
toString() - Method in class com.webobjects.appserver.WOAdminAction
This method is intentionally undocumented.
toString() - Method in class com.webobjects.appserver.WOApplication
Returns a String containing a string representation of the receiver.
toString() - Method in class com.webobjects.appserver.WOAssociation
 
toString() - Method in class com.webobjects.appserver.WOComponent
 
toString() - Method in class com.webobjects.appserver.WOContext
 
toString() - Method in class com.webobjects.appserver.WOCookie
Returns a string representation of the receiver.
toString() - Method in class com.webobjects.appserver.WODisplayGroup
 
toString() - Method in class com.webobjects.appserver.WODynamicElement
 
toString() - Method in class com.webobjects.appserver.WODynamicURL
 
toString() - Method in class com.webobjects.appserver.WOElement
 
toString() - Method in class com.webobjects.appserver.WOEvent
 
toString() - Method in class com.webobjects.appserver.WOHTTPConnection
 
toString() - Method in class com.webobjects.appserver.WOMailDelivery
Returns a String representation of the WOMailDelivery object containing the receiver's class name and the SMTP host name.
toString() - Method in class com.webobjects.appserver.WOMessage
Returns a String representation of the receiver.
toString() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns a String representation of this object.
toString() - Method in class com.webobjects.appserver.WORequest
Returns a string version of the receiver for use when debugging.
toString() - Method in class com.webobjects.appserver.WORequestHandler
Returns a string representation of the receiver.
toString() - Method in class com.webobjects.appserver.WOResourceManager
 
toString() - Method in class com.webobjects.appserver.WOResponse
Returns a String representation of the receiver.
toString() - Method in class com.webobjects.appserver.WOSession
Returns a string representation of the receiver, including the session ID, the session time-out and a number of the more important state fields.
toString() - Method in class com.webobjects.appserver.WOStopWatch
Deprecated.  
toString() - Method in class com.webobjects.appserver.WOTimer
Deprecated.  
toString() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
toString() - Method in class com.webobjects.appserver.xml.WOXMLDecoder
 
toString() - Method in exception com.webobjects.appserver.xml.WOXMLException
Returns a short description of this exception object.
toString() - Method in class com.webobjects.directtoweb.Assignment
Returns a string representation of this Assignment object rendered as the key path, equals sign, and the value.
toString() - Method in class com.webobjects.directtoweb.BooleanQualifier
 
toString() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
toString() - Method in class com.webobjects.directtoweb.D2WModel
 
toString() - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
toString() - Method in class com.webobjects.directtoweb.NonNullQualifier
 
toString() - Method in class com.webobjects.directtoweb.Rule
 
toString() - Method in class com.webobjects.eoaccess.EOAccessArrayFaultHandler
Returns a string representation of this fault handler.
toString() - Method in class com.webobjects.eoaccess.EOAccessFaultHandler
Returns a string representation of the fault handler.
toString() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns a string representation of the receiver.
toString() - Method in class com.webobjects.eoaccess.EOAttribute
Returns a string representation of the receiver.
toString() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns a string representation of the receiver.
toString() - Method in class com.webobjects.eoaccess.EOEntity
Returns a string representation of all the receiver's properties.
toString() - Method in class com.webobjects.eoaccess.EOEntityIndex
 
toString() - Method in class com.webobjects.eoaccess.EOJoin
Returns a string representation of the receiver.
toString() - Method in class com.webobjects.eoaccess.EOModel
Returns a string representation of the receiver.
toString() - Method in class com.webobjects.eoaccess.EOModelGroup
Returns a string representation of the model group.
toString() - Method in class com.webobjects.eoaccess.EORelationship
 
toString() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns a readable description of the SQL expression.
toString() - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
toString() - Method in class com.webobjects.eoaccess.EOStoredProcedure
This constructs and return a string representation of this EOStoredProcedure.
toString() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
toString() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
 
toString() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationChanges
 
toString() - Method in class com.webobjects.eoapplication.EOAction
Returns the receiver as a string that states the receiver's method name, description path, category priority, and action priority.
toString() - Method in class com.webobjects.eoapplication.EOApplication
Returns the receiver as a string describing the state of the application.
toString() - Method in class com.webobjects.eoapplication.EOArchiveController
Returns the receiver as a string describing the state of the controller.
toString() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the receiver as a string that states the receiver's class name and type name, whether the receiver is connected, the number of subcontrollers, whether or not the receiver has been prepared, whether or not the receiver is visible, information about widget sizing and alignment behavior, and so on.
toString() - Method in class com.webobjects.eoapplication.EOController
Returns the receiver as a string that states the receiver's class name and type name, whether the receiver is connected, and the number of subcontrollers.
toString() - Method in class com.webobjects.eoapplication.EODocumentController
Returns the receiver as a String describing the state of the controller.
toString() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the receiver as a string describing the state of the controller.
toString() - Method in class com.webobjects.eocontrol.EOAccountEvent
 
toString() - Method in class com.webobjects.eocontrol.EOAndQualifier
String containing the description of all the qualifiers contained on receiver.
toString() - Method in class com.webobjects.eocontrol.EOClassDescription
Returns a String representation of the receiver, including its class name, the name of the entity it describes, and attribute keys and all relationship keys of that entity.
toString() - Method in class com.webobjects.eocontrol.EOCustomObject
String representation of the object.
toString() - Method in class com.webobjects.eocontrol.EOEvent
Returns a String that includes the receiver's title, comment, and duration or start date (whichever is appropriate).
toString() - Method in class com.webobjects.eocontrol.EOFaultHandler
Returns a String containing a string representation of the receiver.
toString() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns a String representation of the receiver.
toString() - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
 
toString() - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Returns a String representation of the receiver containing its key, selector, and value.
toString() - Method in class com.webobjects.eocontrol.EONotQualifier
Converts the receiver to a string.
toString() - Method in class com.webobjects.eocontrol.EOOrQualifier
String containing the description of all the qualifiers contained on receiver.
toString() - Method in class com.webobjects.eocontrol.EOQualifierVariable
String representation of the name for the EOQualifierVariable object.
toString() - Method in class com.webobjects.eocontrol.EOSortOrdering
Returns a description of the receiver.
toString() - Method in class com.webobjects.eocontrol.EOTemporaryGlobalID
String represntation of an EOTemporaryGlobalID.
toString() - Method in class com.webobjects.eodistribution.client.EOAttribute
Returns a readable String representation of this attribute's definitions.
toString() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns a readable String representation off this relationship's definitions.
toString() - Method in class com.webobjects.eogeneration.EOActionController
 
toString() - Method in class com.webobjects.eogeneration.EOAssociationController
 
toString() - Method in class com.webobjects.eogeneration.EOComboBoxController
 
toString() - Method in class com.webobjects.eogeneration.EOControllerFactory
 
toString() - Method in class com.webobjects.eogeneration.EOEditingController
Returns the receiver as a string describing the state of the controller.
toString() - Method in class com.webobjects.eogeneration.EOEnumerationController
 
toString() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
toString() - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
toString() - Method in class com.webobjects.eogeneration.EORangeValueController
 
toString() - Method in class com.webobjects.eogeneration.EOTitlesController
 
toString() - Method in class com.webobjects.eogeneration.EOValueAndURLController
 
toString() - Method in class com.webobjects.eogeneration.EOValueController
 
toString() - Method in class com.webobjects.foundation.NSArray
 
toString() - Method in class com.webobjects.foundation.NSBundle
The string returned includes the receiver's class name (NSBundle or a subclass), its name, its path, the names of its packages (as returned by bundleClassPackageNames), and the number of classes it contains.
toString() - Method in class com.webobjects.foundation.NSData
Returns a string representation of the receiver.
toString() - Method in class com.webobjects.foundation.NSDictionary
 
toString() - Method in class com.webobjects.foundation.NSDisposableRegistry
 
toString() - Method in exception com.webobjects.foundation.NSForwardException
Returns a string representation of the receiver indicating the receiver's class, its wrapped exception's class, and the wrapped exception's error message string.
toString() - Method in class com.webobjects.foundation.NSKeyValueCoding.Null
 
toString() - Method in exception com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
 
toString() - Method in class com.webobjects.foundation.NSLock
 
toString() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated.  
toString() - Method in class com.webobjects.foundation.NSNotification
Returns a string representation of the receiver including its nameobject and userInfo.
toString() - Method in class com.webobjects.foundation.NSNotificationCenter
 
toString() - Method in class com.webobjects.foundation.NSRange
Returns a string representing this NSRange.
toString() - Method in class com.webobjects.foundation.NSRecursiveLock
Deprecated.  
toString() - Method in class com.webobjects.foundation.NSSelector
 
toString() - Method in class com.webobjects.foundation.NSSet
The string has the form "(object1, object2, ...)".
toString() - Method in class com.webobjects.foundation.NSTimestamp.IntRef
Deprecated.  
toString() - Method in class com.webobjects.foundation.NSTimestamp
 
toString() - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Returns a string representation of this NSTimestampFormatter that includes the default format time zone, the default parse time zone, and the pattern.
toString() - Method in class com.webobjects.foundation.NSTimeZone
 
toString() - Method in exception com.webobjects.jdbcadaptor.JDBCAdaptorException
 
toString() - Method in class com.webobjects.jspservlet.WOServletAdaptor
String representation of this class, which includes the classpath, the mainBundlePath, the name of the WOApplication subclass, as well as the ServletConfig and ServletContext
toString() - Method in class com.webobjects.webservices.client.WOClientOperation
 
toString() - Method in class com.webobjects.webservices.client.WOClientParameter
 
toString() - Method in class com.webobjects.webservices.client.WOWebService.SessionInfo
 
toString() - Method in class com.webobjects.webservices.client.WOWebService
 
toString() - Method in class com.webobjects.webservices.client.WOWebServiceClient
 
toString() - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
traceRuleFiringEnabled() - Static method in class com.webobjects.directtoweb.D2W
Deprecated. Use NSLog.debugLoggingAllowedForLevelAndGroups(NSLog.DebugLevelDetailed, NSLog.DebugGroupRules)
traceRuleModificationsEnabled() - Static method in class com.webobjects.directtoweb.D2W
Deprecated. Use NSLog.debugLoggingAllowedForLevelAndGroups(NSLog.DebugLevelDetailed, NSLog.DebugGroupApplicationGeneration)
transactionDidBegin() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Informs the adaptor context that a transaction has begun in the database server, so the receiver can update its state to reflect this fact, and posts an AdaptorContextBeginTransactionNotification.
transactionDidCommit() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Informs the adaptor context that a transaction has committed in the database server, so the receiver can update its state to reflect this fact, and posts an AdaptorContextCommitTransactionNotification.
transactionDidRollback() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Informs the receiver that a transaction has rolled back in the database server, so the adaptor context can update its state to reflect this fact, and posts an AdaptorContextRollbackTransactionNotification.
transactionMovingAverageSampleSize() - Method in class com.webobjects.appserver.WOStatisticsStore
The WOStatisticsStore object uses the returned sample size to compute the response time for the last n transactions and the idle time between the last n transactions, where n is the number returned by this method.
transactionNestingLevel() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Deprecated. Use hasOpenTransaction instead.
transactions - Variable in class com.webobjects.woextensions.WOStatsPage
 
transformer() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Gets the XSLT transformer that will be used to transform the XML output before the it is written out.
TransientParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
TranslatedAttributeNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the EOProperty key path for the current argument or result key
translatedKeyPath(Object, String) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Returns the key path to supply to key-value coding methods when setting or getting the value at keyPath of eo.
translatedKeyPath(Object, String) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
Returns the key path to supply to key-value coding methods when setting or getting the value at keyPath of eo.
tree() - Method in class com.webobjects.eogeneration.EOTreeController
 
treeWillCollapse(TreeExpansionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
treeWillExpand(TreeExpansionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
triggerDefaultAction() - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
TRUE - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
tryLock() - Method in class com.webobjects.eocontrol.EOEditingContext
 
tryLock() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Attempts to take the lock on this EOSharedEditingContext for writing.
tryLock() - Method in class com.webobjects.foundation.NSLock
Attempts to acquire a lock.
tryLock(long) - Method in class com.webobjects.foundation.NSLock
Attempts to acquire a lock for msec milliseconds.
tryLock(NSTimestamp) - Method in class com.webobjects.foundation.NSLock
Attempts to acquire a lock until the time specified by timestamp.
tryLock() - Method in class com.webobjects.foundation.NSRecursiveLock
Deprecated. Attempts to acquire a lock.
tryLock(long) - Method in class com.webobjects.foundation.NSRecursiveLock
Deprecated. Attempts to acquire a lock for msecs milliseconds.
tryLock(NSTimestamp) - Method in class com.webobjects.foundation.NSRecursiveLock
Deprecated. Attempts to acquire a lock until a specific time timestamp is reached.
tryLockForReading() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Attempts to take the lock on this EOSharedEditingContext for reading.
tryLockForReading() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated. There are three ways a thread can immediately obtain a reader lock.
tryLockForWriting() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated. This method implicitly calls lockForWriting, so unlockForWriting must be called if tryLockForWriting returns true.
tryToRemoveComponent(Component) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
tryToSaveChanges() - Method in class com.webobjects.eocontrol.EOEditingContext
Deprecated. Use EOEditingContext.saveChanges() instead.
turnIntoFault(EOFaultHandler) - Method in class com.webobjects.eocontrol.EOCustomObject
Converts the receiver into a fault, assigning handler as the object that stores its original state and later converts the fault back into a normal object (typically by fetching data from an external repository).
turnIntoFault(EOFaultHandler) - Method in interface com.webobjects.eocontrol.EOFaulting
Converts the receiver into a fault, assigning handler as the object that stores how to retrieve its original state and later converts the fault back into a normal object (typically by fetching data from an external data source).
type() - Method in class com.webobjects.eoaccess.EOEntityIndex
Returns the index type.
type() - Method in class com.webobjects.eocontrol.EOEvent
Returns the receiver's type.
TYPE_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Type attribute name.
typeForQName(QName, String) - Static method in class com.webobjects.appserver.WOWebServiceUtilities
Maps QName to Class.
typeForQName(QName) - Method in class com.webobjects.webservices.client.WOWebService
Return the class to which DOM elements with name aQName will be deserialized.
typeForQName(Object) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Return the class to which DOM elements with name aQnameObject will be deserialized.
typeForRuleKey(String) - Method in class com.webobjects.directtoweb.D2WModel
Gets the type for the specified rule key.
typeInfo() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns an NSDictionary of external type information.
typeInfoForModel(EOModel) - Static method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
TypeInfoKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Key labeling the NSDictionary of external type information in the JDBC info dictionary.
typeName() - Method in class com.webobjects.eoapplication.EOController
Returns the receiver's type name a string that uniquely identifies the receiver as a node in the controller hierarchy.
TypeNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
typeNeedsIndentation(Object) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
typeQName() - Method in class com.webobjects.webservices.client.WOClientParameter
Returns a QName object indicating the type for this parameter.

U

uiStyle() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
uiStyle() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WOAction
 
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WOApplication
Conformance to NSKeyValueCoding.ErrorHandling.
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSKeyValueCoding.ErrorHandling.
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WOContext
 
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WOCookie
Conformance to NSKeyValueCoding.ErrorHandling.
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WODisplayGroup
 
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WOHTTPConnection
Conformance to NSKeyValueCoding.ErrorHandling.
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WOMessage
 
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WOSession
 
unableToSetNullForKey(String) - Method in class com.webobjects.appserver.WOStatisticsStore
Conformance to NSKeyValueCoding.ErrorHandling.
unableToSetNullForKey(String) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
unableToSetNullForKey(String) - Method in class com.webobjects.eoapplication.EOController
 
unableToSetNullForKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Invoked from takeValueForKey when it's given a null value for a scalar property (such as an int or a float).
unableToSetNullForKey(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation
Invoked from takeValueForKey when it is given a null value for a scalar property (such as an int or a float).
unableToSetNullForKey(String) - Method in interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
Invoked from takeValueForKey when it is given a null value for a scalar property (such as an int or a float).
unableToSetNullForKey(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.Utility
If object is an NSKeyValueCoding.ErrorHandling, this method invokes unableToSetNullForKey on object.
unacceptableAspects() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Returns an array of Strings representing the aspect keys that must not be bound in this plugin.
unacceptableAspects() - Method in class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Returns the specific unacceptable aspects for this plugin.
unarchiverObjectForReference(EOKeyValueUnarchiver, Object) - Method in interface com.webobjects.eocontrol.EOKeyValueUnarchiver.Delegate
A delegate of an EOKeyValueUnarchiver can implement this method to decode references if any of the objects it decodes call decodeObjectReferenceForKey.
unblockActiveWindowChangedNotification() - Method in class com.webobjects.eoapplication.EOWindowObserver
undo() - Method in class com.webobjects.eoapplication.EODocumentController
Tells the receiver's editing context to undo the last editing state.
undo() - Method in class com.webobjects.eocontrol.EOEditingContext
Sends editingContextWillSaveChanges messages to this EOEditingContext's editors, and sends an undo message to its NSUndoManager, asking it to reverse the latest uncommitted changes applied to objects in the object graph.
undo() - Method in class com.webobjects.foundation.NSUndoManager
Closes the top-level undo group if necessary and invokes undoNestedGroup.
UndoActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Undo action.
UndoCloseGroupingRunLoopOrdering - Static variable in class com.webobjects.foundation.NSUndoManager
Specifies the priority for closing the current undo group compared to other operations in the delayed callback queue.
undoManager() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the NSUndoManager used by the WODisplayGroup's dataSource's EOEditingContext.
undoManager() - Method in class com.webobjects.eocontrol.EOEditingContext
 
undoManager() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the receiver's undo manager.
undoNestedGroup() - Method in class com.webobjects.foundation.NSUndoManager
Performs the undo operations in the last undo group (whether top-level or nested), recording the operations on the redo stack as a single group.
unionRange(NSRange) - Method in class com.webobjects.foundation.NSMutableRange
Changes the receiver to the range resulting from the union of otherRange and the receiver before the operation.
unionSet(NSSet) - Method in class com.webobjects.foundation.NSMutableSet
Adds each object contained in otherSet to this set, if that object is not already a member.
unionSize(Dimension, Dimension) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
unionSize(int, int, int, int) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
UniqueBinaryKeyLength - Static variable in class com.webobjects.eocontrol.EOTemporaryGlobalID
The following int constant specifies the length (in bytes) of a global ID.
uniqueID - Variable in class com.webobjects.woextensions.JSImageFlyover
 
uniqueID - Variable in class com.webobjects.woextensions.JSValidatedField
 
UnknownUserInfoKey - Static variable in exception com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
Deprecated. this user info dictionary entry should be accessed using the key method.
unlock() - Method in class com.webobjects.appserver.WOApplication
Deprecated. synchronized(WOApplication.application()) should be used instead.
unlock() - Method in class com.webobjects.eoaccess.EODatabaseContext
This method is used to protect access to the receiver from concurrent operations by multiple threads.
unlock() - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
 
unlock() - Method in class com.webobjects.eocontrol.EOEditingContext
Unlocks access to this EOEditingContext so that other threads may access it.
unlock() - Method in class com.webobjects.eocontrol.EOObjectStore
This method is used to protect access to the receiver from concurrent operations by multiple threads.
unlock() - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
This method is used to protect access to the receiver from concurrent operations by multiple threads.
unlock() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Releases a previously acquired lock for writing on this EOSharedEditingContext.
unlock() - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
 
unlock() - Method in class com.webobjects.foundation.NSLock
Conformance to NSLocking.
unlock() - Method in interface com.webobjects.foundation.NSLocking
Relinquishes a previously acquired lock.
unlock() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated. Conformance to NSLocking.
unlock() - Method in class com.webobjects.foundation.NSRecursiveLock
Deprecated. Attemps to relinquish a previously acquired lock by decreasing the recursion count by 1.
unlock(long) - Method in class com.webobjects.foundation.NSRecursiveLock
Deprecated. Attemps to relinquish a previously acquired lock by decreasing the recursion count by n.
unlockForReading() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Releases a previously acquired lock for reading on this EOSharedEditingContext.
unlockForReading() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated. Releases a reader lock for the current thread.
unlockForWriting() - Method in class com.webobjects.foundation.NSMultiReaderLock
Deprecated. Releases a writer lock for the current thread.
unlockObjectStore() - Method in class com.webobjects.eocontrol.EOEditingContext
 
unlockObjectStore() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
unparsedEntityDecl(String, String, String, String) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultDTDHandler
 
unregisterChannel(EODatabaseChannel) - Method in class com.webobjects.eoaccess.EODatabaseContext
Unregisters the EODatabaseChannel channel with the receiver, removing it from the pool of available channels used to service fetch and fault requests.
unregisterContext(EODatabaseContext) - Method in class com.webobjects.eoaccess.EODatabase
Removes context as one of the receiver's database contexts.
unregisterForEvents() - Method in class com.webobjects.appserver.WOAdaptor
WOApplication will invoke this method to cause the WOAdaptor to stop receiving events.
unregisterMBean(ObjectName) - Method in class com.webobjects.appserver.WOApplication
Unregister a MBean given its ObjectName, a convenience method.
unregisterWebService(Class) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
Deregister the web service registered for webServiceClass.
unregisterWebService(String) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
Deregister the web service registered with the name webServiceName.
unregisterWebService(Class) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Deregister the web service registered for webServiceClass.
unregisterWebService(String) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Deregister the web service registered with the name webServiceName.
unregisterWindow(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
unregisterWindowOfController(EOController) - Method in class com.webobjects.eoapplication.EOWindowObserver
UnsetValue - Static variable in class com.webobjects.eointerface.EOAssociation
Used to indicate that an aspect value has been set to a false/inactive value.
unspecifiedArgumentKey() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the String key to represent that the client did not specify a value for an input part.
UnspecifiedArgumentKeyKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the String used to signify that the argument value was left unspecified by the client
up() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
updateActionWidgetEnabling() - Method in class com.webobjects.eoapplication.EOActionButtonsController
updateActionWidgetEnabling() - Method in class com.webobjects.eoapplication.EOActionMenuController
updateActionWidgetEnabling() - Method in class com.webobjects.eoapplication.EOActionWidgetController
updateComponentInContainer(EOComponentController, JComponent, Dimension, boolean, boolean, JComponent, boolean) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
updateComponentInController(EOComponentController, JComponent, Dimension, boolean, boolean, boolean, boolean) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
updatedColumnNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns the list of columns to be updated.
updatedColumnNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Returns an iterator on the list of column names to be updated.
updateDisplayedObjects() - Method in class com.webobjects.appserver.WODisplayGroup
Recalculates the WODisplayGroup's displayedObjects from allObjects and redisplays them.
updateDisplayedObjects() - Method in class com.webobjects.eointerface.EODisplayGroup
Recalculates the receiver's displayed objects array and redisplays.
UpdatedKey - Static variable in class com.webobjects.eocontrol.EOObjectStore
 
updatedObjectIndex() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the index in the displayed objects array of the most recently updated object, or if more than one object has changed.
updatedObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
Returns an array of objects in this EOEditingContext's object graph that have been updated.
updatedObjects() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Returns an empty array.
updatedTableNames() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Returns the list of tables to be updated.
updatedTableNamesIterator() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Returns an iterator on the list of table names to be updated.
updateEnablingOfActionMenu(JComboBox) - Static method in class com.webobjects.eoapplication.EOActionWidgets
updateEnablingOfButton(JButton) - Static method in class com.webobjects.eoapplication.EOActionWidgets
updateEnablingOfButtonRow(JComponent) - Static method in class com.webobjects.eoapplication.EOActionWidgets
updateEnablingOfMenuBar(JMenuBar) - Static method in class com.webobjects.eoapplication.EOActionWidgets
updateFromSnapshot(NSDictionary) - Method in class com.webobjects.eocontrol.EOCustomObject
Takes the values from snapshot, and sets the receiver's properties to them.
updateFromSnapshot(NSDictionary) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Takes the values from snapshot, and sets the receiver's properties to them.
updateInContextOfActiveWindowController(EOController) - Method in interface com.webobjects.eoapplication.EOAction.ActiveWindowDependentAction
Allows the EOAction to update its settings in the context of the specified controller (which is the controller of the currently active window).
UpdateLineColumn(char) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
updateLOBs(JDBCChannel, JDBCExpression, NSDictionary, EOEntity) - Method in class com.webobjects.jdbcadaptor.DerbyPlugIn
 
updateLOBs(JDBCChannel, JDBCExpression, NSDictionary, EOEntity) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
updateLOBs(JDBCChannel, JDBCExpression, NSDictionary, EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Update LOBs (BLOBs and CLOBs).
updateLOBs(JDBCChannel, JDBCExpression, NSDictionary, EOEntity) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
updateSelectionIndexes(int[]) - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Calls the plugin to update the table view for a changed selection.
updateSelectionIndexes(int[]) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
This method notifies the table plugin that the table's selection has changed It is called internally by the EOTableAssociation.
updateSourceObject(NSArray) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
updateSourceObject(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
updateStartPosition() - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
updateStatementForRow(NSDictionary, EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates and returns an SQL UPDATE expression to update the row identified by qualifier with the values in row.
updateStrategy() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the update strategy used by the receiver, one of the following constants:
UpdateWithOptimisticLocking UpdateWithPessimisticLocking UpdateWithNoLocking
The default strategy is UpdateWithOptimisticLocking.
updateTableContents(int) - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Calls the plugin to update the contents of its table view.
updateTableContents(int) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
This method notifies the table plugin that the table's data has changed.
updateUserSettingsForNewPageAvailableRule(ServerSideSettings, String) - Method in class com.webobjects.directtoweb.D2WModel
Updates user settings for a new page available rule.
updateValuesInRowDescribedByQualifier(NSDictionary, EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Updates the row described by qualifier with the new values in row.
updateValuesInRowsDescribedByQualifier(NSDictionary, EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to update the rows described by qualifier with the values in row.
updateValuesInRowsDescribedByQualifier(NSDictionary, EOQualifier, EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
updateValuesInRowsDescribedByQualifier(NSDictionary, EOQualifier, EOEntity) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
UpdateWithNoLocking - Static variable in class com.webobjects.eoaccess.EODatabaseContext
Integer constant that identifies the locking strategy as no locking.
UpdateWithOptimisticLocking - Static variable in class com.webobjects.eoaccess.EODatabaseContext
Integer constant that identifies the locking strategy as optimistic.
UpdateWithPessimisticLocking - Static variable in class com.webobjects.eoaccess.EODatabaseContext
Integer constant that identifies the locking strategy as pessimistic.
uri() - Method in class com.webobjects.appserver.WORequest
Returns the Uniform Resource Identifier (URI) the WORequest was initialized with.
url() - Method in class com.webobjects.appserver.WORedirect
Return the URL to which the user's browser should be redirected.
URLAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the URL aspect
urlForResourceNamed(String, String, NSArray, WORequest) - Method in class com.webobjects.appserver.WOResourceManager
Returns the public url for the specified resource.
urlFromUrlAndFormValues(String, NSDictionary) - Static method in class com.webobjects.directtoweb.D2WUtils
 
URLKey() - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
URLKey() - Method in class com.webobjects.eogeneration.EOValueAndURLController
 
URLKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Key labeling the JDBC URL String in the connection dictionary.
URLKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
URLWithPath(String) - Static method in class com.webobjects.foundation.NSPathUtilities
Deprecated. Use new URL("file", "", path).
urlWithRequestHandlerKey(String, String, String) - Method in class com.webobjects.appserver.WOContext
Returns a URL relative to cgi-bin/WebObjects for the specified request handler.
useAliases() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns true if the receiver generates statements with table aliases, false otherwise.
useBase64ForBinaryData() - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Gets the previously set output mode for binary data.
useBase64ForBinaryData() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
useBindVariables() - Method in class com.webobjects.eoaccess.EOSQLExpression
Queries if instances use bind variables.
useBindVariables() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseExpression
 
useBindVariables() - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
useBorderWithActionIcons() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether large-size action buttons with icons use borders or not.
useBorderWithSmallActionIcons() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether small-size action buttons with icons use borders or not.
useDaylightTime() - Method in class com.webobjects.foundation.NSTimeZone
Indicates whether the NSTimeZone ever uses or has used daylight savings time.
UseJavaPluginKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the useJavaPlugin binding.
useLegacyMultipart() - Method in class com.webobjects.appserver.WORequest
 
useQuotedExternalNames() - Static method in class com.webobjects.eoaccess.EOSQLExpression
Deprecated. This static method is inappropriate in Java. Subclasses should implement their own policy on quoting identifiers.
userClientConfigurationFile() - Method in class com.webobjects.directtoweb.D2WModel
Deprecated. Use userClientConfigurationFilePathURL instead
userClientConfigurationFilePathURL() - Method in class com.webobjects.directtoweb.D2WModel
Gets the user client configuration file.
userDefaultsValueForKey(String) - Static method in class com.webobjects.directtoweb.D2WUtils
 
useReferenceForString() - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Gets the previously set output behavior for a java.lang.String object.
useReferenceForString() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
userInfo() - Method in class com.webobjects.appserver.WOContext
Return the userInfo dictionary.
userInfo() - Method in class com.webobjects.appserver.WOMessage
Return the userInfo dictionary.
userInfo() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Returns the userInfo object that was passed when the timer was created.
userInfo() - Method in class com.webobjects.eoaccess.EOAttribute
Returns a dictionary of user data.
userInfo() - Method in class com.webobjects.eoaccess.EOEntity
Returns a dictionary of user data.
userInfo() - Method in class com.webobjects.eoaccess.EOEntityIndex
Returns a dictionary of user data.
userInfo() - Method in exception com.webobjects.eoaccess.EOGeneralAdaptorException
Returns the dictionary of arbitrary user information associated with the receiver.
userInfo() - Method in class com.webobjects.eoaccess.EOModel
Returns a dictionary of user data.
userInfo() - Method in class com.webobjects.eoaccess.EORelationship
Returns a dictionary of user data.
userInfo() - Method in class com.webobjects.eoaccess.EOStoredProcedure
Returns a dictionary of user data.
userInfo() - Method in class com.webobjects.eocontrol.EOObjectStore
Return the userInfo dictionary.
userInfo() - Method in exception com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
Deprecated. The object and key methods should be used instead
userInfo() - Method in class com.webobjects.foundation.NSNotification
Returns the notification's userInfo dictionary.
userInfo() - Method in exception com.webobjects.foundation.NSValidation.ValidationException
Deprecated. Access the individual entries using the NSValidation.ValidationException.key() and NSValidation.ValidationException.object() methods.
userInfoForKey(String) - Method in class com.webobjects.appserver.WOContext
Return the value of the key in the userInfo dictionary
userInfoForKey(String) - Method in class com.webobjects.appserver.WOMessage
Return the value of the key in the user info dictionary
userInfoForKey(String) - Method in class com.webobjects.eocontrol.EOObjectStore
Return the value of the key in the userInfo dictionary
UserInterfaceParametersQuestion - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
userModelFile() - Method in class com.webobjects.directtoweb.D2WModel
Deprecated. Use userModelFilePathURL instead.
userModelFilePathURL() - Method in class com.webobjects.directtoweb.D2WModel
Gets the user model file.
username() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the user name from the adaptor's connection dictionary.
userName - Variable in class com.webobjects.woextensions.WOEventPage
 
userName() - Method in class com.webobjects.woextensions.WOEventPage
 
userName - Variable in class com.webobjects.woextensions.WOStatsPage
 
UsernameKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Key labeling the user name in the connection dictionary.
UsernameKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the username.
userPresentableDescription() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns a short (no longer than 60 characters) description of an enterprise object based on its data by calling EOClassDescription's userPresentableDescriptionForObject method
userPresentableDescription() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns a short (no longer than 60 characters) description of an enterprise object based on its data.
userPresentableDescriptionForObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOClassDescription
Returns a short (no longer than 60 characters) description of an EOEnterpriseObject based on its data.
usesAction() - Method in class com.webobjects.eogeneration.EOActionController
 
UsesActionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
usesActivationAction() - Method in class com.webobjects.eoapplication.EOWindowController
Returns whether the activation action is used The activation action usually appears within another window's toolbar or menu and will open a new window controlled by this controller.
usesActivationButton() - Method in class com.webobjects.eoapplication.EOWindowController
Returns whether an activation button is used for this window (controller).
usesButton() - Method in class com.webobjects.eogeneration.EOActionController
 
UsesButtonParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
usesContextRelativeEncoding() - Static method in class com.webobjects.eocontrol.EOEditingContext
Returns true to indicate whether Serialization and use context relative encoding, false otherwise.
usesContinuousLayout() - Method in class com.webobjects.eoapplication.EOSplitController
 
UsesContinuousLayoutParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
usesDefaultBackgroundColors() - Method in class com.webobjects.eointerface.EOTextAssociation
This method returns whether the text widget managed by this association will use the global defaults for background colors.
usesDeferredFaultCreation() - Static method in class com.webobjects.eocontrol.EOCustomObject
Conformance to EODeferredFaulting.
usesDeferredFaultCreation() - Static method in class com.webobjects.eocontrol.EOGenericRecord
Returns true, specifying that EOGenericRecords use deferred faulting.
usesDistinct() - Method in class com.webobjects.directtoweb.D2WQueryPage
Indicates whether duplicate objects or records are removed after fetching.
usesDistinct() - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
usesDistinct() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns true if duplicate objects or records are removed after fetching, false if they aren't.
usesHorizontalLayout() - Method in class com.webobjects.eoapplication.EOComponentController
Returns whether the receiver uses horizontal or vertical layout.
UsesHorizontalLayoutParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
usesLabelComponent() - Method in class com.webobjects.eogeneration.EOWidgetController
 
UsesLabelComponentParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
usesLargeButtonRepresentation() - Method in class com.webobjects.eoapplication.EOActionButtonsController
usesLargeButtonRepresentation() - Method in class com.webobjects.eoapplication.EOActionTrigger
 
UsesLargeButtonRepresentationParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
UsesNamedFetchSpecificationKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing whether the current operation uses a named fetch specification
usesOptimisticRefresh() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true if the receiver redisplays only when its displayed objects change, false if it redisplays on any change in its EOEditingContext.
usesPasswordField() - Method in class com.webobjects.eogeneration.EOTextFieldController
 
UsesPasswordFieldParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
useSpecialColors() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether widgets generated dynamically by controllers use the colors specified in EOUserInterfaceParameters or not.
useSpecialFonts() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether widgets generated dynamically by controllers use the fonts specified in EOUserInterfaceParameters or not.
usesTableLabels() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
UsesTableLabelsParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
usesTitledBorder() - Method in class com.webobjects.eoapplication.EOBoxController
UsesTitledBorderParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
usesUserDefaultsWindowLocation() - Method in class com.webobjects.eoapplication.EOWindowController
Returns whether this window uses user-defaults for its window location.
UsesUserDefaultsWindowLocationParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
usesUserDefaultsWindowSize() - Method in class com.webobjects.eoapplication.EOWindowController
Returns whether this window uses user-defaults for its window size.
UsesUserDefaultsWindowSizeParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
useTitleWithActionIcons() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether large-size action buttons with icons also display titles or not.
useTitleWithSmallActionIcons() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether small-size action buttons with icons also display titles or not.
useURLAsValue() - Method in class com.webobjects.eointerface.EOValueAssociation.ValuePlugin
Expresses whether or not the plugin will use a URL for its display value.
useURLAsValue() - Method in class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Overrides useURLAsValue to indicate (mainly for internal purposes) that the value is not the data itself, but an URL for some data.
useWindowMenus() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether all windows (frames) of the application should show the standard application actions menu.

V

validateChangesForSave() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Overrides the superclass implementation to do nothing.
validateClientUpdate() - Method in class com.webobjects.eocontrol.EOCustomObject
Validate whether object is in an consistent state after being updated from a client.
validateClientUpdate() - Method in interface com.webobjects.eocontrol.EOValidation
Invoked after an object is being updated from a client application (Java Client) to validate whether the object is in an consistent state from the server-side perspective.
ValidatedKeyUserInfoKey - Static variable in exception com.webobjects.foundation.NSValidation.ValidationException
Deprecated. Use NSValidation.ValidationException.key()
ValidatedObjectUserInfoKey - Static variable in exception com.webobjects.foundation.NSValidation.ValidationException
Deprecated. User NSValidation.ValidationException.object()
validateEventsLogin(String, String) - Method in class com.webobjects.appserver.WOSession
Validates the username and password used to access the WOEvents* pages.
validateForDelete() - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that the receiver can be deleted in its current state, throwing an NSValidation.ValidationException if it can't.
validateForDelete() - Method in interface com.webobjects.eocontrol.EOValidation
Confirms that the receiver can be deleted in its current state, throwing an NSValidation.ValidationException if it can't.
validateForInsert() - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that the receiver can be inserted in its current state, throwing an NSValidation.ValidationException if it can't.
validateForInsert() - Method in interface com.webobjects.eocontrol.EOValidation
Confirms that the receiver can be inserted in its current state, throwing an NSValidation.ValidationException if it can't.
validateForSave() - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that the receiver can be saved in its current state, throwing an NSValidation.ValidationException if it can't.
validateForSave() - Method in interface com.webobjects.eocontrol.EOValidation
Confirms that the receiver can be saved in its current state, throwing an NSValidation.ValidationException if it can't.
validateForUpdate() - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that the receiver can be saved in its current state, throwing a NSValidation.ValidationException if it can't.
validateForUpdate() - Method in interface com.webobjects.eocontrol.EOValidation
Confirms that the receiver can be updated in its current state, throwing an NSValidation.ValidationException if it can't.
validateFunction() - Method in class com.webobjects.woextensions.JSValidatedField
 
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.directtoweb.BooleanQualifier
 
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.directtoweb.NonNullQualifier
 
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EOAndQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EONotQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EOOrQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EOQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDescription.
validateLogin(String, WOSession) - Method in class com.webobjects.appserver.WOStatisticsStore
Validates if the password string is correct so as to allow viewing of the application's statistics.
validateObjectForDelete(EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Determines whether it is permissible to delete object.
validateObjectForDelete(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to determine whether it's permissible to delete an object.
validateObjectForSave(Object) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns null.
validateObjectForSave(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to determine whether the values being saved for an object are acceptable.
validatesChangesImmediately() - Method in class com.webobjects.appserver.WODisplayGroup
Indicates whether the WODisplayGroup immediately validates submitted changes.
validatesChangesImmediately() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true if the receiver immediately handles validation errors, or false if it leaves errors for the EOEditingContext to handle when saving changes.
validateStatisticsLogin(String, String) - Method in class com.webobjects.appserver.WOSession
Validates the username and password used to access the WOStats page.
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOAction
 
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOComponent
Validates (and coerces) the given value, assigning it if it is different than the current value.
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.directtoweb.D2WEditBoolean
This method is intentionally undocumented.
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that value is valid for the receiver's property named by keyPath, and assigns the value to the property (if value is different from the current value), or throws an NSValidation.ValidationException if value isn't valid.
validateTakeValueForKeyPath(Object, Object, String) - Static method in class com.webobjects.foundation.NSValidation.DefaultImplementation
Confirms that value is legal for an objects's property, which is named by keyPath, and assigns the value to the property if it's legal (and if value is different from the current value).
validateTakeValueForKeyPath(Object, Object, String) - Static method in class com.webobjects.foundation.NSValidation.Utility
If object is an NSValidation, invokes validateTakeValueForKeyPath on object; otherwise invokes NSValidation.DefaultImplementation's validateTakeValueForKeyPath method with object as the object on which to operate.
validateTakeValueForKeyPath(Object, String) - Method in interface com.webobjects.foundation.NSValidation
Confirms that value is legal for the object's property named by keyPath and then assigns it to the property.
validateValue(Object) - Method in class com.webobjects.eoaccess.EOAttribute
Validates valueP by attempting to convert it to the attribute's value type and by testing other attribute validation constraints (such as allowsNull, width, and so on).
validateValue(Object) - Method in class com.webobjects.eoaccess.EORelationship
For relationships marked as mandatory, throws a ValidationException if the receiver is to-one and valueP is null, or if the receiver is to-many and valueP has a count of 0.
validateValue(Object) - Method in class com.webobjects.eodistribution.client.EOAttribute
Validates value by attempting to convert it to the attribute's value type and testing other attribute validation constraints (such as allowsNull, width, and so on).
validateValue(Object) - Method in class com.webobjects.eodistribution.client.EORelationship
Validates value by performing several checks to see whether value would be an acceptable value for the relationship.
validateValueForKey(Object, String) - Method in class com.webobjects.appserver.WOAction
 
validateValueForKey(Object, String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSValidation.
validateValueForKey(Object, String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Validates the object valueP using the property named key.
validateValueForKey(Object, String) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to validate a value.
validateValueForKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Validates a property indirectly by name.
validateValueForKey(Object, String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Validate the value passed and return a possibly coerced value.
validateValueForKey(Object, Object, String) - Static method in class com.webobjects.foundation.NSValidation.DefaultImplementation
Confirms that value is legal for the NSValidation's property, which is named by key, and returns the validated value if it's legal, or throws an NSValidation.ValidationException if it isn't.
validateValueForKey(Object, Object, String) - Static method in class com.webobjects.foundation.NSValidation.Utility
If object is an NSValidation, invokes validateValueForKey on object; otherwise invokes NSValidation.DefaultImplementation's validateValueForKey method with object as the object on which to operate.
validateValueForKey(Object, String) - Method in interface com.webobjects.foundation.NSValidation
Confirms that value is legal for the object's property named by key.
validationFailedWithException(Throwable, Object, String, WOComponent, WOSession) - Method in class com.webobjects.appserver.WOApplication
Appends a validation failed message to NSLog.err.
validationFailedWithException(Throwable, Object, String) - Method in class com.webobjects.appserver.WOComponent
Called when an Enterprise Object or formatter failed validation during an assignment.
validationFailedWithException(Throwable, Object, String, WOComponent) - Method in class com.webobjects.appserver.WOSession
Handle an exception thrown as a result of validation failure.
validationFailedWithException(Throwable, Object, String) - Method in class com.webobjects.directtoweb.D2WCustomComponent
Invokes the validationFailedWithException method on the parent component.
validationFailedWithException(Throwable, Object, String) - Method in class com.webobjects.directtoweb.D2WInspectPage
This method is intentionally undocumented.
validationFailedWithException(Throwable, Object, String) - Method in class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
validationString() - Method in class com.webobjects.woextensions.JSValidatedField
 
value() - Method in class com.webobjects.appserver.WOCookie
This value attribute is similar to the value of a dictionary or hash table.
value() - Method in class com.webobjects.directtoweb.Assignment
Gets the receiver's right-hand-side value.
value(D2WContext) - Method in class com.webobjects.directtoweb.Assignment
Deprecated.  
value() - Method in class com.webobjects.directtoweb.D2WEditBoolean
This method is intentionally undocumented.
value - Variable in class com.webobjects.directtoweb.D2WEditUneditable
An object that will not be edited.
value() - Method in class com.webobjects.directtoweb.D2WQueryBoolean
This method is intentionally undocumented.
value() - Method in class com.webobjects.directtoweb.D2WQueryToManyField
This method is intentionally undocumented.
value() - Method in class com.webobjects.directtoweb.D2WQueryToOneField
Gets the value.
value() - Method in class com.webobjects.directtoweb.D2WQueryUnavailable
The current implementation returns the empty string, i.e., "".
value() - Method in class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
value() - Method in class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
value() - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Returns the value that the receiver uses when qualifying (for instance, with evaluateWithObject).
value() - Method in class com.webobjects.eointerface.EOValueAssociation.ValuePlugin
 
value() - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Return whether or not the checkbox is checked.
value() - Method in class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Returns the data object used to create the plugin view's image.
value() - Method in class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Returns the value set with setValue as URL for the QuickTime content.
value() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Returns the value of the text widget.
value - Variable in class com.webobjects.foundation.NSTimestamp.IntRef
Deprecated. an integer value an instance references
value() - Method in class com.webobjects.woextensions.WOAnyField
 
value - Variable in class com.webobjects.woextensions.WOCompletionBar
 
value() - Method in class com.webobjects.woextensions.WOTableString
Deprecated.  
VALUE_TO_BE_DERIVED - Static variable in class com.webobjects.directtoweb.D2WContext
This constant is intentionally undocumented.
ValueAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Value aspect
valueAtColumnAndRow(int, int) - Method in class com.webobjects.eointerface.EOTableAssociation
This method returns the data value for the table cell at the specified row and column.
valueAtRow(int) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns the value Object for the specified row in this column.
valueChanged(TreeSelectionEvent) - Method in class com.webobjects.eogeneration.EOTreeController
 
valueChanged(ListSelectionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Conforming to ListSelectionListener API.
valueChanged(TreeSelectionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
valueClassName() - Method in class com.webobjects.eoaccess.EOAttribute
Deprecated. Use className instead.
valueClassName() - Method in class com.webobjects.eodistribution.client.EOAttribute
Returns the name of the class which values of this attribute have, or null if no class is specified.
valueClassNameForKey(String) - Method in class com.webobjects.woextensions.WOAnyField
 
valueComplete() - Method in class com.webobjects.webservices.support.xml.WOArrayDeserializer
 
valueComplete() - Method in class com.webobjects.webservices.support.xml.WOSetDeserializer
 
valueFactoryMethod() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the factory method invoked by the attribute when creating an attribute value that's of a custom class.
valueFactoryMethodName() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the name of the factory method used for creating a custom class value.
valueForAggregateKey(String, NSArray) - Static method in class com.webobjects.webservices.generation.WOServiceUtilities
Returns the aggregate value for key key of NSArray array.
valueForAspect(String) - Method in class com.webobjects.eointerface.EOAssociation
Returns a value of the selected enterprise object in the EODisplayGroup bound to aspect.
valueForAspectAtIndex(String, int) - Method in class com.webobjects.eointerface.EOAssociation
Returns a value of the enterprise object at index in the EODisplayGroup bound to aspect.
valueForBinding(String) - Method in class com.webobjects.appserver.WOComponent
Gets the value for the specified binding from the parent component.
valueForBooleanBinding(String, boolean) - Method in class com.webobjects.appserver.WOComponent
Gets the value of an optional boolean binding of the component.
valueForDisplayValue(Object) - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
This method performs the reverse operation of formatting, that is, it returns the data value for a displayed value, potentially using a Formatter object's "parse" method as defined in subclasses.
valueForDisplayValue(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
This method performs the reverse operation of formatting, that is, it returns the data value for a displayed value by using the Format's parseObject method.
valueForIntegerBinding(String, Number) - Method in class com.webobjects.appserver.WOComponent
Gets the value of an optional integer binding of the component.
valueForKey(String) - Method in class com.webobjects.appserver.WOAction
 
valueForKey(String) - Method in class com.webobjects.appserver.WOApplication
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.WOContext
 
valueForKey(String) - Method in class com.webobjects.appserver.WOCookie
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.WODisplayGroup
 
valueForKey(String) - Method in class com.webobjects.appserver.WOHTTPConnection
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.WOMessage
 
valueForKey(String) - Method in class com.webobjects.appserver.WOSession
 
valueForKey(String) - Method in class com.webobjects.appserver.WOStatisticsStore
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.directtoweb.D2WContext
Returns the value of 'key' using the Rule System.
valueForKey(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
 
valueForKey(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationChanges
 
valueForKey(String) - Method in class com.webobjects.eoapplication.EOController
 
valueForKey(String) - Method in class com.webobjects.eoapplication.EODefaults
Returns the value stored in the defaults manager with the key key or null if no value is stored with that key.
valueForKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the receiver's value for the property identified by key.
valueForKey(String) - Method in class com.webobjects.foundation.NSArray
Conformance to the NSKeyValueCoding interface.
valueForKey(String) - Method in class com.webobjects.foundation.NSDictionary
Conformance to NSKeyValueCoding.
valueForKey(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation
Retrieves the value associated with the property named key on object.
valueForKey(Map, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.MapImplementation
 
valueForKey(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.Utility
If object implements NSKeyValueCoding, this method invokes valueForKey on object.
valueForKey(String) - Method in interface com.webobjects.foundation.NSKeyValueCoding
Retrieves the value of the property named by key.
valueForKey(String) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMap
 
valueForKeyNoInference(String) - Method in class com.webobjects.directtoweb.D2WContext
Returns the value of 'key' without using the Rule System.
valueForKeyOnObject(String, Object) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOAction
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOApplication
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOContext
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOCookie
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOHTTPConnection
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOMessage
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOSession
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOStatisticsStore
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.directtoweb.D2WContext
Returns the inferred value of keyPath.
valueForKeyPath(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
 
valueForKeyPath(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationChanges
 
valueForKeyPath(String) - Method in class com.webobjects.eoapplication.EOController
 
valueForKeyPath(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the value for the derived property identified by keyPath.
valueForKeyPath(String) - Method in class com.webobjects.foundation.NSArray
Conformance to the NSKeyValueCodingAdditions interface.
valueForKeyPath(String) - Method in class com.webobjects.foundation.NSDictionary
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation
A key path has the form relationship.property (with one or more relationships).
valueForKeyPath(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCodingAdditions.Utility
If object is an NSKeyValueCodingAdditions, invokes valueForKeyPath on object; otherwise invokes NSKeyValueCodingAdditions.DefaultImplementation's valueForKeyPath method with object as the object on which to operate.
valueForKeyPath(String) - Method in interface com.webobjects.foundation.NSKeyValueCodingAdditions
Retrieves the value of a property of the object at the end of the key path (a key path is a string of the form "key1.key2").
valueForKeyPath(String) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMap
 
ValueForKeyPathEvent - Static variable in class com.webobjects.appserver.WOAssociation
name of Event for timing value retrieval involving traversing an arbitrary key path.
valueForKeyPathNoInference(String) - Method in class com.webobjects.directtoweb.D2WContext
Returns the value of 'keyPath' using the Rule System.
valueForKeyPathOnObject(String, Object) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
valueFormatter() - Method in class com.webobjects.eointerface.EOWidgetAssociation
Returns the object used to format values in the association's display object.
valueFormatter() - Method in interface com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin.Formatting
Returns the formatter object of the receiver.
valueFormatter() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Returns the format set with setValueFormatter.
valueFormatter() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Returns the formatter for this plugin's column
valueFormatter() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Returns the Format for this plugin's text component.
valueFormatter() - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
Returns the Format for this plugin's text component.
valueForNSArrayBindings(String, NSArray) - Method in class com.webobjects.appserver.WOComponent
Gets the value of an optional NSArray binding of the component.
valueForNSDictionaryBindings(String, NSDictionary) - Method in class com.webobjects.appserver.WOComponent
Gets the value of an optional NSDictionary binding of the component.
valueForNumberBinding(String, Number) - Method in class com.webobjects.appserver.WOComponent
Gets the value of an optional number binding of the component.
valueForObject(Object, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Returns object's value for the property identified by key.
valueForObject(Object) - Method in class com.webobjects.eointerface.EOTreeAssociation
Returns the display value for the identifier object.
valueForObjectAtIndex(int, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the value of the object at index for the property identified by key.
valueForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOAttribute
If the context parameter is not null, returns the SQL expression for the receiver.
valueForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOEntity
Returns an SQL query string based on the receiver's external name and an EOSQLExpression object context.
valueForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOEntityIndex
 
valueForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EORelationship
Returns the value to use in SQL expressions.
valueForSQLExpression(EOSQLExpression) - Method in interface com.webobjects.eoaccess.EOSQLExpression.SQLValue
Returns a String to be used to represent the receiver in an SQL statement.
valueForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated. Conformance to EOSQLExpression.SQLValue.
valueForStringBinding(String, String) - Method in class com.webobjects.appserver.WOComponent
Gets the value of an optional String binding of the component.
valueInComponent(WOComponent) - Method in class com.webobjects.appserver.WOAssociation
Returns the association's value for this component.
valueInComponent(WOComponent) - Method in class com.webobjects.appserver.WOVariableAssociation
 
valueIsNonNull() - Method in class com.webobjects.woextensions.WOTableString
Deprecated.  
ValueKey - Static variable in class com.webobjects.directtoweb.Assignment
This constant is intentionally undocumented.
valueKey() - Method in class com.webobjects.eogeneration.EOComboBoxController
 
valueKey() - Method in class com.webobjects.eogeneration.EOTreeController
 
valueKey() - Method in class com.webobjects.eogeneration.EOValueController
 
ValueKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
valueList() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the comma-separated list of values used in an INSERT statement.
valueMax - Variable in class com.webobjects.woextensions.WOCompletionBar
 
valueMin - Variable in class com.webobjects.woextensions.WOCompletionBar
 
valueOf(String) - Static method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule.EndTagPolicy
 
valueOf(String) - Static method in class com.webobjects.appserver.WOComponentVariable.WOComponentVariableScope
 
values() - Static method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule.EndTagPolicy
 
values() - Static method in class com.webobjects.appserver.WOComponentVariable.WOComponentVariableScope
 
values() - Method in class com.webobjects.foundation.NSDictionary
Warning: NSDictionaries are immutable and therefore this method does not adhere to the Java specification.
valuesForKeys(NSArray) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
valuesForKeys(NSArray, EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns values for the specified keys from the snapshot of object.
valuesForKeys(NSArray, EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to return values (as identified by keys) held by the receiver that augment properties in object.
valuesForKeys(NSArray) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns an NSDictionary containing the property values identified by each element in keys.
valuesForKeys(Object, NSArray) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.DefaultImplementation
Returns a dictionary containing the property values of object identified by each of keys.
valuesForKeys(Object, NSArray) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.Utility
If object implements EOKeyValueCodingAdditions, this method invokes valuesForKeys on object.
valuesForKeys(NSArray) - Method in interface com.webobjects.eocontrol.EOKeyValueCodingAdditions
Returns a dictionary containing the property values identified by each of keys.
valuesForKeys(NSArray, EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Communicates with the appropriate EOCooperatingObjectStore to get the values identified by keys for object, so that it can then forward them on to another EOCooperatingObjectStore.
valuesForKeysWithMapping(NSDictionary) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
valuesForKeysWithMapping(NSDictionary) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns an NSDictionary containing the property values identified by each of the key-value pairs in mapping.
valuesForKeysWithMapping(Object, NSDictionary) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.DefaultImplementation
Returns a dictionary containing the property values of object identified by each of the key-value pairs in mapping.
valuesForKeysWithMapping(Object, NSDictionary) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.Utility
If object implements EOKeyValueCodingAdditions, this method invokes valuesForKeysWithMapping on object.
valuesForKeysWithMapping(NSDictionary) - Method in interface com.webobjects.eocontrol.EOKeyValueCodingAdditions
Returns a dictionary containing the property values identified by each of the key-value pairs in mapping.
valuesFromArgv(String[]) - Static method in class com.webobjects.foundation.NSProperties
Parses a String array of properties.
valueString() - Method in class com.webobjects.directtoweb.DefaultAssignment
 
valueType() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the format for custom value types, such as "TIFF" or "RTF".
valueType() - Method in interface com.webobjects.jndiadaptor.JNDIType
Gets the value type.
valueTypeClassName() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the fully qualified name of the adaptor value class.
VAR - Static variable in class com.webobjects.appserver.WOAssociationFactoryRegistry
Built-in association scheme for a temporary component variable association
varcharMaxLength() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
variableNameForKeyList() - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
variableValueForName(String) - Method in class com.webobjects.appserver.WOComponent
 
variableWithName(String) - Method in class com.webobjects.appserver.WOComponent
 
vector() - Method in class com.webobjects.foundation.NSArray
Creates a java.util.Vector with the same contents as this object.
vectorFromImmutableVector(NSArray) - Static method in class com.webobjects.directtoweb.Services
 
vendor() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the name of the vendor of the application.
vendor() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the descriptive vendor name.
vendorDescription() - Method in class com.webobjects.woextensions.WOStatsPage
 
VendorKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the vendor binding.
vendorURL() - Method in class com.webobjects.woextensions.WOStatsPage
 
vendorURLdisabled() - Method in class com.webobjects.woextensions.WOStatsPage
 
verifyContentMinimumSize(Window, Dimension) - Method in class com.webobjects.eoapplication.EOFrameController
verifyContentMinimumSize(Window, Dimension) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
version() - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Returns the version for this output method.
VerticalBorderParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
VerticallyResizableParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
visibleBorderComponentIndex() - Method in class com.webobjects.eoapplication.EOSwitchController
visibleEntityNames(WOSession) - Method in class com.webobjects.directtoweb.D2W
 
visibleEntityNames() - Method in class com.webobjects.directtoweb.D2W
Deprecated. Use visibleEntityNames(WOSession session) instead.
visibleEntityNames() - Method in class com.webobjects.directtoweb.D2WComponent
Returns an NSArray of the names of entities visible in the application.
visibleEntityNames(D2WContext) - Static method in class com.webobjects.directtoweb.D2WUtils
 
visibleEntityNames() - Method in class com.webobjects.directtoweb.DefaultHeader
Returns an NSArray containing the names of the visible entities in the session WOSession.
visibleEntityNamesAsNSArray() - Method in class com.webobjects.directtoweb.ServerSideSettings
 
VisibleEntityNamesKey - Static variable in class com.webobjects.directtoweb.D2WModel
The visible entity names key; the literal "visibleEntityNames".
visibleWindows() - Method in class com.webobjects.eoapplication.EOWindowObserver
visitAndQualifier(EOAndQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitKeyComparisonQualifier(EOKeyComparisonQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitKeyValueQualifier(EOKeyValueQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitNotQualifier(EONotQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitOrQualifier(EOOrQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitUnknownQualifier(EOQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
Void - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant representing one of four possible parameter directions for EOAttributes that represent arguments to a stored procedure.

W

warning(SAXParseException) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultErrorHandler
 
warning(SAXParseException) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParserErrorHandler
 
wasActionInvoked() - Method in class com.webobjects.appserver.WOContext
Convenience to determine if action was invoked
wasEdited() - Method in class com.webobjects.eoapplication.EODocumentController
Invoked from setEdited to notify the receiver that edited status has changed, giving the receiver the opportunity to react.
wasFormSubmitted() - Method in class com.webobjects.appserver.WOContext
Convenience to determine if form as submitted
wasMainInvoked() - Method in class com.webobjects.appserver.WOApplication
Used to determine if the WO application was started standalone or not.
WEB_ASSISTANT - Static variable in class com.webobjects.directtoweb.Rule
A constant denoting authorship by the Web Assistant.
WEB_ASSISTANT_PAGE_AVAILABLE - Static variable in class com.webobjects.directtoweb.Rule
A constant denoting authorship by the Web Assistant when generating new pageAvailable rules in the user model.
webAssistantInContext(WOContext) - Method in class com.webobjects.directtoweb.D2W
Is invoked when the user clicks Customize in the menu bar.
WebAssistantPageNameKey - Static variable in class com.webobjects.directtoweb.D2WModel
The Web Assistant page name key; the literal "webAssistantPageName".
webAssistantRulesForSave() - Method in class com.webobjects.directtoweb.D2WModel
Gets the Web Assistant rules for saving.
webEventCount() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
webEventDuration() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
webEvents - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
webObjectsVersion() - Method in class com.webobjects.appserver.WODynamicURL
 
webserverConnectURL() - Method in class com.webobjects.appserver.WOApplication
Returns the URL to connect to the application through the web server and WOAdaptors.
WebServiceOperationAttributesKey - Static variable in class com.webobjects.appserver.WOWebServiceUtilities
Defaults to 'com.webobjects.webservices.OperationAttributes'
webServiceRequestHandlerKey() - Method in class com.webobjects.appserver.WOApplication
Returns the key which identifies URLs directed at Web services.
webStartActionURL(WOContext, String) - Static method in class com.webobjects.eodistribution.WOJavaClientComponent
This static method returns the URL for calling a direct action which returns the JNLP file that initiates the WebStart download/update by the web browser.
whereClauseString() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the part of the receiver's WHERE clause that qualifies rows.
widget() - Method in class com.webobjects.eogeneration.EOWidgetController
 
widget() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Returns the user interface widget this plugin manages for its association.
widgetAlignment() - Method in class com.webobjects.eogeneration.EOWidgetController
 
widgetDidBeginEditing() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method is called to notify the Association that the widget entered the editing state.
widgetDidBeginEditing() - Method in class com.webobjects.eointerface.EOValueAssociation
This method is called to notify the Association that the widget entered the editing state.
widgetDidChange() - Method in class com.webobjects.eointerface.EOValueAssociation
This method is called to notify the Association that the widget has changed data values for this association.
widgetDidEndEditing() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method is called to notify the Association that the widget has finished the editing state.
widgetDidEndEditing() - Method in class com.webobjects.eointerface.EOValueAssociation
This method is called to notify the Association that the widget has no longer in an editing state.
widgetFont() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the font used for normal input widgets, for example text fields.
widgetKeysTaken() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Returns an array of String "keys" the plugin will "take over" in its widget.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Returns an array of Strings which represent outlet names in Interface Builder.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Returns an array of Strings which represent outlet names in Interface Builder These outlets are disabled by Interface Builder once the button is connected to this plugins association.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Returns an array of Strings which represent outlet names in Interface Builder These outlets are disabled by Interface Builder once the TableColumn is connected to this plugins association.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns an array of Strings which represent outlet names in Interface Builder These outlets are disabled by Interface Builder once the TableColumn is connected to this plugin's association.
widgetKeysTaken() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Returns an array of Strings which represent outlet names in Interface Builder These outlets are disabled by Interface Builder once the button is connected to this plugins association.
widgetPlugin() - Method in class com.webobjects.eointerface.EOWidgetAssociation
 
widgetPluginClass() - Method in class com.webobjects.eointerface.EOActionWidgetAssociation
Specifies the widget plugin class this association can work wth.
widgetPluginClass() - Method in class com.webobjects.eointerface.EOTableAssociation
Returns the abstract base class for plugin's defined by this association (EOTableAssociation.TablePlugin).
widgetPluginClass() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns the abstract base class for table column widget plugin's for this association class.
widgetPluginClass() - Method in class com.webobjects.eointerface.EOTreeAssociation
 
widgetPluginClass() - Method in class com.webobjects.eointerface.EOValueAssociation
 
widgetPluginClass() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation
See the widgetPluginClass method description in the superclass EOWidgetAssociation.
widgetPluginClass() - Method in class com.webobjects.eointerface.EOWidgetAssociation
Returns the Class of widget plugin that this association requires for operation.
widgetSelectionDidChange() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation
Invoked by the association's plugin when the selection in the display object changes.
widgetSetPlugin() - Static method in class com.webobjects.eointerface.EOWidgetPluginRegistry
Returns the application's WidgetSetPlugin.
width() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the maximum length (in bytes) for values that are mapped to this attribute.
width() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
Width as defined by the eomodel
width() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
Returns the receiver's width.
width() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
width() - Method in class com.webobjects.eodistribution.client.EOAttribute
Returns the maximum length (in characters or bytes) for values that are mapped to this attribute.
width - Variable in class com.webobjects.woextensions.WOCompletionBar
 
WidthKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Key for use in change dictionaries whose corresponding value is the width value in the database for an EOAttribute.
WidthKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the width binding.
WidthSizable - Static variable in class com.webobjects.eointerface.swing.EOViewLayout
This constant is used to specify that a component's width may be adjusted.
wildcardPatternForAttributes() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Return the String to use for describing the column pattern in the JDBC getColumns method call.
wildcardPatternForAttributes() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
wildcardPatternForSchema() - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
wildcardPatternForSchema() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Return the String to use for describing the schema pattern in the JDBC getTables method call.
wildcardPatternForSchema() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
wildcardPatternForTables() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Return the String to use for describing the table pattern in the JDBC getTables method call.
wildcardPatternForTables() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
willChange() - Method in class com.webobjects.appserver.WODisplayGroup
Notifies observers that the WODisplayGroup will change.
willChange() - Method in class com.webobjects.eoapplication.EOArchiveController
Triggers EOObserverCenter change notifications for the controller itsself.
willChange() - Method in class com.webobjects.eocontrol.EOCustomObject
Notifies any observers that the receiver's state is about to change, by sending each an objectWillChange message.
willChange() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Notifies any observers that the receiver's state is about to change, by sending each an objectWillChange message.
willChange() - Method in class com.webobjects.eointerface.EODisplayGroup
Notifies observers that the receiver will change.
willCheckRules(NSNotification) - Method in class com.webobjects.directtoweb.D2W
This method is intentionally undocumented.
WillCloseUndoGroupNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted whenever an NSUndoManager closes an undo group, which occurs in an invocation of endUndoGrouping.
willRead() - Method in class com.webobjects.eocontrol.EOCustomObject
Fills the receiver with values fetched from the database.
willRead() - Method in interface com.webobjects.eocontrol.EOFaulting
Fills the receiver with values fetched from the database.
willReadRelationship(Object) - Method in class com.webobjects.eocontrol.EOCustomObject
Enterprise object instances that use deferred faulting invoke this method before accessing a relationship to ensure that the relationship isn't a deferred fault.
willReadRelationship(Object) - Method in interface com.webobjects.eocontrol.EODeferredFaulting
Enterprise Object instances that use deferred faulting invoke this method before accessing a relationship to ensure that the relationship isn't a deferred fault.
WillRedoChangeNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted just before an NSUndoManager performs a redo operation.
WillUndoChangeNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted just before an NSUndoManager performs an undo operation.
window() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowActivated(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowActivated(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowBorderSize() - Method in class com.webobjects.eoapplication.EODialogController
windowBorderSize() - Method in class com.webobjects.eoapplication.EOFrameController
windowBorderSize() - Method in class com.webobjects.eoapplication.EOInspectorController
windowBorderSize() - Method in class com.webobjects.eoapplication.EOWindowController
WindowCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Windows category.
windowClosed(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowClosed(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowClosing(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowClosing(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDeactivated(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowDeactivated(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDeiconified(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowDeiconified(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDidBecomeActive(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDidBecomeInactive(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDidBecomeInvisible(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowDidBecomeVisible(Window) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowForController(EOController) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowIconified(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowIconified(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowInfo() - Method in class com.webobjects.woextensions.JSModalWindow
 
windowObserver() - Method in class com.webobjects.eoapplication.EOApplication
Returns the application's window observer.
windowOpened(WindowEvent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
windowOpened(WindowEvent) - Method in class com.webobjects.eoapplication.EOWindowObserver
windowPosition() - Method in class com.webobjects.eoapplication.EOWindowController
Returns the window positionas defined by the constants in EOComponentController, for example Left or Center.
WindowPositionParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
WOAction - Class in com.webobjects.appserver
Interface for Direct Actions
WOAction(WORequest) - Constructor for class com.webobjects.appserver.WOAction
Subclasses must override to provide any additional initialization.
WOActionResults - Interface in com.webobjects.appserver
The WOActionResults interface is the return type for direct actions.
WOAdaptor - Class in com.webobjects.appserver
The WOAdaptor class serves as the abstract superclass for all WebObjects application adaptors (e.g., the adaptor running on the application side).
WOAdaptor(String, NSDictionary) - Constructor for class com.webobjects.appserver.WOAdaptor
Initializes a WOAdaptor with the name aName and arguments arguments.
WOAdminAction - Class in com.webobjects.appserver
This class is intentionally undocumented.
WOAdminAction(WORequest) - Constructor for class com.webobjects.appserver.WOAdminAction
This constructor is intentionally undocumented.
WOAggregateEventRow - Class in com.webobjects.woextensions
 
WOAggregateEventRow(WOContext) - Constructor for class com.webobjects.woextensions.WOAggregateEventRow
 
WOAnyField - Class in com.webobjects.woextensions
 
WOAnyField(WOContext) - Constructor for class com.webobjects.woextensions.WOAnyField
 
WOApplication - Class in com.webobjects.appserver
The primary role of the WOApplication class is to coordinate the handling of HTTP requests.
WOApplication() - Constructor for class com.webobjects.appserver.WOApplication
Creates and initializes the instance of WOApplication.
WOApplication.Event - Class in com.webobjects.appserver
This is a subclass of WOEvent used by the WebObjects runtime to collect pageWithName events.
WOApplication.Event() - Constructor for class com.webobjects.appserver.WOApplication.Event
 
WOApplication.TimeoutTask - Class in com.webobjects.appserver
Replacement for WOTimer
WOApplication.TimeoutTask() - Constructor for class com.webobjects.appserver.WOApplication.TimeoutTask
 
WOApplicationMBean - Interface in com.webobjects.appserver
Register this Mbean with the JMX MBean server to monitor a WOApplication instance.
woApplicationObject() - Static method in class com.webobjects.jspservlet.WOServletAdaptor
Returns the WOApplication class (or subclass) used by this application.
WOArrayDeserializer - Class in com.webobjects.webservices.support.xml
 
WOArrayDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOArrayDeserializer
 
WOArrayDeserializerFactory - Class in com.webobjects.webservices.support.xml
 
WOArrayDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOArrayDeserializerFactory
 
WOArrayDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOArrayDeserializerFactory
 
WOArraySerializer - Class in com.webobjects.webservices.support.xml
WOArraySerializer serializes NSArray instances.
WOArraySerializer() - Constructor for class com.webobjects.webservices.support.xml.WOArraySerializer
 
WOArraySerializerFactory - Class in com.webobjects.webservices.support.xml
WOArraySerializerFactory creates instances of WOArraySerializer.
WOArraySerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOArraySerializerFactory
 
WOArraySerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOArraySerializerFactory
 
WOAssociation - Class in com.webobjects.appserver
The WOAssociation abstract class declares the programmatic interface to objects that represent the values of WebObject attributes, as specified in a declarations file.
WOAssociation() - Constructor for class com.webobjects.appserver.WOAssociation
 
WOAssociation.Event - Class in com.webobjects.appserver
The WOAssociation.Event class is used to time value assignment/retrieval at the component level.
WOAssociation.Event() - Constructor for class com.webobjects.appserver.WOAssociation.Event
 
WOAssociationEventRow - Class in com.webobjects.woextensions
 
WOAssociationEventRow(WOContext) - Constructor for class com.webobjects.woextensions.WOAssociationEventRow
 
WOAssociationFactory - Interface in com.webobjects.appserver
 
WOAssociationFactoryRegistry - Class in com.webobjects.appserver
Default implementation of WOAssociationFactory that implements a registry of WOAssociationFactory objects that handle the actual creation of WOAssociation subclasses.
WOAssociationFactoryRegistry() - Constructor for class com.webobjects.appserver.WOAssociationFactoryRegistry
 
WOBatchNavigationBar - Class in com.webobjects.woextensions
 
WOBatchNavigationBar(WOContext) - Constructor for class com.webobjects.woextensions.WOBatchNavigationBar
 
WOBeginTransactionOperation - Class in com.webobjects.webservices.generation
 
WOBeginTransactionOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOBeginTransactionOperation
 
WOBindingTag - Class in com.webobjects.jspservlet
This is a sub-tag of WOComponentTag used to pass bindings.
WOBindingTag() - Constructor for class com.webobjects.jspservlet.WOBindingTag
 
WOBundleComponentTemplateParser - Class in com.webobjects.appserver.parser
 
WOBundleComponentTemplateParser(String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Constructor for class com.webobjects.appserver.parser.WOBundleComponentTemplateParser
 
WOCheckboxMatrix - Class in com.webobjects.woextensions
 
WOCheckboxMatrix(WOContext) - Constructor for class com.webobjects.woextensions.WOCheckboxMatrix
 
WOClientOperation - Class in com.webobjects.webservices.client
A WOClientOperation represents a single SOAP HTTP Web service operation as defined in the WSDL document used to create a WOWebServiceClient.
WOClientParameter - Class in com.webobjects.webservices.client
A WOClientParameter represents a parameter to a SOAP HTTP Web service invocation as defined in the WSDL document used to create the associated WOWebServiceClient.
WOCollapsibleComponentContent - Class in com.webobjects.woextensions
 
WOCollapsibleComponentContent(WOContext) - Constructor for class com.webobjects.woextensions.WOCollapsibleComponentContent
 
WOCommitTransactionOperation - Class in com.webobjects.webservices.generation
 
WOCommitTransactionOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOCommitTransactionOperation
 
WOCompletionBar - Class in com.webobjects.woextensions
 
WOCompletionBar(WOContext) - Constructor for class com.webobjects.woextensions.WOCompletionBar
 
WOComponent - Class in com.webobjects.appserver
WOComponent objects dynamically render web pages (or sections of pages) at runtime.
WOComponent() - Constructor for class com.webobjects.appserver.WOComponent
Deprecated. use WOComponent(WOContext aContext) instead. Using this constructor will slow down your application considerably.
WOComponent(WOContext) - Constructor for class com.webobjects.appserver.WOComponent
WebObjects Builder archive files exist in the component directory, and this constructor initializes component variables from this archive.
WOComponent.Event - Class in com.webobjects.appserver
The WOComponent.Event class is used to time various operations at the component level.
WOComponent.Event() - Constructor for class com.webobjects.appserver.WOComponent.Event
 
WOComponentContentGeneration - Class in com.webobjects.directtoweb.generation
 
WOComponentContentGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOComponentContentGeneration
 
WOComponentGeneration - Class in com.webobjects.directtoweb.generation
 
WOComponentGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOComponentGeneration
 
WOComponentReferenceGeneration - Class in com.webobjects.directtoweb.generation
 
WOComponentReferenceGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOComponentReferenceGeneration
 
WOComponentTag - Class in com.webobjects.jspservlet
This is a regular JSP taglib handler that enables the use of a WOComponent within a JSP.
WOComponentTag() - Constructor for class com.webobjects.jspservlet.WOComponentTag
 
WOComponentTemplateParser - Class in com.webobjects.appserver.parser
Used for parsing traditional .wo components.
WOComponentTemplateParser(String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Constructor for class com.webobjects.appserver.parser.WOComponentTemplateParser
 
WOComponentTemplateParser.Factory - Class in com.webobjects.appserver.parser
Factory method for new parser.
WOComponentTemplateParser.Factory() - Constructor for class com.webobjects.appserver.parser.WOComponentTemplateParser.Factory
 
WOComponentTemplateParser.Factory.ClassDelegate - Interface in com.webobjects.appserver.parser
This interface defines a delegate to enable subclassing.
WOComponentVariable - Class in com.webobjects.appserver
 
WOComponentVariable(String) - Constructor for class com.webobjects.appserver.WOComponentVariable
 
WOComponentVariable(String, Class) - Constructor for class com.webobjects.appserver.WOComponentVariable
 
WOComponentVariable(String, Class, WOAssociation) - Constructor for class com.webobjects.appserver.WOComponentVariable
 
WOComponentVariable(String, Class, WOComponentVariable.WOComponentVariableScope, WOAssociation) - Constructor for class com.webobjects.appserver.WOComponentVariable
 
WOComponentVariable.WOComponentVariableScope - Class in com.webobjects.appserver
 
WOConditionalGeneration - Class in com.webobjects.directtoweb.generation
 
WOConditionalGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOConditionalGeneration
 
WOConstantAssociationFactory - Class in com.webobjects.appserver
Abstract implementation of WOAssociationFactory that implements creating constant and keyvalue associations.
WOConstantAssociationFactory() - Constructor for class com.webobjects.appserver.WOConstantAssociationFactory
 
WOContext - Class in com.webobjects.appserver
A WOContext object lets you access objects and information that define the context of a transaction.
WOContext(WORequest) - Constructor for class com.webobjects.appserver.WOContext
Returns a WOContext instance initialized with aRequest.
WOContextKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the current com.webobjects.appserver.WOContext
WOCookie - Class in com.webobjects.appserver
WOCookie is used for the creation and setting of cookies in response objects.
WOCookie(String, String, String, String, NSTimestamp, boolean) - Constructor for class com.webobjects.appserver.WOCookie
Constructor for a WOCookie with the specified attributes.
WOCookie(String, String, String, String, int, boolean) - Constructor for class com.webobjects.appserver.WOCookie
Constructor for a WOCookie with the specified attributes.
WOCookie(String, String) - Constructor for class com.webobjects.appserver.WOCookie
Constructor for a WOCookie with the specified name and value.
wod() - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
WODataSerializer - Class in com.webobjects.webservices.support.xml
WODataSerializer serializes NSData instances.
WODataSerializer() - Constructor for class com.webobjects.webservices.support.xml.WODataSerializer
 
WODataSerializerFactory - Class in com.webobjects.webservices.support.xml
WODataSerializerFactory creates instances of WODataSerializer.
WODataSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WODataSerializerFactory
 
WODataSerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WODataSerializerFactory
 
WODeclarationFormatException - Exception in com.webobjects.appserver.parser.declaration
 
WODeclarationFormatException(String) - Constructor for exception com.webobjects.appserver.parser.declaration.WODeclarationFormatException
 
WODeclarationFormatException(Throwable) - Constructor for exception com.webobjects.appserver.parser.declaration.WODeclarationFormatException
 
WODeclarationFormatException(String, Throwable) - Constructor for exception com.webobjects.appserver.parser.declaration.WODeclarationFormatException
 
WODeclarationFormatException(String, WOMLPosition, String, Throwable) - Constructor for exception com.webobjects.appserver.parser.declaration.WODeclarationFormatException
 
WODeclarationFormatException(String, WOMLPosition, String) - Constructor for exception com.webobjects.appserver.parser.declaration.WODeclarationFormatException
 
WODeclarationFormatException(String, WOMLPosition, Throwable) - Constructor for exception com.webobjects.appserver.parser.declaration.WODeclarationFormatException
 
WODeclarationFormatException(String, WOMLPosition) - Constructor for exception com.webobjects.appserver.parser.declaration.WODeclarationFormatException
 
WODeclarationParser - Class in com.webobjects.appserver.parser.declaration
 
WODeclarationParser(String, Reader, WOAssociationFactory) - Constructor for class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
WODeclarationParser(InputStream) - Constructor for class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
WODeclarationParser(InputStream, String) - Constructor for class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
WODeclarationParser(Reader) - Constructor for class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
WODeclarationParser(WODeclarationParserTokenManager) - Constructor for class com.webobjects.appserver.parser.declaration.WODeclarationParser
 
WODeclarationParserConstants - Interface in com.webobjects.appserver.parser.declaration
 
WODeclarationParserTokenManager - Class in com.webobjects.appserver.parser.declaration
 
WODeclarationParserTokenManager(JavaCharStream) - Constructor for class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
WODeclarationParserTokenManager(JavaCharStream, int) - Constructor for class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
WODefaultWebServiceKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the default service name
WODeleteOperation - Class in com.webobjects.webservices.generation
 
WODeleteOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WODeleteOperation
 
WODictionaryDeserializer - Class in com.webobjects.webservices.support.xml
 
WODictionaryDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WODictionaryDeserializer
 
WODictionaryDeserializerFactory - Class in com.webobjects.webservices.support.xml
 
WODictionaryDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WODictionaryDeserializerFactory
 
WODictionaryDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WODictionaryDeserializerFactory
 
WODictionaryRepetition - Class in com.webobjects.woextensions
 
WODictionaryRepetition(WOContext) - Constructor for class com.webobjects.woextensions.WODictionaryRepetition
 
WODictionarySerializer - Class in com.webobjects.webservices.support.xml
WODictionarySerializer serializes NSDictionary instances.
WODictionarySerializer() - Constructor for class com.webobjects.webservices.support.xml.WODictionarySerializer
 
WODictionarySerializerFactory - Class in com.webobjects.webservices.support.xml
WODictionarySerializerFactory creates instances of WODictionarySerializer.
WODictionarySerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WODictionarySerializerFactory
 
WODictionarySerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WODictionarySerializerFactory
 
WODirectAction - Class in com.webobjects.appserver
WODirectAction is an abstract class that defines the interface for direct action classes.
WODirectAction(WORequest) - Constructor for class com.webobjects.appserver.WODirectAction
Subclasses must override to provide any additional initialization.
WODirectActionTag - Class in com.webobjects.jspservlet
 
WODirectActionTag() - Constructor for class com.webobjects.jspservlet.WODirectActionTag
 
WODisplayGroup - Class in com.webobjects.appserver
A WODisplayGroup is the basic user interface manager for a WebObjects application that accesses a database.
WODisplayGroup() - Constructor for class com.webobjects.appserver.WODisplayGroup
Creates and returns a new WODisplayGroup.
WODisplayGroup.Delegate - Interface in com.webobjects.appserver
The WODisplayGroup delegate offers a number of methods, and WODisplayGroup invokes them as appropriate.
WODOMParserException - Exception in com.webobjects.appserver
This runtime exception class is thrown when there are problems parsing XML content into a DOM document.
WODOMParserException(String) - Constructor for exception com.webobjects.appserver.WODOMParserException
Creates a WODOMParserException.
WODuplicateDeclarationNameException - Exception in com.webobjects.appserver.parser.declaration
 
WODuplicateDeclarationNameException(String, Throwable) - Constructor for exception com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException
 
WODuplicateDeclarationNameException(String) - Constructor for exception com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException
 
WODuplicateDeclarationNameException(Throwable) - Constructor for exception com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException
 
WODuplicateDeclarationNameException(String, WOMLPosition, String, Throwable) - Constructor for exception com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException
 
WODuplicateDeclarationNameException(String, WOMLPosition, String) - Constructor for exception com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException
 
WODuplicateDeclarationNameException(String, WOMLPosition, Throwable) - Constructor for exception com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException
 
WODuplicateDeclarationNameException(String, WOMLPosition) - Constructor for exception com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException
 
WODynamicElement - Class in com.webobjects.appserver
WODynamicElement is an abstract superclass for classes that generate dynamic elements: Either objects executing an operation (repetitions, conditions) or objects rendering themselves in any type of markup language like XML, HTML or PDF elements.
WODynamicElement(String, NSDictionary, WOElement) - Constructor for class com.webobjects.appserver.WODynamicElement
Returns a dynamic element identified by class aName and initialized with the objects in dictionary associations.
WODynamicGroupGeneration - Class in com.webobjects.directtoweb.generation
 
WODynamicGroupGeneration() - Constructor for class com.webobjects.directtoweb.generation.WODynamicGroupGeneration
 
WODynamicURL - Class in com.webobjects.appserver
 
WODynamicURL() - Constructor for class com.webobjects.appserver.WODynamicURL
 
WODynamicURL(String) - Constructor for class com.webobjects.appserver.WODynamicURL
 
WODynamicURL.LocaleURLFormatException - Exception in com.webobjects.appserver
 
WODynamicURL.LocaleURLFormatException(String) - Constructor for exception com.webobjects.appserver.WODynamicURL.LocaleURLFormatException
 
WODynamicURL.WOURLInvalidApplicationName - Exception in com.webobjects.appserver
 
WODynamicURL.WOURLInvalidApplicationName() - Constructor for exception com.webobjects.appserver.WODynamicURL.WOURLInvalidApplicationName
 
WODynamicURL.WOURLInvalidApplicationNumber - Exception in com.webobjects.appserver
 
WODynamicURL.WOURLInvalidApplicationNumber() - Constructor for exception com.webobjects.appserver.WODynamicURL.WOURLInvalidApplicationNumber
 
WODynamicURL.WOURLInvalidPrefix - Exception in com.webobjects.appserver
 
WODynamicURL.WOURLInvalidPrefix() - Constructor for exception com.webobjects.appserver.WODynamicURL.WOURLInvalidPrefix
 
WODynamicURL.WOURLInvalidQueryString - Exception in com.webobjects.appserver
 
WODynamicURL.WOURLInvalidQueryString() - Constructor for exception com.webobjects.appserver.WODynamicURL.WOURLInvalidQueryString
 
WODynamicURL.WOURLInvalidRequestHandlerKey - Exception in com.webobjects.appserver
 
WODynamicURL.WOURLInvalidRequestHandlerKey() - Constructor for exception com.webobjects.appserver.WODynamicURL.WOURLInvalidRequestHandlerKey
 
WODynamicURL.WOURLInvalidRequestHandlerPath - Exception in com.webobjects.appserver
 
WODynamicURL.WOURLInvalidRequestHandlerPath() - Constructor for exception com.webobjects.appserver.WODynamicURL.WOURLInvalidRequestHandlerPath
 
WODynamicURL.WOURLInvalidWebObjectsVersion - Exception in com.webobjects.appserver
 
WODynamicURL.WOURLInvalidWebObjectsVersion() - Constructor for exception com.webobjects.appserver.WODynamicURL.WOURLInvalidWebObjectsVersion
 
WOElement - Class in com.webobjects.appserver
The WOElement class is the abstract superclass of all objects that represent static and dynamic UI elements on a template page (for example, XML, HTML, WAP, PDF, etc... elements).
WOElement() - Constructor for class com.webobjects.appserver.WOElement
Return an initialized WOElement.
WOElementGeneration - Class in com.webobjects.directtoweb.generation
 
WOElementGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOElementGeneration
 
WOEnterpriseObjectDeserializer - Class in com.webobjects.webservices.support.xml
WOEnterpriseObjectDeserializer deserializes instances of classes implementing EOEnterpriseObject.
WOEnterpriseObjectDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
 
WOEnterpriseObjectDeserializerFactory - Class in com.webobjects.webservices.support.xml
WOEnterpriseObjectDeserializerFactory creates instances of WOEnterpriseObjectDeserializer.
WOEnterpriseObjectDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializerFactory
 
WOEnterpriseObjectDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializerFactory
 
WOEnterpriseObjectSerializationStrategy - Class in com.webobjects.webservices.support.xml
 
WOEnterpriseObjectSerializationStrategy() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
 
WOEnterpriseObjectSerializer - Class in com.webobjects.webservices.support.xml
WOEnterpriseObjectSerializer serializes objects implementing the EOEnterpriseObject interface.
WOEnterpriseObjectSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializer
 
WOEnterpriseObjectSerializerFactory - Class in com.webobjects.webservices.support.xml
WOEnterpriseObjectSerializerFactory creates instances of WOEnterpriseObjectSerializer.
WOEnterpriseObjectSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializerFactory
 
WOEnterpriseObjectSerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializerFactory
 
WOEvent - Class in com.webobjects.appserver
WOEvent is a subclass of EOEvent (defined in the EOControl framework) that serves as the parent class for objects that gather information –such as duration –about various operations in WebObjects.
WOEvent() - Constructor for class com.webobjects.appserver.WOEvent
 
WOEventDisplay - Class in com.webobjects.woextensions
 
WOEventDisplay(WORequest) - Constructor for class com.webobjects.woextensions.WOEventDisplay
 
WOEventDisplayPage - Class in com.webobjects.woextensions
 
WOEventDisplayPage(WOContext) - Constructor for class com.webobjects.woextensions.WOEventDisplayPage
 
WOEventPage - Class in com.webobjects.woextensions
 
WOEventPage(WOContext) - Constructor for class com.webobjects.woextensions.WOEventPage
 
WOEventRow - Class in com.webobjects.woextensions
 
WOEventRow(WOContext) - Constructor for class com.webobjects.woextensions.WOEventRow
 
WOEventSetup - Class in com.webobjects.woextensions
 
WOEventSetup(WORequest) - Constructor for class com.webobjects.woextensions.WOEventSetup
 
WOEventSetupPage - Class in com.webobjects.woextensions
 
WOEventSetupPage(WOContext) - Constructor for class com.webobjects.woextensions.WOEventSetupPage
 
WOExceptionPage - Class in com.webobjects.woextensions
 
WOExceptionPage(WOContext) - Constructor for class com.webobjects.woextensions.WOExceptionPage
 
WOExceptionParser - Class in com.webobjects.woextensions
 
WOExceptionParser() - Constructor for class com.webobjects.woextensions.WOExceptionParser
 
WOExtraHeaderTag - Class in com.webobjects.jspservlet
 
WOExtraHeaderTag() - Constructor for class com.webobjects.jspservlet.WOExtraHeaderTag
 
WOFetchSpecSearchOperation - Class in com.webobjects.webservices.generation
 
WOFetchSpecSearchOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOFetchSpecSearchOperation
 
WOFormValueTag - Class in com.webobjects.jspservlet
 
WOFormValueTag() - Constructor for class com.webobjects.jspservlet.WOFormValueTag
 
WOGENERIC_CONTAINER_NAME - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
WOGENERIC_ELEMENT_NAME - Static variable in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
WOGenericContainerGeneration - Class in com.webobjects.directtoweb.generation
 
WOGenericContainerGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOGenericContainerGeneration
 
WOGenericElementGeneration - Class in com.webobjects.directtoweb.generation
 
WOGenericElementGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOGenericElementGeneration
 
WOGenericElementRuleViolationException - Exception in com.webobjects.appserver.parser.woml.namespaces
 
WOGenericElementRuleViolationException() - Constructor for exception com.webobjects.appserver.parser.woml.namespaces.WOGenericElementRuleViolationException
 
WOGenericElementRuleViolationException(String, Throwable) - Constructor for exception com.webobjects.appserver.parser.woml.namespaces.WOGenericElementRuleViolationException
 
WOGenericElementRuleViolationException(String) - Constructor for exception com.webobjects.appserver.parser.woml.namespaces.WOGenericElementRuleViolationException
 
WOGenericElementRuleViolationException(Throwable) - Constructor for exception com.webobjects.appserver.parser.woml.namespaces.WOGenericElementRuleViolationException
 
WOGlobalIDDeserializer - Class in com.webobjects.webservices.support.xml
WOGlobalIDDeserializer deserializes instances of EOGlobalID.
WOGlobalIDDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
WOGlobalIDDeserializerFactory - Class in com.webobjects.webservices.support.xml
WOGlobalIDDeserializerFactory creates instances of WOGlobalIDDeserializer.
WOGlobalIDDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDDeserializerFactory
 
WOGlobalIDDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDDeserializerFactory
 
WOGlobalIDSerializer - Class in com.webobjects.webservices.support.xml
WOGlobalIDSerializer serializes EOGlobalID instances.
WOGlobalIDSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDSerializer
 
WOGlobalIDSerializerFactory - Class in com.webobjects.webservices.support.xml
WOGlobalIDSerializerFactory creates instances of WOGlobalIDSerializer.
WOGlobalIDSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDSerializerFactory
 
WOGlobalIDSerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOGlobalIDSerializerFactory
 
WOHTMLBareStringGeneration - Class in com.webobjects.directtoweb.generation
 
WOHTMLBareStringGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOHTMLBareStringGeneration
 
WOHTMLBareStringReabable - Class in com.webobjects.appserver.parser.woml
 
WOHTMLBareStringReabable(String) - Constructor for class com.webobjects.appserver.parser.woml.WOHTMLBareStringReabable
 
WOHTMLDynamicElementGeneration - Class in com.webobjects.directtoweb.generation
 
WOHTMLDynamicElementGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOHTMLDynamicElementGeneration
 
WOHTMLFormatException - Exception in com.webobjects.appserver.parser
 
WOHTMLFormatException(String) - Constructor for exception com.webobjects.appserver.parser.WOHTMLFormatException
 
WOHTMLParser - Class in com.webobjects.appserver.parser
 
WOHTMLParser(WOHTMLParserDelegate, String) - Constructor for class com.webobjects.appserver.parser.WOHTMLParser
 
WOHTMLParserDelegate - Interface in com.webobjects.appserver.parser
 
WOHTMLTemplateParser - Class in com.webobjects.appserver.parser
 
WOHTMLTemplateParser(String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Constructor for class com.webobjects.appserver.parser.WOHTMLTemplateParser
 
WOHTMLWebObjectTag - Class in com.webobjects.appserver.parser
 
WOHTMLWebObjectTag() - Constructor for class com.webobjects.appserver.parser.WOHTMLWebObjectTag
 
WOHTMLWebObjectTag(String, WOHTMLWebObjectTag) - Constructor for class com.webobjects.appserver.parser.WOHTMLWebObjectTag
 
WOHTTPConnection - Class in com.webobjects.appserver
The WOHTTPConnection class is intended to be used as a client for HTTP communications.
WOHTTPConnection(String, int) - Constructor for class com.webobjects.appserver.WOHTTPConnection
Creates a WOHTTPConnection instance initialized with the specified host name and port number.
WOHTTPConnection(String, int, int) - Constructor for class com.webobjects.appserver.WOHTTPConnection
Deprecated. Use setReceiveTimeout, setSendTimeout to control the timeout after creating an instance.
WOIFrame - Class in com.webobjects.woextensions
 
WOIFrame(WOContext) - Constructor for class com.webobjects.woextensions.WOIFrame
 
WOInsertOperation - Class in com.webobjects.webservices.generation
 
WOInsertOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOInsertOperation
 
WOJavaClientApplet - Class in com.webobjects.eodistribution
Deprecated. So far, Applets have been used for starting and downloading a JavaClient application from a web browser. With Sun's new WebStart technology (which is supported by MacOS X version 10.1.2 upwards), in addition to the advantages of applets, the runtime environment of applications will be independent of the web browser, and automatic download/caching/update capabilities provide a major improvement. WebStart is supported by WOJavaClientComponent and related classes.
WOJavaClientApplet(WOContext) - Constructor for class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Creates a new WOJavaClientApplet in a given context.
WOJavaClientComponent - Class in com.webobjects.eodistribution
WOJavaClientComponent is the web component used by Java Client applications in connection with Web Start or other desktop applications installed on client machines.
WOJavaClientComponent(WOContext) - Constructor for class com.webobjects.eodistribution.WOJavaClientComponent
Creates a new WOJavaClientComponent in a given context.
WOJavaClientJNLP - Class in com.webobjects.eodistribution
WOJavaClientJNLP is the component called to dynamically create the Web Start JNLP information for WebObjects Java Client applications.
WOJavaClientJNLP(WOContext) - Constructor for class com.webobjects.eodistribution.WOJavaClientJNLP
Creates a new WOJavaClientJNLP component in a given context.
WOKeyValueAssociationFactory - Class in com.webobjects.appserver
Abstract implementation of WOAssociationFactory that implements creating constant and keyvalue associations.
WOKeyValueAssociationFactory() - Constructor for class com.webobjects.appserver.WOKeyValueAssociationFactory
 
WOKeyValueConditional - Class in com.webobjects.woextensions
 
WOKeyValueConditional(WOContext) - Constructor for class com.webobjects.woextensions.WOKeyValueConditional
 
WOKVCTarget - Class in com.webobjects.webservices.support.xml
This class implements org.apache.axis.encoding.Target in a manner compatible with NSKeyValueCoding.
WOKVCTarget(Object, String) - Constructor for class com.webobjects.webservices.support.xml.WOKVCTarget
 
WOLCompactInspectComponent - Class in com.webobjects.directtoweb
 
WOLCompactInspectComponent(WOContext) - Constructor for class com.webobjects.directtoweb.WOLCompactInspectComponent
 
WOLConfirmPage - Class in com.webobjects.directtoweb
 
WOLConfirmPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLConfirmPage
 
WOLEditRelationshipPage - Class in com.webobjects.directtoweb
 
WOLEditRelationshipPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLEditRelationshipPage
 
WOLErrorPage - Class in com.webobjects.directtoweb
 
WOLErrorPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLErrorPage
 
WOLHeader - Class in com.webobjects.directtoweb
 
WOLHeader(WOContext) - Constructor for class com.webobjects.directtoweb.WOLHeader
 
WOLInspectPage - Class in com.webobjects.directtoweb
 
WOLInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLInspectPage
 
WOLListPage - Class in com.webobjects.directtoweb
 
WOLListPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLListPage
 
WOLMasterDetailPage - Class in com.webobjects.directtoweb
 
WOLMasterDetailPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLMasterDetailPage
 
WOLongResponsePage - Class in com.webobjects.woextensions
 
WOLongResponsePage(WOContext) - Constructor for class com.webobjects.woextensions.WOLongResponsePage
 
WOLPlainListPage - Class in com.webobjects.directtoweb
 
WOLPlainListPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLPlainListPage
 
WOLQueryAllPage - Class in com.webobjects.directtoweb
 
WOLQueryAllPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLQueryAllPage
 
WOLQueryPage - Class in com.webobjects.directtoweb
 
WOLQueryPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLQueryPage
 
WOLTabInspectPage - Class in com.webobjects.directtoweb
 
WOLTabInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.WOLTabInspectPage
 
WOMailDelivery - Class in com.webobjects.appserver
WOMailDelivery constructs and delivers email messages.
WOMailDelivery() - Constructor for class com.webobjects.appserver.WOMailDelivery
This protected constructor initializes a newly-instantiated WOMailDelivery object.
WOMailDelivery.ThreadedTransportSender - Class in com.webobjects.appserver
Intentionally undocumented.
WOMailDelivery.ThreadedTransportSender(Object) - Constructor for class com.webobjects.appserver.WOMailDelivery.ThreadedTransportSender
Intentionally undocumented.
WOMessage - Class in com.webobjects.appserver
WOMessage is the parent class for both WORequest and WOResponse,and implements much of the behavior that is generic to both.
WOMessage() - Constructor for class com.webobjects.appserver.WOMessage
Construct and initialize a WOMessage with HTTP version 1.0 and string encoding ISO8859_1 (ISO Latin 1).
WOMetaRefresh - Class in com.webobjects.woextensions
 
WOMetaRefresh(WOContext) - Constructor for class com.webobjects.woextensions.WOMetaRefresh
 
WOMethodInvocation - Class in com.webobjects.woextensions
 
WOMethodInvocation(String, NSDictionary, WOElement) - Constructor for class com.webobjects.woextensions.WOMethodInvocation
 
WOMLAbstractNamespace - Class in com.webobjects.appserver.parser.woml.namespaces
 
WOMLAbstractNamespace(String) - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
WOMLAbstractNamespace.WOGenericElementRule - Class in com.webobjects.appserver.parser.woml.namespaces
 
WOMLAbstractNamespace.WOGenericElementRule(String, NSDictionary) - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
 
WOMLAbstractNamespace.WOGenericElementRule(String, WOMLAbstractNamespace.WOGenericElementRule.EndTagPolicy) - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule
 
WOMLAbstractNamespace.WOGenericElementRule.EndTagPolicy - Class in com.webobjects.appserver.parser.woml.namespaces
 
WOMLAbstractNamespace.WOMLElementGenerator - Interface in com.webobjects.appserver.parser.woml.namespaces
 
WOMLAttribute - Class in com.webobjects.appserver.parser.woml
 
WOMLAttribute(Map, Attributes, int) - Constructor for class com.webobjects.appserver.parser.woml.WOMLAttribute
 
WOMLAttributeMap - Class in com.webobjects.appserver.parser.woml
 
WOMLAttributeMap(Map, Map) - Constructor for class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
WOMLCDATANode - Class in com.webobjects.appserver.parser.woml
 
WOMLCDATANode(WOMLPosition) - Constructor for class com.webobjects.appserver.parser.woml.WOMLCDATANode
 
WOMLComment - Class in com.webobjects.appserver.parser.woml
 
WOMLComment(String, String, String) - Constructor for class com.webobjects.appserver.parser.woml.WOMLComment
 
WOMLCommentGroup - Class in com.webobjects.appserver.parser.woml
 
WOMLCommentGroup(String, NSDictionary, WOElement) - Constructor for class com.webobjects.appserver.parser.woml.WOMLCommentGroup
 
WOMLCommentGroup(String, NSDictionary, NSMutableArray) - Constructor for class com.webobjects.appserver.parser.woml.WOMLCommentGroup
 
WOMLCommentNode - Class in com.webobjects.appserver.parser.woml
 
WOMLCommentNode(WOMLPosition) - Constructor for class com.webobjects.appserver.parser.woml.WOMLCommentNode
 
WOMLConditionalElementGenerator - Class in com.webobjects.appserver.parser.woml.namespaces
 
WOMLConditionalElementGenerator() - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLConditionalElementGenerator
 
WOMLDataNode - Class in com.webobjects.appserver.parser.woml
 
WOMLDataNode(WOMLPosition) - Constructor for class com.webobjects.appserver.parser.woml.WOMLDataNode
 
WOMLDefaultDTDHandler - Class in com.webobjects.appserver.parser.woml
 
WOMLDefaultDTDHandler() - Constructor for class com.webobjects.appserver.parser.woml.WOMLDefaultDTDHandler
 
WOMLDefaultEntityResolver - Class in com.webobjects.appserver.parser.woml
 
WOMLDefaultEntityResolver() - Constructor for class com.webobjects.appserver.parser.woml.WOMLDefaultEntityResolver
 
WOMLDefaultErrorHandler - Class in com.webobjects.appserver.parser.woml
 
WOMLDefaultErrorHandler() - Constructor for class com.webobjects.appserver.parser.woml.WOMLDefaultErrorHandler
 
WOMLDefaultNamespace - Class in com.webobjects.appserver.parser.woml.namespaces
 
WOMLDefaultNamespace(String) - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLDefaultNamespace
 
WOMLDefaultNamespace(String, boolean) - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLDefaultNamespace
 
WOMLDefaultNamespaceProvider - Class in com.webobjects.appserver.parser.woml
DefaultNamespaceProvider is a Map-based container for namespaces.
WOMLDefaultNamespaceProvider() - Constructor for class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
WOMLElement - Class in com.webobjects.appserver.parser.woml
 
WOMLElement(String, WOMLElement, Map, String, String, String, List, WOAssociationFactory) - Constructor for class com.webobjects.appserver.parser.woml.WOMLElement
 
WOMLElementGenerationException - Exception in com.webobjects.appserver.parser.woml
 
WOMLElementGenerationException() - Constructor for exception com.webobjects.appserver.parser.woml.WOMLElementGenerationException
 
WOMLElementGenerationException(String, Throwable) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLElementGenerationException
 
WOMLElementGenerationException(String) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLElementGenerationException
 
WOMLElementGenerationException(Throwable) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLElementGenerationException
 
WOMLElementNode - Class in com.webobjects.appserver.parser.woml
 
WOMLElementNode(WOMLPosition, WOMLElement) - Constructor for class com.webobjects.appserver.parser.woml.WOMLElementNode
 
WOMLGenericElementGenerator - Class in com.webobjects.appserver.parser.woml.namespaces
 
WOMLGenericElementGenerator() - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLGenericElementGenerator
 
WOMLImageElementGenerator - Class in com.webobjects.appserver.parser.woml.namespaces
 
WOMLImageElementGenerator() - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLImageElementGenerator
 
WOMLNamespace - Interface in com.webobjects.appserver.parser.woml
 
WOMLNamespaced - Class in com.webobjects.appserver.parser.woml
 
WOMLNamespaced(Map, String, String, String) - Constructor for class com.webobjects.appserver.parser.woml.WOMLNamespaced
 
WOMLNamespaceProvider - Interface in com.webobjects.appserver.parser.woml
 
WOMLNode - Class in com.webobjects.appserver.parser.woml
 
WOMLNode(WOMLPosition) - Constructor for class com.webobjects.appserver.parser.woml.WOMLNode
 
WOMLNodeException - Exception in com.webobjects.appserver.parser.woml
 
WOMLNodeException(WOMLNode) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLNodeException
 
WOMLNodeException(String, WOMLNode, Throwable) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLNodeException
 
WOMLNodeException(String, WOMLNode) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLNodeException
 
WOMLNodeException(WOMLNode, Throwable) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLNodeException
 
WOMLParentNode - Class in com.webobjects.appserver.parser.woml
 
WOMLParentNode(WOMLPosition) - Constructor for class com.webobjects.appserver.parser.woml.WOMLParentNode
 
WOMLPosition - Class in com.webobjects.appserver.parser.woml
 
WOMLPosition(int, int) - Constructor for class com.webobjects.appserver.parser.woml.WOMLPosition
 
WOMLPosition(int, int, int, int) - Constructor for class com.webobjects.appserver.parser.woml.WOMLPosition
 
WOMLRepetitionElementGenerator - Class in com.webobjects.appserver.parser.woml.namespaces
 
WOMLRepetitionElementGenerator() - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLRepetitionElementGenerator
 
WOMLRootNode - Class in com.webobjects.appserver.parser.woml
 
WOMLRootNode(WOMLPosition) - Constructor for class com.webobjects.appserver.parser.woml.WOMLRootNode
 
WOMLTemplateExtensions - Class in com.webobjects.appserver.parser.woml
 
WOMLTemplateParser - Class in com.webobjects.appserver.parser.woml
 
WOMLTemplateParser(String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider) - Constructor for class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
WOMLTemplateParserEntityResolver - Class in com.webobjects.appserver.parser.woml
 
WOMLTemplateParserEntityResolver() - Constructor for class com.webobjects.appserver.parser.woml.WOMLTemplateParserEntityResolver
 
WOMLTemplateParserErrorHandler - Class in com.webobjects.appserver.parser.woml
 
WOMLTemplateParserErrorHandler() - Constructor for class com.webobjects.appserver.parser.woml.WOMLTemplateParserErrorHandler
 
WOMLTemplateParserException - Exception in com.webobjects.appserver.parser.woml
 
WOMLTemplateParserException(String, WOMLPosition, Throwable) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLTemplateParserException
 
WOMLTemplateParserException(String, WOMLPosition, String, Throwable) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLTemplateParserException
 
WOMLTemplateParserException(String, WOMLPosition) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLTemplateParserException
 
WOMLTemplateParserException(String, WOMLPosition, String) - Constructor for exception com.webobjects.appserver.parser.woml.WOMLTemplateParserException
 
WOMLTextNode - Class in com.webobjects.appserver.parser.woml
 
WOMLTextNode(WOMLPosition) - Constructor for class com.webobjects.appserver.parser.woml.WOMLTextNode
 
WOMLURLElementGenerator - Class in com.webobjects.appserver.parser.woml.namespaces
 
WOMLURLElementGenerator() - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLURLElementGenerator
 
WOMLWebObjectsNamespace - Class in com.webobjects.appserver.parser.woml.namespaces
Element generator for the WebObjects namespace.
WOMLWebObjectsNamespace(String) - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsNamespace
 
WOMLWebObjectsQualifierNamespace - Class in com.webobjects.appserver.parser.woml.namespaces
Namespace for the WebObjects qualifier namespace.
WOMLWebObjectsQualifierNamespace(String) - Constructor for class com.webobjects.appserver.parser.woml.namespaces.WOMLWebObjectsQualifierNamespace
 
WOMultipartIterator - Class in com.webobjects.appserver
This class represents the content of a multipart/form-data HTTP request.
WOMultipartIterator(WORequest) - Constructor for class com.webobjects.appserver.WOMultipartIterator
Intentionally Undocumented
WOMultipartIterator() - Constructor for class com.webobjects.appserver.WOMultipartIterator
 
WOMultipartIterator.WOFormData - Class in com.webobjects.appserver
This class represents a form data element from a multipart/form data document as defined in http://www.ietf.org/rfc/rfc2388.txt.
WOMultipartIterator.WOFormData() - Constructor for class com.webobjects.appserver.WOMultipartIterator.WOFormData
 
WOMultipartIterator.WOFormData(String) - Constructor for class com.webobjects.appserver.WOMultipartIterator.WOFormData
 
WONullDeserializer - Class in com.webobjects.webservices.support.xml
WONullDeserializer deserializes instances NSKeyValueCoding.Null.
WONullDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WONullDeserializer
 
WONullDeserializerFactory - Class in com.webobjects.webservices.support.xml
WONullDeserializerFactory creates instances of WONullDeserializer.
WONullDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WONullDeserializerFactory
 
WONullDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WONullDeserializerFactory
 
WONullSerializer - Class in com.webobjects.webservices.support.xml
WONullSerializer serializes instances of NSKeyValueCoding.Null.
WONullSerializer() - Constructor for class com.webobjects.webservices.support.xml.WONullSerializer
 
WONullSerializerFactory - Class in com.webobjects.webservices.support.xml
WONullSerializerFactory creates instances of WONullSerializer.
WONullSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WONullSerializerFactory
 
WONullSerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WONullSerializerFactory
 
woo() - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
wooArchiver() - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
WOOperation - Class in com.webobjects.webservices.generation
 
WOOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOOperation
Constructor for WOOperation.
WOOperationWSDLTemplate - Class in com.webobjects.webservices.generation
This component is used to dynamically generate WSDL based on D2WContext information for an operation.
WOOperationWSDLTemplate(WOContext) - Constructor for class com.webobjects.webservices.generation.WOOperationWSDLTemplate
 
WOPageNotFoundException - Exception in com.webobjects.appserver
This is an runtime exception thrown if a requested page cannot be found.
WOPageNotFoundException(String) - Constructor for exception com.webobjects.appserver.WOPageNotFoundException
Creates a new WOPageNotFoundException with message s.
WOPageRestorationError - Class in com.webobjects.woextensions
 
WOPageRestorationError(WOContext) - Constructor for class com.webobjects.woextensions.WOPageRestorationError
 
WOParsedErrorLine - Class in com.webobjects.woextensions
 
WOParsedErrorLine(StackTraceElement) - Constructor for class com.webobjects.woextensions.WOParsedErrorLine
 
WOParsedException - Class in com.webobjects.woextensions
 
WOParsedException(String) - Constructor for class com.webobjects.woextensions.WOParsedException
 
WOParserException - Exception in com.webobjects.appserver.parser
 
WOParserException(String) - Constructor for exception com.webobjects.appserver.parser.WOParserException
 
WOParserException(Throwable) - Constructor for exception com.webobjects.appserver.parser.WOParserException
 
WOParserException(String, Throwable) - Constructor for exception com.webobjects.appserver.parser.WOParserException
 
WOParserException(String, WOMLPosition, Throwable) - Constructor for exception com.webobjects.appserver.parser.WOParserException
 
WOParserException(String, WOMLPosition, String, Throwable) - Constructor for exception com.webobjects.appserver.parser.WOParserException
 
WOParserException(String, WOMLPosition) - Constructor for exception com.webobjects.appserver.parser.WOParserException
 
WOParserException(String, WOMLPosition, String) - Constructor for exception com.webobjects.appserver.parser.WOParserException
 
WOProjectBuilderAction - Class in com.webobjects.woextensions
 
WOProjectBuilderAction(WORequest) - Constructor for class com.webobjects.woextensions.WOProjectBuilderAction
 
WORadioButtonMatrix - Class in com.webobjects.woextensions
 
WORadioButtonMatrix(WOContext) - Constructor for class com.webobjects.woextensions.WORadioButtonMatrix
 
WORangeDeserializer - Class in com.webobjects.webservices.support.xml
WORangeDeserializer deserializes instances of NSRange.
WORangeDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WORangeDeserializer
 
WORangeDeserializerFactory - Class in com.webobjects.webservices.support.xml
WORangeDeserializerFactory creates instances of WORangeDeserializer.
WORangeDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WORangeDeserializerFactory
 
WORangeDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WORangeDeserializerFactory
 
WORangeSerializer - Class in com.webobjects.webservices.support.xml
WORangeSerializer serializes instances of NSRange.
WORangeSerializer() - Constructor for class com.webobjects.webservices.support.xml.WORangeSerializer
 
WORangeSerializerFactory - Class in com.webobjects.webservices.support.xml
WORangeSerializerFactory creates instances of WORangeSerializer.
WORangeSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WORangeSerializerFactory
 
WORangeSerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WORangeSerializerFactory
 
WORedirect - Class in com.webobjects.appserver
WORedirect is a subclass of WOComponent that may be used to force the user's browser to redirect to another URL.
WORedirect(WOContext) - Constructor for class com.webobjects.appserver.WORedirect
Creates a new WORedirect.
WORepetitionGeneration - Class in com.webobjects.directtoweb.generation
 
WORepetitionGeneration() - Constructor for class com.webobjects.directtoweb.generation.WORepetitionGeneration
 
WORequest - Class in com.webobjects.appserver
A request object represents an event that requires a reaction from a WebObjects application.
WORequest(String, String, String, Map, NSData, Map) - Constructor for class com.webobjects.appserver.WORequest
Returns a WORequest object initialized with the specified parameters.
WORequest() - Constructor for class com.webobjects.appserver.WORequest
 
WORequestHandler - Class in com.webobjects.appserver
WORequestHandler is an abstract class that defines request handlers.
WORequestHandler() - Constructor for class com.webobjects.appserver.WORequestHandler
Default constructor for WORequestHandler that only calls super().
WOResourceManager - Class in com.webobjects.appserver
The WOResourceManager class manages all resources of an application.
WOResourceManager() - Constructor for class com.webobjects.appserver.WOResourceManager
This is the default constructor for the WOResourceManager class.
WOResponse - Class in com.webobjects.appserver
A WOResponse object represents an HTTP response that an application returns to a Web server to complete a cycle of the request-response loop.
WOResponse() - Constructor for class com.webobjects.appserver.WOResponse
Creates a WOResponse with HTTP status set to 200 (OK), client caching enabled, and the default string encoding set to ISO Latin 1.
workerThreadCount() - Method in class com.webobjects.appserver.WOApplication
Deprecated. workerThreadCount no longer supported
workerThreadCountMax() - Method in class com.webobjects.appserver.WOApplication
Returns the number of worker threads the default adaptor will create startup.
workerThreadCountMin() - Method in class com.webobjects.appserver.WOApplication
Returns the number of worker threads the default adaptor will create at startup.
WORollbackTransactionOperation - Class in com.webobjects.webservices.generation
 
WORollbackTransactionOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WORollbackTransactionOperation
 
WORuleSerializationStrategy - Class in com.webobjects.webservices.generation
The WORuleSerializationStrategy implements WOEnterpriseObjectSerializationStrategy methods by using information from a D2WContext.
WORuleSerializationStrategy() - Constructor for class com.webobjects.webservices.generation.WORuleSerializationStrategy
Default constructor.
WORuleSerializationStrategy(D2WContext) - Constructor for class com.webobjects.webservices.generation.WORuleSerializationStrategy
Creates a new WORuleSerializationStrategy that uses context to implement its strategy.
WOSchemeNotSupportedException - Exception in com.webobjects.appserver
Exception thrown by the WOAssociationFactory.
WOSchemeNotSupportedException() - Constructor for exception com.webobjects.appserver.WOSchemeNotSupportedException
 
WOSchemeNotSupportedException(String, Throwable) - Constructor for exception com.webobjects.appserver.WOSchemeNotSupportedException
 
WOSchemeNotSupportedException(String) - Constructor for exception com.webobjects.appserver.WOSchemeNotSupportedException
 
WOSchemeNotSupportedException(Throwable) - Constructor for exception com.webobjects.appserver.WOSchemeNotSupportedException
 
WOSearchOperation - Class in com.webobjects.webservices.generation
 
WOSearchOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOSearchOperation
 
WOSecurityDelegate - Interface in com.webobjects.webservices.support
The WOSecurityDelegate interface defines methods that can be used to process incoming and outgoing responses and requests.
WOServiceUtilities - Class in com.webobjects.webservices.generation
 
WOServiceUtilities() - Constructor for class com.webobjects.webservices.generation.WOServiceUtilities
 
WOServiceUtilities.RuleSystemConstants - Interface in com.webobjects.webservices.generation
Constants for keys used by the rule system to access values in a D2WContext
WOServletAdaptor - Class in com.webobjects.jspservlet
 
WOServletAdaptor() - Constructor for class com.webobjects.jspservlet.WOServletAdaptor
Empty default constructor that just calls super().
WOServletAdaptor.JavaArchiveFilter - Class in com.webobjects.jspservlet
 
WOServletAdaptor.JavaArchiveFilter() - Constructor for class com.webobjects.jspservlet.WOServletAdaptor.JavaArchiveFilter
 
WOServletContext - Class in com.webobjects.jspservlet
 
WOServletContext(WORequest) - Constructor for class com.webobjects.jspservlet.WOServletContext
Creates a new WOServletContext object with aRequest.
WOServletSessionStore - Class in com.webobjects.jspservlet
This is a subclass of WOSessionStore, and is intended to replace the WOServerSessionStore subclass.
WOServletSessionStore() - Constructor for class com.webobjects.jspservlet.WOServletSessionStore
Creates a default session object.
WOSession - Class in com.webobjects.appserver
WOSession objects represent periods of user interaction during which access to a WebObjects application and its resources is granted to a particular client (typically a browser).
WOSession() - Constructor for class com.webobjects.appserver.WOSession
Creates a WOSession with a randomly generated session ID and a session time-out of WOApplication.sessionTimeOut() seconds.
WOSession(String) - Constructor for class com.webobjects.appserver.WOSession
Creates a WOSession with session ID aSessionId and a session time-out of WOApplication.sessionTimeOut() seconds.
WOSession.PageFragmentCache - Class in com.webobjects.appserver
Used primarily in Ajax style page caching.
WOSession.PageFragmentCache() - Constructor for class com.webobjects.appserver.WOSession.PageFragmentCache
 
WOSessionCreationError - Class in com.webobjects.woextensions
 
WOSessionCreationError(WOContext) - Constructor for class com.webobjects.woextensions.WOSessionCreationError
 
woSessionFromHttpSession(HttpSession) - Static method in class com.webobjects.jspservlet.WOServletSessionStore
Returns the WOSession associated with anHttpSession.
WOSessionRestorationError - Class in com.webobjects.woextensions
 
WOSessionRestorationError(WOContext) - Constructor for class com.webobjects.woextensions.WOSessionRestorationError
 
WOSessionStore - Class in com.webobjects.appserver
WOSessionStore, an abstract superclass, offers an object abstraction for storing client state per session.
WOSessionStore() - Constructor for class com.webobjects.appserver.WOSessionStore
Creates a default WOSessionStore.
WOSetDeserializer - Class in com.webobjects.webservices.support.xml
 
WOSetDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOSetDeserializer
 
WOSetDeserializerFactory - Class in com.webobjects.webservices.support.xml
 
WOSetDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOSetDeserializerFactory
 
WOSetDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOSetDeserializerFactory
 
WOSetSerializer - Class in com.webobjects.webservices.support.xml
WOSetSerializer serializes instances of NSSet.
WOSetSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOSetSerializer
 
WOSetSerializerFactory - Class in com.webobjects.webservices.support.xml
WOSetSerializerFactory creates instances of WOSetSerializer.
WOSetSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOSetSerializerFactory
 
WOSetSerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOSetSerializerFactory
 
WOSimpleArrayDisplay - Class in com.webobjects.woextensions
 
WOSimpleArrayDisplay(WOContext) - Constructor for class com.webobjects.woextensions.WOSimpleArrayDisplay
 
WOSimpleArrayDisplay2 - Class in com.webobjects.woextensions
 
WOSimpleArrayDisplay2(WOContext) - Constructor for class com.webobjects.woextensions.WOSimpleArrayDisplay2
 
WOSOAP_URI - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
WOSoapConstants - Interface in com.webobjects.webservices.support.xml
WOSoapConstants defines a number of constants used during serialization/deserialization.
WOSoapConstants.WOXMLAttributes - Class in com.webobjects.webservices.support.xml
 
WOSoapConstants.WOXMLAttributes(String, String, String, String, String) - Constructor for class com.webobjects.webservices.support.xml.WOSoapConstants.WOXMLAttributes
 
WOSortOrder - Class in com.webobjects.woextensions
 
WOSortOrder(WOContext) - Constructor for class com.webobjects.woextensions.WOSortOrder
 
WOSortOrderManyKey - Class in com.webobjects.woextensions
 
WOSortOrderManyKey(WOContext) - Constructor for class com.webobjects.woextensions.WOSortOrderManyKey
 
WOStatisticsStore - Class in com.webobjects.appserver
This class holds various runtime statistics of an application.
WOStatisticsStore() - Constructor for class com.webobjects.appserver.WOStatisticsStore
Return an initialized WOStatisticsStore.
WOStatisticsStoreMBean - Interface in com.webobjects.appserver
JMX interface for WOStatisticsStore
WOStats - Class in com.webobjects.woextensions
 
WOStats(WORequest) - Constructor for class com.webobjects.woextensions.WOStats
 
WOStatsPage - Class in com.webobjects.woextensions
 
WOStatsPage(WOContext) - Constructor for class com.webobjects.woextensions.WOStatsPage
 
WOStopWatch - Class in com.webobjects.appserver
Deprecated.  
WOStopWatch(String) - Constructor for class com.webobjects.appserver.WOStopWatch
Deprecated.  
WOStringGeneration - Class in com.webobjects.directtoweb.generation
 
WOStringGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOStringGeneration
 
WOStringKeyMap - Class in com.webobjects.webservices.support.xml
This class is a subclass of java.util.HashMap designed to generate XML in which the element name is the key's value and the element's content is the object mapped to the key.
WOStringKeyMap() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMap
 
WOStringKeyMap(int) - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMap
 
WOStringKeyMap(Map) - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMap
 
WOStringKeyMap(NSDictionary) - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMap
Create a WOStringKeyMap and initialize values from d.
WOSTRINGKEYMAP_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
WOStringKeyMapDeserializer - Class in com.webobjects.webservices.support.xml
WOStringKeyMapDeserializer deserializes instances of WOStringKeyMap.
WOStringKeyMapDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializer
 
WOStringKeyMapDeserializerFactory - Class in com.webobjects.webservices.support.xml
WOStringKeyMapDeserializerFactory creates instances of WOStringKeyMapDeserializer.
WOStringKeyMapDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializerFactory
 
WOStringKeyMapDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializerFactory
 
WOStringKeyMapSerializer - Class in com.webobjects.webservices.support.xml
WOStringKeyMapSerializer serializes instances of WOStringKeyMap.
WOStringKeyMapSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapSerializer
 
WOStringKeyMapSerializerFactory - Class in com.webobjects.webservices.support.xml
WOStringKeyMapSerializerFactory creates instances of WOStringKeyMapSerializer.
WOStringKeyMapSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapSerializerFactory
 
WOStringKeyMapSerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOStringKeyMapSerializerFactory
 
WOSwitchComponentGeneration - Class in com.webobjects.directtoweb.generation
 
WOSwitchComponentGeneration() - Constructor for class com.webobjects.directtoweb.generation.WOSwitchComponentGeneration
 
WOTable - Class in com.webobjects.woextensions
 
WOTable(WOContext) - Constructor for class com.webobjects.woextensions.WOTable
 
WOTableString - Class in com.webobjects.woextensions
Deprecated. WOTableString is no longer supported
WOTableString(WOContext) - Constructor for class com.webobjects.woextensions.WOTableString
Deprecated.  
WOTabPanel - Class in com.webobjects.woextensions
 
WOTabPanel(WOContext) - Constructor for class com.webobjects.woextensions.WOTabPanel
 
WOThresholdColoredNumber - Class in com.webobjects.woextensions
 
WOThresholdColoredNumber(WOContext) - Constructor for class com.webobjects.woextensions.WOThresholdColoredNumber
 
WOTimeDeserializer - Class in com.webobjects.webservices.support.xml
 
WOTimeDeserializer(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOTimeDeserializer
 
WOTimeDeserializerFactory - Class in com.webobjects.webservices.support.xml
WOTimeDeserializerFactory creates instances of WOTimeDeserializer.
WOTimeDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOTimeDeserializerFactory
 
WOTimer - Class in com.webobjects.appserver
Deprecated. use the Java class java.util.Timer
WOTimer(long, Object, String, Object, Class, boolean) - Constructor for class com.webobjects.appserver.WOTimer
Deprecated. Creates a timer which will fire after ti milliseconds, and at intervals ti thereafter (if repeats is true).
WOTimer(NSTimestamp, long, Object, String, Object, Class, boolean) - Constructor for class com.webobjects.appserver.WOTimer
Deprecated. Creates a timer which will fire at fireDate, and at intervals ti thereafter (if repeats is true).
WOTimeSerializerFactory - Class in com.webobjects.webservices.support.xml
 
WOTimeSerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOTimeSerializerFactory
 
WOTimeZoneDeserializer - Class in com.webobjects.webservices.support.xml
WOTimeZoneDeserializer deserializes instances of NSTimeZone.
WOTimeZoneDeserializer() - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer
 
WOTimeZoneDeserializerFactory - Class in com.webobjects.webservices.support.xml
WOTimeZoneDeserializerFactory creates instances of WOTimeZoneDeserializer.
WOTimeZoneDeserializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneDeserializerFactory
 
WOTimeZoneDeserializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneDeserializerFactory
 
WOTimeZoneSerializer - Class in com.webobjects.webservices.support.xml
WOTimeZoneSerializer serializes instances of NSTimeZone.
WOTimeZoneSerializer() - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneSerializer
 
WOTimeZoneSerializerFactory - Class in com.webobjects.webservices.support.xml
WOTimeZoneSerializerFactory creates instances of WOTimeZoneSerializer.
WOTimeZoneSerializerFactory() - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneSerializerFactory
 
WOTimeZoneSerializerFactory(Class, QName) - Constructor for class com.webobjects.webservices.support.xml.WOTimeZoneSerializerFactory
 
WOToManyRelationship - Class in com.webobjects.woextensions
 
WOToManyRelationship(WOContext) - Constructor for class com.webobjects.woextensions.WOToManyRelationship
 
WOToOneRelationship - Class in com.webobjects.woextensions
 
WOToOneRelationship(WOContext) - Constructor for class com.webobjects.woextensions.WOToOneRelationship
 
WOUpdateOperation - Class in com.webobjects.webservices.generation
 
WOUpdateOperation(WOContext) - Constructor for class com.webobjects.webservices.generation.WOUpdateOperation
 
WOURLEncoding - Static variable in class com.webobjects.appserver.WOContext
Resolves to string 'WOURLEncoding'
WOVariableAssociation - Class in com.webobjects.appserver
 
WOVariableAssociation(String) - Constructor for class com.webobjects.appserver.WOVariableAssociation
 
WOVariableAssociationFactory - Class in com.webobjects.appserver
 
WOVariableAssociationFactory() - Constructor for class com.webobjects.appserver.WOVariableAssociationFactory
 
WOWebService - Class in com.webobjects.webservices.client
A WOWebService represents a single SOAP HTTP service as defined in a WSDL document.
WOWebService(QName, URL) - Constructor for class com.webobjects.webservices.client.WOWebService
Create and initialize a new instance of WOWebService.
WOWebService.SessionInfo - Class in com.webobjects.webservices.client
SessionInfo stores all data required to connect to an existing Web service sessions.
WOWebServiceClient - Class in com.webobjects.webservices.client
A WOWebServiceClient provides a mechanism for introspecting and invoking Web service operations implemented using SOAP over HTTP.
WOWebServiceClient(URL) - Constructor for class com.webobjects.webservices.client.WOWebServiceClient
Create and initialize an instance of WOWebServiceClient from aURL.
WOWebServiceRegistrar - Class in com.webobjects.appserver
Registers WebServices with WebObjects application.
WOWebServiceUtilities - Class in com.webobjects.appserver
Utilities for working with WebObjects WebServices
WOWebServiceUtilities() - Constructor for class com.webobjects.appserver.WOWebServiceUtilities
 
WOWSDDRegistrar - Class in com.webobjects.appserver
Registers WSDD types and services with WebObjects application.
WOWSDDRegistrar() - Constructor for class com.webobjects.appserver.WOWSDDRegistrar
 
WOWSDDRegistrar.Delegate - Interface in com.webobjects.appserver
 
WOWSDLGeneration - Class in com.webobjects.webservices.generation
 
WOWSDLGeneration(WOContext) - Constructor for class com.webobjects.webservices.generation.WOWSDLGeneration
 
WOXMLCoder - Class in com.webobjects.appserver.xml
This class is used to encode objects as XML data.
WOXMLCoder() - Constructor for class com.webobjects.appserver.xml.WOXMLCoder
 
WOXMLCoding - Interface in com.webobjects.appserver.xml
This interface allows WOXMLCoder, when used without a mapping model, to encode the class that implements this interface as XML data.
WOXMLDecoder - Class in com.webobjects.appserver.xml
Use this class to decode an object from XML data.
WOXMLDecoder() - Constructor for class com.webobjects.appserver.xml.WOXMLDecoder
 
WOXMLException - Exception in com.webobjects.appserver.xml
This class serves to wrap a number of exceptions that can arise during the parsing process, reducing the number of exceptions your code has to catch.
WOXMLException(Throwable, String) - Constructor for exception com.webobjects.appserver.xml.WOXMLException
Creates a WOXMLException that wraps an exception and an extra text string.
WOXMLException(Throwable) - Constructor for exception com.webobjects.appserver.xml.WOXMLException
Creates a WOXMLException that wraps an exception.
WOXMLException(String) - Constructor for exception com.webobjects.appserver.xml.WOXMLException
Creates a WOXMLException that contains an exception message.
WOXMLProvider - Class in com.webobjects.webservices.support
For internal use only.
WOXMLProvider(InputStream) - Constructor for class com.webobjects.webservices.support.WOXMLProvider
 
WOXMLProvider(Document) - Constructor for class com.webobjects.webservices.support.WOXMLProvider
 
wrapperElementID() - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
wrapperElementID() - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
write(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a byte.
write(byte[], String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes an array of bytes.
write(byte[], int, int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a sub array of bytes.
write(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a byte.
write(byte[]) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a sub array of bytes.
write(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a byte.
write(byte[], String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
write(byte[], int, int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
writeAndAddToProjectComponentNamed(String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
writeBoolean(boolean, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a boolean.
writeBoolean(boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a boolean.
writeBoolean(boolean, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a boolean.
writeByte(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes an 8 bit byte.
writeByte(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes an 8 bit byte.
writeByte(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes an 8 bit byte.
writeBytes(String, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a String as a sequence of bytes.
writeBytes(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a String as a sequence of bytes.
writeBytes(String, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
writeChar(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 16 bit char.
writeChar(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 16 bit char.
writeChar(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 16 bit char.
writeChars(String, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a String as a sequence of chars.
writeChars(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a String as a sequence of chars.
writeChars(String, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a String as a sequence of chars.
writeComment(String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a comment to the XML output.
writeComment(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a comment to the XML output.
writeComponentToPath(String, String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
writeDictionaryToFile(NSDictionary, File) - Static method in class com.webobjects.directtoweb.Services
 
writeDouble(double, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 64 bit double.
writeDouble(double) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 64 bit double.
writeDouble(double, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 64 bit double.
writeEngineConfig(AxisEngine) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
writeFields() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Write the buffered fields to the stream.
writeFloat(float, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 32 bit float.
writeFloat(float) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 32 bit float.
writeFloat(float, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 32 bit float.
writeFormat() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the format string used to format the attribute's value for INSERT or UPDATE expressions.
writeGeneratedComponentToPath(String, String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
writeInt(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 32 bit int.
writeInt(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 32 bit int.
writeInt(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 32 bit int.
writeLong(long, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 64 bit long.
writeLong(long) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 64 bit long.
writeLong(long, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 64 bit long.
writeObject(ObjectOutputStream) - Method in class com.webobjects.appserver.WOCookie
Conformance to Serializable.
writeObject(Object, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes the specified object as XML data.
writeObject(Object, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes the specified object as XML data.
writeObjectOverride(Object) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Method used by subclasses to override the default writeObject method.
writeRootComment(String, boolean) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a comment to the XML output.
writeRootComment(String, boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a comment to the XML output.
writeSchema(Class, Types) - Method in class com.webobjects.webservices.support.xml.WODataSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class com.webobjects.webservices.support.xml.WOGlobalIDSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class com.webobjects.webservices.support.xml.WONullSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class com.webobjects.webservices.support.xml.WORangeSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMapSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeSchema(Class, Types) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
writeShort(int, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Writes a 16 bit short.
writeShort(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 16 bit short.
writeShort(int, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Writes a 16 bit short.
writeStreamHeader() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeToFile(String) - Method in class com.webobjects.eoaccess.EOModel
Writes out the model archive representation of the receiver in the location specified by path.
writeToFile(String) - Method in class com.webobjects.foundation.NSData
Deprecated.  
writeToStream(OutputStream) - Method in class com.webobjects.foundation.NSData
Writes the bytes in the receiver contents to the stream.
writeToURL(URL, boolean) - Method in class com.webobjects.foundation.NSData
Deprecated.  
writeUTF(String, String) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Primitive data write of this String in UTF format.
writeUTF(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Primitive data write of this String in UTF format.
writeUTF(String, String) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Primitive data write of this String in UTF format.
WSDLComponentNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the component to use to generate the WSDL for a service
WXAccessControl - Class in com.webobjects.woextensions
 
WXAccessControl(WOContext) - Constructor for class com.webobjects.woextensions.WXAccessControl
 
WXBar - Class in com.webobjects.woextensions
 
WXBar(WOContext) - Constructor for class com.webobjects.woextensions.WXBar
 
WXOutlineControl - Class in com.webobjects.woextensions
 
WXOutlineControl(WOContext) - Constructor for class com.webobjects.woextensions.WXOutlineControl
 
WXOutlineEntry - Class in com.webobjects.woextensions
 
WXOutlineEntry(WOContext) - Constructor for class com.webobjects.woextensions.WXOutlineEntry
 
WXOutlineRepetition - Class in com.webobjects.woextensions
 
WXOutlineRepetition(WOContext) - Constructor for class com.webobjects.woextensions.WXOutlineRepetition
 
WXSortOrder - Class in com.webobjects.woextensions
 
WXSortOrder(WOContext) - Constructor for class com.webobjects.woextensions.WXSortOrder
 

X

xmlDeclaration - Variable in class com.webobjects.appserver.xml.WOXMLCoder
 
xmlDeclaration() - Method in class com.webobjects.appserver.xml.WOXMLCoder
Gets the previously specified XML declaration.
xmlReader() - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Gets the current parser used for parsing XML data.
xmlReaderClassName() - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Gets the class name of the current parser used for parsing the XML data.
xmlStringFromPropertyList(Object) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a property list object into an XML string and returns it.
xmlStringFromPropertyList(Object, boolean) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts a property list object into an XML string and returns it.
xmlTagForClassNamed(String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
xmlTagForPropertyKey(String, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
XSD_URI - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
XSI_TYPE - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
XSI_URI - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 

Y

yearOfCommonEra() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.

Z

Zero - Static variable in class com.webobjects.directtoweb.D2WModel
A constant that represents a logical false value.
ZeroRange - Static variable in class com.webobjects.foundation.NSRange
An NSRange set to zero in location and length.

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
Last updated June 2008

Copyright © 2000-2008 Apple Inc.