|
WebObjects 5.4.1 | ||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
"EDT" (Eastern Daylight Time).
aTimestamp.
invokeAction on the plugin's EOActionWidgetAssociation
widgetSelectionDidChange on this plugin's EOValueSelectionAssociation.
actionName,
this method returns that action; otherwise, the method returns null.
activate calls activateWindow
and returns true.
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).
- activeWindowDidChange(NSNotification) -
Method in class com.webobjects.eoapplication.EOInspectorController._InspectorWindowManager
-
- activeWindowDidChange(NSNotification) -
Method in class com.webobjects.eogeneration.assistant.EOAssistant
-
- 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<String, Object>) -
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.assistant._EOEditorStringList
-
- 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(Object) -
Method in class com.webobjects.foundation._NSJavaArrayListIterator
-
- 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<? extends E>) -
Method in class com.webobjects.foundation.NSArray
- addAll is not a supported operation in NSArray
- addAll(int, Collection<? extends E>) -
Method in class com.webobjects.foundation.NSArray
- addAll is not a supported operation in NSArray
- addAll(Collection<? extends E>) -
Method in class com.webobjects.foundation.NSMutableArray
-
- addAll(int, Collection<? extends E>) -
Method in class com.webobjects.foundation.NSMutableArray
-
- addAll(Collection<? extends E>) -
Method in class com.webobjects.foundation.NSMutableSet
-
- addAll(Collection<? extends E>) -
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<String, ? extends Object>) -
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
- addController(EOInspectorController) -
Method in class com.webobjects.eoapplication.EOInspectorController._InspectorWindowManager
-
- 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.
- addEditor(EOAssistant.Editor) -
Method in class com.webobjects.eogeneration.assistant.EOAssistant
-
- addEntity(EOEntity) -
Method in class com.webobjects.eoaccess.EOModel
- Adds
entity to the receiver.
- addEntriesFromDictionary(NSDictionary) -
Method in class com.webobjects.eocontrol._EOMutableKnownKeyDictionary
-
- addEntriesFromDictionary(NSDictionary) -
Method in class com.webobjects.foundation.NSMutableDictionary
- Adds all the entries from
otherDictionary to this dictionary.
- addEntriesFromIntegerDictionary(_NSIntegerDictionary) -
Method in class com.webobjects.foundation._NSMutableIntegerDictionary
-
- addEntriesFromIntegerDictionary(_NSIntegerKeyDictionary<V>) -
Method in class com.webobjects.foundation._NSMutableIntegerKeyDictionary
-
- 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.
- additionalActions() -
Method in class com.webobjects.eogeneration.rules.EOActions
-
- AdditionalActionsKey -
Static variable in class com.webobjects.eogeneration.rules._EOContextUtilities
-
- AdditionalActionsParameter -
Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
-
- additionalAdaptors() -
Method in class com.webobjects.appserver.WOApplication
- Returns an array of adaptor description dictionaries.
- additionalAvailableSpecifications() -
Method in class com.webobjects.eogeneration.rules.EOAvailableSpecifications
-
- AdditionalAvailableSpecificationsKey -
Static variable in class com.webobjects.eogeneration.rules._EOContextUtilities
-
- additionalDefaultSpecifications() -
Method in class com.webobjects.eogeneration.rules.EODefaultSpecifications
-
- AdditionalDefaultSpecificationsKey -
Static variable in class com.webobjects.eogeneration.rules._EOContextUtilities
-
- 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(Object) -
Method in class com.webobjects.eocontrol._EOCheapCopyMutableArray
-
- addObject(E) -
Method in class com.webobjects.foundation._NSThreadsafeMutableArray
-
- addObject(E) -
Method in class com.webobjects.foundation._NSThreadsafeMutableSet
-
- addObject(T) -
Method in class com.webobjects.foundation._NSWeakMutableArray
-
- addObject(T) -
Method in class com.webobjects.foundation._NSWeakMutableCollection
-
- addObject(T) -
Method in class com.webobjects.foundation._NSWeakMutableSet
-
- addObject(V) -
Method in class com.webobjects.foundation._NSWeakValueMutableDictionary
-
- 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.
- addObjectIfAbsent(NSMutableArray<Object>, Object) -
Static method in class com.webobjects.foundation._NSArrayUtilities
-
- addObjectIfAbsent(E) -
Method in class com.webobjects.foundation._NSThreadsafeMutableArray
-
- addObjects(Object[]) -
Method in class com.webobjects.eocontrol._EOCheapCopyMutableArray
-
- addObjects(Object[]) -
Method in class com.webobjects.foundation.NSMutableArray
- Adds all the elements of
objects to the end of this array.
- addObjectsFromArray(NSArray<E>) -
Method in class com.webobjects.foundation._NSThreadsafeMutableSet
-
- addObjectsFromArray(NSArray<? extends E>) -
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._JavaMonitorDecoder
-
- 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.
- addReference(R) -
Method in class com.webobjects.foundation._NSWeakMutableArray
-
- addReference(R) -
Method in class com.webobjects.foundation._NSWeakMutableCollection
-
- addReference(R) -
Method in class com.webobjects.foundation._NSWeakMutableSet
-
- addReference(R) -
Method in class com.webobjects.foundation._NSWeakValueMutableDictionary
-
- 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.
- addRule(EOAssistantRule) -
Method in class com.webobjects.eogeneration.assistant.EOAssistant
-
- 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.
- addSpecialString(String) -
Method in class com.webobjects.eogeneration.assistant._EOEditorStringList
-
- 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.
- addTimer(WOTimer) -
Method in class com.webobjects.appserver._WORunLoop
- Deprecated.
- 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.
- addValueInHashTable(Object, Object, Object[], Object[], byte[]) -
Static method in class com.webobjects.foundation._NSCollectionPrimitives
-
- addValueInHashTable(int, Object, int[], Object[], byte[], int, int) -
Static method in class com.webobjects.foundation._NSCollectionPrimitives
-
- addValueInHashTable(Object, int, Object[], int[], byte[], int, int) -
Static method in class com.webobjects.foundation._NSCollectionPrimitives
-
- addValueToSet(Object, Object[], byte[]) -
Static method in class com.webobjects.foundation._NSCollectionPrimitives
-
- 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<WOElement>) -
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<EOEvent>, int) -
Static method in class com.webobjects.eocontrol.EOEvent
- Returns an array of aggregated events.
- aggregateExceptionWithExceptions(NSArray<NSValidation.ValidationException>) -
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.