|
WebObjects 5.4.2 | ||||||||
PREV NEXT | 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).
- 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
EOEnterpriseObject
s 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.
backgroundColorForRow
.
BASHead
class provides custom behavior
for the Direct to Web Basic template component..signatureOfType
, aggregateEvents
and groupEvents
.
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.
displayGroup
.
displayGroup
.
fetchSpecification
and binds the results to fetchSpecification
's entity and fetchSpecification
's name, which is provided with the fetchSpecificationName
argument.
attribute
and value
.
boldState
value for the specified row in this column.
System.getProperty
and
convert it to a boolean
using NSPropertyListSerialization.booleanForString
.
browserItem
variable of the receiver.
attributeNames
a qualifier, based on the corresponding value from values
and comparison key from comparisonKeys
, is added to an EOAndQualifier.
aClass
.
aName
.
bundleForName
or bundleForClass
instead
aResourcePath
.
range
.
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.
true
, indicating that key-value coding is allowed to access fields
in this object if an appropriate method isn't present.
true
.
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.
javax.swing.table.TableCellEditor
method to cancel editing.
selectAttributes
, executeStoredProcedure
, or evaluateExpression
message and terminate the current fetch, so that
isFetchInProgress
returns false
.
selector
for the specified target
object and argument
from the list of registered selectors.
valueForBinding
will return a value.
true
if the receiver can perform the action method
(sent by an EOAction object) named actionName
, false
otherwise.
true
if this NSUndoManager has any actions to redo.
true
if the receiver can service model
, false
otherwise.
true
if the adaptor is compatible with the
model
; false
otherwise.
setValueForBinding
will succeed.
true
if this NSUndoManager has any actions to undo.
http://localhost/cgi-bin/WebObjects
.
snapshot
, and whose values are the uncommitted values.
snapshot
, and whose values are the uncommitted values.
channelClassName
binding.
channelClassName
binding.
channelClassName
binding.
channelClassName
binding.
className
.
context
so that pending (and future) requests for the same session may proceed.
id
, which is the session id associated with the session.
canRedo
.
identifier
.
classDescriptionForClass
.
aClass
.
classDescription
.
detailKey
.
detailKey
.
detailKey
.
detailKey
.
entityName
.
globalID
.
classDescription
.
classDescriptionForEntityName
is invoked for a previously unregistered entity name, this notification is broadcast with the requested entity name as the object of the notification.
receiver
's actual class.
keyPath
, of eo
.
keyPath
's EOClassDescription's classForAttributeKey() result.
null
.
object
to its status prior to the makeObjectIntoFault
message that turned it into a fault.
turnIntoFault
message
that turned the object into a fault.
null
.
allObjects
.
setSelectionIndexes
to clear the selection.
java.lang.Cloneable
interface.
this
).
NullValue
.
codebase
binding.
codebase
binding.
code
binding.
mappingURL
.
null
if the attribute isn't simple (that is, if it's a derived or flattened attribute).
attribute
that's suitable for use in a CREATE TABLE statement.
comment
from any member of the EOvents set aggregated by the receiver.
object
that reflects its committed values (that is, its values as they were last committed to the database).
other
.
object1
and object2
and returns the result, one of OrderedAscending, OrderedSame, or OrderedDescending.
other
alphabetically by entity name, and by adaptor operator within the same entity.
left
relative to right
.
left
relative to right
, ignoring case.
left
relative to right
, ignoring case.
left
relative to right
.
selector
.
eo
from the database
when the fault fires.
object
to its original state
(to fire the fault) and complete its initialization in whatever means is
appropriate to the subclass.
cgi-bin/WebObjects
.
cgi-bin/WebObjects
.
cgi-bin/WebObjects
.
null
if the relationship isn't flattened.
sortKeyList
.
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
.
componentURL
connection key.
entityName
.
confirmPageForEntityNamed
.null
if the adaptor doesn't have one.
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.
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).
sendRequest
has been executed. Thus, it would make more sense to control the send timeout using
setSendTimeout
.
overrides
dictionary.
object
is present in this array by comparing it to each of the array's objects using equals
object
is a member of this NSSet as determined by equals
contentEncoding
.
setContentStream
.
setContentStream
.
setContentStream
.
WOContext
.
CooperatingObjectStoreNeeded
notification is posted by an EOObjectStoreCoordinator.
org.apache.axis.MessageContext
loadArchive
to notify the receiver that its
interface file has been loaded completely.
loadArchive
to notify the receiver that its
interface file has been loaded completely.
EOController.Enumeration
object you can use to
traverse the controller hierarchy.
key
matches value
.
keyValuePairs
.
loadArchive
to notify the receiver that its
interface file is about to be loaded.
loadArchive
to notify the receiver that its
interface file is about to be loaded.
key
matches value
.
keyValuePairs
.
aKey
.
aKey
.
NSArray.Operator
) that computes the number of elements in an array.
null
if a new channel cannot be created.
null
if a new context can't be created.
ec
, and returns the new object.
BasicAttribute
with the specified id
and internal value.
opName
.
connectionDictionary
and administrativeConnectionDictionary
.
null
.
administrativeConnectionDictionary
.
EOEditingContext
with the specified model, server URL, username, and password.
javax.swing.JTextField
with a black javax.swing.border.LineBorder
.
entity
to that expression.
adaptor()
.
willReadRelationship
to ensure that fault
isn't a deferred fault, or to replace it with a normal fault if it is.
InitialDirContext
with the specified adaptor.
ec
by using the EOGlobalID gid
to query the receiver's EOEntity for the appropriate class of object to instantiate.
editingContext
with globalID
.
Attribute
and value type.
ModificationItem
with the specified
id, old external value, and new internal value.
adaptor()
.
entityGroup
.
entityGroup
.
entityGroups
.
entityGroups
.
object
that reflects its state as it was at the beginning of the current event loop.
(System.currentTimeMillis() / 1000)
instead
downloadClientClasses
binding.
downloadClientClasses
binding.
downloadClientClasses
binding.
downloadClientClasses
binding.
D2W
class is responsible for creating Direct to Web pages.D2WComponent
class is the parent class for the Direct to Web
templates and the property-level components.D2WConfirmPage
class provides the behavior for the confirm
page Direct to Web templates, specifically BASConfirmPage, NEUConfirmPage,
and WOLConfirmPage.parentContext
.
takeValueForKey
to set the D2WContext of a WSDL generating WOComponent
D2WEditRelationshipPage
class provides the behavior for the
edit-relationship page Direct to Web templates: BASEditRelationshipPage,
NEUEditRelationshipPage, and WOLEditRelationshipPage.D2WErrorPage
class provides behavior for the error page
Direct to Web templates, specifically BASErrorPage, NEUErrorPage, and
WOLErrorPage.D2WHead
class provides the behavior
for the D2WHead component.D2WInspectPage
class provides behavior for the inspect page
and edit page Direct to Web templates, specifically BASInspectPage,
NEUInspectPage, and WOLInspectPage.D2WMasterDetailPage
class provides the behavior for the
master-detail page Direct to Web templates, specifically BASMasterDetailPage,
NEUMasterDetailPage, and WOLMasterDetailPage.D2WPage
is the parent class for the Direct to Web templates.stringMatchFormat
(#@*
) and stringMatchOperator
(caseInsensitiveLike
).D2WTabInspectPage
class provides the behavior
for the tab-inspect page Direct to Web templates,
specifically NEUTabInspectPage and WOLTabInspectPage.objectsWithFetchSpecification
after fetching objects into the editing context ec
using fetchSpec
.
selectObjectsWithFetchSpecification
to tell the delegate that dbChannel
has selected the objects on behalf of dbCtxt
as specified by fetchSpec
.
object
doesn't have a primary key set.
objectsWithFetchSpecification
to give the delegate the opportunity to satisfy ec
's fetch request (using the criteria specified in fetchSpec
) from a local cache.
invalidateObjectsWithGlobalIDs
.
lockObjectWithGlobalID
.
lockObjectWithGlobalID
.
selectObjectsWithFetchSpecification
to tell the delegate that the database channel dbChannel
will select objects on behalf of the database context dbCtxt
as specified by fetchSpec
.
fetchObject
when the database context already has a snapshot for a row fetched from the database.
selectObjectsWithFetchSpecification
.
fetchSpec
, is used to clear the fault for the specified globalID (gid
) and relationship(rel
).
fetchSpec
, is used to clear the fault for the specified globalID, gid
.
performChanges
.
performChanges
to allow the delegate to send a different array of EOAdaptorOperations to be executed by dbCtx
.
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.
System.getProperty
,
convert the property to a property list using
NSPropertyListSerialization.propertyListFromString
,
and convert the property list to an NSData object using
NSPropertyListSerialization.dataFromPropertyList
.
object
into a string using a character encoding and returns it as an NSData object.
setDataSource
.
key
.
key
.
GregorianCalendar
instead.
GregorianCalendar
instead.
GregorianCalendar
instead.
GregorianCalendar
instead.
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
).
debug
logging if aDebuglevel
is less than or equal to the debug level provided by allowedDebugLevel
.
debugLoggingAllowedForGroups
and debugLoggingAllowedForLevel
.
JTextField.LEFT
, JTextField.CENTER
, or JTextField.RIGHT
) for the
key
XML attribute.
JTextField.LEFT
, JTextField.CENTER
, or JTextField.RIGHT
) for the
key
XML attribute.
key
or null
if key
is not specified in the XML.
key
or defaultValueIfNotAvailable
if key
is not specified in the XML.
encodeBoolean
.
key
specified.
key
XML attribute.
key
XML attribute.
key
.
encodeByte
.
encodeBytes
.
encodeChar
.
encodeClass
.
key
or null
if key
is not specified in the XML.
key
or defaultValueIfNotAvailable
if key
is not specified in the XML.
key
XML attribute.
key
XML attribute.
key
or null if key
is not specified in the XML.
key
or defaultValueIfNotAvailable
if key
is not specified in the XML.
encodeDouble
.
key
specified.
key
XML attribute.
key
XML attribute.
EOEditable.IfSupercontrollerEditable
,
EOEditable.AlwaysEditable
, or EOEditable.NeverEditable
) for the key
XML attribute.
EOEditable.IfSupercontrollerEditable
,
EOEditable.AlwaysEditable
, or EOEditable.NeverEditable
) for the key
XML attribute.
encodeFloat
.
key
specified.
key
XML attribute.
key
XML attribute.
encodeInt
.
key
specified.
key
XML attribute.
key
XML attribute.
key
.
encodeLong
.
coder
.
coder
.
coder
.
coder
.
coder
.
coder
.
coder
.
coder
.
coder
.
coder
.
NSCoder
.
coder
.
encodeObject
.
coder
.
coder
.
coder
.
NullValue
.
coder
.
coder
.
com.webobjects.foundation.NSCoding
.
key
specified.
key
.
encodeObjects
.
unarchiver
.
EOComponentController.Top
, EOComponentController.Bottom
,
EOComponentController.Left
, EOComponentController.Right
, EOComponentController.TopLeft
,
EOComponentController.TopRight
, EOComponentController.BottomLeft
,
or EOComponentController.BottomRight
) for the key
XML attribute.
EOComponentController.Top
, EOComponentController.Bottom
,
EOComponentController.Left
, EOComponentController.Right
, EOComponentController.TopLeft
,
EOComponentController.TopRight
, EOComponentController.BottomLeft
,
or EOComponentController.BottomRight
) for the key
XML attribute.
xmlFile
and constructs a corresponding object.
data
and constructs a corresponding object.
is
and constructs a corresponding object.
mappingModelFile
.
encodeShort
.
key
XML attribute.
key
XML attribute.
key
XML attribute.
EOKeyValueArchiving
.
unarchiver
.
unarchiver
.
gid
, if the receiver releases unreferenced snapshots.
generateResponse()
to the page named "Main".
DefaultAssignment
class methods provide default values for the
right-hand sides of rules.null
if no default delegate is set.
smartDefaultEntityNames
method.
key
.
key
in the associated model file.
key
, based on the value class of the attribute.
defaultFormatterForKey
, except this method traverses keyPath
before returning the formatter for the key at the end of the path.
setDefaultGroup
or implemented the class delegate method defaultModelGroup
to return a non-null
value.
DefaultHeader
class defines the behavior of the menu header
in a Direct to Web application.startupTask
key.
#,##0.##
.
userInfo
of the
LoadUserDefaultsNotification
and SaveUserDefaultsNotification
notifications.
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.
queryMatch
dictionary for the objects in the WODisplayGroup.
setDefault
or setDefaultTimeZone
.If no default time zone has been explicitly set, this method returns the system time zone.
null
if the attribute is simple.
setDelegate
.
null
if a delegate has not been assigned.
null
if the receiver doesn't have a delegate.
null
if the receiver doesn't have a delegate.
deleteSelection
and displayBatchContainingSelectedObject
.
deleteSelection
instead.
value
from EOEditingContext ec
.
object
from the data source.
removeObjectFromBothSidesOfRelationshipWithKey
message to the master object using detailKey
.
object
should be removed from this EOEditingContext's parent EOObjectStore when changes are committed.
anIndex
in allObjects
.
qualifier
from the database table corresponding to entity
.
qualifier
from the database table corresponding to entity
.
relationshipKey
when the receiver is deleted.
relationshipKey
when the receiver is deleted.
null
.
true
.
selectedObjects
from the WODisplayGroup's dataSource
.
qualifier
.
observer
from the receiver.
null
.
selectAttributes
, executeStoredProcedure
, or a statement evaluated by
evaluateExpression
.
object
.
descriptionForResponse
on the current response page and returning the result.
System.getProperty
and
convert the property to an NSDictionary using
NSPropertyListSerialization.dictionaryForString
string
and returns the resulting property list as an NSDictionary.
string
and returns the resulting property list as an NSDictionary.
fetchRow
.
actionName
and resets the receiver's actions.
registerUndoWithTarget
or by invocation-based undo.
dequeueObserver
message to the receiver's EODelayedObserverQueue
to clear it from receiving a change notification.
true
if the adaptor is capable of dispatching requests to the application concurrently, false
otherwise.
currentBatchIndex
to that batch's index.
group
has failed to create
a new object for dataSource
.
group
has failed to create a new object for dataSource
.
group
's dataSource
has changed.
group
's EODataSource has changed.
group
's selected objects have changed, regardless of whether the selection indexes have changed.
group
's set of selected objects has changed, regardless of
whether the selection indexes have changed.
group
's selection has changed.
group
's selection has changed.
group
has deleted eo
.
group
has deleted eo
.
group
has fetched objects
from its dataSource
.
group
has fetched objects.
group
has inserted eo
.
group
has inserted eo
.
group
has altered a property value of eo
.
group
's array of objects
to limit which ones get displayed.
group
's
array of objects to limit which ones get displayed.
group
.
group
.
group
from deleting eo
.
group
from deleting eo
.
group
from displaying an attention panel with title
and message.
group
from fetching.
group
from fetching.
group
from inserting eo
at index
.
group
from inserting anObject at index
.
group
receives an ObjectsChangedInEditingContextNotification
, this method allows
the delegate to suppress redisplay based on the nature of the change that has occurred.
group
receives an InvalidatedAllObjectsInStoreNotification
, this method allows
the delegate to suppress refetching of the invalidated objects.
fetch
method.
key
in the user interface.
null
since the corresponding text widget is not
used to display values, but to filter rows in a display group.
removeTransientSubcontroller
If the
receiver's supercontroller is non-null
, this method also attempts to
dispose of the supercontroller if it's transient.
NSTimestamp.DistantFuture
instead
NSTimestamp.DistantPast
distributionContext
binding.
distributionContext
binding.
object
should be allowed for the client application of this distribution context or not.
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.
editingContext
(which is the editing context of the distribution context).
entityName
and a global ID matching globalID
.
true
if the receiver contains other, false
if it doesn't.
true
if receiver contains right, false
if it doesn't.
adaptorPrefix
and the
application name, including the .woa
extension.
sendNow
parameter to composeComponentEmail
and
composePlainTextEmail
.
System.getProperty
and
convert the property to a double.
downloadClientClasses
binding.
downloadClientClasses
binding.
downloadClientClassURLs
binding.
downloadClientClassURLs
binding.
connectionDictionary
and administrativeConnectionDictionary
.
null
.
administrativeConnectionDictionary
.
entityGroup
, or null
if primary key generation is not supported.
null
.
entityGroups
.
entityGroups
.
entityGroup
.
entityGroup
.
entityGroups
.
entityGroups
.
before
instead
null
if none is set.
null
if there is not one
context
is no longer using the object corresponding to gid
.
anEditingContext
's parent object store (in response to an ObjectsChangedInStoreNotification).
context
.
EOEditingContext.substitutionEditingContext()
If that is null
it creates a new one and sets it as the substitution editing context.
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).
editingContext
as part of the EOEditingContext.MessageHandlers
interface, this method presents an attention panel with message
as the message to display.
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.
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.
objectsWithFetchSpecification
, if the delegate has appropriate results cached it can return them and the fetch will be bypassed.
object
identified by globalID
has been explicitly invalidated.
anEditingContext
invokes this method in its delegate once for each of the objects that has both uncommitted changes and an update from the EOObjectStore.
processRecentChanges
message.
saveChanges
message.
saveChanges
message.
context
in its saveChanges
method, this method allows the editor to flush any pending edits and, if necessary, prohibit a save operation.
editingContext
in its saveChanges
method as part of
the EOEditors informal protocol, this method allows the EODisplayGroup
to prohibit a save operation.
shouldSelectCell
and getTableCellEditorComponent
).
context
, this method should return true
if the editor has any unapplied edits that need to be saved and false
if it does not.
false
if any association is editing, true
otherwise.
entityName
.
editPageForEntityNamed
.replacementAssociationForAssociation
method to components that
implement the editing of relationships.entityName
.
editRelationshipPageForEntityNamed
.null
which indicates that the SOAP-XML engine should fill in its own defaults for the element attributes.
element ID
.
keyPath
argument.
actionName
and resets the receiver's actions.
true
to indicate that a single value association (such
as an EOTextFieldAssociation for a JTextField) should be enabled
for setting key, false
otherwise.
suppressObserverNotification
message.
value
under the key key
.
value
under the key key
.
object
in place under the key key
.
object
to ask the EOEditingContext to encode object
using encoder
.
object
with a special reference (placeholder) under the key key
.
result
.
coder
.
coder
.
coder
.
coder
.
coder
.
coder
.
coder
.
coder
.
coder
.
NSCoder
.
coder
.
receiver
of a specific type using NSCoder coder
.
coder
.
EOKeyValueArchiving
.
archiver
.
archiver
.
receiver
into the EOKeyValueArchiver archiver
.
archiver
.
coder
.
setValueForAspect
with the display object's value and the appropriate aspect (typically
value).
endEditing
method description in the
superclass EOAssociation.
cancelCellEditing
and stopCellEditing
to inform
the receiver that it should end editing.
serviceName
.
observer
to be sent subjectChanged messages.
awakeFromKeyValueUnarchiver
to the unarchived objects is not defined.
setInQueryMode
with an argument of true
.
null
if this attribute is acting as an argument for a stored procedure.
object
.
object
, whether object
is an instance of an Enterprise Object class, an instance of EOGenericRecord, or a fault.
object
from any of the models in the receiver that handle object
, or null
if none of the models in the receiver handle object
.
entityName
message to the receiver's EOClassDescription.
null
if it does not have one.
entityName
.
name
, or null
if no such entity exists in this model.
name
, and returns the entity, if found, or null
if unable to find the specified entity.
EOAction.ActiveWindowDependentAction
interface, it is given
the opportunity to update its settings (like the menu accelerator) when
the user switches the active window.canPerformActionNamed
, which allows an action receiver
to specify if an action (sent by an EOAction object) is enabled
for the receiver.aDisplayObject
, typically a button or menu item.
aDisplayObject
, typically a button or menu item.
name
.
context
.
entity
as the entity to which the operation will be applied.
EOApplication.ApplicationSupport
can encapsulate behavior of Java Client applications
used in different architectures.EOApplicationSupport
is an EOApplication.ApplicationSupport
subclass
used with two-tier Swing/EOF applications.owner
and the
disposably registry registry
for the objects loaded from
the archive.
desc
contains information about the objects provided by the EOArrayDataSource and ec
is the EOArrayDataSource's editing context.
aDisplayObject
as the display object
that the association manages.
EOAssociationConnector
is an interface that defines a controller
that can assume the responsibilities for connecting and disconnecting the
associations of a transient subcontroller.plist
whose parent is owner
.
EOClientApplicationSupport
is an EOApplication.ApplicationSupport
subclass
used with three-tier Java Client applications.javax.swing.JTables
.EOComponentController.ActionCollector
interface identifies controllers
that display actions of subcontrollers collectively (for example in tool bars).EOComponentController.EndEditing
interface identifies controllers
that edit data objects and might need to flush uncommitted user changes.actionName
on the object target
when the widget listenee
is acted upon.
actionName
when the widget listenee
is acted upon.
EOController.Enumeration
is an interface that defines an enumeration
that iterates over a set of EOController objects.adaptor
as the new EODatabase's adaptor.
model
and assigning it as the new EODatabase's adaptor.
databaseContext
as its parent.
database
assigned as the EODatabase object that the new context works.
type
.
anEditingContext
for the EOEntity specified by anEntityName
using the fetch specification fetchSpecificationName
.
anEntityName
into anEditingContext
.
object
, its globalID to globalID
,
and its entity to entity
.
EODeferredFaulting
interface defines the methods enterprise objects use
to manage deferred faulting.EOControl
's
change tracking mechanism.EOControl
's
change tracking mechanism.NSRunLoop.DefaultRunLoopMode
as its only run loop mode.
EODetailDataSource
object.
object
, an EODisplayGroup.
entityName
.
entityName
.
entityName
.
session
, using editingContext
as the editing context which controls the server-side representation of the enterprise object graph fetched by the client.
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.
parent
as its parent object store.
plist
belonging to the EOModel owner
.
entity
.
.nib
file).plist
whose parent is owner
.
setLoggingEnabled
method, which is invoked by the event-logging system when logging is enabled or disabled for an event class.rows
number of rows, columns
number of columns,
a row spacing of rowSpacing
and a column spacing of columnSpacing
.
name
and a userInfo
dictionary of additional information.
classDescription
java.awt.Image
objects) in Swing user interfaces.ScaleProportionallyIfTooLarge
scaling and java.awt.Image.SCALE_SMOOTH
scaling hints.
editingContext
.
archiveName
(usually the interface file name
defaults to the class name) and using the editing context
editingContext
.
source
and destination
attributes.
leftKey
and rightKey
, using the operator method selector
, one of the list below.
takeValuesFromDictionary
and valuesForKeys
--
which are useful when working with groups of properties.dictionary
.
object
as the display group
that the association manages.
object
, an EODisplayGroup.
object
, an EODisplayGroup.
object
, an EODisplayGroup.
rows
number of rows, columns
number of columns,
a row spacing of rowSpacing
and a column spacing of columnSpacing
.
EOModalDialogController.ModalActions
interface defines the
methods subcontrollers of modal dialog controllers have to implement to handle
closing of the dialog.url
.
EOObjectDisplay
is an interface that defines the behavior of a
controller that displays enterprise objects.EOObjectDisplayDocument
is an interface that
combines the EOObjectDisplay and EODocument interfaces.message
.
action
to target
upon receiving a subjectChanged
message.
objectWillChange
method, used by observers to receive notifications
that an object has changed.evaluateWithObject
,
that performs in memory evaluation of qualifiers.plist
-a dictionary containing only property list data types (that is, NSDictionaries, Strings, NSArrays, and NSData).
adaptor
to communicate with an external database.
eoDescription
, but doesn't descend into relationships.
object
in a short form.
EOEntity
.
java.awt.Image
in an EOImageView.javax.swing.JTable
in a scroll view), via the repective WidgetPlugin's.super(association, widget)
constructor.
object
, which supplies a text (String) value.
object
, which supplies a text (String) value.
super(association, widget)
constructor.
javax.swing.JTables
.javax.swing.JTextField
that adds
the notion of selectability (so that text fields can be selectable, but not editable).super(association, widget)
constructor.
urls
for classes.
urls
for classes.
urls
for classes.
super(association, widget)
constructor.
super(association, widget)
constructor.
aDisplayObject
as the display object
that the association manages.
super
's implementation.
aTimer
is an instance of WOTimer with
the same selector
, target
, and
userInfo
as the receiver.
object
with the receiver and returns
true
if they are identical, false
otherwise.
object
.
other
is done by each one of the EOKeyComparisonQualifier components.
other
.
other
object have equals qualifiers it returns true
; false
otherwise.
other
object have equals
keys it returns true
, false
otherwise.
object
.
object
, returning true
if object
satisfies instanceof NSArray
and its elements are equal to the elements of
this array, otherwise it returns false
.
object
.
object
.
other
.
object
This is true
if object
is an NSSet or subclass of NSSet and both sets contain identical members.
data
as that of anObject
.
equalTo
query values.
errorPageForEntityNamed
.expression
to the database server for evaluation, beginning a transaction first and committing it after evaluation if a transaction isn't already in progress.
evaluateWithObject
message, it evaluates each of its qualifiers until one of them returns false
.
true
if the object object
satisfies the qualifier, false
otherwise.
true
if object
satisfies the qualifier,
false
otherwise.
true
if the object object
satisfies the EONotQualifier,
false
otherwise.
true
if object
satisfies the qualifier, false
otherwise.
true
if object matches the criteria specified in the receiver, false
otherwise.
true
if the argument object satisfies the qualifier, false
otherwise.
eventTypeDescriptions
.
aClass
and that have the type type
.
aClass
and whose type is type
.
null
if no exception was thrown or if the receiver hasn't been processed yet.
NSValidation.ValidationException.exceptionWithObjectAndKey(java.lang.Object, java.lang.String)
object
and key
.
eo
from the to-many relationship named key
without affecting inverse relationships, by directly modifying the property storing the to-many relationship.
storedProcedure
.
identifier
object.
setExpressionClassName
.
entity
to that expression.
null
if it doesn't have an external 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
.
null
if the entity has no external query.
type
.
model
.
factoryMethodArgumentType
and setFactoryMethodArgumentType
to specify the type of argument that should be passed to the attribute's factory method, in this case, an array of bytes.
factoryMethodArgumentType
and setFactoryMethodArgumentType
to specify the type of argument that should be passed to the attribute's factory method, in this case, a binary (NSData) argument.
factoryMethodArgumentType
and setFactoryMethodArgumentType
to specify the type of argument that should be passed to the attribute's factory method, in this case, a String argument.
entity
cannot be found at runtime.
globalID
and registers it in the editing context context
.
context
and the object associated with globalID
is already registered in context
, this method returns that object.
faultForGlobalID
inherited from EOObjectStore.
globalID
, registers it in the editing context editingContext
, and returns the fault.
row
by invoking faultForRawRow
on this EOEditingContext's parent EOObjectStore with context
as the editing context.
row
.
faultForRawRow
inherited from EOObjectStore.
row
and the entity name entityName
, registers it in the editing context editingContext
, and returns the fault.
object
from the chain of fault handlers.
object
is about to be reverted
to its original state.
fetchObjects
method of the dataSource
and passes the result to setObjectArray
.
value
unchanged.
value
unchanged.
value
unchanged.
value
unchanged.
value
if it were inserted or updated in the column described by att
.
super
with the result of the plugIn's
plugInValueForValue
.
dataSource
.
true
if the receiver fetches automatically after being
loaded from a nib file, false
if it must be told explicitly to fetch.
rawRowKeyPaths
method returns non-null
.
selectObjectsWithFetchSpecification
message, or null
if there are no more objects in the current result set or if an error
occurs.
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.
null
otherwise.
selectAttributes
, executeStoredProcedure
, or evaluateExpression
message sent to the receiver.
null
if no fetch specification is set.
setFetchSpecification
or setAuxiliaryQualifier
).
null
if the data source is not using a named fetch specification.
fetchSpecName
.
fetchSpecName
from the entity specified by entityName
in the receiving model group.
name
.
entityName
associates with the fetch specification name name
.
bindings
to the receiver's qualifier if there is one, and returns a new fetch specification that can be used in a fetch.
(new File(aString)).exists()
or fileExistsAtPathURL()
java.lang.Object
.
associationClass
and objects
of class widgetClass
and returns the first one found.
finishInitializationWithKeyValueUnarchiver
method.
unarchiver
has
unarchived and awaken all objects from an archive.
receiver
after the EOKeyValueUnarchiver unarchiver
has unarchived
and awaken all objects from an archive.
selector
on target
and passing
either the WOTimer -- if userInfoClass
was null
when the
WOTimer was created -- or userInfo
.
value
method.
editingCanceled
to all cell editor listeners registered with the column editor.
editingStopped
to all cell editor listeners registered with the column editor.
firePropertyChange
in
Sun's documentation for javax.swing.AbstractAction
.
otherArray
.
System.getProperty
and
and convert the property to a float.
flush
on printStream
.
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.
relationship
.
ObjectsChangedInStoreNotification
describing the invalidated objects.
gids
.
object
from the uniquing tables and causes this EOEditingContext to remove itself from the object's list of observers.
gid
and posts an ObjectsChangedInStoreNotification
describing the invalidated object.
gid
.
array
and posts an ObjectsChangedInStoreNotification
describing the invalidated objects.
gids
, both in the receiver and in the EODatabase.
NSNumberFormatter.pattern()
.
obj
to produce a string, appends the string to toAppendTo
, and returns the resulting StringBuffer.
obj
to produce a string, appends the string to toAppendTo
, and returns the resulting string.
statistics
using the Common Log File Format (CLFF).
format
to a SQL string sqlString
.
string
for use as a string constant in a SQL statement.
value
suitable for use in an SQL statement, depending on attribute
's externalType
.
aKey
.
object
.
toOneDescription
.
javax.swing.table.TableCellEditor
method to return the current value in the editor.
setDefault
or setDefaultTimeZone
.
container
along the x axis.
container
along the y axis.
public Object[] objects()
instead
public Object[] objects()
in NSRange instead
null
if one does not exist.
port
and host
specified, using the given timeout
in milliseconds.
port
and host
specified, using the given timeout
in milliseconds.
port
and address
specified, using the given timeout
in milliseconds.
address
and host
specified, using the given timeout in milliseconds.
javax.swing.table.TableCellEditor
method to set an inital value for the editor.
propertyKey
currently being inspected should be serialized as an EOGlobalID
object
in this EOEditingContext or its shared context.
row
, which represents a database row.
inputPartValues
.
entityName
and values
.
greaterThan
query values.
true
if this NSUndoManager automatically creates undo groups around each pass of the run loop.
key
in the resource bundle.
key
in the resource bundle.
valueForKey
when it finds no property binding for key
.
valueForKey
when it finds no property binding for key
.
valueForKey
when it finds no property binding for key
.
object
implements NSKeyValueCoding.ErrorHandling, this method invokes handleQueryWithUnboundKey
on object
.
object
to fire.
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, false
handlesFetchSpecification(EOFetchSpecification) -
Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
true
if the receiver is responsible for fetching the objects described by fetchSpecification
.
takeValueForKey
when it finds no property binding for key
.
object
as the exception's object and key
as the exception's key.
takeValueForKey
when it finds no property binding for key
.
object
is an NSKeyValueCoding.ErrorHandling, this method invokes handleTakeValueForUnboundKey
on object
.
aBindingName
.
true
if any of the receiver's channels have outstanding operations (that is, have a fetch in progress), false
otherwise.
true
if the receiver's EOAdaptorContext has channels that have outstanding operations (that is, have a fetch in progress), false
otherwise.
batchCount
.
nextPage
or nextPageDelegate
has been set.
true
if any of the receiver's contexts have open channels, false
otherwise.
true
if any of the receiver's channels are open, false
otherwise.
true
if a transaction is currently open (has begun but not yet committed or rolled back), false
otherwise.
true
if the adaptor's has a plug-in achitecture.
equals
with aTZ
.
true
if a session exists for the receiving context, false
otherwise.
aKey
.
aKey
.
null
if none exist.
aKey
.
height
binding.
alt
and name
values
for a WOImageButton.
alt
and name
values
for a WOImageButton.
hideSubcontroller
on the supercontroller to deactivate the
receiver's user interface.
controllerInterface
and
has a non-null
value for key
and returns that controller.
controllerInterface
and
has a non-null
value for key
and returns that value.
homepage
binding.
host
.
GregorianCalendar
instead.
identifier
object.
java.awt.Image
,
using Toolkit.createImage
.
this
.
target
object implements the method that this NSSelector specifies.
key
the object eo
without affecting inverse relationships, by directly modifying the property storing the to-many relationship.
additionalLength
.
gid
, if the receiver releases unreferenced snapshots.
aDate
.
indexName
, or null
if the receiver has no such index.
displayedObjects
of the first object in the current batch.
object
.
object
(testing for equality by directly comparing Object references with ==) and returns the first (lowest) index whose
corresponding element is identical to object
.
displayedObjects
of the last object in the current batch.
object
and returns the first (lowest) index whose corresponding element is equal to object
.
object
and returns the first (lowest) index whose corresponding element is equal to object
.
key
.
info
from any member of the EOvents set aggregated by the receiver.
startApplication
method using all HTML
parameters retrieved via Applet's getParameter
.
object
in the editing context context
based on the snapshot for gid
.
gid
.
globalID
.
initializeObject
inherited from EOObjectStore to set object's properties, as obtained for gid
.
object
with its attributes and relationships using key-value coding.
object
to ask the EOEditingContext to initialize object
from data in decoder
.
null
values.
aResourcePath
.
insertNewObjectAtIndex
with an index just past the first index in the selection, or at the end if there's no selection.
insertNewObjectAtIndex
with an index just
past the first index in the selection, or 0 if there is no selection.
dataSource
.
createObject
method of the dataSource
and inserts the new object into the dataSource
(and into allObjects
at newIndex
) using insertObjectAtIndex
.
createObject
message, then inserts the new object using insertObjectAtIndex
.
true
.
addObjectToBothSidesOfRelationshipWithKey
message to the master object.
insertObjectWithGlobalID
) object
to be inserted in this EOEditingContext's parent EOObjectStore the next time changes are saved.
createObject
into the WODisplayGroup's dataSource
and into allObjects
and displayedObjects
at newIndex
, if possible.
createObject
into the receiver's EODataSource and displayedObjects
array at newIndex
, if possible.
object
into this array at index
.
globalID
that should be inserted in the parent EOObjectStore when changes are saved.
row
into the table in the database that corresponds to entity
.
entityName
.
inspectPageForEntityNamed
.formValueForKey(String)
and cookieValueForKey(String)
.
System.getProperty
and
convert it to an integer using
NSPropertyListSerialization.intForString
.
interfaceControllerClassName
binding.
interfaceControllerClassName
binding.
interfaceControllerClassName
binding.
interfaceControllerClassName
binding.
null
.
otherRange
and the receiver before the operation.
otherSet
.
otherRange
intersects
this NSRange.
true
; otherwise, it returns false
.
InvalidatedAllObjectsInStoreNotification
, as well as an ObjectsChangedInStoreNotification
with the globalIDs for the invalidated objects in the userInfo
dictionary.
gids
and broadcasts an ObjectsChangedInStoreNotification
, which causes any EOEditingContext containing objects fetched from the receiver to refault those objects.
globalIDs
should no longer be considered valid and that they should be refaulted.
globalIDs
should no longer be considered valid and that they should be turned into faults (empty enterprise objects).
gids
should no longer be considered valid and that they should be turned into faults (empty enterprise objects).
globalIDs
should no longer be considered valid and that they should be refaulted.
name
.
relationshipKey
.
relationshipKey
.
relationshipKey
, or null
if there isn't one.
relationshipKey
, or null
if there isn't one.
method
encapsulated by this NSSelector with parameters
on the target
object.
invoke(Object, Object[])
, but with no arguments.
invoke(Object, Object[])
, but using one argument.
invoke(Object, Object[])
, but using two arguments.
target
object.
target
object.
target
object.
operationName
on the web service serviceName
with parameters parameters
.
generateResponse
on a WOComponent configured to generate WSDL.
methodName
and parameterTypes
on the
appropriate controllers.
methodName
on the enterprise object identified by gid
in context
, using arguments.
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
.
methodName
with the arguments passed remotely on the enterprise object identified by the global ID globalID
.
true
if the receiver is an abstract entity, false
otherwise.
actionName
isn't explicitly disabled.
true
if the request is using an AJAX request, false
otherwise.
controller
is a subcontroller of the receiver,
of the receiver's subcontrollers, or their subcontrollers, and so on.
true
if the receiver is a case insensitive match for other, false
if it isn't.
true
if receiver is a case insensitive match for right, false
if it isn't.
false
.
javax.swing.table.TableCellEditor
method to determine whether a cell can start editing.
event
can start editing in the editor component.
true
if the name, precision, width, and scale of candidate
are identical to the name, precision, width, and scale of columnType
, false
otherwise.
true
if the name, precision, width, and scale of candidate
are identical to the name, precision, width, and scale of columnType
, false
otherwise.
true
if the name, precision, width, and scale of candidate
are identical to the name, precision, width, and scale of columnType
, false
otherwise.
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.
true
if at least one adaptor may dispatch requests concurrently and allowsConcurrentRequestHandling
returns true
.
sendRequest
is executed.
aTimestamp
.
useDecimalNumber
value for a WOTextField.
true
if a fetch should include sub-entities of the receiver's entity, false
if it shouldn't.
true
if the attribute does not correspond exactly to one column in a table, false
otherwise.
false
by default, since the default WOSessionStore does not support distributed sessions.
globalID
and entityName
.
true
if this is a document style operation (i.e., style is "document").
false
.
true
if exception
is a
JDBCAdaptorException and it is considered a "dropped" connection;
otherwise false
.
true
if exception
is considered a
"dropped" connection; otherwise false
.
true
if the qualifier is empty, false
otherwise.
true
, this association is enabled.
true
, this association is enabled for the object at index index
in the display group's displayed objects array.
otherData
.
equals
.
true
if object
is a fault, false
otherwise.
true
if fetching is enabled, false
otherwise.
true
if the receiver is fetching, false
otherwise.
true
if the receiver is fetching, false
otherwise.
true
if this object represents a file upload.
true
if the attribute is flattened, false
otherwise.
true
if the relationship has a definition that traverses another relationship, false
otherwise.
true
if the result is NSComparator.
true
if the result is NSComparator.OrderedDescending.
true
if the result is NSComparator.
true
if the result is NSComparator.OrderedDescending or NSComparator.OrderedSame.
identifier
as leaf.
true
if the result is NSComparator.OrderedAscending .
true
if the result is NSComparator.OrderedAscending.
true
if the result is NSComparator.
true
if receiver matches other according to the semantics of the SQL like comparison operator, false
if it doesn't.
false
if it doesn't.
isWebAssistantEnabled
instead.
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.
true
if the target of the relationship is required, false
if it can be null
.
null
.
WOMonitorEnabled
.
true
if this WORequest represents multipart form data.
true
if the Enterprise Object identified by gid
is locked, false
otherwise.
true
if the row corresponding to the globalID gid
has been locked in an open transaction held by this database context.
true
if the object identified by gid
in context
is locked, false
otherwise.
true
if the object identified by globalID
is locked, false
if it isn't.
true
if the object identified by gid
in editingContext
is locked, false
otherwise.
true
if the channel has been opened with openChannel
, false
if not.
true
if the operation name
is document style, false
otherwise.
true
if the operation name
is RPC style, false
otherwise.
true
if every key attribute is present in object
and has a value that is not null
.
true
if qualifier
describes the primary key and nothing but the primary key, false
otherwise.
true
if the value of the attribute can not be modified, false
if it can.
true
if the receiver can not be modified, false
if it can.
true
if the receiver can not be modified, false
if it can.
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.
true
if this NSUndoManager is in the process of performing an redo operation.
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.
true
if the application instance is refusing new sessions, and false
otherwise.
true
if this is an RPC operation (i.e., style is "RPC").
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.
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.
false
, indicating that state will be maintained for instances of the receiver.
true
if formDataInputStream
can be called.
otherSet
.
controller
is a direct subcontroller of the receiver.
true
; false
otherwise.
true
if the relationship is to-many, false
if it's to-one.
true
if the receiver has a to-many relationship identified by key
, false
otherwise.
key
, false otherwise.
true
if this NSUndoManager is in the process of performing an undo operation.
true
if object is an instance of EODisplayGroup.
true
if object
is an instance of EODisplayGroup.
true
if object
is an instance of EODisplayGroup
and its data source is either null
or an EODetailDataSource (EOControl).
true
if object
is an instance of EODisplayGroup
and its data source is either null
or an EODetailDataSource (EOControl).
true
if aDisplayObject
is usable with the association.
true
if the request is using a webserver, false
otherwise.
true
if anAttribute
can be used for locking, false
otherwise.
true
if the property aProp
is a valid class property of the receiver, false
otherwise.
false
if anAttribute
isn't an EOAttribute, doesn't belong to the entity or is derived.
true
if an attribute of type typeName
can be used in a qualifier (an SQL WHERE clause) sent to the database server, false
otherwise.
italicState
value for the specified row in this column.
widgetDidChange
on the plugin's EOValueAssociation.
browserItem
field.
j2seVersion
binding.
j2seVersion
binding.
null
by default).
jarFileNames
binding.
sqlException
.
Types.OTHER
.
JNDIAdaptor
class represents a Java Naming and Directory Interface service.JNDIAdaptor
.
JNDIAdaptorException
class represents a runtime exception that wraps an instance of NamingException
.JNDIAdaptorException
with the specified message.
JNDIAdaptorException
with the specified message and naming exception.
JNDIAdaptorException
with the specified naming exception.
JNDIChannel
class represents a communication channel to a Java Naming and Directory Interface service.JNDIChannel
.
JNDIContext
class represents a transaction scope on a Java Naming and Directory Interface service.JNDIContext
.
JNDIPlugIn
class represents a plug-in to the JNDIAdaptor.JNDIPlugIn
.
ChannelOperation
interface encapsulates an operation to be performed in the JNDIChannel.JNDIType
class represents the external type of an EOAttribute.JNLPComponentName
binding.
joinClauseString
for use in a SELECT statement.
evaluateWithObject
).
null
if it is unavailable.
java.util.Enumeration
which can be used to access each key in this dictionary.
WOServiceUtilities.RuleSystemConstants.EntityNameKey
).
keyCode
with the
appropriate modifier for the client operating system (usually CTRL_MASK).
keyCode
and the modifier
mask modifiers.
keyCode
with the
SHIFT modifier.
keyStrokeDescription
.
language
binding.
language
binding.
language
binding.
language
binding.
path
.
after
instead
container
.
container
.
LDAPPlugIn
class represents a plug-in to the JNDIAdaptor for Lightweight Directory Access Protocol services.LDAPPlugIn
.
lessThan
query values.
entityName
.
listPageForEntityNamed
.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.
archiveName
of the receiver.
className
and registers it with the
WebObjects frameworks.
classNames
and registers them with the WebObjects frameworks.
d2wContext
instead.
iconName
or
null
if no icon can be found with the specified name.
string
or string
itself if no localized version can be found.
NSNumberFormatter.localizesPattern()
.
gid
, if there is one, otherwise returns null
.
name
belonging to the Enterprise Object identified by the globalID gid
, or null
if there is no to-many snapshot.
NSRange.containsLocation(int)
NSRecursiveLock.tryLock(NSTimestamp)
object
in the external store.
gid
in the underlying database server on behalf of the editing context ec
.
gid
in context
in the external store.
globalID
.
gid
in editingContext
in the external store.
true
if a fetch should result in the selected objects being locked in the data repository, false
if it shouldn't.
object
in the external store with lockObject
the first time object
is modified.
org.apache.log4j.Logger
wrapped by this NSLog.Log4JLogger instance.
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.
statistics
to the log file specified by logFile
.
true
for the declaration in which the association appears.
System.getProperty
and
and convert the property to a long.
downloadClientClasses
binding.
downloadClientClasses
binding.
com.webobjects.eoapplication.client.EOClientApplicationSupport
.
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).
selector
on each object in this array.
anEvent
, a newly created event, as an atomic event, and assigns it's info to info
.
info
.
anEvent
ended.
anEvent
, a newly created event, to be a branch event (that possibly has nested subevents), and assigns it's info to info
.
info
.
NSDecimalNotANumber
.
container
.
NSArray.Operator
) that computes the largest element in an array.
equals
method.
"Total Memory"
), and an approximation of the amount of free memory in the system (access this value using the dictionary key
"Free Memory"
).
actionArray1
and
actionArray2
with duplicate actions removed.
browserListDescription
.
editRelationship
.
editValues
.
hyperlinkAction
.
listDescription
(if one exists).
toManyDescription
.
toOneDescription
.
java.lang.reflect.Method
that corresponds to this NSSelector on the targetClass
.
java.lang.reflect.Method
that corresponds to this NSSelector on the target
object.
method
to return object
's corresponding property value.
(milliseconds / 1000)
instead
NSDecimalNotANumber
.
isRefusingNewSessions
returns true
, the application instance terminates.
container
.
container
.
NSArray.Operator
) that computes the smallest element in an array.
GregorianCalendar
instead.
objectCoord
.
name
if it is part of the receiving model group, or null
if the receiver doesn't contain an EOModel with the specified name.
url
or null
if the receiver does not contain an EOModel with the specified URL.
GregorianCalendar
instead.
true
if the receiver must use bind variables for attribute
, false
otherwise.
DOCUMENTROOT/WebObjects
and is minus the ".wo" extension.
getID
.
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.
needsAllPermissions
binding.
NSNumberFormatter.negativePattern()
.
nestedEditingContext
editing context provider method name.
newDataSource
.
newDisplayGroup
display group provider method name.
newDataSource
, configured to not use optimistic
refresh.
newDisplayGroupUsingOptimisticRefresh
display group provider method name.
newEditingContext
editing context provider method name.
entity
.
association
and widget
.
downloadClientClasses
binding.
downloadClientClasses
binding.
objectWillChange
to all observers registered for eo
with that object as the argument, and sends that message to all omniscient observers as well.
subjectChanged
messages to all of the receiver's enqueued
observers whose priority is lastPriority
or earlier.
object
.
objects
.
objects
in the range specified by range
.
immutableClone
instead.
java.util.Collection
interface.
java.util.Collection
interface.
list
in the range specified by range
.
message
as the message.
bytes
.
bytes
that fall in the range specified by range
.
bytes
that fall in the range specified by offset
and count
.
bytes
that fall in the range specified by range
.
otherData
.
inputStream
.
object
for a single key key
.
keys
and objects
arrays.
keys
and objects
NSArrays.
otherDictionary
.
Map
.
Map
.
dictionary
.
dispose
, in
which an object prepares for destruction.wrapped
.
wrapped
.
null
values.UnknownKeyException
with message
as the message and a user info dictionary specifying object
for the TargetObjectUserInfoKey and key
for the UnknownUserInfoKey.
NSKeyValueCoding.UnknownKeyException.NSKeyValueCoding.UnknownKeyException(java.lang.String, java.lang.Object, java.lang.String)
instead.
NSKeyValueCodingAdditions
objects using the
same code.aLogger
.
System.out
.
ps
.
capacity
, a number greater than or equal to 0.
object
.
objects
.
objects
in the range specified by range
.
mutableClone
method instead.
list
in the range specified by range
.
java.util.Collection
interface.
capacity
bytes.
bytes
.
bytes
that fall in the range specified by
range
.
bytes
that fall in the range specified by
range
.
otherData
.
inputStream
.
capacity
entries.
object
for a single key key
.
keys
and objects
arrays.
keys
and objects
NSArrays.
otherDictionary
.
dictionary
.
Map
.
location
and length
.
range
.
capacity
members.
object
.
objects
.
objects
.
otherSet
.
collection
name
, object object
, and arbitrary user information userInfo
.
name
, object object
, and an empty userInfo
.
pattern
.
java.lang.System.getProperties
method.location
and length
.
range
.
objects
Note: NSSet assumes that the member objects are immutable.
objects
Note: NSSet assumes that the member objects are immutable.
set
collection
java.net.Socket
) with a connection timeout.date
.
java.sql.Timestamp
.
gregorianUnitsSinceTimestamp
method and consist solely of an instance variable, value
.aPattern
.
java.io.Serializable
interface and should be considered private.
message
as the message and a userInfo dictionary specifying object for the ValidatedObjectUserInfoKey and key
for the ValidatedKeyUserInfoKey.
NSValidation.ValidationException.NSValidation.ValidationException(String, Object, String)
null
in places which do not handle raw null
.
setNumberOfObjectsPerBatch
or using WebObjects Builder's Display Group Options panel.
null
if it is unavailable.
index
within this NSArray.
java.util.Enumeration
which can be used to access each value in this dictionary.
gid
in this EOEditingContext or its shared context, or null if no such object exists.
key
faultForRawRow
).
bindObjectsWithFetchSpecification
.
keys
and returns an array of the value objects associated with each of the keys.
name
.
relationshipName
.
dataSource
of the WODisplayGroup after some or all of them have been invalidated.
schemaAttribute
with modelAttribute
and returns a change dictionary of state that is different between the the two.
fetchSpecification
.
gid
.
objectsWithFetchSpecification
is invoked.
context
.
fetchSpec
and return them in an array.
objectsWithFetchSpecification(fetchSpecification, this);
.
fetchSpecification
and returns them in an array for inclusion in context
.
fetchSpecification
's entity.
fetchSpecification
and returns them in an array for inclusion in the editing context editingContext
.
aQNameObject
will be deserialized.
willChange
method.
object
's state is about to change.
eo
that is of class aClass
.
suppressObserverNotification
messages in effect.
eo
.
operationName
name
.
serviceName
.
types
element of the service this operation is grouped in.
defenition
element of the service this operation is grouped in.
otherParameterName
instance variable.
true
if the attribute has an override, false
if the requested characteristic gets its value from the prototype attribute.
true
if the attribute has an override, false
if the requested key gets its value from the prototype attribute.
true
if the receiver's source object owns its destination objects, false
otherwise.
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.
relationshipKey
should be deleted if they are removed from the relationship.
true
if the receiver has a relationship identified by key
that owns its destination, and false
otherwise.
relationshipKey
that owns its destination, false otherwise.
true
if the receiver is responsible for fetching and saving the object identified by globalID
, false
otherwise.
true
if the receiver is responsible for fetching and saving the object identified by globalID
.
true
if the receiver is responsible for fetching and saving object
, false
otherwise.
true
if the receiver is responsible for fetching and saving object
.
dynamicPageName
argument.
task
and
the entity identified by entityName
.
task
and
the entity identified by entityName
.
page
connection key.
aName
.
aName
.
parameterOrder
attribute for the operation definition.
null
otherwise.
partName
.
type
attribute for the input part identified by the name of the current argument name reflected in partName()
.
.woa
extension; for example "C:/NETSCAPE/ns-home/docs/WebObjects/Examples/HelloWorld.woa"
is a typical application path.
resourcePathForLocalizedResourceNamed
instead.
resourcePathForLocalizedResourceNamed
instead.
inputStreamForResourceNamed
, pathURLForResourceNamed
or bytesForResourceNamed
instead.
(new File(aString)).isAbsolute()
.
resourcePathsForResources
instead.
null
if the model wasn't initialized from an URL.
aResourcePath
.
adaptorOp
by invoking the adaptor channel method appropriate for performing the specified operation.
performAdaptorOperation
with each EOAdaptorOperation object in the array adaptorOps
.
recordChangesInEditingContext
and recordUpdateForObject
.
selector
to be invoked on target
with the specified argument
and order
(priority).
columnName
from the current type
to a new type specified by castType
.
columnName
from the current type
to a new type specified by castType
.
columnName
.
pluginCodebase
binding.
url
.
JDBCAdaptor.fetchedValueForValue
.
browserListDescription
.
toManyDescription
.
WOPort
.
NSNumberFormatter.positivePattern()
.
notification
to the notification center.
notificationName
, associates it with the object notificationObject
, and posts it to the notification center.
notificationName
, associates it with the object notificationObject
and dictionary userInfo
, and posts it to the notification center.
container
.
container
.
statement
to an adaptor specific constraint for relationship.
stream
.
context
.
stream
.
EOAssociation.MatchKey1Aspect
.
EOAssociation.ValueAspect
.
entityGroup
.
entityGroup
.
entityGroups
.
entityGroups
.
newRow
that are different from those in the object's
database snapshot.
entities
, or an empty array if entities
is empty or null
.
gid
, or null
if gid
is not an instance of EOKeyGlobalID.
primaryKeysForNewRowsWithEntity
instead.
row
, or null
if the primary key can't be computed.
count
in the database table that corresponds to entity
.
entityGroup
, or null
if primary key generation is not supported.
null
.
entityGroups
.
entityGroups
.
primeApplication(String, URL, String)
instead.
responseForComponentWithName
) rather than running a WebObjects application standalone.
principalClassNames
binding.
principalClassNames
binding.
PrintStream
wrapped by this NSLog.Logger instance.
java.io.PrintStream
object representing the file specified by aPath
.
true
if objects should propagate their primary key to related objects through this relationship.
Properties
file in the Resources
subdirectory of the directory corresponding to this NSBundle.
propertyName
, or null
if the receiver has no such property.
null
if there is none.
name
.
null
if there is none.
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
.
setQualifier
or qualifyDisplayGroup
.
row
.
queryMatch, queryMax, queryMin
, and queryOperator
.
equalTo
, greaterThan
, and
lessThan
.
qualifier
, translates all the keys to work with the entity specified in relationshipPath
.
requiresAll
is true
, any variable not found in bindings
throws an exception.
bindings
.
sourceRow
.
qualifierFromQueryValues
and applies to the WODisplayGroup's data source.
qualifierFromQueryValues
and applies to the
receiver's data source.
qualifierFromQueryValues
and applies it to the WODisplayGroup using setQualifier
.
qualifierFromQueryValues
and applies it to the
receiver using setQualifier
.
key
owned by the enterprise object sourceObject
.
sourceObject
named by key
.
key
belonging
to the source object sourceObject
(owner of the relationship).
queryAllPage
method that creates a query-all page.qualifierFromQueryValues
method uses this dictionary along with the queryMax
and queryMin
dictionaries to construct qualifiers.
queryMatch
dictionary also exists in queryOperator
, that operator for that key is used.
equalToQueryValues
, greaterThanQueryValues
, and lessThanQueryValues
).
entityName
.
queryPageForEntityNamed
.rawRowsForSQL(EOEditingContext ec, String modelName, String sqlString, NSArray keys)
instead.
sendRequest
is executed.
takeValuesFromDictionary
, but the changes
dictionary can contain arrays for to-many relationships.
takeValuesFromDictionary
, but the changes
dictionary can contain arrays for to-many relationships.
gid
existing in its parent object store.
true
if the application logs events of the eventClass
class, or false
otherwise.
snapshot
for the Enterprise Object identified by the globalID gid
.
snapshot
under the globalID gid
.
gid
gids, which is the array of globalIDs
identifying the destination objects for the to-many relationship
named name
.
gid
gids, which is the array of globalIDs identifying the
destination objects for the to-many relationship named name
.
snapshots
, which is a dictionary whose keys are globalIDs and whose values are the snapshots for the Enterprise Objects identified by those globalIDs.
snapshots
, which is a dictionary whose keys are globalIDs and whose values are the snapshots for the enterprise objects identified by those globalIDs.
gids
for the relationship identified by
name
, belonging to the receiver's Enterprise Object.
changes
supplied from another EOCooperatingObjectStore (through the EOObjectStoreCoordinator) to the database operation for object
in the receiver.
willChange
directly.
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.
globalID
in the editing context context
.
object
identified by gid
in ctx
.
globalID
in context
.
object
into a fault (an empty enterprise object), identified by globalID
in editingContext
.
object
back into a fault (an empty enterprise object, identified by the global ID globalID
) in the editing context editingContext
.
refaultAllObjects
instead.
true
if any of the receiver's attributes or relationships reference property
, false
otherwise.
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
.
property
, whether derived attributes, relationships that reference property
, and so on.
encodeReferenceToObject
.
refaultAllObjects
instead.
refreshObject
on each registered EOEnterpriseObject in this context.
true
if existing objects are overwritten with fetched values when they've been updated or changed.
refaultObject
on an EOEnterpriseObject which is not inserted, updated, or deleted.
debug
logging for the debug groups mask specified by aDebugGroups
.
associationClass
with the EOAssociation class
map.
channel
with the receiver, adding it from the pool of available channels used to service fetch and fault requests.
context
as one of the receiver's database contexts.
coordinator
for the EOModel model
.
editingContext
and checks whether it already contains an EODatabaseContext cooperating store for model
.
aClass
as an event class.
aSerializerFactory
for serializing objects of class aClass
and aDeserializerFactory
for deserializing DOM elements with QName
aQName
.
aSerializerFactory
for serializing objects of class aClass
and aDeserializerFactory
for deserializing DOM elements with QName
aQName
.
aSerializerFactory
for serializing objects of class aClass
and aDeserializerFactory
for deserializing DOM elements with QName aQName
.
aSerializerFactory
for serializing objects of class aClass
and aDeserializerFactory
for deserializing DOM elements with QName aQName
.
gid
.
target
, so that when undo is performed it's sent selector
with object
as the sole argument.
registerUndoWithTargetAndArguments
method giving the object to be sent the undo operation selector, the selector to invoke, and arguments to pass with that message.
webServiceClass
as operations on a web service whose name is the non-qualified class name of webServiceClass
.
webServiceClass
as operations on a web service whose name is webServiceName
.
allowedMethods
declared on webServiceClass
as operations on a web service whose name is webServiceName
.
webServiceClass
as operations on a web service whose name is the non-qualified class name of webServiceClass
.
webServiceClass
as operations on a web service whose name is webServiceName
.
allowedMethods
declared on webServiceClass
as operations on a web service whose name is webServiceName
.
widgetPluginClass
with the application's EOWidgetPluginRegistry.
serviceName
and operationName
.
serviceName
and operationName
.
like
and contains
).
relationship
is being loaded and the destination entity identified by name
in the model file cannot be found in the model group.
relationshipName
, or null
if the receiver has no such relationship.
null
if the receiver is not a flattened attribute.
null
if the receiver is not a flattened property.
null
if the receiver has none.
adaptorOp
from the receiver's list of adaptor
operations.
target
as the recipient of the undo message.
attribute
exists, removes it from the receiver.
attribute
from the receiver.
javax.swing.table.TableCellEditor
method to remove a
listener from the list that's notified when the editor starts, stops or cancels editing.
controller
, from the receiver's user interface and informs
controller that its integration component became invisible.
objectStore
from the list of EOCooperatingObjectStores that need to be queried and notified about changes to enterprise objects.
aKey
.
editor
from this EOEditingContext.
entity
from the receiver without performing any referential integrity checking.
entity
from the receiver along with any attributes or relationships in other entities that reference entity
.
name
from the receiver.
aKey
from the receiver.
object
throughout the array.
removeIdenticalObject(Object object)
but it only searchs a subset of this array as specified by range
.
index
exists, removes it from the receiver.
join
from the relationship.
model
from the receiver's list of EOModels.
model
from the receiving model group and unbinds any references to model
from other EOModels in the group.
object
from the receiver.
object
throughout this array.
removeObject(Object object)
but only searches a subset of this array as specified by NSRange
.
object
from the set.
index
and moves all elements beyond index
up one slot to fill the gap.
key
and returns the entry's value object.
object
from the receiver's relationship identified by key
, and also removes the receiver from objects
's reciprocal relationship if there is one.
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.
eo
from the to-many relationship named key
without affecting inverse relationships.
eo
from the receiver's relationship value(s),
without modifying any inverse relationship.
removeObject
, but allows you to efficiently remove all the objects in objects
with a single operation.
removeObject
, but allows you to efficiently remove the set of objects in otherArray
with a single operation.
removeObjectAtIndex
.
observer
as an observer of eo
.
observer
as the observer of notifications from the notification center.
observer
as the observer of notifications with the name name
and object object
from the notification center.
observer
as an observer of all objects.
observer
as an observer of all notifications.
operatorName
from the list of operators that can be performed on array elements.
subprotocol
that might have been used to guess a plugin an
appropriate plugin.
removePropertyChangeListener
in
Sun's documentation for javax.swing.AbstractAction
.
packageName
.
relationship
exists, removes it from the receiver.
name
from the set of fetch specifications used to load objects into a shared editing context.
storedProcedure
from the receiver without checking whether any entity uses it.
controller
from the controller hierarchy.
child
from the list of sub-entities that inherit from the receiver.
removeTransientSubcontroller
in
the EOController class specification.
controller
from the controller hierarchy if controller
can be transient and if the receiver allows it.
hyperlinkAction
.
isDecimalNumber
.
toManyDescription
.
toOneDescription
and
editRelationship
.
toOneDescription
.
isListEmpty
,
d2wContext.propertyKey
,
d2wContext.justification
,
d2wContext.displayNameForProperty
, object
,
displayedObjects
.
queryAction
and
showRegularQueryAction
.
queryAction
.
value
.
index
with object
.
range
with a subset of the objects in otherArray
as specified by otherRange
.
null
if the application isn't multithreaded.
true
to indicate that a missing binding will cause an exception to be raised during variable substitution.
true
if this operation must work with an entity.
false
since this operation class does not require an entity.
true
if any of the characters in the character array are found in the String.
prepareForNewTask(boolean)
.
bytesForResourcePath
and inputStreamForResourcePath
methods.
aName
based on the current locale.
anExtension
beneath the specified subdirectory aSubDirPath
.
anExtension
, and lie within the specified subdirectory aSubDirPath
.
anExtension
and lie within the specified subdirectory aSubDirPath
.
name
, using bindings
.
actionName
in the class named className
(optional).
message
from the client to the server using the HTTP POST command.
sessionID
from storage.
name
.
suspendReaderLocks
.
suspendReaderLocks
.
revertChanges
,
requesting an error dialog upon failure.
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.
revertChanges
if the revert failed.
newRow
dictionary that are
different than the corresponding values in its dbSnapshot
, in other
words, the new values for its Enterprise Object.
atts
that are new or updated relative to the object's
database snapshot.
title
and the message
message
.
title
and the message
message
.
title
and the message
message
.
title
and the message
message
.
title
and the message
message
.
saveChanges
,
requesting an error dialog upon failure.
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.
EOEditingContext.saveChanges()
instead.
saveChangesInEditingContext
is invoked.
context
to its EOObjectStore to commit changes.
context
to the receiver's repository.
context
.
editingContext
.
WOServiceUtilities.commitOperationImmediately
saveChanges
if the save failed.
operationTitle
is used as a description
of the operation, message
as the question displayed in the alert panel).
saveIfUserConfirms(boolean, String)
with default
values for a normal save operation.
saveIfUserConfirms(boolean, String)
and makes
the receiver's user interface invisible if the save succeeded (which
usually results in a window closing).
saveIfUserConfirmsAndMakeInvisible(String, String)
with default
values for a normal save & close operation.
aPage
in the session's page cache.
aPage
in the session's page cache.
aPage
in the session's page fragment cache.
aPageComponent
into the permanent page cache.
context
into storage.
ti
milliseconds, and at
intervals ti
thereafter (if repeats
is true
).
ti
milliseconds, and at
intervals ti
thereafter (if repeats
is true
).
qualifier
that is suitable for evaluation by a database (as opposed to in-memory evaluation).
options
for the EOEntity objects in allEntities
.
options
for the EOEntity objects in allEntities
.
options
for the EOEntity objects in allEntities
.
options
for the EOEntity objects in allEntities
.
options
for the EOEntity objects in allEntities
.
options
for the EOEntity objects in allEntities
.
entity
.
"YES"
determines that the EOSQLExpression should generate SQL to create foreign key constraints.
"YES"
determines that the EOSQLExpression should generate SQL to create primary key constraints.
"YES"
determines that the EOSQLExpression should generate SQL to create primary key support.
GregorianCalendar
instead.
aTimestamp
.
fetchSpecification
and set the receiver's attributes to fetch.
selectedObjects
.
null
if there is no such object.
setSelectedObjects
.
key
for the first selected object
in the receiver's displayed objects array, or null
if
no objects are selected.
true
if the selection has changed and not all observers
have been notified, false
otherwise.
setSelectionIndexes
.
true
if successful and false
if not.
object
in the WODisplayGroup's displayedObjects
, returning true
if successful and false
otherwise.
object
.
displayedObjects
array whose addresses are equal to those of objects, returning true
if successful and false
otherwise.
objectSelection
.
objectSelection
array whose addresses are equal to those of objectSelection
, returning true
if successful and false
otherwise.
objectSelection
.
fetchSpecification
to
be fetched into context
.
evaluateWithObject
).
entityName
.
selectPageForEntityNamed
.true
if successful and false
if not.
displayedObjects
after a fetch
when there were no selections before the fetch
.
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.
sendNow
parameter to composeComponentEmail
and
composePlainTextEmail
.
mailString
, with mailString
being a String conforming to the SMTP format.
request
to a destination connection point initialized in
the constructor WOHTTPConnection
.
name
, with the indicated attributes.
awake
).
awake
).
sessionID
.
formValueForKey(String)
and cookieValueForKey(String)
.
sessionID
connection key.
n
transactions and the idle time between the last n
transactions, where n
is the number returned by this method.
actionName
for this tag.
WOAdaptor
instead
adaptorName
.
adaptorOperator
.
conversionMethodName
.
conversionMethodName
.
WOAdditionalAdaptors
instead
value
to the dictionary of additionalKeyValuePairs with key
.
dictionary
, of key-value pairs for use in handleQueryWithUnboundKey()
aDebugLevel
to setLevel
on log4jLogger
.
aDebugLevel
.
NSLog.debug.setAllowedDebugLevel
instead.
null
value to allowsNull
.
aString
the path to which the current application may be found under the document root, with or without the .woa
.
array
.
otherArray
.
NSNumberFormatter.setStringForNull(java.lang.String)
.
NSNumberFormatter.setStringForNotANumber(java.lang.String)
.
NSNumberFormatter.setStringForZero(java.lang.String)
.
attributes
.
attributes
used to describe fetch data from a corresponding select.
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
.
autosizingMask
.
newQualifier
.
qualifier
as an auxiliary qualifier to the receiver's fetch
specification.
border
.
otherSet
.
otherSet
, or both.
flag
, sets whether the receiver's Enterprise Objects are cached the first time the associated database table is queried.
canvasResizing
.
getTableCellEditorComponent
to assign value
as the inital editor value.
aString
.
delegate
as the class delegate.
delegate
as EODatabase's class delegate.
delegate
as EOModelGroup's class delegate.
name
.
name
as the name of the Enterprise Object class associated with the receiver if name
is not null
.
attributes
are valid class properties of the receiver, sets attributes
as the receiver's class properties and returns true
.
columnName
.
aComponentName
.
_ComponentRequestHandlerKey
instead
dictionary
, which must only contain String, NSData, NSDictionary, and NSArray objects.
connectionDictionary
.
sendRequest
has been executed. Thus, it would make more sense to control the send timeout using
setSendTimeout
.
someContent
.
aDocument
.
CooperatingObjectStoreNeeded
notification is posted by an EOObjectStoreCoordinator to contextclass
.
batchIndex
batch of objects.
context
.
entity
.
someData
to a key and caches it for later url retrieval.
otherdata
.
databaseOperator
,
which must be one of the list below.
ds
.
ds
.
NSLog.debug
to instance
.
NSLog.debug
to instance
.
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.
getDefault
or defaultTimeZone
for the application.
delegate
.
defaultDelegate
.
defaultEditingContext
.
lag
.
zone
.
group
.
store
.
zone
.
queryMatch
dictionary.
equalToQueryValues
, greaterThanQueryValues
,
and lessThanQueryValues
).
queryMatch
dictionary.
queryMatch
dictionary.
getDefault
or defaultTimeZone
for the application.
definition
.
definition
as its data path.
anObject
.
delegate
, or removes its delegate if delegate
is null
.
delegate
or removes its delegate if delegate
is null
.
delegate
, or removes their delegates if delegate
is null
.
delegate
as the delegate for the receiver and all the receiver's EODatabaseChannels.
delegate
.
delegate
.
anObject
.
descriptionPath
, for example Document/Quit.
detailKey
for a detail display group.
otherDictionary
.
_DirectActionRequestHandlerKey
instead
WODirectConnectEnabled
instead
aDomain
.
editability
.
editorComponent
.
serviceName
.
entity
.
entityName
.
equalTo
query values.
NSLog.err
to instance
.
exception
.
flag
whether or not the association is explicitly
disabled.
adaptorClassName
to sqlExpressionClassName
.
string
.
externalName
.
string
as the query statement used for selecting rows from the entity when there is no qualifier.
string
.
fetchSpec
.
fetchSpecification
to the receiver as the fetch
specification to use when fetching objects.
fetchSpecificationName
from the root EOEntity for the receiver and sets it as the receiver's fetch specification.
object
's field
value to value
.
NSNumberFormatter.setPattern(java.lang.String)
.
aString
as the path under which all frameworks can be found inside the document root.
greaterThan
query
values.
aKey
and value aString
.
aKey
and values someStrings
.
hints
.
image
and repaints if necessary.
imageScaling
.
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.
yn
whether the receiver is in query mode.
flag
, sets whether the receiver is an abstract entity, false
otherwise.
aBool
.
isMandatory
whether the target of the relationship must be supplied or can be null
.
aBoolean
.
aBool
.
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.
key
for this tag.
key
for this tag.
key
for this tag.
length
.
lessThan
query values.
levels
.
WOListenQueueSize
instead
WOLoadFrameworks
instead
newValue
.
NSNumberFormatter.setLocalizesPattern(boolean)
.
newKeySet
.
newKeySet
.
location
.
yn
whether this EOEditingContext locks object
in the external store (with lockObject
) the first time object
is modified.
aLogger
.
flag
is true
, instrumented code should log events of class aClass
and the receiver should enable updating in instrumented code.
master
as the EOClassDescription for the receiver's master object.
masterObject
for detail display groups and then performs a fetch if the display group is set to fetch on load.
size
.
WOMaxSocketIdleTime
instead
handler
.
method
to set object
's corresponding property to value
.
aVal
.
group
as the working model group for the EOObjectStoreCoordinator objectCoord
.
WOMonitorEnabled
property.
movie
in the EOQuickTimeView.
url
and displays it in the EOQuickTimeView.
aName
.
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.
name
.
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.
newNname
.
name
.
NSNumberFormatter.setNegativePattern(java.lang.String)
nextPage
method.
nextPage
method.
size
.
aDisplayObject
to be the display object that the association
manages.
setObject
method description in the superclass EOAssociation.
allObjects
to array
, regardless of what its dataSource
provides.
array
, regardless of what its
EODataSource provides.
key
and its corresponding value object
.
fetchSpecification
into
the receiver's display group.
globalIDs
into the receiver's display group.
globalID
into the receiver's display group.
types
element of the service this operation is grouped in.
defenition
element of the service this operation is grouped in.
NSLog.out
to instance
.
bool
whether a receiver's source object owns its destination objects.
aPageName
.
aFlag
is true
, disables caching of pages by the client by setting the page's expiration-time header to the current date and time.
partName
.
password
.
aPath
.
anUnsigned
.
key
as persistent in the
defaults manager.
player
in the EOQuickTimeView.
subprotocol
to
pluginName
for guessing which plugin to use.
WOPort
instead
NSNumberFormatter.setPositivePattern(java.lang.String)
.
precision
.
attributes
are valid primary keys of the receiver, sets attributes
as the receiver's primary keys and returns true
.
aStream
.
propagatesDeletesAtEndOfEvent
whether this EOEditingContext propagates deletes at the end of the event in which a change was made, or only just before saving changes.
bool
whether objects should propagate their primary key to related objects through this relationship.
packageName
to valueAccessor
.
displayedObjects
.
qualifier
.
qualifier
.
equalToQueryValues
, greaterThanQueryValues
, and lessThanQueryValues
).
flag
.
receiveTimeout
milliseconds.
flag
whether event centers record events of the eventClass
class (and its subclasses).
prepareForNewTask(boolean)
.
createResourceManager
instead.
_ResourceRequestHandlerKey
instead
qualifier
as the qualifier used to restrict all queries made against the receiver.
name
with cache
.
scale
, which may be negative.
scalingHints
.
delegate
.
aDelegate
as the security delegate for Axis.
aDelegate
as the security delegate for Axis.
aDelegate
as the security delegate for the service named serviceName
.
selectedObjects
to an array containing only anObject
.
anObject
.
displayedObjects
to objects
.
setValueForObject
with the first selected object, returning
true
if successful and false
otherwise.
selectionIndex
in the UI widget.
allObjects
.
s
in the receiver's array if possible,
returning true
if successful and false
if not (in which case the
selection remains unaltered).
displayedObjects
after a fetch
when there were no selections before the fetch
.
sendTimeout
milliseconds.
tz
.
aSessionInfo
.
serviceName
to the values in info
.
aCount
.
otherSet
The current members in this set are discarded.
sharedEditingContext
is null.
names
.
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.
string
.
setSocketCacheSize
no longer supported
sortOrderings
.
updateDisplayedObjects
uses
to sort the displayed objects to orderings.
statement
, which should be a valid expression in the target query language.
aStatisticsStore
.
aStatus
.
yn
whether this EOEditingContext stops validating after the first error is encountered, or continues for all objects (validation typically occurs during a save operation).
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.
org.apache.axis.MessageContext
for the serialization/deserializtion operation in this thread, and sets the WOEnterpriseObjectSerializationStrategy.ContextPropertyName
to rules
null
values.
aStyle
.
ec
as the global replacement EOEditingContext to substitute for one in the process of being de-serialized.
controller
and resets
the receiver's actions.
aClass
to support
.
support
as the support object to be used for comparing instances of aClass
.
support
as the NSCoding.Support class to use for encoding and decoding instances of aClass
.
target
.
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.
title
.
bool
.
aCount
.
key
as transient in the
defaults manager.
undoManager
.
undoManager
is null.
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.
flag
whether all instances of EOSQLExpression subclasses use bind variables.
dictionary
.
dictionary
.
dictionary
of auxiliary data, which the application can use for whatever it needs.
dictionary
.
dictionary
of auxiliary data, which the application can use for whatever it needs.
flag
whether Serialization
or aValue
.
value
.
value
for this tag.
value
for this tag.
value
for this tag.
factoryMethodName
.
value
in the selected enterprise object in the EODisplayGroup
bound to aspect
.
index
in the EODisplayGroup
bound to aspect
.
format
as the formatter object
for this association's display object.
valueFormatter
to act on the receiver.
eo
, identified by key
, to value
.
setValueForObject
with the object at index
.
string
.
flag
.
_WebServiceRequestHandlerKey
instead
widgetSetPlugin
as the application's WidgetSetPlugin.
length
.
Left
or Center
.
WOWorkerThreadCountMax
.
WOWorkerThreadCountMin
.
EOSharedEditingContext.defaultSharedEditingContext
should be directly used instead.
null
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.
aspect
with an associationFailedToValidateValue
message, using the display
group's selected object.
shouldEndEditing
, but allows you to
specify a particular object by index rather than implicitly specifying
the selected object.
applicationClassName
binding.
channelClassName
binding.
interfaceControllerClassName
binding.
language
binding.
splashIconName
binding.
splashIconURL
binding.
propagateDeleteForObject
.
javax.swing.table.TableCellEditor
method to determine whether a cell should be selected when edited or not.
true
if the receiver can provide a bind variable dictionary for attribute
, false
otherwise.
showSubcontroller
on the supercontroller
to activate the
receiver's user interface.
smartDefaultAttributeWidthAsInt
as a String.
null
.
null
.
gid
, or null
if there isn't a snapshot.
gid
, provided the snapshot's timestamp is greater than or equal to timestamp
.
gid
or null
if there isn't one.
gid
, provided the snapshot's timestamp is greater than or equal to timestamp
.
name
belonging to the Enterprise Object identified by the globalID gid
, or null
if there is no to-many snapshot.
gid
and relationship name
, provided that the timestamp of the snapshot is greater than or equal to timestamp
.
name
belonging to the Enterprise Object identified by the globalID gid
, or null
if there is no to-many snapshot.
gid
and relationship name
, provided that the timestamp of the snapshot is greater than or equal to timestamp
.
relationshipName
having the source global ID globalID
.
java.net.Socket
for the
provided hostname and port.
array
in place according to the EOSortOrderings in sortOrderings
.
comparator
operation.
sortOrderings
.
sortedArrayUsingComparator
instead
setSortOrderings
.
updateDisplayedObjects
uses to sort the displayed objects, as returned by the displayedObjects
method.
comparator
.
splashIconName
binding.
splashIconName
binding.
splashIconName
binding.
splashIconName
binding.
splashIconURL
binding.
splashIconURL
binding.
splashIconURL
binding.
splashIconURL
binding.
sqlPatternFromShellPattern
except that escapeCharacter
allows you to specify a character for escaping the SQL wild card characters "%" and "_".
attribute
, complete with a table alias if the receiver uses table aliases.
name
, complete with a table alias if the receiver uses table aliases.
path
, complete with a table alias if the receiver uses table aliases.
valueString
and keyString
.
qualifiers
.
data
of type NSData.
qualifiers
.
qualifier
.
qualifier
's key and value.
qualifier
in parentheses and appending it to the word "not".
number
.
qualifier
suitable for inclusion in a WHERE clause.
name
enclosed in the external name quote character if the receiver uses quoted external names, otherwise simply returns name
unaltered.
selector
and value
.
sqlExpression
.
string
.
value
appropriate for use in an SQL statement.
actionName
(for example "save") or null
if no icon for the action can be found.
activatePreviousWindow
method, which is dispatched directly to the window observer object of the application.
add
method which is dispatched in the controller hierarchy.
append
method which is dispatched in the controller hierarchy.
bringAllWindowsToFront
method, which is dispatched directly to the window observer object of the application.
cancel
method which is dispatched in the controller hierarchy.
clear
method which is dispatched in the controller hierarchy.
closeWindow
method which is dispatched in the controller hierarchy.
delete
method which is dispatched in the controller hierarchy.
deselect
method which is dispatched in the controller hierarchy.
actionName
, menu accelerator
menuAccelerator
, and action priority actionPriority
.
find
method which is dispatched in the controller hierarchy.
insert
method which is dispatched in the controller hierarchy.
insertWithTask
method which is dispatched in the controller hierarchy.
minimizeActiveWindow
method, which is dispatched directly to the window observer object of the application.
ok
method which is dispatched in the controller hierarchy.
ok
method, displayed
as a Save action, which is dispatched in the controller hierarchy.
openWithTask
method which is dispatched in the controller hierarchy.
quit
method, which is dispatched directly to the EOApplication object at the
top of the controller hierarchy.
redo
method which is dispatched in the controller hierarchy.
collectChangesFromServer
method, displayed as a Refresh action, which is dispatched directly to the
EOApplication object at the top of the controller hierarchy.
remove
method which is dispatched in the controller hierarchy.
revert
method which is dispatched in the controller hierarchy.
save
method which is dispatched in the controller hierarchy.
saveAll
method, which is dispatched directly to the EOApplication object at the
top of the controller hierarchy.
saveAs
method which is dispatched in the controller hierarchy.
select
method which is dispatched in the controller hierarchy.
actionName
(for example "save") or null
if no icon for the action can be found.
undo
method which is dispatched in the controller hierarchy.
setDisplayGroup
whenever a new display group is
specified, giving the receiver a chance to react.
setEditingContext
whenever a new editing context is
specified, giving the receiver a chance to react.
expressionForString
or using setStatement
.
columnName
in the table identified by tableName
from the current type
to the type specified by newType
.
columnName
in the table identified by tableName
from the current type
to the type specified by newType
.
null
.
entityGroup
, an array of EOEntity objects with the same external name.
entityGroup
, an array of EOEntity objects with the same external name.
columnName
from the table identified by tableName
.
columnName
from the table identified by tableName
.
null
.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
entityGroups
, which is an array containing arrays of EOEntity objects with the same external name.
attribute
.
attribute
.
columnName
in the table identified by tableName
to either allow or not allow NULL values as specified by allowsNull
.
columnName
in the table identified by tableName
to either allow or not allow NULL values as specified by allowsNull
.
null
by default.
tableName
to newName
.
tableName
to newName
.
null
.
tableName
to newName
.
tableName
to newName
.
model
according to the changes and SQL generation instructions in the changes
and options
dictionaries.
model
according to the changes and SQL generation instructions in the changes
and options
dictionaries.
entityGroups
according to the changes and SQL generation instructions in the changes
and options
dictionaries.
model
.
model
.
javax.swing.table.TableCellEditor
method to finish and accept editing.
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.
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.
getProcedures
.
operation
, if one has been set.
name
, or null
if the receiver doesn't contain a stored procedure with the given name.
name
, and returns the stored procedure, if found, or null
if unable to find the specified stored procedure.
getProcedures
.
key
.
key
on object
.
key
.
object
implements EOKeyValueCoding, this method invokes storedValueForKey
on object
.
path
with component
, preceded, if necessary, by a path separator.
path
an extension separator, followed by extension
.
path
, along with any final path separator.
path
.
aTableName
using aKey
to find a localized string.
System.getProperty(java.lang.String)
.
null
values.
addSubcontroller
when a subcontroller is added to a controller.
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.
removeSubcontroller
when a subcontroller is removed from a controller.
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.
range
.
entity
from which an object should be fetched based on the primary key in dic
.
subjectChanged
method description in the superclass EOAssociation.
subjectChanged
method description in the superclass EOAssociation.
subjectChanged
method description in the superclass EOAssociation.
subjectChanged
method description in the superclass EOAssociation.
subjectChanged
method description in the
superclass EOAssociation.
otherSet
that is also currently a member of this set.
NSArray.Operator
) that computes the sum of the elements in an array.
null
.
null
if the receiver has no supercontroller.
controllerInterface
.
aClass
.
aClass
.
aClass
.
true
if the adaptor can change the type of an existing column in place, false
otherwise.
false
.
true
if the adaptor can delete columns, false
otherwise.
false
.
true
if the adaptor can add columns to a table, false
otherwise.
false
.
true
if the adaptor can modify the null
rule of an existing column in place, false
otherwise.
false
.
true
if the adaptor can rename table columns, false
otherwise.
false
.
true
if the adaptor can update the database schema to reflect changes in an EOModel, false
otherwise.
false
.
true
if the adaptor can describe the database schema, false
otherwise.
false
.
notifyObserversObjectWillChange
method, so that no change notifications are sent.
false
.
false
.
entities
, or an empty array if entities
is empty or null
.
getTables
method call.
takeValueForKey
on each key in aKeyArray
using
values from the receiver's request.
takeValueForKey
on the each key in aKeyArray
using
values from the receiver's request.
key
to value
.
key
to value
on object
.
key
to value
.
object
implements EOKeyValueCoding, this method invokes takeStoredValueForKey
on object
.
newValue
in the local cache.
key
to value
.
object
's property identified by key
to value
, or invokes handleTakeValueForUnboundKey
.
key
to value
.
object
implements NSKeyValueCoding, this method invokes takeValueForKey
on object
.
keyPath
to value
.
object
's property identified by keyPath
to value.
keyPath
to value
.
object
is an NSKeyValueCodingAdditions, invokes
takeValueForKeyPath
on object
; otherwise invokes
NSKeyValueCodingAdditions.DefaultImplementation's takeValueForKeyPath
method with object
as the object on which to operate.
dictionary
, using its keys to identify the properties.
object
with values from dictionary
,
using its keys to identify the properties.
dictionary
, using
its keys to identify the properties.
object
implements EOKeyValueCodingAdditions, this method
invokes takeValuesFromDictionary
on object
.
dictionary
, using its keys and mapping
to identify the properties.
object
with values from dictionary
, using
its keys and mapping
to identify the properties.
dictionary
, using
its keys and mapping
to identify the properties.
object
implements EOKeyValueCodingAdditions, this method
invokes takeValuesFromDictionaryWithMapping
on object
.
WOComponentRequestHandler
invokes this method on WOApplication to initiate the first phase of request handling.
selector
will be invoked when the WOTimer fires.
WOComponent.templateWithHTMLString(String, String, String, NSArray, WOAssociationFactory, WOMLNamespaceProvider)
instead.
template
instead.
temporaryGIDBase
binding.
temporaryGIDBase
binding.
setTimeOut
.
t
as a string.
getTime
and calculate the delta from System.currentTimeMillis
instead
(getTime() / 1000)
instead.
getTime
and calculate the delta instead
(timeInterval * 1000)
instead
years, months, days,
hours, minutes
, and seconds
offsets specified as arguments.
(new NSTimestamp((interval * 1000) + oldTs.getTime(), oldTs.getNanos()))
instead.
gid
, or DistantPastTimeInterval
if there isn't a snapshot.
name
and the object identified by gid
.
aName
.
timeZoneWithName
instead of calling this method directly.
title
from any member of the EOvents set aggregated by the receiver.
EOAssociation.SelectedTitleAspect
bound.
bundleClassPackageNames
), and the number of classes it contains.
name
object and userInfo
.
classpath
, the mainBundlePath
, the name of the WOApplication subclass, as well as the ServletConfig and ServletContext
NSLog.debugLoggingAllowedForLevelAndGroups(NSLog.DebugLevelDetailed, NSLog.DebugGroupRules)
NSLog.debugLoggingAllowedForLevelAndGroups(NSLog.DebugLevelDetailed, NSLog.DebugGroupApplicationGeneration)
AdaptorContextBeginTransactionNotification
.
AdaptorContextCommitTransactionNotification
.
AdaptorContextRollbackTransactionNotification
.
hasOpenTransaction
instead.
keyPath
of
eo
.
keyPath
of eo
.
msec
milliseconds.
timestamp
.
msecs
milliseconds.
timestamp
is reached.
lockForWriting
, so unlockForWriting
must be called if tryLockForWriting
returns true
.
EOEditingContext.saveChanges()
instead.
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).
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).
aQName
will be deserialized.
aQnameObject
will be deserialized.
takeValueForKey
when it's given a null
value for a scalar property (such as an int
or a float
).
takeValueForKey
when it is given a null
value for a scalar property (such as an int
or a float
).
takeValueForKey
when it is given a null
value for a scalar property (such as an int
or a float
).
object
is an NSKeyValueCoding.ErrorHandling, this method invokes unableToSetNullForKey
on object
.
decodeObjectReferenceForKey
.
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.
undoNestedGroup
.
dataSource
's EOEditingContext.
otherRange
and the receiver before the operation.
otherSet
to this set, if that object is not already a member.
int
constant specifies the length (in bytes) of a global ID.
1
.
n
.
channel
with the receiver, removing it from the pool of available channels used to service fetch and fault requests.
context
as one of the receiver's database contexts.
webServiceClass
.
webServiceName
.
webServiceClass
.
webServiceName
.
displayedObjects
from allObjects
and redisplays them.
snapshot
, and sets the receiver's properties to them.
snapshot
, and sets the receiver's properties to them.
qualifier
with the values in row
.
UpdateWithOptimisticLocking
UpdateWithPessimisticLocking
UpdateWithNoLocking
The default strategy is UpdateWithOptimisticLocking
.
qualifier
with the new values in row
.
qualifier
with the values in row
.
new URL("file", "", path)
.
cgi-bin/WebObjects
for the specified request handler.
true
if the receiver generates statements with table aliases, false
otherwise.
useJavaPlugin
binding.
userInfo
dictionary.
userInfo
dictionary.
userInfo
object that was passed when the timer was created.
userInfo
dictionary.
object
and key
methods should be used instead
userInfo
dictionary.
NSValidation.ValidationException.key()
and NSValidation.ValidationException.object()
methods.
userPresentableDescriptionForObject
method
Serialization
and true
, specifying that EOGenericRecords use deferred faulting.
true
if duplicate objects or records are removed after fetching, false
if they aren't.
true
if the receiver redisplays only when its displayed
objects change, false
if it redisplays on any change in its EOEditingContext.
useURLAsValue
to indicate (mainly for internal purposes)
that the value is not the data itself, but an URL for some data.
NSValidation.ValidationException.key()
NSValidation.ValidationException.object()
NSValidation.ValidationException
if it can't.
NSValidation.ValidationException
if it can't.
NSValidation.ValidationException
if it can't.
NSValidation.ValidationException
if it can't.
classDesc
.
classDesc
.
classDesc
.
classDesc
.
classDesc
.
string
is correct so as to allow viewing of the application's statistics.
object
.
null
.
true
if the receiver immediately handles validation errors,
or false
if it leaves errors for the EOEditingContext to handle
when saving changes.
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.
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).
object
is an NSValidation, invokes validateTakeValueForKeyPath
on object
; otherwise invokes NSValidation.DefaultImplementation's validateTakeValueForKeyPath
method with object
as the object on which to operate.
value
is legal for the object's property named by keyPath
and then assigns it to the property.
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).
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.
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).
value
by performing several checks to see
whether value
would be an acceptable value for the relationship.
valueP
using the property named key
.
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.
object
is an NSValidation, invokes validateValueForKey
on object
; otherwise invokes NSValidation.DefaultImplementation's validateValueForKey
method with object
as the object on which to operate.
value
is legal for the object's property named by key
.
validationFailedWithException
method on the
parent component.
evaluateWithObject
).
setValue
as URL for the QuickTime content.
null
if no class is specified.
key
of NSArray array
.
aspect
.
index
in the EODisplayGroup
bound to aspect
.
parseObject
method.
key
or null
if no value is stored with
that key.
key
.
key
on object
.
object
implements NSKeyValueCoding, this method invokes valueForKey
on object
.
key
.
keyPath
.
keyPath
.
object
is an NSKeyValueCodingAdditions, invokes
valueForKeyPath
on object
; otherwise invokes
NSKeyValueCodingAdditions.DefaultImplementation's valueForKeyPath
method with object
as the object on which to operate.
setValueFormatter
.
object
's value for the property identified by key
.
identifier
object.
key
.
context
parameter is not null
, returns the SQL expression for the receiver.
context
.
keys
from the snapshot of object
.
keys
.
object
identified by each of keys
.
object
implements EOKeyValueCodingAdditions, this method
invokes valuesForKeys
on object
.
keys
.
mapping
.
object
identified by each of the key-value pairs in mapping
.
object
implements EOKeyValueCodingAdditions, this method
invokes valuesForKeysWithMapping
on object
.
mapping
.
vendor
binding.
setEdited
to notify the receiver that edited status
has changed, giving the receiver the opportunity to react.
pageAvailable
rules in the user model.
widgetPluginClass
method description in the
superclass EOWidgetAssociation.
width
binding.
getColumns
method call.
getTables
method call.
getTables
method call.
objectWillChange
message.
objectWillChange
message.
endUndoGrouping
.
Left
or Center
.
aName
and arguments arguments
.
aRequest
.
com.webobjects.appserver.WOContext
aName
and initialized with the objects in dictionary associations.
org.apache.axis.encoding.Target
in a manner compatible with NSKeyValueCoding.context
to implement its strategy.
aRequest
.
WOApplication.sessionTimeOut()
seconds.
aSessionId
and a session time-out of WOApplication.sessionTimeOut()
seconds.
anHttpSession
.
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.d
.
ti
milliseconds, and at
intervals ti
thereafter (if repeats
is true
).
fireDate
, and at
intervals ti
thereafter (if repeats
is true
).
aURL
.
path
.
stream
.
GregorianCalendar
instead.
|
Last updated June 2008 | ||||||||
PREV NEXT | FRAMES NO FRAMES |