WebObjects 5.4
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

E

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

Last updated Tuesday, October 9, 2007 08:58 PDT
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright © 2000-2007 Apple Inc.