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

A

AbstractObjectStore - Class in net.wotonomy.control
An abstract implementation of object store that implements common functionality.
AbstractObjectStore() - Constructor for class net.wotonomy.control.AbstractObjectStore
Constructs a new instance of this object store.
adaptor() - Method in class net.wotonomy.access.EOAdaptorContext
 
adaptor() - Method in class net.wotonomy.access.EODatabase
 
adaptor() - Method in class net.wotonomy.access.EOSQLExpressionFactory
 
adaptorChannel() - Method in class net.wotonomy.access.EODatabaseChannel
 
adaptorContext() - Method in class net.wotonomy.access.EOAdaptorChannel
 
adaptorContext() - Method in class net.wotonomy.access.EODatabaseContext
 
AdaptorContextBeginTransactionNotification - Static variable in class net.wotonomy.access.EOAdaptorContext
 
AdaptorContextCommitTransactionNotification - Static variable in class net.wotonomy.access.EOAdaptorContext
 
AdaptorContextRollbackTransactionNotification - Static variable in class net.wotonomy.access.EOAdaptorContext
 
AdaptorDeleteOperator - Static variable in class net.wotonomy.access.EODatabaseOperation
 
AdaptorInsertOperator - Static variable in class net.wotonomy.access.EODatabaseOperation
 
AdaptorLockOperator - Static variable in class net.wotonomy.access.EODatabaseOperation
 
adaptorName() - Method in class net.wotonomy.access.EOModel
 
adaptorOperator() - Method in class net.wotonomy.access.EOAdaptorOperation
 
AdaptorStoredProcedureOperator - Static variable in class net.wotonomy.access.EODatabaseOperation
 
AdaptorUpdateOperator - Static variable in class net.wotonomy.access.EODatabaseOperation
 
adaptorWithModel(EOModel) - Static method in class net.wotonomy.access.EOAdaptor
Creates an adaptor with model's adaptorName and sets its connection dictionary to the model's connection dictionary.
adaptorWithName(String) - Static method in class net.wotonomy.access.EOAdaptor
Instantiates an adaptor of a concrete EOAdaptor subclass, based on name.
addAttribute(EOAttribute) - Method in class net.wotonomy.access.EOEntity
 
addBindVariableDictionary(NSDictionary) - Method in class net.wotonomy.access.EOSQLExpression
 
addCooperatingObjectStore(EOCooperatingObjectStore) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
addCreateClauseForAttribute(EOAttribute) - Method in class net.wotonomy.access.EOSQLExpression
Adds the SQL to create the attribute to the attribute list.
addEditor(Object) - Method in class net.wotonomy.control.EOEditingContext
Registers the specified object as an editor for this context.
addEntity(EOEntity) - Method in class net.wotonomy.access.EOModel
 
addFetchSpecification(EOFetchSpecification, String) - Method in class net.wotonomy.access.EOEntity
 
addInsertListAttribute(EOAttribute, Object) - Method in class net.wotonomy.access.EOSQLExpression
 
addJoin(EOJoin) - Method in class net.wotonomy.access.EORelationship
 
addJoinClause(String, String, int) - Method in class net.wotonomy.access.EOSQLExpression
 
addModel(EOModel) - Method in class net.wotonomy.access.EODatabase
 
addModel(EOModel) - Method in class net.wotonomy.access.EOModelGroup
 
addModelIfCompatible(EOModel) - Method in class net.wotonomy.access.EODatabase
 
addModelsFromDirectory(String) - Method in class net.wotonomy.access.EOModelGroup
 
addModelWithPath(String) - Method in class net.wotonomy.access.EOModelGroup
 
addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation, String) - Method in class net.wotonomy.control.EOCustomObject
As addObjectToProperty with key, but also performs the reciprocal operation on the other side of the relationship.
addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation, String) - Method in interface net.wotonomy.control.EORelationshipManipulation
As addObjectToProperty with key, but also performs the reciprocal operation on the other side of the relationship.
addObjectToPropertyWithKey(Object, String) - Method in class net.wotonomy.control.EOCustomObject
Adds the specified object to the relationship on this object specified by the key.
addObjectToPropertyWithKey(Object, String) - Method in interface net.wotonomy.control.EORelationshipManipulation
Adds the specified object to the relationship on this object specified by the key.
addObserver(EOObserving, Object) - Static method in class net.wotonomy.control.EOObserverCenter
Registers the specified EOObserving for notifications from the specified object.
addOmniscientObserver(EOObserving) - Static method in class net.wotonomy.control.EOObserverCenter
Registers the specified EOObserving for notifications on all object changes.
addOrderByAttributeOrdering(EOSortOrdering) - Method in class net.wotonomy.access.EOSQLExpression
 
addQualifier(EOQualifier) - Method in class net.wotonomy.control.EOAndQualifier
Add a new qualifier to the list.
addQualifier(EOQualifier) - Method in class net.wotonomy.control.EOOrQualifier
Add a new qualifier to the list.
addQualifierKeysToSet(Set) - Method in class net.wotonomy.control.EOQualifier
Adds all qualifier keys in this qualifier to the specified Set, which is expected to be mutable.
addRelationship(EORelationship) - Method in class net.wotonomy.access.EOEntity
 
addSelectListAttribute(EOAttribute) - Method in class net.wotonomy.access.EOSQLExpression
 
addStoredProcedure(EOStoredProcedure) - Method in class net.wotonomy.access.EOModel
 
addStoredProceduresNamed(NSArray, EOModel) - Method in class net.wotonomy.access.EOAdaptorChannel
 
addUpdateListAttribute(EOAttribute, Object) - Method in class net.wotonomy.access.EOSQLExpression
 
aliasesByRelationshipPath() - Method in class net.wotonomy.access.EOSQLExpression
 
allAttributeKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
 
allowsNull() - Method in class net.wotonomy.access.EOAttribute
 
allowsNullClauseForConstraint(boolean) - Method in class net.wotonomy.access.EOSQLExpression
 
allPropertyKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
 
allPropertyKeys() - Method in class net.wotonomy.control.EOCustomObject
Returns a List of all property keys defined on this object.
allPropertyKeys() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a List of all property keys defined on this object.
allQualifierKeys() - Method in class net.wotonomy.control.EOQualifier
Returns a Set of all property names used for comparisons by this qualifier.
allQualifierOperators() - Static method in class net.wotonomy.control.EOQualifier
Returns a List of valid operators.
allToManyRelationshipKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
 
allToOneRelationshipKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
 
appendItemToListString(String, StringBuffer) - Method in class net.wotonomy.access.EOSQLExpression
 
arguments() - Method in class net.wotonomy.access.EOStoredProcedure
 
ArrayFault - Class in net.wotonomy.control
A class that extends NSArray to intercept any accessor calls in order to defer loading until the last possible moment.

Because ArrayFault inherits from NSArray which implements List which implements Collection, data objects may declare their relationships to be of type NSArray, List, or Collection.

This class should be returned by implementations of EOObjectStore.arrayFaultForSourceGlobalID().
ArrayFault(EOGlobalID, String, EOEditingContext) - Constructor for class net.wotonomy.control.ArrayFault
 
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
This implementation returns an appropriately configured array fault.
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Returns a read-only List of objects associated with the object with the specified id for the specified property relationship, or may return a placeholder array that will defer the fetch until needed (aka an array fault).
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Returns a List of objects associated with the object with the specified id for the specified property relationship, or may return a placeholder array that will defer the fetch until accessed (an array fault).
arrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
assembleDeleteStatementWithQualifier(EOQualifier, String, String) - Method in class net.wotonomy.access.EOSQLExpression
 
assembleInsertStatementWithRow(NSDictionary, String, String, String) - Method in class net.wotonomy.access.EOSQLExpression
 
assembleJoinClause(String, String, int) - Method in class net.wotonomy.access.EOSQLExpression
 
assembleSelectStatementWithAttributes(NSArray, boolean, EOQualifier, NSArray, String, String, String, String, String, String, String) - Method in class net.wotonomy.access.EOSQLExpression
 
assembleUpdateStatementWithRow(NSDictionary, EOQualifier, String, String, String) - Method in class net.wotonomy.access.EOSQLExpression
 
assertConnectionDictionaryIsValid() - Method in class net.wotonomy.access.EOAdaptor
 
assignExternalInfoForAttribute(EOAttribute) - Method in class net.wotonomy.access.EOAdaptor
 
assignExternalInfoForEntireModel(EOModel) - Method in class net.wotonomy.access.EOAdaptor
 
assignExternalInfoForEntity(EOEntity) - Method in class net.wotonomy.access.EOAdaptor
 
assignExternalTypeForAttribute(EOAttribute) - Method in class net.wotonomy.access.EOAdaptor
 
attributeKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
Returns all attributes that correspond to columns in a database table.
attributeKeys() - Method in class net.wotonomy.control.EOClassDescription
Returns a List of all the attributes for this class.
attributeKeys() - Method in class net.wotonomy.control.EOCustomObject
Returns a list of all attributes defined on this object.
attributeKeys() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a list of all attributes defined on this object.
attributeNamed(String) - Method in class net.wotonomy.access.EOEntity
 
attributes() - Method in class net.wotonomy.access.EOAdaptorOperation
 
attributes() - Method in class net.wotonomy.access.EOEntity
 
attributesToFetch() - Method in class net.wotonomy.access.EOAdaptorChannel
 
attributesToFetch() - Method in class net.wotonomy.access.EOEntity
 
attributesUsedForLocking() - Method in class net.wotonomy.access.EOEntity
 
auxiliaryQualifier() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns the qualifier that is applied to the results fetched by the fetch specification before objects are returned by fetch objects, or null if no such qualifier has been specified.
availableChannel() - Method in class net.wotonomy.access.EODatabaseContext
 
awakeFromFetch(EOEditingContext) - Method in class net.wotonomy.control.EOCustomObject
Called when the object has first been fetched into the specified editing context.
awakeFromFetch(EOEditingContext) - Method in interface net.wotonomy.control.EOEnterpriseObject
Called when the object has first been fetched into the specified editing context.
awakeFromInsertion(EOEditingContext) - Method in class net.wotonomy.control.EOCustomObject
Called when the object has been inserted into the specified editing context.
awakeFromInsertion(EOEditingContext) - Method in interface net.wotonomy.control.EOEnterpriseObject
Called when the object has been inserted into the specified editing context.
awakeObjectFromFetch(Object, EOEditingContext) - Method in class net.wotonomy.control.EOClassDescription
This method is called when the specified object has been fetched into the specified editing context.
awakeObjectFromInsertion(Object, EOEditingContext) - Method in class net.wotonomy.control.EOClassDescription
This method is called when the specified object has been inserted into the specified editing context.
awakeObjects() - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
awakeWithPropertyList(NSDictionary) - Method in class net.wotonomy.access.EOAttribute
 
awakeWithPropertyList(NSDictionary) - Method in class net.wotonomy.access.EOEntity
 
awakeWithPropertyList(NSDictionary) - Method in interface net.wotonomy.access.EOPropertyListEncoding
 
awakeWithPropertyList(NSDictionary) - Method in class net.wotonomy.access.EORelationship
 
awakeWithPropertyList(NSDictionary) - Method in class net.wotonomy.access.EOStoredProcedure
 

B

batchFetchRelationship(EORelationship, NSArray, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
beginTransaction() - Method in class net.wotonomy.access.EOAdaptorContext
 
bindingKeys() - Method in class net.wotonomy.control.EOQualifier
Returns a List containing the variables used at compare-time by this qualifier.
BindVariableAttributeKey - Static variable in class net.wotonomy.access.EOSQLExpression
 
BindVariableColumnKey - Static variable in class net.wotonomy.access.EOSQLExpression
 
bindVariableDictionaries() - Method in class net.wotonomy.access.EOSQLExpression
 
bindVariableDictionaryForAttribute(EOAttribute, Object) - Method in class net.wotonomy.access.EOSQLExpression
 
BindVariableNameKey - Static variable in class net.wotonomy.access.EOSQLExpression
 
BindVariablePlaceHolderKey - Static variable in class net.wotonomy.access.EOSQLExpression
 
BindVariableValueKey - Static variable in class net.wotonomy.access.EOSQLExpression
 

C

canAccessFieldsDirectly() - Static method in class net.wotonomy.control.EOCustomObject
Specifies whether the implementation of EOKeyValueCoding is permitted to access field directly.
cancelFetch() - Method in class net.wotonomy.access.EOAdaptorChannel
 
cancelFetch() - Method in class net.wotonomy.access.EODatabaseChannel
 
canServiceModel(EOModel) - Method in class net.wotonomy.access.EOAdaptor
 
changedKeysForObject(Object) - Method in class net.wotonomy.control.AbstractObjectStore
Returns the keys that have changed on the specified object.
changedValues() - Method in class net.wotonomy.access.EOAdaptorOperation
 
changesFromSnapshot(NSDictionary) - Method in class net.wotonomy.control.EOCustomObject
Returns a Map representing the delta of the current state from the state represented in the specified snapshot.
changesFromSnapshot(NSDictionary) - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a Map representing the delta of the current state from the state represented in the specified snapshot.
channels() - Method in class net.wotonomy.access.EOAdaptorContext
 
ChildDataSource - Class in net.wotonomy.control
A data source that automates the process of creating a child editing context and copying objects from a parent context into it.
ChildDataSource(EODataSource, Object) - Constructor for class net.wotonomy.control.ChildDataSource
Creates a child editing context for the specified parent's context and copies the specified object into the child context.
ChildDataSource(EODataSource, Collection) - Constructor for class net.wotonomy.control.ChildDataSource
Creates a child editing context for the specified parent's context and copies the specified objects into the child context.
classDesc - Variable in class net.wotonomy.control.PropertyDataSource
 
classDescription() - Method in class net.wotonomy.control.EOCustomObject
Returns a class description for this object.
classDescription() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a class description for this object.
classDescription() - Method in class net.wotonomy.control.EOGenericRecord
Returns a class description for this object.
classDescriptionForClass(Class) - Static method in class net.wotonomy.control.EOClassDescription
Returns the class description that corresponds to the specified class.
classDescriptionForDestinationKey(String) - Method in class net.wotonomy.access.EOEntityClassDescription
 
classDescriptionForDestinationKey(String) - Method in class net.wotonomy.control.EOClassDescription
Returns the class decription for the object referenced by the specified relationship key, or null if the class description cannot be determined for that key.
classDescriptionForDestinationKey(String) - Method in class net.wotonomy.control.EOCustomObject
Returns a class description for the object at the other end of the specified relationship key.
classDescriptionForDestinationKey(String) - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a class description for the object at the other end of the specified relationship key.
classDescriptionForEntityName(String) - Static method in class net.wotonomy.control.EOClassDescription
Returns the class description that corresponds to the specified entity name.
classDescriptionForInstances() - Method in class net.wotonomy.access.EOEntity
 
classDescriptionForObjects() - Method in class net.wotonomy.control.ChildDataSource
Returns the description of the class of the objects that is vended by this data source, or null if this cannot be determined.
classDescriptionForObjects() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns the description of the class of the objects that is vended by this data source, or null if no entity name is specified.
classDescriptionForObjects() - Method in class net.wotonomy.control.EODataSource
Returns the description of the class of the objects that is vended by this data source, or null if this cannot be determined.
classDescriptionForObjects() - Method in class net.wotonomy.control.PropertyDataSource
Returns the class description passed to the constructor, if any.
ClassDescriptionNeededForClassNotification - Static variable in class net.wotonomy.control.EOClassDescription
Notification fired when a class description has been requested for a class.
ClassDescriptionNeededForEntityNameNotification - Static variable in class net.wotonomy.control.EOClassDescription
Notification fired when a class description has been requested for an entity name.
classForCoder() - Method in class net.wotonomy.control.EOKeyGlobalID
 
className() - Method in class net.wotonomy.access.EOAttribute
 
className() - Method in class net.wotonomy.access.EOEntity
 
classProperties() - Method in class net.wotonomy.access.EOEntity
 
classPropertyAttributeNames() - Method in class net.wotonomy.access.EOEntity
 
classPropertyNames() - Method in class net.wotonomy.access.EOEntity
 
classPropertyToManyRelationshipNames() - Method in class net.wotonomy.access.EOEntity
 
classPropertyToOneRelationshipNames() - Method in class net.wotonomy.access.EOEntity
 
clearFault() - Method in class net.wotonomy.control.EOCustomObject
Called by EOFaultHandler to prepare the object to be turned into a fault.
clearFault(Object) - Static method in class net.wotonomy.control.EOFaultHandler
 
clearFault() - Method in interface net.wotonomy.control.EOFaulting
Called by EOFaultHandler to prepare the object to be turned into a fault.
clearProperties() - Method in class net.wotonomy.control.EOCustomObject
Clears all property values for this object.
clearProperties() - Method in interface net.wotonomy.control.EOEnterpriseObject
Clears all property values for this object.
clientAttributeKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
 
clientToManyRelationshipKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
 
clientToOneRelationshipKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
 
clone() - Method in class net.wotonomy.control.ArrayFault
 
clone() - Method in class net.wotonomy.control.EOFetchSpecification
Implemented to return a new fetch specification that is a deep copy of this one.
clone() - Method in class net.wotonomy.control.EOGlobalID
Returns a copy of this object.
clone() - Method in class net.wotonomy.control.EOTemporaryGlobalID
Returns a copy of this object.
clone(Object) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
Creates a deep clone of the specified object.
clone(EOEditingContext, Object, EOEditingContext) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
Creates a deep clone of the specified object, registered in the specified source editing context, transposing it into the specified destination editing context.
closeChannel() - Method in class net.wotonomy.access.EOAdaptorChannel
 
columnName() - Method in class net.wotonomy.access.EOAttribute
 
columnTypeStringForAttribute(EOAttribute) - Method in class net.wotonomy.access.EOSQLExpression
 
commitChanges() - Method in class net.wotonomy.access.EODatabaseContext
 
commitChanges() - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
committedSnapshotForObject(Object) - Method in class net.wotonomy.control.EOEditingContext
Returns a snapshot of the specified object as it existed when it was last read or committed to the parent object store.
commitTransaction() - Method in class net.wotonomy.access.EOAdaptorContext
 
compareAdaptorOperation(EOAdaptorOperation) - Method in class net.wotonomy.access.EOAdaptorOperation
 
CompareAscending - Static variable in class net.wotonomy.control.EOSortOrdering
Sorts items in ascending order.
CompareCaseInsensitiveAscending - Static variable in class net.wotonomy.control.EOSortOrdering
Sorts items' string representations in ascending order in a case insensitive manner.
CompareCaseInsensitiveDescending - Static variable in class net.wotonomy.control.EOSortOrdering
Sorts items' string representations in descending order in a case insensitive manner.
CompareDescending - Static variable in class net.wotonomy.control.EOSortOrdering
Sorts items in descending order.
completeInitializationOfObject(Object) - Method in class net.wotonomy.access.EOAccessArrayFaultHandler
 
completeInitializationOfObject(Object) - Method in class net.wotonomy.access.EOAccessFaultHandler
 
completeInitializationOfObject(Object) - Method in class net.wotonomy.control.EOFaultHandler
 
connectionDictionary() - Method in class net.wotonomy.access.EOAdaptor
 
connectionDictionary() - Method in class net.wotonomy.access.EOModel
 
contains(Object) - Method in class net.wotonomy.control.ArrayFault
 
context - Variable in class net.wotonomy.control.PropertyDataSource
 
contextClassToRegister() - Static method in class net.wotonomy.access.EODatabaseContext
 
contexts() - Method in class net.wotonomy.access.EOAdaptor
 
CooperatingObjectStoreNeededNotification - Static variable in class net.wotonomy.control.EOObjectStoreCoordinator
 
cooperatingObjectStores() - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
CooperatingObjectStoreWasAddedNotification - Static variable in class net.wotonomy.control.EOObjectStoreCoordinator
 
CooperatingObjectStoreWasRemovedNotification - Static variable in class net.wotonomy.control.EOObjectStoreCoordinator
 
coordinator() - Method in class net.wotonomy.access.EODatabaseContext
 
copy(Object, Object) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
Copies values from one object registered in the specified origin context to the specified destination object The values themselves are cloned, so this is a deep copy.
copy(EOEditingContext, Object, EOEditingContext, Object) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
Copies values from one object registered in the specified origin context to the specified destination object The values themselves are cloned, so this is a deep copy.
createAdaptorChannel() - Method in class net.wotonomy.access.EOAdaptorContext
 
createAdaptorContext() - Method in class net.wotonomy.access.EOAdaptor
 
createExpression(EOEntity) - Method in class net.wotonomy.access.EOSQLExpressionFactory
Creates an instance of the adaptor's expression class, with entity assigned to it.
createFaultForDeferredFault(Object, EOEnterpriseObject) - Method in class net.wotonomy.control.EOFaultHandler
 
createInstanceWithEditingContext(EOEditingContext, EOGlobalID) - Method in class net.wotonomy.access.EOEntityClassDescription
 
createInstanceWithEditingContext(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
Creates a new instance of an object that corresponds to the specified global id and is registered in the specified context.
createInstanceWithEditingContext(EOEditingContext, EOGlobalID) - Method in class net.wotonomy.control.EOClassDescription
Creates a new instance of the class represented by this class description, registering it with the specified editing context and global id.
createObject() - Method in class net.wotonomy.control.EODataSource
Creates a new object.
currentEventSnapshotForObject(Object) - Method in class net.wotonomy.control.EOEditingContext
Returns a snapshot of the specified object as it existed before the edits triggered by the current event loop were processed.

D

database() - Method in class net.wotonomy.access.EODatabaseContext
 
databaseContext() - Method in class net.wotonomy.access.EOAccessGenericFaultHandler
 
databaseContext() - Method in class net.wotonomy.access.EODatabaseChannel
 
databaseContext() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns the object store at the root of the editing context's editing hierarchy.
DatabaseDeleteOperator - Static variable in class net.wotonomy.access.EODatabaseOperation
 
DatabaseInsertOperator - Static variable in class net.wotonomy.access.EODatabaseOperation
 
DatabaseNothingOperator - Static variable in class net.wotonomy.access.EODatabaseOperation
 
DatabaseUpdateOperator - Static variable in class net.wotonomy.access.EODatabaseOperation
 
dataSourceQualifiedByKey(String) - Method in class net.wotonomy.control.ChildDataSource
Returns a data source that is capable of manipulating objects of the type returned by applying the specified key to objects vended by this data source.
dataSourceQualifiedByKey(String) - Method in class net.wotonomy.control.EODatabaseDataSource
Returns a detail data source that is capable of manipulating objects of the type returned by applying the specified key to objects vended by this data source.
dataSourceQualifiedByKey(String) - Method in class net.wotonomy.control.EODataSource
Returns a data source that is capable of manipulating objects of the type returned by applying the specified key to objects vended by this data source.
dataSourceQualifiedByKey(String) - Method in class net.wotonomy.control.PropertyDataSource
Returns a new instance of this class.
decodeBoolForKey(String) - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
decodeIntForKey(String) - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
decodeObject(NSCoder) - Static method in class net.wotonomy.control.EOKeyGlobalID
 
decodeObjectForKey(String) - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
decodeObjectReferenceForKey(String) - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
decodeWithKeyValueArchiver(EOKeyValueUnarchiver) - Static method in class net.wotonomy.control.EOKeyComparisonQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class net.wotonomy.control.EOAndQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class net.wotonomy.control.EOFetchSpecification
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class net.wotonomy.control.EOKeyValueQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class net.wotonomy.control.EONotQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class net.wotonomy.control.EOOrQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class net.wotonomy.control.EOQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class net.wotonomy.control.EOSortOrdering
 
decrementSnapshotCountForGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EODatabase
 
defaultCoordinator() - Static method in class net.wotonomy.control.EOObjectStoreCoordinator
 
defaultExpressionClass() - Method in class net.wotonomy.access.EOAdaptor
 
defaultFetchTimestampLag() - Static method in class net.wotonomy.control.EOEditingContext
 
defaultGroup() - Static method in class net.wotonomy.access.EOModelGroup
 
defaultObserverQueue() - Static method in class net.wotonomy.control.EODelayedObserverQueue
Returns the system default observer queue.
defaultParentObjectStore() - Static method in class net.wotonomy.control.EOEditingContext
Returns the default parent object store for all object stores created with the parameterless constructor.
defaultValue - Variable in class net.wotonomy.control.internal.Surrogate
 
definition() - Method in class net.wotonomy.access.EOAttribute
 
definition() - Method in class net.wotonomy.access.EORelationship
 
delegate() - Method in class net.wotonomy.control.EOEditingContext
Returns the delegate for this editing context, or null if no delegate has been set.
delegate() - Method in class net.wotonomy.control.EOKeyValueArchiver
 
delegate() - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
delegates - Variable in class net.wotonomy.control.internal.Surrogate
 
DeletedKey - Static variable in class net.wotonomy.control.EOObjectStore
Key for the user info of ObjectsChangedInStoreNotifications.
deletedObjects() - Method in class net.wotonomy.control.EOEditingContext
Returns a read-only List of all objects marked as deleted in this editing context.
deleteObject(EOGlobalID) - Method in class net.wotonomy.control.AbstractObjectStore
Returns the data for the row corresponding to the specified id.
deleteObject(Object) - Method in class net.wotonomy.control.ChildDataSource
This implementation does nothing.
deleteObject(Object) - Method in class net.wotonomy.control.EODatabaseDataSource
Deletes the specified object from this data source.
deleteObject(Object) - Method in class net.wotonomy.control.EODataSource
Deletes the specified object from this data source.
deleteObject(Object) - Method in class net.wotonomy.control.EOEditingContext
Deletes the specified object from this editing context.
deleteObject(Object) - Method in class net.wotonomy.control.PropertyDataSource
Deletes the specified object from this data source.
deleteRowDescribedByQualifier(EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOAdaptorChannel
 
deleteRowsDescribedByQualifier(EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOAdaptorChannel
 
deleteRule() - Method in class net.wotonomy.access.EORelationship
 
DeleteRuleCascade - Static variable in class net.wotonomy.control.EOClassDescription
A delete rule specifying that object(s) referenced by this object should also be deleted when this object is deleted.
DeleteRuleDeny - Static variable in class net.wotonomy.control.EOClassDescription
A delete rule specicying that this object should not be allowed to be deleted if it references any object(s).
deleteRuleForRelationshipKey(String) - Method in class net.wotonomy.control.EOClassDescription
Returns the delete rule to be used for the specified relationship key.
deleteRuleForRelationshipKey(String) - Method in class net.wotonomy.control.EOCustomObject
Returns the delete rule constant defined on EOClassDescription for the relationship defined by the specified key.
deleteRuleForRelationshipKey(String) - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns the delete rule constant defined on EOClassDescription for the relationship defined by the specified key.
DeleteRuleNoAction - Static variable in class net.wotonomy.control.EOClassDescription
A delete rule specifying that no action be taken when this object is deleted.
DeleteRuleNullify - Static variable in class net.wotonomy.control.EOClassDescription
A delete rule specifying that object(s) that reference this object should have those references set to null when this object is deleted.
deleteStatementWithQualifier(EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOSQLExpressionFactory
 
dequeueObserver(EODelayedObserver) - Method in class net.wotonomy.control.EODelayedObserverQueue
Removes the specified observer from the queue.
describeModelWithTableNames(NSArray) - Method in class net.wotonomy.access.EOAdaptorChannel
 
describeResults() - Method in class net.wotonomy.access.EOAdaptorChannel
 
describeStoredProcedureNames() - Method in class net.wotonomy.access.EOAdaptorChannel
 
describeTableNames() - Method in class net.wotonomy.access.EOAdaptorChannel
 
descriptionForObject(Object) - Method in class net.wotonomy.control.EOFaultHandler
 
destinationAttribute() - Method in class net.wotonomy.access.EOJoin
 
destinationEntity() - Method in class net.wotonomy.access.EORelationship
 
dictionary() - Method in class net.wotonomy.control.EOKeyValueArchiver
 
dictionaryWithObjectsForAttributes(Object[], NSArray) - Method in class net.wotonomy.access.EOAdaptorChannel
 
directGet(Object) - Method in class net.wotonomy.control.internal.Surrogate
Called by get to retrieve a value from the internal map.
directPut(Object, Object) - Method in class net.wotonomy.control.internal.Surrogate
Called by put to retrieve a value from the internal map.
disableSnapshotRefCounting() - Static method in class net.wotonomy.access.EODatabase
 
discardPendingNotification() - Method in class net.wotonomy.control.EODelayedObserver
Removes this observer from the observer queue for a currently pending notification.
displayNameForKey(String) - Method in class net.wotonomy.control.EOClassDescription
Returns a human-readable title for the specified key.
dispose() - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 

E

editingContext() - Method in class net.wotonomy.access.EOAccessGenericFaultHandler
 
editingContext() - Method in class net.wotonomy.control.ChildDataSource
Returns the editing context for this data source, which was created in the constructor and whose parent is the editing context specified in the constructor.
EditingContext - Class in net.wotonomy.control
EditingContext provides transactional support for fetching, editing, and committing changes made on a collection of objects to a parent object store.
EditingContext() - Constructor for class net.wotonomy.control.EditingContext
Default constructor creates a new editing context that uses the default object store.
EditingContext(EOObjectStore) - Constructor for class net.wotonomy.control.EditingContext
Creates a new editing context that uses the specified object store as its parent object store.
editingContext() - Method in class net.wotonomy.control.EOCustomObject
Returns the editing context in which this object is registered.
editingContext() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns the editing context for this data source, or null if no editing context was specified.
editingContext() - Method in class net.wotonomy.control.EODataSource
Returns the editing context for this data source, or null if no editing context is used.
editingContext() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns the editing context in which this object is registered.
editingContext() - Method in class net.wotonomy.control.PropertyDataSource
 
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class net.wotonomy.access.EODatabaseContext
 
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class net.wotonomy.control.EOEditingContext
Called by child editing contexts when they no longer need to track the specified id.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class net.wotonomy.control.EOObjectStore
Called by editing contexts when they no longer need to track the specified id.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
editingContextDidMergeChanges(EOEditingContext) - Method in interface net.wotonomy.control.EOEditingContext.Delegate
Called after the editing context has completed merge operations on one or more objects after receiving an ObjectChangedInStore notification.
EditingContextDidSaveChangesNotification - Static variable in class net.wotonomy.control.EOEditingContext
Key for the NSNotification posted after this editing context saves changes.
EditingContextFlushChangesRunLoopOrdering - Static variable in class net.wotonomy.control.EOEditingContext
The default run loop ordering processes recent changes before delayed observers are notified and before dispatching the AWT event queue.
editingContextPresentErrorMessage(EOEditingContext, String) - Method in interface net.wotonomy.control.EOEditingContext.MessageHandler
Called to display a message for an error that occurred in the specified editing context.
editingContextShouldContinueFetching(EOEditingContext, int, int, EOObjectStore) - Method in interface net.wotonomy.control.EOEditingContext.MessageHandler
Called by the specified object store to determine whether fetching should continue, where count is the current count and limit is the limit as specified by the fetch specification.
editingContextShouldFetchObjects(EOEditingContext, EOFetchSpecification) - Method in interface net.wotonomy.control.EOEditingContext.Delegate
Called by objectsWithFetchSpecification.
editingContextShouldInvalidateObject(EOEditingContext, Object, EOGlobalID) - Method in interface net.wotonomy.control.EOEditingContext.Delegate
Called to determine whether an object should be invalidated.
editingContextShouldMergeChangesForObject(EOEditingContext, Object) - Method in interface net.wotonomy.control.EOEditingContext.Delegate
Called to determine whether the editing context should attempt to merge changes in the specified object that the parent store says has changed via an ObjectChangedInStore notification.
editingContextShouldPresentException(EOEditingContext, Throwable) - Method in interface net.wotonomy.control.EOEditingContext.Delegate
Returns whether the editing context should ask its message handler to display a message.
editingContextShouldUndoUserActionsAfterFailure(EOEditingContext) - Method in interface net.wotonomy.control.EOEditingContext.Delegate
Returns whether the editing context should undo the most recent set of changes that resulted in a validation failure.
editingContextShouldValidateChanges(EOEditingContext) - Method in interface net.wotonomy.control.EOEditingContext.Delegate
Returns whether the editing context should validate the most recent set of changes.
editingContextWillSaveChanges(EOEditingContext) - Method in interface net.wotonomy.control.EOEditingContext.Delegate
Called before the editing context saves its changes to the parent object store.
editingContextWillSaveChanges(EOEditingContext) - Method in interface net.wotonomy.control.EOEditingContext.Editor
Called before the editing context saves its changes to the parent object store.
editorHasChangesForEditingContext(EOEditingContext) - Method in interface net.wotonomy.control.EOEditingContext.Editor
Called to determine whether this editor has changes that have not been committed to the object in the context.
editors() - Method in class net.wotonomy.control.EOEditingContext
Returns a read-only List of registered editors of this editing context.
enableObserverNotification() - Static method in class net.wotonomy.control.EOObserverCenter
Enables notifications after they have been suppressed by suppressObserverNotification.
encodeBool(boolean, String) - Method in class net.wotonomy.control.EOKeyValueArchiver
 
encodeInt(int, String) - Method in class net.wotonomy.control.EOKeyValueArchiver
 
encodeIntoPropertyList(NSMutableDictionary) - Method in class net.wotonomy.access.EOAttribute
 
encodeIntoPropertyList(NSMutableDictionary) - Method in class net.wotonomy.access.EOEntity
 
encodeIntoPropertyList(NSMutableDictionary) - Method in interface net.wotonomy.access.EOPropertyListEncoding
 
encodeIntoPropertyList(NSMutableDictionary) - Method in class net.wotonomy.access.EORelationship
 
encodeIntoPropertyList(NSMutableDictionary) - Method in class net.wotonomy.access.EOStoredProcedure
 
encodeObject(Object, String) - Method in class net.wotonomy.control.EOKeyValueArchiver
 
encodeReferenceToObject(Object, String) - Method in class net.wotonomy.control.EOKeyValueArchiver
 
encodeWithCoder(NSCoder) - Method in class net.wotonomy.control.EOKeyGlobalID
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class net.wotonomy.control.EOAndQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class net.wotonomy.control.EOFetchSpecification
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class net.wotonomy.control.EOKeyComparisonQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in interface net.wotonomy.control.EOKeyValueArchiving
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class net.wotonomy.control.EOKeyValueQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class net.wotonomy.control.EONotQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class net.wotonomy.control.EOOrQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class net.wotonomy.control.EOSortOrdering
 
enqueueObserver(EODelayedObserver) - Method in class net.wotonomy.control.EODelayedObserverQueue
Adds the specified observer to the queue.
ensureObjectAwake(Object) - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
entities() - Method in class net.wotonomy.access.EOModel
 
entity() - Method in class net.wotonomy.access.EOAdaptorOperation
 
entity() - Method in class net.wotonomy.access.EOAttribute
 
entity() - Method in class net.wotonomy.access.EOEntityClassDescription
 
entity() - Method in class net.wotonomy.access.EORelationship
 
entity() - Method in class net.wotonomy.access.EOSQLExpression
 
entityForGlobalIDOrObject(EOGlobalID, Object) - Method in class net.wotonomy.control.AbstractObjectStore
Returns the entity that corresponds to the specified global id and/or object.
entityForObject(EOEnterpriseObject) - Method in class net.wotonomy.access.EODatabase
 
entityForObject(EOEnterpriseObject) - Method in class net.wotonomy.access.EOModelGroup
 
entityName() - Method in class net.wotonomy.access.EOEntityClassDescription
 
entityName() - Method in class net.wotonomy.control.EOClassDescription
Returns a human-readable title for the class of objects that this class description represents.
entityName() - Method in class net.wotonomy.control.EOCustomObject
Returns the name of the entity that this object represents.
entityName() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns the name of the entity that this object represents.
entityName() - Method in class net.wotonomy.control.EOFetchSpecification
Returns the name of the entity fetched by this fetch spec.
entityName() - Method in class net.wotonomy.control.EOKeyGlobalID
 
entityNamed(String) - Method in class net.wotonomy.access.EODatabase
 
entityNamed(String) - Method in class net.wotonomy.access.EOModel
 
entityNamed(String) - Method in class net.wotonomy.access.EOModelGroup
 
entityNames() - Method in class net.wotonomy.access.EOModel
 
EOAccessArrayFaultHandler - Class in net.wotonomy.access
A fault handler for to-many relationships.
EOAccessArrayFaultHandler(EOKeyGlobalID, String, EODatabaseContext, EOEditingContext) - Constructor for class net.wotonomy.access.EOAccessArrayFaultHandler
 
EOAccessFaultHandler - Class in net.wotonomy.access
A fault handler for single objects.
EOAccessFaultHandler(EOKeyGlobalID, EODatabaseContext, EOEditingContext) - Constructor for class net.wotonomy.access.EOAccessFaultHandler
 
EOAccessGenericFaultHandler - Class in net.wotonomy.access
A generic fault handler for EOAccess.
EOAccessGenericFaultHandler() - Constructor for class net.wotonomy.access.EOAccessGenericFaultHandler
 
EOAccessLock - Class in net.wotonomy.access
This class offers a very simple interface to a global locking mechanism to be used by the whole access layer.
EOAdaptor - Class in net.wotonomy.access
 
EOAdaptor(String) - Constructor for class net.wotonomy.access.EOAdaptor
 
EOAdaptorChannel - Class in net.wotonomy.access
 
EOAdaptorChannel(EOAdaptorContext) - Constructor for class net.wotonomy.access.EOAdaptorChannel
 
EOAdaptorContext - Class in net.wotonomy.access
 
EOAdaptorContext(EOAdaptor) - Constructor for class net.wotonomy.access.EOAdaptorContext
 
EOAdaptorOperation - Class in net.wotonomy.access
Represents a single primitive operation in a database server.
EOAdaptorOperation(EOEntity) - Constructor for class net.wotonomy.access.EOAdaptorOperation
 
EOAndQualifier - Class in net.wotonomy.control
EOAndQualifier contains other EOQualifiers, evaluating as true only if all of the contained qualifiers evaluate as true.
EOAndQualifier(List) - Constructor for class net.wotonomy.control.EOAndQualifier
 
EOAttribute - Class in net.wotonomy.access
Represents an attribute inside an entity.
EOAttribute() - Constructor for class net.wotonomy.access.EOAttribute
 
EOAttribute(NSDictionary, Object) - Constructor for class net.wotonomy.access.EOAttribute
 
EOClassDescription - Class in net.wotonomy.control
EOClassDescription provides meta-information about a class and is used to customize certain behaviors within wotonomy and specifically within editing contexts and object stores.
EOClassDescription() - Constructor for class net.wotonomy.control.EOClassDescription
 
EOClassDescription(Class) - Constructor for class net.wotonomy.control.EOClassDescription
Constructor may only be called by subclasses.
EOCooperatingObjectStore - Class in net.wotonomy.control
A representation of a channel of communication to the database.
EOCooperatingObjectStore() - Constructor for class net.wotonomy.control.EOCooperatingObjectStore
 
EOCustomObject - Class in net.wotonomy.control
EOCustomObject implements all the necessary interfaces to receive first-class treatment from the control framework.
EOCustomObject() - Constructor for class net.wotonomy.control.EOCustomObject
Default constructor initializes private state.
EOCustomObject(EOEditingContext, EOClassDescription, EOGlobalID) - Constructor for class net.wotonomy.control.EOCustomObject
Preferred constructor, specifying an editing context, a class description, and a global id, any or all of which may be null.
EODatabase - Class in net.wotonomy.access
 
EODatabase(EOAdaptor) - Constructor for class net.wotonomy.access.EODatabase
 
EODatabase(EOModel) - Constructor for class net.wotonomy.access.EODatabase
 
EODatabaseChannel - Class in net.wotonomy.access
 
EODatabaseChannel(EODatabaseContext) - Constructor for class net.wotonomy.access.EODatabaseChannel
 
EODatabaseContext - Class in net.wotonomy.access
 
EODatabaseContext(EODatabase) - Constructor for class net.wotonomy.access.EODatabaseContext
 
EODatabaseDataSource - Class in net.wotonomy.control
EODatabaseSource is a general-purpose implementation of EODataSource that is EOClassDescription-aware and that can vend appropriate EODetailDataSources.
EODatabaseDataSource(EOEditingContext, String) - Constructor for class net.wotonomy.control.EODatabaseDataSource
Constructs a data source that fetches all objects of the specified entity type.
EODatabaseDataSource(EOEditingContext, String, String) - Constructor for class net.wotonomy.control.EODatabaseDataSource
Constructs a data source that fetches objects of the specified entity type according to the fetch specification with the specified name.
EODatabaseOperation - Class in net.wotonomy.access
 
EODatabaseOperation() - Constructor for class net.wotonomy.access.EODatabaseOperation
 
EODataSource - Class in net.wotonomy.control
EODataSource is used by EODisplayGroup.fetch() to retrieve a list of objects to display.
EODataSource() - Constructor for class net.wotonomy.control.EODataSource
 
EODeferredFaulting - Interface in net.wotonomy.control
EODeferredFaulting defines a method to handle relationships that are deferred faults.
EODelayedObserver - Class in net.wotonomy.control
This is an abstract class for receiving coalesced notifications of changes from objects.
EODelayedObserver() - Constructor for class net.wotonomy.control.EODelayedObserver
Default constructor.
EODelayedObserverQueue - Class in net.wotonomy.control
EODelayedObserverQueue allows EODelayedObservers to receive only one subjectChanged() message after numerous willChange() messages have been sent.
EODelayedObserverQueue() - Constructor for class net.wotonomy.control.EODelayedObserverQueue
Default constructor.
eoDescription() - Method in class net.wotonomy.control.EOCustomObject
Returns a String containing all property keys and values for this object.
eoDescription() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a String containing all property keys and values for this object.
EOEditingContext - Class in net.wotonomy.control
EOEditingContext provides transactional support for fetching, editing, and committing changes made on a collection of objects to a parent object store.
EOEditingContext() - Constructor for class net.wotonomy.control.EOEditingContext
Default constructor creates a new editing context that uses the default object store.
EOEditingContext(EOObjectStore) - Constructor for class net.wotonomy.control.EOEditingContext
Creates a new editing context that uses the specified object store as its parent object store.
EOEditingContext.Delegate - Interface in net.wotonomy.control
Used by EditingContext to delegate behavior to another class.
EOEditingContext.Editor - Interface in net.wotonomy.control
Editors register themselves with the editing context so that they may receive notification before the context commits changes.
EOEditingContext.MessageHandler - Interface in net.wotonomy.control
Used by EditingContext to delegate messaging handling to another class, typically the display group that has the currently active association.
EOEnterpriseObject - Interface in net.wotonomy.control
EOEnterpriseObject defines the required methods a data object must implement to take full advantage of the control package.
EOEntity - Class in net.wotonomy.access
An EOEntity is a mapping between a Java class and a database table or view.
EOEntity() - Constructor for class net.wotonomy.access.EOEntity
 
EOEntity(NSDictionary, Object) - Constructor for class net.wotonomy.access.EOEntity
 
EOEntityClassDescription - Class in net.wotonomy.access
 
EOEntityClassDescription() - Constructor for class net.wotonomy.access.EOEntityClassDescription
 
EOEntityClassDescription(EOEntity) - Constructor for class net.wotonomy.access.EOEntityClassDescription
 
EOFaultHandler - Class in net.wotonomy.control
EOFaultHandler defines the contract for objects that can create and populate faults.
EOFaultHandler() - Constructor for class net.wotonomy.control.EOFaultHandler
 
EOFaulting - Interface in net.wotonomy.control
EOFaulting defines the requirements for objects that can be faulted by an EOFaultManager.
EOFetchSpecification - Class in net.wotonomy.control
EOFetchSpecification defines the parameters used to request objects from an EOObjectStore.
EOFetchSpecification() - Constructor for class net.wotonomy.control.EOFetchSpecification
Default constructor initializes internal state.
EOFetchSpecification(String, EOQualifier, List) - Constructor for class net.wotonomy.control.EOFetchSpecification
Constructs a fetch specification for the specified entity type using the specified qualifier and sort ordering.
EOFetchSpecification(String, EOQualifier, NSArray, boolean, boolean, Map) - Constructor for class net.wotonomy.control.EOFetchSpecification
Constructs a fetch specification for the specified entity type using the specified qualifier and sort ordering, distinct flag, deep flag, and hints dictionary.
EOGeneralAdaptorException - Exception in net.wotonomy.access
Generic exception thrown by wotonomy.access.
EOGeneralAdaptorException(String) - Constructor for exception net.wotonomy.access.EOGeneralAdaptorException
 
EOGeneralAdaptorException(String, NSDictionary) - Constructor for exception net.wotonomy.access.EOGeneralAdaptorException
 
EOGeneralAdaptorException(String, String, String) - Constructor for exception net.wotonomy.access.EOGeneralAdaptorException
 
EOGenericRecord - Class in net.wotonomy.control
EOGenericRecord extends EOCustomObject to provide a general-purpose implementation, relying entirely on the class description for entity-specific behavior, and storing data in a dictionary.
EOGenericRecord() - Constructor for class net.wotonomy.control.EOGenericRecord
Default constructor.
EOGenericRecord(EOClassDescription) - Constructor for class net.wotonomy.control.EOGenericRecord
Preferred constructor.
EOGenericRecord(EOEditingContext, EOClassDescription, EOGlobalID) - Constructor for class net.wotonomy.control.EOGenericRecord
Compatibility constructor: aContext and anID are ignored.
EOGlobalID - Class in net.wotonomy.control
A pure java implementation of EOGlobalID.
EOGlobalID() - Constructor for class net.wotonomy.control.EOGlobalID
 
EOIntegralKeyGlobalID - Class in net.wotonomy.control
 
EOIntegralKeyGlobalID(String, Number) - Constructor for class net.wotonomy.control.EOIntegralKeyGlobalID
 
EOJoin - Class in net.wotonomy.access
An EOJoin represents a connection between two attributes in different entities.
EOJoin(EOAttribute, EOAttribute) - Constructor for class net.wotonomy.access.EOJoin
 
EOKeyComparisonQualifier - Class in net.wotonomy.control
 
EOKeyComparisonQualifier(String, NSSelector, String) - Constructor for class net.wotonomy.control.EOKeyComparisonQualifier
 
EOKeyGlobalID - Class in net.wotonomy.control
The model object which represents the mapping between database fields and object properties, lists available entities, lists connection dictionaries, and has fetch specifications.
EOKeyGlobalID(String, int) - Constructor for class net.wotonomy.control.EOKeyGlobalID
 
EOKeyValueArchiver - Class in net.wotonomy.control
 
EOKeyValueArchiver() - Constructor for class net.wotonomy.control.EOKeyValueArchiver
 
EOKeyValueArchiving - Interface in net.wotonomy.control
Remember that this method is also part of the interface: public static Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver unarchiver)
EOKeyValueCoding - Interface in net.wotonomy.control
EOKeyValueCoding defines an interface for classes that need to have more control over the wotonomy's property introspection facilities.
EOKeyValueCodingAdditions - Interface in net.wotonomy.control
EOKeyValueCodingAdditions defines an interface for classes that need to have more control over the wotonomy's bulk property copying and cloning facilities.
EOKeyValueCodingAdditions.DefaultImplementation - Class in net.wotonomy.control
Provides a reflection-based implementation for classes that don't implement NSKeyValueCodingAdditions.
EOKeyValueCodingAdditions.DefaultImplementation() - Constructor for class net.wotonomy.control.EOKeyValueCodingAdditions.DefaultImplementation
 
EOKeyValueCodingAdditions.Utility - Class in net.wotonomy.control
Static utilities methods that call the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
EOKeyValueCodingAdditions.Utility() - Constructor for class net.wotonomy.control.EOKeyValueCodingAdditions.Utility
 
EOKeyValueCodingSupport - Class in net.wotonomy.control
EOKeyValueCodingSupport defines default behavior for classes implementing EOKeyValueSupport.
EOKeyValueCodingSupport() - Constructor for class net.wotonomy.control.EOKeyValueCodingSupport
 
EOKeyValueQualifier - Class in net.wotonomy.control
EOKeyValueQualifier performs a property-based comparison against a specified value.
EOKeyValueQualifier(String, NSSelector, Object) - Constructor for class net.wotonomy.control.EOKeyValueQualifier
Constructor specifying a property key, a selector, and a value for comparison.
EOKeyValueUnarchiver - Class in net.wotonomy.control
Creates objects from dictionaries that were created with EOKeyValueArchiver.
EOKeyValueUnarchiver(NSDictionary) - Constructor for class net.wotonomy.control.EOKeyValueUnarchiver
 
EOModel - Class in net.wotonomy.access
An EOModel is a set of entities and stored procedures, along with a connection dictionary to connect to a database.
EOModel() - Constructor for class net.wotonomy.access.EOModel
 
EOModel(NSDictionary, Object) - Constructor for class net.wotonomy.access.EOModel
 
EOModel(String) - Constructor for class net.wotonomy.access.EOModel
 
EOModelGroup - Class in net.wotonomy.access
A group of models that connect to the same database.
EOModelGroup() - Constructor for class net.wotonomy.access.EOModelGroup
 
EONotQualifier - Class in net.wotonomy.control
EONotQualifiier negates a specified qualifier, evaluating to the opposite of the specified qualifier.
EONotQualifier(EOQualifier) - Constructor for class net.wotonomy.control.EONotQualifier
 
EONullValue - Class in net.wotonomy.control
EONullValue is used to represent null in Collections classes because List and Map do not specify whether null values are allowed and because NSArray and NSDictionary explicitly do not allow null values.
EOObjectStore - Class in net.wotonomy.control
EOObjectStore defines an object repository that tracks object creations, deletions, and updates made by EOEditingContexts.
EOObjectStore() - Constructor for class net.wotonomy.control.EOObjectStore
Default constructor is responsible for initializing internal state.
EOObjectStoreCoordinator - Class in net.wotonomy.control
A representation of a channel of communication to the database.
EOObjectStoreCoordinator() - Constructor for class net.wotonomy.control.EOObjectStoreCoordinator
 
EOObserverCenter - Class in net.wotonomy.control
EOObserverCenter is a static singleton-like class that manages EOObservings that want to be notified of changes to those objects that call notifyObserversObjectWillChange() before their properties change.
EOObserverCenter() - Constructor for class net.wotonomy.control.EOObserverCenter
 
EOObserverProxy - Class in net.wotonomy.control
A convenience observer for objects that do not or cannot subclass EODelayedObserver.
EOObserverProxy(Object, NSSelector, int) - Constructor for class net.wotonomy.control.EOObserverProxy
Constructs an EODelayedObserver that will invoke the specified selector on the specified object, and will run at the specified priority.
EOObserverProxy(Object, NSSelector) - Constructor for class net.wotonomy.control.EOObserverProxy
Constructs an EODelayedObserver that will invoke the specified selector on the specified object, and will run at ObserverPriorityThird priority, which is the default.
EOObserving - Interface in net.wotonomy.control
A pure java implementation of EOObserving.
EOOrQualifier - Class in net.wotonomy.control
EOOrQualifier contains other EOQualifiers, evaluating as true if any of the contained qualifiers evaluate as true.
EOOrQualifier(List) - Constructor for class net.wotonomy.control.EOOrQualifier
 
EOProperty - Class in net.wotonomy.access
Abstract superclass of EOAttribute and EORelationship.
EOProperty() - Constructor for class net.wotonomy.access.EOProperty
 
EOPropertyListEncoding - Interface in net.wotonomy.access
Implemented by classes that are read from property lists and that can be written back to property lists.
EOQualifier - Class in net.wotonomy.control
EOQualifiers are used to perform property-based qualifications on objects: for a set of criteria, a qualifier either qualifies or disqualifies an given object.
EOQualifier() - Constructor for class net.wotonomy.control.EOQualifier
Default constructor.
EOQualifierEvaluation - Interface in net.wotonomy.control
EOQualifiers that want to perform in-memory evaluation should implement this interface.
EOQualifierSQLGeneration - Interface in net.wotonomy.access
 
EOQualifierSQLGeneration.AndQualifierSupport - Class in net.wotonomy.access
 
EOQualifierSQLGeneration.AndQualifierSupport() - Constructor for class net.wotonomy.access.EOQualifierSQLGeneration.AndQualifierSupport
 
EOQualifierSQLGeneration.KeyComparisonQualifierSupport - Class in net.wotonomy.access
 
EOQualifierSQLGeneration.KeyComparisonQualifierSupport() - Constructor for class net.wotonomy.access.EOQualifierSQLGeneration.KeyComparisonQualifierSupport
 
EOQualifierSQLGeneration.KeyValueQualifierSupport - Class in net.wotonomy.access
 
EOQualifierSQLGeneration.KeyValueQualifierSupport() - Constructor for class net.wotonomy.access.EOQualifierSQLGeneration.KeyValueQualifierSupport
 
EOQualifierSQLGeneration.NotQualifierSupport - Class in net.wotonomy.access
 
EOQualifierSQLGeneration.NotQualifierSupport() - Constructor for class net.wotonomy.access.EOQualifierSQLGeneration.NotQualifierSupport
 
EOQualifierSQLGeneration.OrQualifierSupport - Class in net.wotonomy.access
 
EOQualifierSQLGeneration.OrQualifierSupport() - Constructor for class net.wotonomy.access.EOQualifierSQLGeneration.OrQualifierSupport
 
EOQualifierSQLGeneration.Support - Class in net.wotonomy.access
 
EOQualifierSQLGeneration.Support() - Constructor for class net.wotonomy.access.EOQualifierSQLGeneration.Support
 
EORelationship - Class in net.wotonomy.access
Represents a relationship from one entity to another.
EORelationship() - Constructor for class net.wotonomy.access.EORelationship
 
EORelationship(NSDictionary, Object) - Constructor for class net.wotonomy.access.EORelationship
 
EORelationshipManipulation - Interface in net.wotonomy.control
EORelationshipManipulation provides methods for generically adding and removing relationships between objects, handling both one-way and reciprocal relationships.
eoShallowDescription() - Method in class net.wotonomy.control.EOCustomObject
Returns a String containing all attribute keys and values for this object.
eoShallowDescription() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a String containing all attribute keys and values for this object.
eoShallowDescription(Object) - Method in class net.wotonomy.control.EOFaultHandler
 
EOSortOrdering - Class in net.wotonomy.control
EOSortOrdering defines a sort key and operation.
EOSortOrdering(String, NSSelector) - Constructor for class net.wotonomy.control.EOSortOrdering
Constructor creates an EOSortOrdering that uses the specified key and selector.
EOSortOrdering(String, Comparator) - Constructor for class net.wotonomy.control.EOSortOrdering
Constructor creates an EOSortOrdering that uses the specified key and comparator.
EOSQLExpression - Class in net.wotonomy.access
 
EOSQLExpression(EOEntity) - Constructor for class net.wotonomy.access.EOSQLExpression
 
EOSQLExpressionFactory - Class in net.wotonomy.access
 
EOSQLExpressionFactory(EOAdaptor) - Constructor for class net.wotonomy.access.EOSQLExpressionFactory
 
EOStoredProcedure - Class in net.wotonomy.access
Represents a stored procedure in a database.
EOStoredProcedure(NSDictionary, Object) - Constructor for class net.wotonomy.access.EOStoredProcedure
Creates a stored procedure from a property list.
EOStoredProcedure(String) - Constructor for class net.wotonomy.access.EOStoredProcedure
 
EOTemporaryGlobalID - Class in net.wotonomy.control
EOTemporaryGlobalID is a network-wide unique key.
EOTemporaryGlobalID() - Constructor for class net.wotonomy.control.EOTemporaryGlobalID
Generates a new id with a unique key.
EOValidation - Interface in net.wotonomy.control
EOValidation provides methods for validating a operation on an object as a whole, rather than on an individual property.
EOVectorKeyGlobalID - Class in net.wotonomy.control
 
EOVectorKeyGlobalID(String, Object[]) - Constructor for class net.wotonomy.control.EOVectorKeyGlobalID
 
equals(Object) - Method in class net.wotonomy.control.ArrayFault
 
equals(Object) - Method in class net.wotonomy.control.EONullValue
Implemented to return true for any instance of EONullValue and for any instance of NSNull.
equals(Object) - Method in class net.wotonomy.control.EOSortOrdering
 
equals(Object) - Method in class net.wotonomy.control.EOTemporaryGlobalID
Returns whether the keys are equal.
equals(Object) - Method in class net.wotonomy.control.internal.Surrogate
Overridden to compare by reference.
evaluateExpression(EOSQLExpression) - Method in class net.wotonomy.access.EOAdaptorChannel
 
evaluateWithObject(Object) - Method in class net.wotonomy.control.EOAndQualifier
Evaluates this qualifier for the specified object, and returns whether the object is qualified.
evaluateWithObject(Object) - Method in class net.wotonomy.control.EOKeyComparisonQualifier
Evaluates this qualifier for the specified object, and returns whether the object is qualified.
evaluateWithObject(Object) - Method in class net.wotonomy.control.EOKeyValueQualifier
Evaluates this qualifier for the specified object, and returns whether the object is qualified.
evaluateWithObject(Object) - Method in class net.wotonomy.control.EONotQualifier
Evaluates this qualifier for the specified object, and returns whether the object is qualified.
evaluateWithObject(Object) - Method in class net.wotonomy.control.EOOrQualifier
Evaluates this qualifier for the specified object, and returns whether the object is qualified.
evaluateWithObject(Object) - Method in class net.wotonomy.control.EOQualifier
Returns whether the specified object meets the criteria defined by this qualifier.
evaluateWithObject(Object) - Method in interface net.wotonomy.control.EOQualifierEvaluation
 
exception() - Method in class net.wotonomy.access.EOAdaptorOperation
 
executeStoredProcedure(EOStoredProcedure, NSDictionary) - Method in class net.wotonomy.access.EOAdaptorChannel
 
expressionClass() - Method in class net.wotonomy.access.EOAdaptor
 
expressionClass() - Method in class net.wotonomy.access.EOSQLExpressionFactory
 
expressionClassName(String) - Static method in class net.wotonomy.access.EOAdaptor
 
expressionFactory() - Method in class net.wotonomy.access.EOAdaptor
 
expressionForEntity(EOEntity) - Method in class net.wotonomy.access.EOSQLExpressionFactory
 
expressionForString(String) - Method in class net.wotonomy.access.EOSQLExpressionFactory
 
externalModelsReferenced() - Method in class net.wotonomy.access.EOEntity
 
externalName() - Method in class net.wotonomy.access.EOEntity
 
externalName() - Method in class net.wotonomy.access.EOStoredProcedure
 
externalNameQuoteCharacter() - Method in class net.wotonomy.access.EOSQLExpression
 
externalType() - Method in class net.wotonomy.access.EOAttribute
 
externalTypesWithModel(EOModel) - Method in class net.wotonomy.access.EOAdaptor
 

F

faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
This implementation returns the actual object for the specified id.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Returns the object for the specified id.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Returns the object for the specified id.
faultForGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
faultForRawRow(Map, String, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
faultForRawRow(Map, String, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
Returns a fault representing an object of the specified entity type with values from the specified dictionary.
faultForRawRow(Map, String) - Method in class net.wotonomy.control.EOEditingContext
Returns a fault representing an object of the specified entity type with values from the specified dictionary.
faultForRawRow(Map, String, EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Returns a fault representing an object of the specified entity type with values from the specified dictionary.
faultForRawRow(Map, String, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Returns a fault representing an object of the specified entity type with values from the specified dictionary.
faultForRawRow(NSDictionary, String, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
faultForRawRow(Map, String, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
faultHandler() - Method in class net.wotonomy.control.EOCustomObject
Returns this object's EOFaultHandler.
faultHandler() - Method in interface net.wotonomy.control.EOFaulting
Returns this object's EOFaultHandler.
faultWillFire(Object) - Method in class net.wotonomy.access.EOAccessGenericFaultHandler
 
faultWillFire(Object) - Method in class net.wotonomy.control.EOFaultHandler
 
fetchedValueForDataValue(NSData, EOAttribute) - Method in class net.wotonomy.access.EOAdaptor
 
fetchedValueForDateValue(NSTimestamp, EOAttribute) - Method in class net.wotonomy.access.EOAdaptor
 
fetchedValueForNumberValue(Number, EOAttribute) - Method in class net.wotonomy.access.EOAdaptor
 
fetchedValueForStringValue(String, EOAttribute) - Method in class net.wotonomy.access.EOAdaptor
 
fetchedValueForValue(Object, EOAttribute) - Method in class net.wotonomy.access.EOAdaptor
 
fetchesRawRows() - Method in class net.wotonomy.control.EOFetchSpecification
Returns whether this fetch spec will fetch raw rows.
fetchLimit() - Method in class net.wotonomy.control.EOFetchSpecification
Returns the current fetch limit.
fetchObject() - Method in class net.wotonomy.access.EODatabaseChannel
 
fetchObjects() - Method in class net.wotonomy.control.ChildDataSource
Returns a List containing the objects in this data source.
fetchObjects() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns a List containing the objects of the current entity type that conform to the specified fetch specification.
fetchObjects() - Method in class net.wotonomy.control.EODataSource
Returns a List containing the objects in this data source.
fetchObjects() - Method in class net.wotonomy.control.PropertyDataSource
Returns a List containing the objects in this data source.
fetchRow() - Method in class net.wotonomy.access.EOAdaptorChannel
 
fetchSpecification() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns the fetch specification currently used by this data source to fetch objects, or null if none is specified.
fetchSpecificationForFetch() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns a copy of the fetch specification that will be used to determine fetch for this data source.
FetchSpecificationKey - Static variable in class net.wotonomy.control.EOObjectStoreCoordinator
 
fetchSpecificationName() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns the name of the current fetch specification, or null if no name has been specified.
fetchSpecificationNamed(String) - Method in class net.wotonomy.access.EOEntity
 
fetchSpecificationNamed(String) - Method in class net.wotonomy.access.EOEntityClassDescription
 
fetchSpecificationNamed(String, String) - Method in class net.wotonomy.access.EOModelGroup
 
fetchSpecificationNamed(String) - Method in class net.wotonomy.control.EOClassDescription
Returns the fetch specification associated with this class description that corresponds to the specified name, or null if not found.
fetchSpecificationNamed(String, String) - Static method in class net.wotonomy.control.EOFetchSpecification
Convenience to return the named fetch specification from the class description corresponding to the specified entity name.
fetchSpecificationNames() - Method in class net.wotonomy.access.EOEntity
 
fetchSpecificationWithQualifierBindings(Map) - Method in class net.wotonomy.control.EOFetchSpecification
Returns a fetch specification that resolves the bindings in the specified map.
fetchTimestamp() - Method in class net.wotonomy.control.EOEditingContext
Returns the fetch timestamp for this editing context.
filterArrayWithQualifier(List, EOQualifier) - Static method in class net.wotonomy.control.EOQualifier
Convenience to retain only those objects from the specified List that meet the specified qualifier's requirements.
filteredArrayWithQualifier(List, EOQualifier) - Static method in class net.wotonomy.control.EOQualifier
Convenience to return a List consisting only of those objects in the specified List that meet the specified qualifier's requirements.
finishInitializationOfObjects() - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
fireFault() - Method in class net.wotonomy.control.ArrayFault
 
flattenedAttributes() - Method in class net.wotonomy.access.EOEntity
 
FlushDelayedObserversRunLoopOrdering - Static variable in class net.wotonomy.control.EODelayedObserverQueue
The default run loop ordering flushes the delayed observers up to ObserverPrioritySixth before dispatching the AWT event queue.
flushObserverQueue(Object) - Method in class net.wotonomy.control.EODelayedObserverQueue
This method is called by the event queue run loop and calls notifyObserversUpToPriority with ObserverPriorityLater.
flushRecentChanges(Object) - Method in class net.wotonomy.control.EOEditingContext
This method is called by the event queue run loop and calls processRecentChanges.
forgetAllSnapshots() - Method in class net.wotonomy.access.EODatabase
 
forgetObject(Object) - Method in class net.wotonomy.control.EOEditingContext
Unregisters the specified object from this editing context, removing all references to it.
forgetSnapshotForGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EODatabase
 
forgetSnapshotForGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EODatabaseContext
 
forgetSnapshotsForGlobalIDs(NSArray) - Method in class net.wotonomy.access.EODatabase
 
forgetSnapshotsForGlobalIDs(List) - Method in class net.wotonomy.access.EODatabaseContext
 
formatSQLString(String, String) - Method in class net.wotonomy.access.EOSQLExpression
 
formatStringValue(String) - Method in class net.wotonomy.access.EOSQLExpression
Returns the received string wrapped in single quotes, with any quotes or escape chars found inside it properly escaped.
formatValueForAttribute(Object, EOAttribute) - Method in class net.wotonomy.access.EOSQLExpression
 
forwardUpdateForObject(EOEnterpriseObject, NSDictionary) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
freeze(Object, EOEditingContext, Object, boolean) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
Serializes an object to a byte array containing GlobalIDMarkers in place of references to other objects registered in the specified context.
FullOuterJoin - Static variable in class net.wotonomy.access.EORelationship
 

G

geRegisteredObjects() - Method in class net.wotonomy.control.EditingContext
Returns a List of all objects registered in this editing context.
get(int) - Method in class net.wotonomy.control.ArrayFault
 
get(Object) - Method in class net.wotonomy.control.internal.Surrogate
Overridden to consult each delegate before checking the internal list of keys.
getArrayFaultWithSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.control.EditingContext
Returns a List of objects associated with the object with the specified id for the specified property relationship, or may return a placeholder array that will defer the fetch until needed (aka an array fault).
getCommittedSnapshotForObject(Object) - Method in class net.wotonomy.control.EditingContext
Returns a snapshot of the specified object as it existed when it was last read or committed to the parent object store.
getCurrentEventSnapshotForObject(Object) - Method in class net.wotonomy.control.EditingContext
Returns a snapshot of the specified object as it existed before the edits triggered by the current event loop were processed.
getDefaultFetchTimestampLag() - Static method in class net.wotonomy.control.EditingContext
 
getDefaultParentObjectStore() - Static method in class net.wotonomy.control.EditingContext
Returns the default parent object store for all object stores created with the parameterless constructor.
getDefaultValue() - Method in class net.wotonomy.control.internal.Surrogate
Returns the current default value, or null if no default exists.
getDelegate() - Method in class net.wotonomy.control.EditingContext
Returns the delegate for this editing context, or null if no delegate has been set.
getDelegate() - Method in class net.wotonomy.control.internal.Surrogate
Returns the first delegate object, or null if no delegates exist.
getDelegates() - Method in class net.wotonomy.control.internal.Surrogate
Returns the list of delegates in the order in which they are consulted.
getDeletedObjects() - Method in class net.wotonomy.control.EditingContext
Returns a List of all objects marked as deleted in this editing context.
getDescribedClass() - Method in class net.wotonomy.control.EOClassDescription
Returns the Java Class that this description describes.
getEditors() - Method in class net.wotonomy.control.EditingContext
Returns a List of registered editors of this editing context.
getFaultForGlobalID(EOGlobalID) - Method in class net.wotonomy.control.EditingContext
Returns the object for the specified id.
getFaultForRawRow(Map, String) - Method in class net.wotonomy.control.EditingContext
Returns a fault representing an object of the specified entity type with values from the specified dictionary.
getFetchTimestamp() - Method in class net.wotonomy.control.EditingContext
Returns the fetch timestamp for this editing context.
getGlobalIDForObject(Object) - Method in class net.wotonomy.control.EditingContext
Returns the id for the specified object, or null if the object is not registered in this context.
getInsertedObjects() - Method in class net.wotonomy.control.EditingContext
Returns a List of the objects that have been inserted into this editing context.
getMessageHandler() - Method in class net.wotonomy.control.EditingContext
Returns the message handler for this editing context, or null if no message handler has been set.
getObjectForGlobalID(EOGlobalID) - Method in class net.wotonomy.control.EditingContext
Returns the object registered in this editing context for the specified id, or null if that id is not registered.
getObjectsWithFetchSpecification(EOFetchSpecification) - Method in class net.wotonomy.control.EditingContext
Returns a List of objects the meet the criteria of the supplied specification.
getParentObjectStore() - Method in class net.wotonomy.control.EditingContext
Returns the parent object store for this editing context.
getRootObjectStore() - Method in class net.wotonomy.control.EditingContext
Returns the root object store, which is the parent of all parent object stores of this editing context.
getUpdatedObjects() - Method in class net.wotonomy.control.EditingContext
Returns a list of all objects marked as modified, but not inserted or deleted, in this editing context.
getUpdateMap(EOEditingContext, Object) - Method in class net.wotonomy.control.AbstractObjectStore
This method returns a map containing just the keys that are modified for a given object, converting any to-one or to-many relationships to id references.
getValue() - Method in class net.wotonomy.control.PropertyDataSource
Returns the value of the indexed property specified by qualifyWithRelationshipKey.
globalID() - Method in class net.wotonomy.access.EOAccessFaultHandler
 
GlobalIDChangedNotification - Static variable in class net.wotonomy.control.EOGlobalID
ObjectStores broadcast this notification when they replace a temporary global id with a permanent one.
globalIDForData(Map) - Method in class net.wotonomy.control.AbstractObjectStore
Extracts the global id for the fetched data or snapshot.
globalIDForObject(Object) - Method in class net.wotonomy.control.EOEditingContext
Returns the id for the specified object, or null if the object is not registered in this context.
globalIDForRow(Map) - Method in class net.wotonomy.access.EOEntity
Creates a global ID for a row.
GlobalIDKey - Static variable in class net.wotonomy.control.EOObjectStoreCoordinator
 
globalIDWithEntityName(String, Object[]) - Static method in class net.wotonomy.control.EOKeyGlobalID
 
globalModelGroup() - Static method in class net.wotonomy.access.EOModelGroup
 

H

handleDroppedConnection() - Method in class net.wotonomy.access.EOAdaptor
 
handleDroppedConnection() - Method in class net.wotonomy.access.EOAdaptorContext
 
handleDroppedConnection() - Method in class net.wotonomy.access.EODatabase
 
handleDroppedConnection() - Method in class net.wotonomy.access.EODatabaseContext
 
handleNotification(NSNotification) - Method in class net.wotonomy.control.EOEditingContext
Handles notifications from parent store, looking for InvalidatedAllObjectsInStoreNotification and ObjectsChangedInStoreNotification.
handleQueryWithUnboundKey(String) - Method in class net.wotonomy.control.EOCustomObject
Called by valueForKey when the specified key is not found on this object.
handleQueryWithUnboundKey(String) - Method in interface net.wotonomy.control.EOKeyValueCoding
Called by valueForKey when the specified key is not found on this object.
handleQueryWithUnboundKey(Object, String) - Static method in class net.wotonomy.control.EOKeyValueCodingSupport
Called by valueForKey when the specified key is not found on the specified object, if that object does not implement EOKeyValueCoding.
handlerForFault(Object) - Static method in class net.wotonomy.control.EOFaultHandler
 
handlesFetchSpecification(EOFetchSpecification) - Method in class net.wotonomy.access.EODatabaseContext
 
handlesFetchSpecification(EOFetchSpecification) - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
handleTakeValueForUnboundKey(Object, String) - Method in class net.wotonomy.control.EOCustomObject
Called by takeValueForKey when the specified key is not found on this object.
handleTakeValueForUnboundKey(Object, String) - Method in interface net.wotonomy.control.EOKeyValueCoding
Called by takeValueForKey when the specified key is not found on this object.
handleTakeValueForUnboundKey(Object, Object, String) - Static method in class net.wotonomy.control.EOKeyValueCodingSupport
Called by takeValueForKey when the specified key is not found on the specified object, if that object does not implement EOKeyValueCoding.
hasBusyChannels() - Method in class net.wotonomy.access.EOAdaptorContext
 
hasBusyChannels() - Method in class net.wotonomy.access.EODatabaseContext
 
hasChanges() - Method in class net.wotonomy.control.EOEditingContext
Returns whether this editing context has changes that have not yet been committed to the parent object store.
hashCode() - Method in class net.wotonomy.control.ArrayFault
Overridden to return the identity hash.
hashCode() - Method in class net.wotonomy.control.EOKeyGlobalID
 
hashCode() - Method in class net.wotonomy.control.EONullValue
Hashcode of all instances is zero.
hashCode() - Method in class net.wotonomy.control.EOTemporaryGlobalID
 
hasOpenChannels() - Method in class net.wotonomy.access.EOAdaptor
 
hasOpenChannels() - Method in class net.wotonomy.access.EOAdaptorContext
 
hasOpenTransaction() - Method in class net.wotonomy.access.EOAdaptorContext
 
hasSimplePrimaryKey() - Method in class net.wotonomy.access.EOEntity
 
hints() - Method in class net.wotonomy.control.EOFetchSpecification
Returns a Map containing the hints used by this fetch specification, or null if no hints have been specified.

I

IDX_NAME - Static variable in class net.wotonomy.access.EOModel
 
incrementSnapshotCountForGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EODatabase
 
indexOf(Object) - Method in class net.wotonomy.control.ArrayFault
 
initializeObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
initializeObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
Given a newly instantiated object, this method initializes its properties to values appropriate for the specified id.
initializeObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Given a newly instantiated object, this method initializes its properties to values appropriate for the specified id.
initializeObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Given a newly instantiated object, this method initializes its properties to values appropriate for the specified id.
initializeObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
InnerJoin - Static variable in class net.wotonomy.access.EORelationship
 
InOutParameter - Static variable in class net.wotonomy.access.EOAttribute
 
InParameter - Static variable in class net.wotonomy.access.EOAttribute
 
InsertedKey - Static variable in class net.wotonomy.control.EOObjectStore
Key for the user info of ObjectsChangedInStoreNotifications.
insertedObjects() - Method in class net.wotonomy.control.EOEditingContext
Returns a read-only List of the objects that have been inserted into this editing context.
insertObject(EOGlobalID, Map) - Method in class net.wotonomy.control.AbstractObjectStore
Returns the data for the row corresponding to the specified id.
insertObject(Object) - Method in class net.wotonomy.control.ChildDataSource
This implementation does nothing.
insertObject(Object) - Method in class net.wotonomy.control.EODatabaseDataSource
Inserts the specified object into this data source.
insertObject(Object) - Method in class net.wotonomy.control.EODataSource
Inserts the specified object into this data source.
insertObject(Object) - Method in class net.wotonomy.control.EOEditingContext
Inserts the specified object into this editing context.
insertObject(Object) - Method in class net.wotonomy.control.PropertyDataSource
Inserts the specified object into this data source.
insertObjectAtIndex(Object, int) - Method in class net.wotonomy.control.OrderedDataSource
Inserts the specified object into this data source, at the specified index.
insertObjectAtIndex(Object, int) - Method in class net.wotonomy.control.PropertyDataSource
Inserts the specified object into this data source, at the specified index.
insertObjectWithGlobalID(Object, EOGlobalID) - Method in class net.wotonomy.control.EOEditingContext
Inserts the specified object into this editing context with the specified id, which is expected to be a temporary id.
insertRow(NSDictionary, EOEntity) - Method in class net.wotonomy.access.EOAdaptorChannel
 
insertStatementForRow(NSDictionary, EOEntity) - Method in class net.wotonomy.access.EOSQLExpressionFactory
 
instancesRetainRegisteredObjects() - Static method in class net.wotonomy.control.EOEditingContext
Returns whether editing contexts are configured to retain strong references to their registered objects.
internalTypeForExternalType(String, EOModel) - Method in class net.wotonomy.access.EOAdaptor
 
invalidateAllCache() - Method in class net.wotonomy.control.AbstractObjectStore
Dumps all snapshots.
invalidateAllObjects() - Method in class net.wotonomy.access.EODatabaseContext
 
invalidateAllObjects() - Method in class net.wotonomy.control.AbstractObjectStore
Remove all values from all objects in memory, turning them into faults, and posts a notification that all objects have been invalidated.
invalidateAllObjects() - Method in class net.wotonomy.control.EOEditingContext
Turn all objects in this editing context into faults, so that they will be fetched the next time they are accessed, and calls invalidateObjectsWithGlobalIDs on the parent object store.
invalidateAllObjects() - Method in class net.wotonomy.control.EOObjectStore
Remove all values from all objects in memory, turning them into faults, and posts an NSNotification that all objects have been invalidated.
invalidateAllObjects() - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
invalidateClassDescriptionCache() - Static method in class net.wotonomy.control.EOClassDescription
Clears all cached class descriptions so that new requests for class descriptions will be re-loaded on-demand.
InvalidatedAllObjectsInStoreNotification - Static variable in class net.wotonomy.control.EOObjectStore
Key for the NSNotification posted when this object store is asked to invalidate all objects.
InvalidatedKey - Static variable in class net.wotonomy.control.EOObjectStore
Key for the user info of ObjectsChangedInStoreNotification.
invalidateObject(EOGlobalID) - Method in class net.wotonomy.control.AbstractObjectStore
Dumps the snapshot corresponding to the specified id.
invalidateObjectsWithGlobalIDs(List) - Method in class net.wotonomy.access.EODatabaseContext
 
invalidateObjectsWithGlobalIDs(List) - Method in class net.wotonomy.control.AbstractObjectStore
Removes values with the specified ids from memory, turning them into faults, and posts a notification that those objects have been invalidated.
invalidateObjectsWithGlobalIDs(List) - Method in class net.wotonomy.control.EOEditingContext
Turns the objects with the specified ids into faults, so that they will be fetched the next time they are accessed, and forwards the call to the parent object store.
invalidateObjectsWithGlobalIDs(List) - Method in class net.wotonomy.control.EOObjectStore
Removes values with the specified ids from memory, turning them into faults, and posts a notification that those objects have been invalidated.
invalidateObjectsWithGlobalIDs(NSArray) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
invalidateObjectsWithGlobalIDs(List) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
invalidateResultCache() - Method in class net.wotonomy.access.EODatabase
 
invalidateResultCacheForEntityNamed(String) - Method in class net.wotonomy.access.EODatabase
 
inverseForRelationshipKey(String) - Method in class net.wotonomy.control.EOClassDescription
Returns the relationship key by which the object at the other end of the specified relationship key refers to this object, or null if not found.
inverseForRelationshipKey(String) - Method in class net.wotonomy.control.EOCustomObject
Returns the key used to reference this object on the object at the other end of the specified relationship.
inverseForRelationshipKey(String) - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns the key used to reference this object on the object at the other end of the specified relationship.
isAbstractEntity() - Method in class net.wotonomy.access.EOEntity
 
isDeep() - Method in class net.wotonomy.control.EOFetchSpecification
Returns whether entities related to the primary entities are fetched by this fetch spec.
isDerived() - Method in class net.wotonomy.access.EOAttribute
 
isDroppedConnectionException(Exception) - Method in class net.wotonomy.access.EOAdaptor
 
isEmpty() - Method in class net.wotonomy.control.ArrayFault
 
isFault() - Method in class net.wotonomy.control.EOCustomObject
Returns whether this object is currently a fault.
isFault(Object) - Static method in class net.wotonomy.control.EOFaultHandler
 
isFault() - Method in interface net.wotonomy.control.EOFaulting
Returns whether this object is currently a fault.
isFetched() - Method in class net.wotonomy.control.ArrayFault
 
isFetchEnabled() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns whether fetching is currently allowed.
isFetchInProgress() - Method in class net.wotonomy.access.EOAdaptorChannel
 
isFetchInProgress() - Method in class net.wotonomy.access.EODatabaseChannel
 
isFlattened() - Method in class net.wotonomy.access.EOAttribute
Determines whether the receiver is a flattened attribute.
isFlattened() - Method in class net.wotonomy.access.EORelationship
 
isLocking() - Method in class net.wotonomy.access.EODatabaseChannel
 
isMandatory() - Method in class net.wotonomy.access.EORelationship
 
isMultiHop() - Method in class net.wotonomy.access.EORelationship
 
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
isObjectLockedWithGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EODatabaseContext
 
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
Returns false because locking is not currently permitted.
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Returns whether the object referenced by the specified id is locked.
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Returns whether the object corresponding to the specified id is locked.
isObjectLockedWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
isOpen() - Method in class net.wotonomy.access.EOAdaptorChannel
 
isReadOnly() - Method in class net.wotonomy.access.EOEntity
 
isRefreshingObjects() - Method in class net.wotonomy.access.EODatabaseChannel
 
isTemporary() - Method in class net.wotonomy.control.EOGlobalID
Returns whether this id is a temporary id.
isTemporary() - Method in class net.wotonomy.control.EOIntegralKeyGlobalID
 
isTemporary() - Method in class net.wotonomy.control.EOTemporaryGlobalID
Returns true.
isTemporary() - Method in class net.wotonomy.control.EOVectorKeyGlobalID
 
isToMany() - Method in class net.wotonomy.access.EORelationship
 
isToManyKey(String) - Method in class net.wotonomy.control.EOCustomObject
Returns whether the specified relationship key represents a to-many relationship.
isToManyKey(String) - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns whether the specified relationship key represents a to-many relationship.
isValidPrimaryKeyAttribute(EOAttribute) - Method in class net.wotonomy.access.EOEntity
 
isValidQualifierType(String, EOModel) - Method in class net.wotonomy.access.EOAdaptor
 
iterator() - Method in class net.wotonomy.control.ArrayFault
 

J

joinClauseString() - Method in class net.wotonomy.access.EOSQLExpression
 
joinExpression() - Method in class net.wotonomy.access.EOSQLExpression
 
joins() - Method in class net.wotonomy.access.EORelationship
 
joinSemantic() - Method in class net.wotonomy.access.EORelationship
 

K

key() - Method in class net.wotonomy.control.EOKeyValueQualifier
Returns the key for this qualifier.
key - Variable in class net.wotonomy.control.EOSortOrdering
 
key() - Method in class net.wotonomy.control.EOSortOrdering
Returns the property key.
key - Variable in class net.wotonomy.control.PropertyDataSource
 
key() - Method in class net.wotonomy.control.PropertyDataSource
Provides the detail key for detail display groups.
keyCount() - Method in class net.wotonomy.control.EOIntegralKeyGlobalID
 
keyCount() - Method in class net.wotonomy.control.EOKeyGlobalID
 
keyCount() - Method in class net.wotonomy.control.EOVectorKeyGlobalID
 
keyPathForBindingKey(String) - Method in class net.wotonomy.control.EOQualifier
Returns the key (which can be a key path) that is tested against the specified binding variable.
keyValue - Variable in class net.wotonomy.control.EOIntegralKeyGlobalID
 
KeyValueCodingUtilities - Class in net.wotonomy.control
KeyValueCodingUtilities implements what EOKeyValueCodingSupport leaves out.
KeyValueCodingUtilities() - Constructor for class net.wotonomy.control.KeyValueCodingUtilities
 
keyValues() - Method in class net.wotonomy.control.EOIntegralKeyGlobalID
 
keyValues() - Method in class net.wotonomy.control.EOKeyGlobalID
 
keyValues() - Method in class net.wotonomy.control.EOVectorKeyGlobalID
 
keyValuesArray() - Method in class net.wotonomy.control.EOKeyGlobalID
 

L

lastIndexOf(Object) - Method in class net.wotonomy.control.ArrayFault
 
lastKnownType - Variable in class net.wotonomy.control.PropertyDataSource
 
leftKey() - Method in class net.wotonomy.control.EOKeyComparisonQualifier
 
LeftOuterJoin - Static variable in class net.wotonomy.access.EORelationship
 
listIterator() - Method in class net.wotonomy.control.ArrayFault
 
listIterator(int) - Method in class net.wotonomy.control.ArrayFault
 
listString() - Method in class net.wotonomy.access.EOSQLExpression
 
loadAllModelObjects() - Method in class net.wotonomy.access.EOModelGroup
 
lock() - Static method in class net.wotonomy.access.EOAccessLock
 
lock() - Method in class net.wotonomy.access.EODatabaseContext
 
lock() - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
lockClause() - Method in class net.wotonomy.access.EOSQLExpression
 
lockObject(Object) - Method in class net.wotonomy.control.EOEditingContext
Locks the specified object in this editing context by calling lockObjectWithGlobalID on the parent store.
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
Does nothing because locking is not currently permitted.
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Locks the object referenced by the specified id in the specified editing context.
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Locks the object corresponding to the specified id is locked.
lockObjectWithGlobalID(EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
lockRowComparingAttributes(NSArray, EOEntity, EOQualifier, NSDictionary) - Method in class net.wotonomy.access.EOAdaptorChannel
 
locksObjects() - Method in class net.wotonomy.control.EOFetchSpecification
Returns whether this data source should lock objects that are fetched.
locksObjectsBeforeFirstModification() - Method in class net.wotonomy.control.EOEditingContext
Returns whether this editing context attempts to lock objects when they are first modified.

M

makeObjectIntoFault(Object, EOFaultHandler) - Static method in class net.wotonomy.control.EOFaultHandler
 
MessageChangeConflict - Static variable in class net.wotonomy.control.EOEditingContext
 
messageHandler() - Method in class net.wotonomy.control.EOEditingContext
Returns the message handler for this editing context, or null if no message handler has been set.
METHOD_ARGS - Static variable in class net.wotonomy.control.EOKeyValueUnarchiver
 
model() - Method in class net.wotonomy.access.EOEntity
 
model() - Method in class net.wotonomy.access.EOStoredProcedure
 
modelGroup() - Method in class net.wotonomy.access.EOModel
 
modelGroupForObjectStoreCoordinator(EOObjectStoreCoordinator) - Static method in class net.wotonomy.access.EOModelGroup
 
modelNamed(String) - Method in class net.wotonomy.access.EOModelGroup
 
modelNames() - Method in class net.wotonomy.access.EOModelGroup
 
models() - Method in class net.wotonomy.access.EODatabase
 
models() - Method in class net.wotonomy.access.EOModelGroup
 
modelWithPath(String) - Method in class net.wotonomy.access.EOModelGroup
 
mustUseBindVariableForAttribute(EOAttribute) - Method in class net.wotonomy.access.EOSQLExpression
 

N

name() - Method in class net.wotonomy.access.EOAdaptor
 
name() - Method in class net.wotonomy.access.EOAttribute
 
name() - Method in class net.wotonomy.access.EOEntity
 
name() - Method in class net.wotonomy.access.EOModel
 
name() - Method in class net.wotonomy.access.EOProperty
 
name() - Method in class net.wotonomy.access.EORelationship
 
name() - Method in class net.wotonomy.access.EOStoredProcedure
 
net.wotonomy.access - package net.wotonomy.access
 
net.wotonomy.control - package net.wotonomy.control
Support classes needed by the ui and web packages.
net.wotonomy.control.internal - package net.wotonomy.control.internal
 
notifyObserversObjectWillChange(Object) - Static method in class net.wotonomy.control.EOObserverCenter
Notifies all EOObservings registered for notifications for the specified object.
notifyObserversUpToPriority(int) - Method in class net.wotonomy.control.EODelayedObserverQueue
Notifies all observers with priority equal to or greater than the specified priority.
nullValue() - Static method in class net.wotonomy.control.EONullValue
Constructor specifying name and object.
numberOfToManyFaultsToBatchFetch() - Method in class net.wotonomy.access.EORelationship
 

O

objectForGlobalID(EOGlobalID) - Method in class net.wotonomy.control.EOEditingContext
Returns the object registered in this editing context for the specified id, or null if that id is not registered.
ObjectKey - Static variable in class net.wotonomy.control.EOObjectStoreCoordinator
 
ObjectsChangedInEditingContextNotification - Static variable in class net.wotonomy.control.EOEditingContext
Key for the NSNotification posted after this editing context observes changes.
ObjectsChangedInStoreNotification - Static variable in class net.wotonomy.control.EOObjectStore
Key for the NSNotification posted when this object store is changed.
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
Returns a List of objects associated with the object with the specified id for the specified property relationship.
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Returns a read-only List of objects associated with the object with the specified id for the specified property relationship.
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Returns a List of objects associated with the object with the specified id for the specified property relationship.
objectsForSourceGlobalID(EOGlobalID, String, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
objectStoreForFetchSpecification(EOFetchSpecification) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
objectStoreForGlobalID(EOGlobalID) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
objectStoreForObject(EOEnterpriseObject) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
Returns a List of objects the meet the criteria of the supplied specification.
objectsWithFetchSpecification(EOFetchSpecification) - Method in class net.wotonomy.control.EOEditingContext
Returns a read-only List of objects the meet the criteria of the supplied specification.
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Returns a read-only List of objects the meet the criteria of the supplied specification.
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Returns a List of objects the meet the criteria of the supplied specification.
objectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
objectWillChange(Object) - Method in class net.wotonomy.control.EODelayedObserver
Called when the specified object is about to change.
objectWillChange(Object) - Method in class net.wotonomy.control.EOEditingContext
Implementation of the EOObserving interface.
objectWillChange(Object) - Method in interface net.wotonomy.control.EOObserving
Called when the specified object is about to change.
observerForObject(Object, Class) - Static method in class net.wotonomy.control.EOObserverCenter
Returns an observer that is an instance of the specified class and that is registered for notifications about the specified object.
observerNotificationSuppressCount() - Static method in class net.wotonomy.control.EOObserverCenter
Returns the number of times that notifications have been suppressed.
ObserverNumberOfPriorities - Static variable in class net.wotonomy.control.EODelayedObserver
 
ObserverPriorityFifth - Static variable in class net.wotonomy.control.EODelayedObserver
 
ObserverPriorityFirst - Static variable in class net.wotonomy.control.EODelayedObserver
 
ObserverPriorityFourth - Static variable in class net.wotonomy.control.EODelayedObserver
 
ObserverPriorityImmediate - Static variable in class net.wotonomy.control.EODelayedObserver
Notified immediately.
ObserverPriorityLater - Static variable in class net.wotonomy.control.EODelayedObserver
 
ObserverPrioritySecond - Static variable in class net.wotonomy.control.EODelayedObserver
 
ObserverPrioritySixth - Static variable in class net.wotonomy.control.EODelayedObserver
 
ObserverPriorityThird - Static variable in class net.wotonomy.control.EODelayedObserver
 
observerQueue() - Method in class net.wotonomy.control.EODelayedObserver
Returns the observer queue to which this observer belongs.
observersForObject(Object) - Static method in class net.wotonomy.control.EOObserverCenter
Returns a List of observers for the specified object.
openChannel() - Method in class net.wotonomy.access.EOAdaptorChannel
 
operatorSelectorForString(String) - Static method in class net.wotonomy.control.EOQualifier
Returns a selector the corresponds to the operation represented by the specified string.
orderByString() - Method in class net.wotonomy.access.EOSQLExpression
 
OrderedDataSource - Class in net.wotonomy.control
A simple extension of EODataSource that allows for indexed insertion.
OrderedDataSource() - Constructor for class net.wotonomy.control.OrderedDataSource
 
OutParameter - Static variable in class net.wotonomy.access.EOAttribute
 
ownsDestination() - Method in class net.wotonomy.access.EORelationship
 
ownsDestinationObjectsForRelationshipKey(String) - Method in class net.wotonomy.control.EOClassDescription
 
ownsDestinationObjectsForRelationshipKey(String) - Method in class net.wotonomy.control.EOCustomObject
Returns whether the objects at the other end of the specified relationship should be deleted when this object is deleted.
ownsDestinationObjectsForRelationshipKey(String) - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns whether the objects at the other end of the specified relationship should be deleted when this object is deleted.
ownsGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EODatabaseContext
 
ownsGlobalID(EOGlobalID) - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
ownsObject(EOEnterpriseObject) - Method in class net.wotonomy.access.EODatabaseContext
 
ownsObject(EOEnterpriseObject) - Method in class net.wotonomy.control.EOCooperatingObjectStore
 

P

parameterDirection() - Method in class net.wotonomy.access.EOAttribute
 
parent() - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
parentObjectStore() - Method in class net.wotonomy.control.EOEditingContext
Returns the parent object store for this editing context.
path() - Method in class net.wotonomy.access.EOModel
 
performAdaptorOperation(EOAdaptorOperation) - Method in class net.wotonomy.access.EOAdaptorChannel
 
performAdaptorOperations(NSArray) - Method in class net.wotonomy.access.EOAdaptorChannel
 
performChanges() - Method in class net.wotonomy.access.EODatabaseContext
 
performChanges() - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
plist - Variable in class net.wotonomy.access.EORelationship
 
precision() - Method in class net.wotonomy.access.EOAttribute
 
prefetchingRelationshipKeyPaths() - Method in class net.wotonomy.control.EOFetchSpecification
Returns a List of relationships for the fetched objects that should also be fetched, or null if no such list has been specified.
prepareConstraintStatementForRelationship(EORelationship, NSArray, NSArray) - Method in class net.wotonomy.access.EOSQLExpression
 
prepareDeleteExpressionForQualifier(EOQualifier) - Method in class net.wotonomy.access.EOSQLExpression
 
prepareForSaveWithCoordinator(EOObjectStoreCoordinator, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
prepareForSaveWithCoordinator(EOObjectStoreCoordinator, EOEditingContext) - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
prepareInsertExpressionWithRow(NSDictionary) - Method in class net.wotonomy.access.EOSQLExpression
 
prepareSelectExpressionWithAttributes(NSArray, boolean, EOFetchSpecification) - Method in class net.wotonomy.access.EOSQLExpression
 
prepareUpdateExpressionWithRow(NSDictionary, EOQualifier) - Method in class net.wotonomy.access.EOSQLExpression
Build an UPDATE statement with the given information.
primaryKeyAttributeNames() - Method in class net.wotonomy.access.EOEntity
 
primaryKeyAttributes() - Method in class net.wotonomy.access.EOEntity
 
primaryKeyForGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EOEntity
Returns a dictionary with the primary key values contained in the global id.
primaryKeysForNewRowsWithEntity(int, EOEntity) - Method in class net.wotonomy.access.EOAdaptorChannel
 
priority() - Method in class net.wotonomy.control.EODelayedObserver
Returns the priority of this observer in the queue.
priority - Variable in class net.wotonomy.control.EOObserverProxy
 
priority() - Method in class net.wotonomy.control.EOObserverProxy
Returns the priority of this observer in the queue.
processInsert(EOEditingContext, Object) - Method in class net.wotonomy.control.AbstractObjectStore
 
processRecentChanges() - Method in class net.wotonomy.control.EOEditingContext
Updates the inserted, updated, and deleted objects lists, and posts notifications about which objects have been changed.
promptsAfterFetchLimit() - Method in class net.wotonomy.control.EOFetchSpecification
Returns whether the user should be prompted to continue when the fetch limit has been exceeded.
propagateDeleteForObject(Object, EOEditingContext) - Method in class net.wotonomy.control.EOClassDescription
Called when this object has been deleted from the specified editing context.
propagateDeleteWithEditingContext(EOEditingContext) - Method in class net.wotonomy.control.EOCustomObject
Called to perform the delete propagation for this object on the specified editing context.
propagateDeleteWithEditingContext(EOEditingContext) - Method in interface net.wotonomy.control.EOEnterpriseObject
Called to perform the delete propagation for this object on the specified editing context.
propagatesDeletesAtEndOfEvent() - Method in class net.wotonomy.control.EOEditingContext
Returns whether this editing context propagates deletes immediately after the event that triggered the delete.
propagatesPrimaryKey() - Method in class net.wotonomy.access.EORelationship
 
PropertyDataSource - Class in net.wotonomy.control
A data source that reads and writes to an indexed property of a java object.
PropertyDataSource() - Constructor for class net.wotonomy.control.PropertyDataSource
Creates a new PropertyDataSource with no editing context and will try to guess the appropriate class description when trying to create objects.
PropertyDataSource(EOEditingContext) - Constructor for class net.wotonomy.control.PropertyDataSource
Creates a new PropertyDataSource that uses the specified editing context, but will try to guess the appropriate class description when trying to create objects.
PropertyDataSource(EOEditingContext, Class) - Constructor for class net.wotonomy.control.PropertyDataSource
Creates a new PropertyDataSource that uses the specified editing context and vends objects of the specified class.
PropertyDataSource(EOEditingContext, EOClassDescription) - Constructor for class net.wotonomy.control.PropertyDataSource
Creates a new PropertyDataSource that uses the specified editing context and vends objects of the specified class description.
prototype() - Method in class net.wotonomy.access.EOAttribute
 
prototypeAttributes() - Method in class net.wotonomy.access.EOAdaptor
 
put(Object, Object) - Method in class net.wotonomy.control.internal.Surrogate
Overridden to attempt to write each delegate, writing to only the first successful delegate, before storing the value in the internal map.

Q

qualifier() - Method in class net.wotonomy.access.EOAdaptorOperation
 
qualifier() - Method in class net.wotonomy.control.EOFetchSpecification
Returns the qualifier used by this fetch specification, or null if none has been specified.
qualifier() - Method in class net.wotonomy.control.EONotQualifier
Returns the qualifier that this qualifier negates.
qualifierBindingKeys() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns a List of the union of the binding keys for the fetch spec's qualifier and the auxiliary qualifier.
qualifierBindings() - Method in class net.wotonomy.control.EODatabaseDataSource
Returns a Map of the bindings that will be applied against the fetch spec's qualifier and the auxiliary qualifier, or null if no bindings exist.
qualifierForPrimaryKey(Map) - Method in class net.wotonomy.access.EOEntity
 
qualifierMigratedFromEntityRelationshipPath(EOQualifier, EOEntity, String) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.AndQualifierSupport
 
qualifierMigratedFromEntityRelationshipPath(EOQualifier, EOEntity, String) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.KeyComparisonQualifierSupport
 
qualifierMigratedFromEntityRelationshipPath(EOQualifier, EOEntity, String) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.KeyValueQualifierSupport
 
qualifierMigratedFromEntityRelationshipPath(EOQualifier, EOEntity, String) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.NotQualifierSupport
 
qualifierMigratedFromEntityRelationshipPath(EOQualifier, EOEntity, String) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.OrQualifierSupport
 
qualifierMigratedFromEntityRelationshipPath(EOEntity, String) - Method in interface net.wotonomy.access.EOQualifierSQLGeneration
 
qualifierMigratedFromEntityRelationshipPath(EOQualifier, EOEntity, String) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.Support
 
QualifierOperatorCaseInsensitiveLike - Static variable in class net.wotonomy.control.EOQualifier
 
QualifierOperatorContains - Static variable in class net.wotonomy.control.EOQualifier
 
QualifierOperatorEqual - Static variable in class net.wotonomy.control.EOQualifier
 
QualifierOperatorGreaterThan - Static variable in class net.wotonomy.control.EOQualifier
 
QualifierOperatorGreaterThanOrEqualTo - Static variable in class net.wotonomy.control.EOQualifier
 
QualifierOperatorLessThan - Static variable in class net.wotonomy.control.EOQualifier
 
QualifierOperatorLessThanOrEqualTo - Static variable in class net.wotonomy.control.EOQualifier
 
QualifierOperatorLike - Static variable in class net.wotonomy.control.EOQualifier
 
QualifierOperatorNotEqual - Static variable in class net.wotonomy.control.EOQualifier
 
qualifiers() - Method in class net.wotonomy.control.EOAndQualifier
Returns a List of qualifiers contained by this qualifier.
qualifiers() - Method in class net.wotonomy.control.EOOrQualifier
Returns a List of qualifiers contained by this qualifier.
qualifierToMatchAllValues(Map) - Static method in class net.wotonomy.control.EOQualifier
Convenience to create a set of EOKeyValueQualifiers joined by an EOAndQualifier.
qualifierToMatchAnyValue(Map) - Static method in class net.wotonomy.control.EOQualifier
Convenience to create a set of EOKeyValueQualifiers joined by an EOOrQualifier.
qualifierWithBindings(Map, boolean) - Method in class net.wotonomy.control.EOQualifier
Returns a qualifier that is like this qualifier, except all variables will be replaced with values from the specified Map whose keys match the variable names.
qualifierWithQualifierFormat(String, List) - Static method in class net.wotonomy.control.EOQualifier
Returns an EOQualifier that meets the criteria represented by the specified string and variable length argument list.
qualifyWithRelationshipKey(String, Object) - Method in class net.wotonomy.control.ChildDataSource
Restricts this data source to vend those objects that are associated with the specified key on the specified object.
qualifyWithRelationshipKey(String, Object) - Method in class net.wotonomy.control.EODatabaseDataSource
Restricts this data source to vend those objects that are associated with the specified key on the specified object.
qualifyWithRelationshipKey(String, Object) - Method in class net.wotonomy.control.EODataSource
Restricts this data source to vend those objects that are associated with the specified key on the specified object.
qualifyWithRelationshipKey(String, Object) - Method in class net.wotonomy.control.PropertyDataSource
Restricts this data source to vend those objects that are associated with the specified key on the specified object.

R

rawRowKeyPaths() - Method in class net.wotonomy.control.EOFetchSpecification
Returns a List of keys or key paths for which values should be returned when fetching raw rows, or null if no raw row key paths have been specified.
readAsList() - Method in class net.wotonomy.control.PropertyDataSource
Calls getValue() and returns the result as a List.
readFormat() - Method in class net.wotonomy.access.EOAttribute
 
readFromCache(EOGlobalID, Collection) - Method in class net.wotonomy.control.AbstractObjectStore
Reads the local data snapshot for the specified id.
readObject(EOGlobalID, Collection) - Method in class net.wotonomy.control.AbstractObjectStore
Returns the data for the row corresponding to the specified id containing at least the specified keys.
readOnly() - Method in class net.wotonomy.access.EOAttribute
 
readResolve() - Method in class net.wotonomy.control.EOKeyGlobalID
 
reapplyChangesFromDictionary(NSDictionary) - Method in class net.wotonomy.control.EOCustomObject
Applies the changes from the specified snapshot to this object.
reapplyChangesFromDictionary(NSDictionary) - Method in interface net.wotonomy.control.EOEnterpriseObject
Applies the changes from the specified snapshot to this object.
recordChangesInEditingContext() - Method in class net.wotonomy.access.EODatabaseContext
 
recordChangesInEditingContext() - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
recordObject(Object, EOGlobalID) - Method in class net.wotonomy.control.EOEditingContext
Registers the specified object in this editing context for the specified id.
recordSnapshotForGlobalID(NSDictionary, EOGlobalID) - Method in class net.wotonomy.access.EODatabase
 
recordSnapshotForGlobalID(NSDictionary, EOGlobalID) - Method in class net.wotonomy.access.EODatabaseContext
 
recordSnapshotForSourceGlobalID(NSArray, EOGlobalID, String) - Method in class net.wotonomy.access.EODatabase
 
recordSnapshotForSourceGlobalID(NSArray, EOGlobalID, String) - Method in class net.wotonomy.access.EODatabaseContext
 
recordSnapshots(NSDictionary) - Method in class net.wotonomy.access.EODatabase
 
recordSnapshots(NSDictionary) - Method in class net.wotonomy.access.EODatabaseContext
 
recordToManySnapshots(NSDictionary) - Method in class net.wotonomy.access.EODatabase
 
recordToManySnapshots(NSDictionary) - Method in class net.wotonomy.access.EODatabaseContext
 
recordUpdateForObject(EOEnterpriseObject, NSDictionary) - Method in class net.wotonomy.access.EODatabaseContext
 
recordUpdateForObject(EOEnterpriseObject, NSDictionary) - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
redo() - Method in class net.wotonomy.control.EOEditingContext
Undoes the last undo operation.
refault() - Method in class net.wotonomy.control.EOEditingContext
Refaults this editing context, turning all unmodified objects into faults.
refaultObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
refaultObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
Removes all values from the specified object, converting it into a fault for the specified id.
refaultObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Refaults the specified object, turning it into a fault for the specified global id in the specified context.
refaultObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Removes all values from the specified object, converting it into a fault for the specified id.
refaultObject(Object, EOGlobalID, EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
refaultObjects() - Method in class net.wotonomy.control.EOEditingContext
Turns all unmodified objects into faults, calling processRecentChanges() and then refaultObject() for each unmodified object.
refetch() - Method in class net.wotonomy.control.EOEditingContext
Calls editingContextWillSaveChanges() on all editors, and then calls invalidateAllObjects().
refreshesRefetchedObjects() - Method in class net.wotonomy.control.EOFetchSpecification
Returns whether fetched objects should replace modified versions already fetched into an editing context.
registerChannel(EODatabaseChannel) - Method in class net.wotonomy.access.EODatabaseContext
 
registerClassDescription(EOClassDescription, Class) - Static method in class net.wotonomy.control.EOClassDescription
Registers the specified class descriptiong for the specified class.
registerContext(EODatabaseContext) - Method in class net.wotonomy.access.EODatabase
 
registeredChannels() - Method in class net.wotonomy.access.EODatabaseContext
 
registeredContexts() - Method in class net.wotonomy.access.EODatabase
 
registeredObjects() - Method in class net.wotonomy.control.EOEditingContext
Returns a read-only List of all objects registered in this editing context.
relationalQualifierOperators() - Static method in class net.wotonomy.control.EOQualifier
Returns a List of operators that are supported for relational operations.
relationshipName() - Method in class net.wotonomy.access.EOAccessArrayFaultHandler
 
relationshipNamed(String) - Method in class net.wotonomy.access.EOEntity
 
relationshipPath() - Method in class net.wotonomy.access.EOAttribute
 
relationshipPath() - Method in class net.wotonomy.access.EOProperty
 
relationshipPath() - Method in class net.wotonomy.access.EORelationship
 
relationships() - Method in class net.wotonomy.access.EOEntity
Returns the relationships from this entity to other entities.
removeAttribute(EOAttribute) - Method in class net.wotonomy.access.EOEntity
 
removeCooperatingObjectStore(EOCooperatingObjectStore) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
removeEditor(Object) - Method in class net.wotonomy.control.EOEditingContext
Unregisters the specified editor with this editing context.
removeEntity(EOEntity) - Method in class net.wotonomy.access.EOModel
 
removeFetchSpecificationNamed(String) - Method in class net.wotonomy.access.EOEntity
 
removeJoin(EOJoin) - Method in class net.wotonomy.access.EORelationship
 
removeMode(EOModel) - Method in class net.wotonomy.access.EODatabase
 
removeModel(EOModel) - Method in class net.wotonomy.access.EOModelGroup
 
removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation, String) - Method in class net.wotonomy.control.EOCustomObject
As removeObjectFromPropertyWithKey with key, but also performs the reciprocal operation on the other side of the relationship.
removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation, String) - Method in interface net.wotonomy.control.EORelationshipManipulation
As removeObjectFromPropertyWithKey with key, but also performs the reciprocal operation on the other side of the relationship.
removeObjectFromPropertyWithKey(Object, String) - Method in class net.wotonomy.control.EOCustomObject
Removes the specified object from the relationship on this object specified by the key.
removeObjectFromPropertyWithKey(Object, String) - Method in interface net.wotonomy.control.EORelationshipManipulation
Removes the specified object from the relationship on this object specified by the key.
removeObserver(EOObserving, Object) - Static method in class net.wotonomy.control.EOObserverCenter
Unregisters the specified observer for notifications from the specified object.
removeOmniscientObserver(EOObserving) - Static method in class net.wotonomy.control.EOObserverCenter
Unregisters the specified omniscient observer.
removeRelationship(EORelationship) - Method in class net.wotonomy.access.EOEntity
 
removeStoredProcedure(EOStoredProcedure) - Method in class net.wotonomy.access.EOModel
 
requiresAllQualifierBindingVariables() - Method in class net.wotonomy.control.EOFetchSpecification
Returns whether all qualifier bindings must be specified in order to fetch.
reset() - Method in class net.wotonomy.control.EOEditingContext
Unregisters all objects from this editing context, and resets the fetch timestamp.
resultCacheForEntityNamed(String) - Method in class net.wotonomy.access.EODatabase
 
returnValuesForLastStoredProcedureInvocation() - Method in class net.wotonomy.access.EOAdaptorChannel
 
revert() - Method in class net.wotonomy.control.EOEditingContext
Reverts the objects in this editing context to their original state.
rightKey() - Method in class net.wotonomy.control.EOKeyComparisonQualifier
 
RightOuterJoin - Static variable in class net.wotonomy.access.EORelationship
 
rollbackChanges() - Method in class net.wotonomy.access.EODatabaseContext
 
rollbackChanges() - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
rollbackTransaction() - Method in class net.wotonomy.access.EOAdaptorContext
 
rootObjectStore() - Method in class net.wotonomy.control.EOEditingContext
Returns the root object store, which is the parent of all parent object stores of this editing context.

S

saveChanges() - Method in class net.wotonomy.control.EOEditingContext
Calls editingContextWillSaveChanges on all editors, and commits all changes in this editing context to the parent editing context by calling saveChangesInEditingContext to the parent.
saveChangesInEditingContext(EOEditingContext) - Method in class net.wotonomy.access.EODatabaseContext
 
saveChangesInEditingContext(EOEditingContext) - Method in class net.wotonomy.control.AbstractObjectStore
Writes all changes in the specified editing context to the respository.
saveChangesInEditingContext(EOEditingContext) - Method in class net.wotonomy.control.EOEditingContext
Commits all changes in the specified editing context to this one.
saveChangesInEditingContext(EOEditingContext) - Method in class net.wotonomy.control.EOObjectStore
Writes all changes in the specified editing context to the respository.
saveChangesInEditingContext(EOEditingContext) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
scale() - Method in class net.wotonomy.access.EOAttribute
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.AndQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.KeyComparisonQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.KeyValueQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.NotQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.OrQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOEntity) - Method in interface net.wotonomy.access.EOQualifierSQLGeneration
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.Support
 
sel - Static variable in class net.wotonomy.control.EOKeyValueArchiver
 
selectAttributes(NSArray, EOFetchSpecification, boolean, EOEntity) - Method in class net.wotonomy.access.EOAdaptorChannel
 
selectObjectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class net.wotonomy.access.EODatabaseChannel
 
selector() - Method in class net.wotonomy.control.EOKeyComparisonQualifier
 
selector() - Method in class net.wotonomy.control.EOKeyValueQualifier
Returns the selector for this qualifier.
selector - Variable in class net.wotonomy.control.EOObserverProxy
 
selector - Variable in class net.wotonomy.control.EOSortOrdering
 
selector() - Method in class net.wotonomy.control.EOSortOrdering
Returns the selector.
selectStatementForAttributes(NSArray, boolean, EOFetchSpecification, EOEntity) - Method in class net.wotonomy.access.EOSQLExpressionFactory
 
setAdaptorName(String) - Method in class net.wotonomy.access.EOModel
 
setAdaptorOperator(int) - Method in class net.wotonomy.access.EOAdaptorOperation
 
setAllowsNull(boolean) - Method in class net.wotonomy.access.EOAttribute
 
setArguments(NSArray) - Method in class net.wotonomy.access.EOStoredProcedure
 
setAttributes(NSArray) - Method in class net.wotonomy.access.EOAdaptorOperation
 
setAttributesToFetch(NSArray) - Method in class net.wotonomy.access.EOAdaptorChannel
 
setAttributesUsedForLocking(NSArray) - Method in class net.wotonomy.access.EOEntity
 
setAuxiliaryQualifier(EOQualifier) - Method in class net.wotonomy.control.EODatabaseDataSource
Sets the auxiliary qualifier that will be applied to objects returned from the fetch described by the fetch specification.
setChangedValues(NSDictionary) - Method in class net.wotonomy.access.EOAdaptorOperation
 
setClassName(String) - Method in class net.wotonomy.access.EOAttribute
 
setClassName(String) - Method in class net.wotonomy.access.EOEntity
 
setClassProperties(NSArray) - Method in class net.wotonomy.access.EOEntity
 
setColumnName(String) - Method in class net.wotonomy.access.EOAttribute
 
setConnectionDictionary(NSDictionary) - Method in class net.wotonomy.access.EOAdaptor
 
setConnectionDictionary(NSDictionary) - Method in class net.wotonomy.access.EOModel
 
setContext(EODatabaseContext, EOEditingContext) - Method in class net.wotonomy.access.EOAccessGenericFaultHandler
 
setContextClassToRegister(Class) - Static method in class net.wotonomy.access.EODatabaseContext
 
setCurrentEditingContext(EOEditingContext) - Method in class net.wotonomy.access.EODatabaseChannel
 
setCurrentEntity(EOEntity) - Method in class net.wotonomy.access.EODatabaseChannel
 
setDefaultCoordinator(EOObjectStoreCoordinator) - Static method in class net.wotonomy.control.EOObjectStoreCoordinator
 
setDefaultFetchTimestampLag(double) - Static method in class net.wotonomy.control.EOEditingContext
Sets the global default fetch timestamp lag.
setDefaultGroup(EOModelGroup) - Static method in class net.wotonomy.access.EOModelGroup
 
setDefaultParentObjectStore(EOObjectStore) - Static method in class net.wotonomy.control.EOEditingContext
Sets the global default parent object store, used for the parameterless constructor.
setDefaultValue(Object) - Method in class net.wotonomy.control.internal.Surrogate
Sets the default value.
setDefinition(String) - Method in class net.wotonomy.access.EOAttribute
 
setDefinition(String) - Method in class net.wotonomy.access.EORelationship
 
setDelegate(Object) - Method in class net.wotonomy.control.EOEditingContext
Sets the delegate for this editing context.
setDelegate(Object) - Method in class net.wotonomy.control.EOKeyValueArchiver
 
setDelegate(Object) - Method in class net.wotonomy.control.EOKeyValueUnarchiver
 
setDelegate(Object) - Method in class net.wotonomy.control.internal.Surrogate
Sets the delegate object list to contain only the specified object.
setDelegates(Object[]) - Method in class net.wotonomy.control.internal.Surrogate
Sets the list of delegates in the order in which they will be consulted.
setDeleteRule(int) - Method in class net.wotonomy.access.EORelationship
 
setEntityName(String) - Method in class net.wotonomy.control.EOFetchSpecification
Sets the name of the entity fetched by this spec.
setException(Throwable) - Method in class net.wotonomy.access.EOAdaptorOperation
 
setExpressionClassName(String, String) - Static method in class net.wotonomy.access.EOAdaptor
 
setExternalName(String) - Method in class net.wotonomy.access.EOEntity
 
setExternalName(String) - Method in class net.wotonomy.access.EOStoredProcedure
 
setExternalType(String) - Method in class net.wotonomy.access.EOAttribute
 
setFetchEnabled(boolean) - Method in class net.wotonomy.control.EODatabaseDataSource
Sets whether fetches are currently allowed.
setFetchesRawRows(boolean) - Method in class net.wotonomy.control.EOFetchSpecification
Sets whether this fetch spec will return raw rows.
setFetchLimit(int) - Method in class net.wotonomy.control.EOFetchSpecification
Sets the limit on the number of records returned for this fetch spec.
setFetchSpecification(EOFetchSpecification) - Method in class net.wotonomy.control.EODatabaseDataSource
Sets the fetch specification used by this data source.
setFetchSpecificationByName(String) - Method in class net.wotonomy.control.EODatabaseDataSource
Sets the fetch specification used by this data source, requesting it from the class description for this data source's entity class description, if any.
setFetchTimestamp(double) - Method in class net.wotonomy.control.EOEditingContext
Sets the fetch timestamp for this editing context.
setHints(Map) - Method in class net.wotonomy.control.EOFetchSpecification
Sets the hints passed by this fetch spec.
setInstancesRetainRegisteredObjects(boolean) - Static method in class net.wotonomy.control.EOEditingContext
 
setIsAbstractEntity(boolean) - Method in class net.wotonomy.access.EOEntity
 
setIsDeep(boolean) - Method in class net.wotonomy.control.EOFetchSpecification
Sets whether this fetch specification fetches deeply.
setIsLocking(boolean) - Method in class net.wotonomy.access.EODatabaseChannel
 
setIsMandatory(boolean) - Method in class net.wotonomy.access.EORelationship
 
setIsRefreshingObjects(boolean) - Method in class net.wotonomy.access.EODatabaseChannel
 
setJoinSemantic(int) - Method in class net.wotonomy.access.EORelationship
 
setKey(String) - Method in class net.wotonomy.control.PropertyDataSource
Allows a detail display group to set the detail key.
setLocksObjects(boolean) - Method in class net.wotonomy.control.EOFetchSpecification
Sets whether this fetch spec locks objects that are returned by the fetch.
setLocksObjectsBeforeFirstModification(boolean) - Method in class net.wotonomy.control.EOEditingContext
Sets whether this editing context attempts to lock objects when they are first modified.
setMessageHandler(Object) - Method in class net.wotonomy.control.EOEditingContext
Sets the message handler for this editing context.
setModelGroup(EOModelGroup) - Method in class net.wotonomy.access.EOModel
 
setModelGroupForObjectStoreCoordinator(EOObjectStoreCoordinator, EOModelGroup) - Static method in class net.wotonomy.access.EOModelGroup
 
setName(String) - Method in class net.wotonomy.access.EOAttribute
 
setName(String) - Method in class net.wotonomy.access.EOEntity
 
setName(String) - Method in class net.wotonomy.access.EORelationship
 
setName(String) - Method in class net.wotonomy.access.EOStoredProcedure
 
setNumberOfToManyFaultsToBatchFetch(int) - Method in class net.wotonomy.access.EORelationship
 
setOwnsDestination(boolean) - Method in class net.wotonomy.access.EORelationship
 
setParameterDirection(int) - Method in class net.wotonomy.access.EOAttribute
 
setPrecision(int) - Method in class net.wotonomy.access.EOAttribute
 
setPrefetchingRelationshipKeyPaths(List) - Method in class net.wotonomy.control.EOFetchSpecification
Sets the prefetch key paths that should be used as an optimization hint to the server.
setPrimaryKeyAtributes(NSArray) - Method in class net.wotonomy.access.EOEntity
 
setPromptsAfterFetchLimit(boolean) - Method in class net.wotonomy.control.EOFetchSpecification
Sets whether the user should be prompted when the fetch limit has been reached.
setPropagatesDeletesAtEndOfEvent(boolean) - Method in class net.wotonomy.control.EOEditingContext
Sets whether this editing context propagates deletes immediately after the event that triggered the delete.
setPropagatesPrimaryKey(boolean) - Method in class net.wotonomy.access.EORelationship
 
setPrototype(EOAttribute) - Method in class net.wotonomy.access.EOAttribute
 
setQualifier(EOQualifier) - Method in class net.wotonomy.access.EOAdaptorOperation
 
setQualifier(EOQualifier) - Method in class net.wotonomy.control.EOFetchSpecification
Sets the qualifier used by this fetch specification.
setQualifierBindings(Map) - Method in class net.wotonomy.control.EODatabaseDataSource
Sets the bindings to be applied to the fetch specification and the auxiliary qualifier.
setRawRowKeyPaths(List) - Method in class net.wotonomy.control.EOFetchSpecification
Sets the key paths to be returned if this fetch spec is returning raw rows.
setReadFormat(String) - Method in class net.wotonomy.access.EOAttribute
 
setReadOnly(boolean) - Method in class net.wotonomy.access.EOAttribute
 
setReadOnly(boolean) - Method in class net.wotonomy.access.EOEntity
 
setRefreshesRefetchedObjects(boolean) - Method in class net.wotonomy.control.EOFetchSpecification
Sets whether modified objects in an editing context should be replaced by newer versions returned by this fetch spec.
setRequiresAllQualifierBindingVariables(boolean) - Method in class net.wotonomy.control.EOFetchSpecification
Sets whether this fetch spec should require all bindings to be resolved before executing.
setResultCache(NSArray, String) - Method in class net.wotonomy.access.EODatabase
 
setScale(int) - Method in class net.wotonomy.access.EOAttribute
 
setSortOrderings(List) - Method in class net.wotonomy.control.EOFetchSpecification
Sets the sort orderings used by this fetch spec.
setSource(Object) - Method in class net.wotonomy.control.PropertyDataSource
Allows a detail display group to set the master object.
setStatement(String) - Method in class net.wotonomy.access.EOSQLExpression
 
setStopsValidationAfterFirstError(boolean) - Method in class net.wotonomy.control.EOEditingContext
Sets whether validation is stopped after the first error occurs.
setStoredProcedure(EOStoredProcedure) - Method in class net.wotonomy.access.EOAdaptorOperation
 
setStoredProcedure(EOStoredProcedure, String) - Method in class net.wotonomy.access.EOEntity
 
setSupportForClass(EOQualifierSQLGeneration.Support, Class) - Static method in class net.wotonomy.access.EOQualifierSQLGeneration.Support
 
setTimestampToNow() - Method in class net.wotonomy.access.EODatabase
 
setToMany(boolean) - Method in class net.wotonomy.access.EORelationship
 
setUpdateStrategy(int) - Method in class net.wotonomy.access.EODatabaseContext
 
setUseAliases(boolean) - Method in class net.wotonomy.access.EOSQLExpression
 
setUseBindVariables(boolean) - Method in class net.wotonomy.access.EOSQLExpression
 
setUseQuotedExternalNames(boolean) - Static method in class net.wotonomy.access.EOSQLExpression
Deprecated. Check externalNameQuoteCharacter instead.
setUserInfo(NSDictionary) - Method in class net.wotonomy.access.EOAttribute
 
setUserInfo(NSDictionary) - Method in class net.wotonomy.access.EOEntity
 
setUserInfo(NSDictionary) - Method in class net.wotonomy.access.EOModel
 
setUserInfo(NSDictionary) - Method in class net.wotonomy.access.EORelationship
 
setUserInfo(NSDictionary) - Method in class net.wotonomy.access.EOStoredProcedure
 
setUserInfo(NSDictionary) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
setUsesDistinct(boolean) - Method in class net.wotonomy.control.EOFetchSpecification
Sets whether this fetch spec should return only distinct objects.
setValue(Object) - Method in class net.wotonomy.control.PropertyDataSource
Sets the value of the indexed property specified by qualifyWithRelationshipKey.
setValueClassName(String) - Method in class net.wotonomy.access.EOAttribute
Deprecated. Use setClassName instead.
setValueType(String) - Method in class net.wotonomy.access.EOAttribute
 
setWhereClauseString(String) - Method in class net.wotonomy.access.EOSQLExpression
 
setWidth(int) - Method in class net.wotonomy.access.EOAttribute
 
setWriteFormat(String) - Method in class net.wotonomy.access.EOAttribute
 
shouldUseBindVariableForAttribute(EOAttribute) - Method in class net.wotonomy.access.EOSQLExpression
 
shouldUseStoredAccessors() - Static method in class net.wotonomy.control.EOCustomObject
Specifies whether the implementation of EOKeyValueCoding is permitted to access private accessors.
size() - Method in class net.wotonomy.control.ArrayFault
 
snapshot() - Method in class net.wotonomy.control.EOCustomObject
Returns a snapshot of the current state of this object.
snapshot() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a snapshot of the current state of this object.
snapshotForGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EODatabase
 
snapshotForGlobalID(EOGlobalID, long) - Method in class net.wotonomy.access.EODatabase
 
snapshotForGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EODatabaseContext
 
snapshotForSourceGlobalID(EOGlobalID, String) - Method in class net.wotonomy.access.EODatabase
 
snapshotForSourceGlobalID(EOGlobalID, String, long) - Method in class net.wotonomy.access.EODatabase
 
snapshotForSourceGlobalID(EOGlobalID, String) - Method in class net.wotonomy.access.EODatabaseContext
 
snapshots() - Method in class net.wotonomy.access.EODatabase
 
sortArrayUsingKeyOrderArray(List, List) - Static method in class net.wotonomy.control.EOSortOrdering
Sorts the specified list in place according to the specified list of EOSortOrderings.
sortedArrayUsingKeyOrderArray(List, List) - Static method in class net.wotonomy.control.EOSortOrdering
Sorts the specified list in place according to the specified list of EOSortOrderings.
sortOrderings() - Method in class net.wotonomy.control.EOFetchSpecification
Returns a List of the sort orderings used by this fetch spec, or null if none have been specified.
sortOrderingWithKey(String, NSSelector) - Static method in class net.wotonomy.control.EOSortOrdering
Factory-style constructor returns a new EOSortOrdering instance with the specified key and selector.
source - Variable in class net.wotonomy.control.PropertyDataSource
 
source() - Method in class net.wotonomy.control.PropertyDataSource
Provides the master object for detail display groups.
sourceAttribute() - Method in class net.wotonomy.access.EOJoin
 
sourceGlobalID() - Method in class net.wotonomy.access.EOAccessArrayFaultHandler
 
sqlEscapeChar() - Method in class net.wotonomy.access.EOSQLExpression
 
sqlPatternFromShellPattern(String) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlPatternFromShellPatternWithEscapeCharacter(String, char) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForAttribute(EOAttribute) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForAttributeNamed(String) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForAttributePath(NSArray) - Method in class net.wotonomy.access.EOSQLExpression
Returns a string representing the path from the first relationship in the array to the last one.
sqlStringForCaseInsensitiveLike(String, String) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForConjoinedQualifiers(NSArray) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForData(NSData) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForDisjoinedQualifiers(NSArray) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForKeyComparisonQualifier(EOKeyComparisonQualifier) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForKeyValueQualifier(EOKeyValueQualifier) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForNegatedQualifier(EOQualifier) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForNumber(Number) - Static method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForQualifier(EOQualifierSQLGeneration) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForSchemaObjectName(String) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForSelector(NSSelector, Object) - Method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForSQLExpression(EOQualifier, EOSQLExpression) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.AndQualifierSupport
 
sqlStringForSQLExpression(EOQualifier, EOSQLExpression) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.KeyComparisonQualifierSupport
 
sqlStringForSQLExpression(EOQualifier, EOSQLExpression) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.KeyValueQualifierSupport
 
sqlStringForSQLExpression(EOQualifier, EOSQLExpression) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.NotQualifierSupport
 
sqlStringForSQLExpression(EOQualifier, EOSQLExpression) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.OrQualifierSupport
 
sqlStringForSQLExpression(EOSQLExpression) - Method in interface net.wotonomy.access.EOQualifierSQLGeneration
 
sqlStringForSQLExpression(EOQualifier, EOSQLExpression) - Method in class net.wotonomy.access.EOQualifierSQLGeneration.Support
 
sqlStringForString(String) - Static method in class net.wotonomy.access.EOSQLExpression
 
sqlStringForValue(Object, String) - Method in class net.wotonomy.access.EOSQLExpression
 
statement() - Method in class net.wotonomy.access.EOSQLExpression
 
stopsValidationAfterFirstError() - Method in class net.wotonomy.control.EOEditingContext
Returns whether validation is stopped after the first error occurs.
storedProcedure() - Method in class net.wotonomy.access.EOAdaptorOperation
 
storedProcedureForOperation(String) - Method in class net.wotonomy.access.EOEntity
 
storedProcedureNamed(String) - Method in class net.wotonomy.access.EOModel
 
storedProcedureNamed(String) - Method in class net.wotonomy.access.EOModelGroup
 
storedProcedureNames() - Method in class net.wotonomy.access.EOModel
 
storedProcedures() - Method in class net.wotonomy.access.EOModel
 
storedValueForKey(String) - Method in class net.wotonomy.control.EOCustomObject
Returns the value for the private field that corresponds to the specified property.
storedValueForKey(String) - Method in class net.wotonomy.control.EOGenericRecord
Calls willRead for the specified key, and returns the corresponding value from the data dictionary.
storedValueForKey(String) - Method in interface net.wotonomy.control.EOKeyValueCoding
Returns the value for the private field that corresponds to the specified property.
storedValueForKey(Object, String) - Static method in class net.wotonomy.control.EOKeyValueCodingSupport
Returns the value for the private field that corresponds to the specified property on the specified object.
storedValuesForKeys(Object, List) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
Returns a Map of the specified keys to their values, each of which is obtained by calling storedValueForKey on the specified object if it implements EOKeyValueCoding, and otherwise falling back on EOKeyValueCodingSupport.
stringForOperatorSelector(NSSelector) - Static method in class net.wotonomy.control.EOQualifier
Returns a string the corresponds to the operation represented by the specified selector.
subEntities() - Method in class net.wotonomy.access.EOEntity
 
subjectChanged() - Method in class net.wotonomy.control.EODelayedObserver
Notifies observer that one or more objects that it is observing have changed.
subjectChanged() - Method in class net.wotonomy.control.EOObserverProxy
Notifies observer that one or more objects that it is observing have changed.
subList(int, int) - Method in class net.wotonomy.control.ArrayFault
 
supportForClass(Class) - Static method in class net.wotonomy.access.EOQualifierSQLGeneration.Support
 
suppressObserverNotification() - Static method in class net.wotonomy.control.EOObserverCenter
Causes notifications to be suppressed until the next matching call to enableObserverNotification.
Surrogate - Class in net.wotonomy.control.internal
A Surrogate is a special object that can be used in a display group when you wish to emulate other objects or modify their behaviors.
Surrogate() - Constructor for class net.wotonomy.control.internal.Surrogate
Default constructor with no delegate object and no default value.
Surrogate(Object[]) - Constructor for class net.wotonomy.control.internal.Surrogate
Constructor specifying a delegate object.
Surrogate(Object) - Constructor for class net.wotonomy.control.internal.Surrogate
Constructor specifying a default value.
Surrogate(Object[], Object) - Constructor for class net.wotonomy.control.internal.Surrogate
Constructor specifying a delegate object and a default value.

T

tableListWithRootEntity(EOEntity) - Method in class net.wotonomy.access.EOSQLExpression
 
takeStoredValueForKey(Object, String) - Method in class net.wotonomy.control.EOCustomObject
Sets the the private field that corresponds to the specified property to the specified value.
takeStoredValueForKey(Object, String) - Method in class net.wotonomy.control.EOGenericRecord
Writes the specified value into the data dictionary for the specified key.
takeStoredValueForKey(Object, String) - Method in interface net.wotonomy.control.EOKeyValueCoding
Sets the the private field that corresponds to the specified property to the specified value.
takeStoredValueForKey(Object, Object, String) - Static method in class net.wotonomy.control.EOKeyValueCodingSupport
Sets the the private field that corresponds to the specified property to the specified value on the specified object.
takeStoredValuesFromDictionary(Object, Map) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
Takes the keys from the specified Map as properties and applies the corresponding values, each of which might be set by calling takeStoredValueForKey on the specified object if it implements EOKeyValueCoding, and otherwise falling back on EOKeyValueCodingSupport.
takeValueForKey(Object, String) - Method in class net.wotonomy.control.EOCustomObject
Sets the property to the specified value.
takeValueForKey(Object, String) - Method in class net.wotonomy.control.EOGenericRecord
Calls willChange and then calls takeStoredValueForKey.
takeValueForKey(Object, String) - Method in interface net.wotonomy.control.EOKeyValueCoding
Sets the property to the specified value.
takeValueForKey(Object, Object, String) - Static method in class net.wotonomy.control.EOKeyValueCodingSupport
Sets the property to the specified value on the specified object.
takeValueForKeyPath(Object, String) - Method in class net.wotonomy.control.EOCustomObject
Sets the value for the specified key path, which is a series of keys delimited by ".", for example: "createTime.year.length".
takeValuesFromDictionary(Map) - Method in class net.wotonomy.control.EOCustomObject
Takes the keys from the specified map as properties and applies the corresponding values, each of which might be set by calling takeValueForKey.
takeValuesFromDictionary(Object, NSDictionary) - Static method in class net.wotonomy.control.EOKeyValueCodingAdditions.DefaultImplementation
 
takeValuesFromDictionary(Object, Map) - Static method in class net.wotonomy.control.EOKeyValueCodingAdditions.Utility
Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
takeValuesFromDictionary(Object, Map) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
Takes the keys from the specified Map as properties and applies the corresponding values, each of which might be set by calling takeValueForKey on the specified object if it implements EOKeyValueCoding, and otherwise falling back on EOKeyValueCodingSupport.
takeValuesFromDictionaryWithMapping(Object, NSDictionary, NSDictionary) - Static method in class net.wotonomy.control.EOKeyValueCodingAdditions.DefaultImplementation
 
target - Variable in class net.wotonomy.control.EOObserverProxy
 
targetClass() - Method in class net.wotonomy.control.EOFaultHandler
 
thaw(byte[], EOEditingContext, boolean) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
De-serializes an object from the specified byte array, replacing GlobalIDMarkers with reference to objects registered in the specified editing context.
thaw(byte[], EOEditingContext, ClassLoader, boolean) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
De-serializes an object from the specified byte array, replacing GlobalIDMarkers with reference to objects registered in the specified editing context.
theClass - Variable in class net.wotonomy.control.EOClassDescription
 
timestampForData(Map) - Method in class net.wotonomy.control.AbstractObjectStore
Returns a comparable object (typically a Date or Long) for the given data map or snapshot.
timestampForGlobalID(EOGlobalID) - Method in class net.wotonomy.access.EODatabase
 
timestampForSourceGlobalID(EOGlobalID, String) - Method in class net.wotonomy.access.EODatabase
 
toArray() - Method in class net.wotonomy.control.ArrayFault
 
toArray(Object[]) - Method in class net.wotonomy.control.ArrayFault
 
toManyRelationshipKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
 
toManyRelationshipKeys() - Method in class net.wotonomy.control.EOClassDescription
Returns a List of the "to many" relationships for this class.
toManyRelationshipKeys() - Method in class net.wotonomy.control.EOCustomObject
Returns a List of the to-many relationship keys for this object.
toManyRelationshipKeys() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a List of the to-many relationship keys for this object.
toOneRelationshipKeys() - Method in class net.wotonomy.access.EOEntityClassDescription
 
toOneRelationshipKeys() - Method in class net.wotonomy.control.EOClassDescription
Returns a List of the "to one" relationships for this class.
toOneRelationshipKeys() - Method in class net.wotonomy.control.EOCustomObject
Returns a List of the to-one relationship keys for this object.
toOneRelationshipKeys() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a List of the to-one relationship keys for this object.
toString() - Method in class net.wotonomy.access.EOSQLExpression
 
toString() - Method in class net.wotonomy.control.ArrayFault
Overridden to display information about the fault only if not fetched.
toString() - Method in class net.wotonomy.control.EOAndQualifier
Returns a string representation of this qualifier.
toString() - Method in class net.wotonomy.control.EOEditingContext
 
toString() - Method in class net.wotonomy.control.EOFetchSpecification
Returns a string representation of this fetch specification.
toString() - Method in class net.wotonomy.control.EOKeyValueQualifier
Returns a string representation of this qualifier.
toString() - Method in class net.wotonomy.control.EONotQualifier
Returns a string representation of this qualifier.
toString() - Method in class net.wotonomy.control.EONullValue
Returns a human-readable string representation.
toString() - Method in class net.wotonomy.control.EOOrQualifier
Returns a string representation of this qualifier.
toString() - Method in class net.wotonomy.control.EOQualifier
Returns a string representation of this qualifier.
toString() - Method in class net.wotonomy.control.EOSortOrdering
 
toString() - Method in class net.wotonomy.control.EOTemporaryGlobalID
Returns a string representation of this key.
transactionDidBegin() - Method in class net.wotonomy.access.EOAdaptorContext
 
transactionDidCommit() - Method in class net.wotonomy.access.EOAdaptorContext
 
transactionDidRollback() - Method in class net.wotonomy.access.EOAdaptorContext
 
turnIntoFault(EOFaultHandler) - Method in class net.wotonomy.control.EOCustomObject
Turns this object into a fault using the specified fault handler.
turnIntoFault(EOFaultHandler) - Method in interface net.wotonomy.control.EOFaulting
Turns this object into a fault using the specified fault handler.

U

unableToSetNullForKey(String) - Method in class net.wotonomy.control.EOCustomObject
Called by takeValueForKey when the type of the specified key is not allowed to be null, as is the case with primitive types.
unableToSetNullForKey(String) - Method in interface net.wotonomy.control.EOKeyValueCoding
Called by takeValueForKey when the type of the specified key is not allowed to be null, as is the case with primitive types.
unableToSetNullForKey(Object, String) - Static method in class net.wotonomy.control.EOKeyValueCodingSupport
Called by takeValueForKey when the type of the specified key is not allowed to be null, as is the case with primitive types, if the specified object does not implement EOKeyValueCoding.
undo() - Method in class net.wotonomy.control.EOEditingContext
Reverts the last change on the undo stack.
UniqueBinaryKeyLength - Static variable in class net.wotonomy.control.EOTemporaryGlobalID
Holds the length in bytes of the key that is generated.
unlock() - Static method in class net.wotonomy.access.EOAccessLock
 
unlock() - Method in class net.wotonomy.access.EODatabaseContext
 
unlock() - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
unregisterChannel(EODatabaseChannel) - Method in class net.wotonomy.access.EODatabaseContext
 
unregisterContext(EODatabaseContext) - Method in class net.wotonomy.access.EODatabase
 
update(Observable, Object) - Method in class net.wotonomy.control.EODelayedObserver
Called when the specified object has changed, with the specified argument.
update(Observable, Object) - Method in class net.wotonomy.control.EOObserverCenter
Interface Observer
UpdatedKey - Static variable in class net.wotonomy.control.EOObjectStore
Key for the user info of ObjectsChangedInStoreNotifications.
updatedObjects() - Method in class net.wotonomy.control.EOEditingContext
Returns a read-only list of all objects marked as modified, but not inserted or deleted, in this editing context.
updateFromSnapshot(NSDictionary) - Method in class net.wotonomy.control.EOCustomObject
Applies the specified snapshot to this object, converting NSNulls to null and calling takeStoredValueForKey for each key in the Map.
updateFromSnapshot(NSDictionary) - Method in interface net.wotonomy.control.EOEnterpriseObject
Applies the specified snapshot to this object, converting NSNulls to null and calling takeStoredValueForKey for each key in the Map.
updateObject(EOGlobalID, Map) - Method in class net.wotonomy.control.AbstractObjectStore
Returns the data for the row corresponding to the specified id.
updateStatementForRow(NSDictionary, EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOSQLExpressionFactory
 
updateStrategy() - Method in class net.wotonomy.access.EODatabaseContext
 
updateValuesInRowDescribedByQualifier(NSDictionary, EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOAdaptorChannel
 
updateValuesInRowsDescribedByQualifier(NSDictionary, EOQualifier, EOEntity) - Method in class net.wotonomy.access.EOAdaptorChannel
 
useAliases() - Method in class net.wotonomy.access.EOSQLExpression
 
useBindVariables() - Method in class net.wotonomy.access.EOSQLExpression
 
useQuotedExternalNames() - Static method in class net.wotonomy.access.EOSQLExpression
Deprecated. Use the instance method externalNameQuoteCharacter instead.
userInfo() - Method in class net.wotonomy.access.EOAttribute
 
userInfo() - Method in class net.wotonomy.access.EOEntity
 
userInfo() - Method in exception net.wotonomy.access.EOGeneralAdaptorException
 
userInfo() - Method in class net.wotonomy.access.EOModel
 
userInfo() - Method in class net.wotonomy.access.EORelationship
 
userInfo() - Method in class net.wotonomy.access.EOStoredProcedure
 
userInfo() - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
userPresentableDescription() - Method in class net.wotonomy.control.EOCustomObject
Returns a short, stateful string representation of this object.
userPresentableDescription() - Method in interface net.wotonomy.control.EOEnterpriseObject
Returns a short, stateful string representation of this object.
userPresentableDescriptionForObject(Object) - Method in class net.wotonomy.control.EOClassDescription
Returns a human-readable description of the specified object that should not exceed 60 characters.
usesDeferredFaultCreation() - Static method in class net.wotonomy.control.EOCustomObject
Specifies whether deferred faults should be used.
usesDeferredFaultCreation() - Static method in class net.wotonomy.control.EOGenericRecord
Overridden to return true so that deferred faults are used.
usesDistinct() - Method in class net.wotonomy.control.EOFetchSpecification
Returns whether this fetch specification will return only one reference to each distinct object returned by the fetch.

V

validateForDelete() - Method in class net.wotonomy.control.EOCustomObject
Validates this object for delete.
validateForDelete() - Method in interface net.wotonomy.control.EOValidation
Validates this object for delete.
validateForInsert() - Method in class net.wotonomy.control.EOCustomObject
Validates this object for insertion into the external store.
validateForInsert() - Method in interface net.wotonomy.control.EOValidation
Validates this object for insertion into the external store.
validateForSave() - Method in class net.wotonomy.control.EOCustomObject
Validates this object for a commit to the external store.
validateForSave() - Method in interface net.wotonomy.control.EOValidation
Validates this object for a commit to the external store.
validateForUpdate() - Method in class net.wotonomy.control.EOCustomObject
Validates this object for update to the external store.
validateForUpdate() - Method in interface net.wotonomy.control.EOValidation
Validates this object for update to the external store.
validateKeysWithRootClassDescription(Class) - Method in class net.wotonomy.control.EOQualifier
Tests whether all the keys in this qualifier can be applied to an object of the specified class.
validateObjectForDelete(Object) - Method in class net.wotonomy.control.EOClassDescription
Verifies that the specified object may be deleted.
validateObjectForSave(Object) - Method in class net.wotonomy.control.EOClassDescription
Verifies that the specified object may be saved.
validateValueForKey(Object, String) - Method in class net.wotonomy.control.EOClassDescription
Validates the specified value for the specified key on this this class.
value() - Method in class net.wotonomy.control.EOKeyValueQualifier
Returns the value for this qualifier.
valueClassName() - Method in class net.wotonomy.access.EOAttribute
Deprecated. Use className() instead.
valueForKey(String) - Method in class net.wotonomy.control.EOCustomObject
Returns the value for the specified property.
valueForKey(String) - Method in class net.wotonomy.control.EOGenericRecord
Calls storedValueForKey.
valueForKey(String) - Method in interface net.wotonomy.control.EOKeyValueCoding
Returns the value for the specified property.
valueForKey(Object, String) - Static method in class net.wotonomy.control.EOKeyValueCodingSupport
Returns the value for the specified property key on the specified object.
valueForKeyPath(String) - Method in class net.wotonomy.control.EOCustomObject
Returns the value for the specified key path, which is a series of keys delimited by ".", for example: "createTime.year.length".
valueList() - Method in class net.wotonomy.access.EOSQLExpression
 
valuesForKeys(NSArray, EOEnterpriseObject) - Method in class net.wotonomy.access.EODatabaseContext
 
valuesForKeys(NSArray, EOEnterpriseObject) - Method in class net.wotonomy.control.EOCooperatingObjectStore
 
valuesForKeys(List) - Method in class net.wotonomy.control.EOCustomObject
Returns a Map of the specified keys to their values, each of which might be obtained by calling valueForKey.
valuesForKeys(Object, List) - Static method in class net.wotonomy.control.EOKeyValueCodingAdditions.DefaultImplementation
 
valuesForKeys(Object, List) - Static method in class net.wotonomy.control.EOKeyValueCodingAdditions.Utility
Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
valuesForKeys(NSArray, EOEnterpriseObject) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
valuesForKeys(Object, List) - Static method in class net.wotonomy.control.KeyValueCodingUtilities
Returns a Map of the specified keys to their values, each of which is obtained by calling valueForKey on the specified object if it implements EOKeyValueCoding, and otherwise falling back on EOKeyValueCodingSupport.
valuesForKeysWithMapping(Object, Map) - Static method in class net.wotonomy.control.EOKeyValueCodingAdditions.DefaultImplementation
 
valueType() - Method in class net.wotonomy.access.EOAttribute
 
Void - Static variable in class net.wotonomy.access.EOAttribute
 

W

whereClauseString() - Method in class net.wotonomy.access.EOSQLExpression
 
width() - Method in class net.wotonomy.access.EOAttribute
 
willChange() - Method in class net.wotonomy.control.EOCustomObject
This method should be called by each setter method on this object before changes are made to the object's internal state.
willChange() - Method in interface net.wotonomy.control.EOEnterpriseObject
This method should be implemented to call EOObserverCenter.objectWillChange( this ), and it should be called by each setter method on this object before changes are made to the object's internal state.
willRead() - Method in class net.wotonomy.control.EOCustomObject
Called to completely fire the fault, reading all attributes.
willRead(String) - Method in class net.wotonomy.control.EOCustomObject
Called to fire the fault for the specified key.
willRead() - Method in interface net.wotonomy.control.EOFaulting
Called to completely fire the fault, reading all values.
willRead(String) - Method in interface net.wotonomy.control.EOFaulting
Called to fire the fault for the specified key.
willReadRelationship(Object) - Method in class net.wotonomy.control.EOCustomObject
Returns a fault for the specified deferred fault.
willReadRelationship(Object) - Method in interface net.wotonomy.control.EODeferredFaulting
Returns a fault for the specified deferred fault.
write() - Method in class net.wotonomy.access.EOModel
 
writeAsList(List) - Method in class net.wotonomy.control.PropertyDataSource
Converts the specified List to lastKnownType and calls setValue().
writeFormat() - Method in class net.wotonomy.access.EOAttribute
 
writeToFile(String) - Method in class net.wotonomy.access.EOModel
 

_

_adaptor - Variable in class net.wotonomy.access.EOAdaptorContext
 
_adaptor - Variable in class net.wotonomy.access.EODatabase
 
_adaptor - Variable in class net.wotonomy.access.EOSQLExpressionFactory
 
_adaptorName - Variable in class net.wotonomy.access.EOModel
 
_adaptorOp - Variable in class net.wotonomy.access.EOAdaptorOperation
 
_adjustForInheritance(EOKeyGlobalID, String, String) - Static method in class net.wotonomy.control.EOKeyGlobalID
 
_aliasesByEntityName - Variable in class net.wotonomy.access.EOSQLExpression
 
_aliasesByRelationshipPath - Variable in class net.wotonomy.access.EOSQLExpression
 
_aliasForRelatedAttributeRelationshipPath(EOAttribute, String) - Method in class net.wotonomy.access.EOSQLExpression
 
_aliasForRelationshipPath(String) - Method in class net.wotonomy.access.EOSQLExpression
 
_allowsNull - Variable in class net.wotonomy.access.EOAttribute
 
_arguments - Variable in class net.wotonomy.access.EOStoredProcedure
 
_attributeForPath(String) - Method in class net.wotonomy.access.EOEntity
 
_attributes - Variable in class net.wotonomy.access.EOAdaptorOperation
 
_attributes - Variable in class net.wotonomy.access.EODatabaseChannel
 
_attributes - Variable in class net.wotonomy.access.EOEntity
 
_batchCount - Variable in class net.wotonomy.access.EORelationship
 
_bindings - Variable in class net.wotonomy.access.EOSQLExpression
 
_changedValues - Variable in class net.wotonomy.access.EOAdaptorOperation
 
_channel - Variable in class net.wotonomy.access.EODatabaseChannel
 
_channels - Variable in class net.wotonomy.access.EOAdaptorContext
 
_channels - Variable in class net.wotonomy.access.EODatabaseContext
 
_className - Variable in class net.wotonomy.access.EOAttribute
 
_className - Variable in class net.wotonomy.access.EOEntity
 
_columnName - Variable in class net.wotonomy.access.EOAttribute
 
_connectionDictionary - Variable in class net.wotonomy.access.EOAdaptor
 
_connectionDictionary - Variable in class net.wotonomy.access.EOModel
 
_context - Variable in class net.wotonomy.access.EOAdaptorChannel
 
_context - Variable in class net.wotonomy.access.EODatabaseChannel
 
_context - Variable in class net.wotonomy.access.EODatabaseContext
 
_contexts - Variable in class net.wotonomy.access.EOAdaptor
 
_contexts - Variable in class net.wotonomy.access.EODatabase
 
_contextStack - Variable in class net.wotonomy.access.EOSQLExpression
 
_coordinator - Variable in class net.wotonomy.access.EODatabaseContext
 
_currEC - Variable in class net.wotonomy.access.EODatabaseChannel
 
_currEC - Variable in class net.wotonomy.access.EODatabaseContext
 
_currEntity - Variable in class net.wotonomy.access.EODatabaseChannel
 
_database - Variable in class net.wotonomy.access.EODatabaseContext
 
_dbContext - Variable in class net.wotonomy.access.EOAccessGenericFaultHandler
 
_defaultDateFormatter - Static variable in class net.wotonomy.access.EOSQLExpression
 
_defaultDateFormatter() - Method in class net.wotonomy.access.EOSQLExpression
 
_defaultGlobalIDWithEntityName(String, Object[]) - Static method in class net.wotonomy.control.EOKeyGlobalID
 
_definition - Variable in class net.wotonomy.access.EOAttribute
 
_definition - Variable in class net.wotonomy.access.EORelationship
 
_deleteRule - Variable in class net.wotonomy.access.EORelationship
 
_destination - Variable in class net.wotonomy.access.EOJoin
 
_destination - Variable in class net.wotonomy.access.EORelationship
 
_ec - Variable in class net.wotonomy.access.EOAccessGenericFaultHandler
 
_entities - Variable in class net.wotonomy.access.EOModel
 
_entitiesByClass - Variable in class net.wotonomy.access.EOModel
 
_entitiesByName - Variable in class net.wotonomy.access.EOModel
 
_entity - Variable in class net.wotonomy.access.EOAdaptorOperation
 
_entity - Variable in class net.wotonomy.access.EOAttribute
 
_entity - Variable in class net.wotonomy.access.EOEntityClassDescription
 
_entity - Variable in class net.wotonomy.access.EORelationship
 
_entity - Variable in class net.wotonomy.access.EOSQLExpression
 
_entityName - Variable in class net.wotonomy.control.EOKeyGlobalID
 
_exception - Variable in class net.wotonomy.access.EOAdaptorOperation
 
_expressionClass - Variable in class net.wotonomy.access.EOAdaptor
 
_expressionClass - Variable in class net.wotonomy.access.EOSQLExpressionFactory
 
_externalName - Variable in class net.wotonomy.access.EOEntity
 
_externalName - Variable in class net.wotonomy.access.EOStoredProcedure
 
_externalType - Variable in class net.wotonomy.access.EOAttribute
 
_fetchSpecs - Variable in class net.wotonomy.access.EOEntity
 
_gid - Variable in class net.wotonomy.access.EOAccessFaultHandler
 
_group - Variable in class net.wotonomy.access.EOModel
 
_guessedEntityName() - Method in class net.wotonomy.control.EOKeyGlobalID
 
_has_allowsNull - Variable in class net.wotonomy.access.EOAttribute
 
_hash - Variable in class net.wotonomy.control.EOKeyGlobalID
 
_hasOpenTransaction - Variable in class net.wotonomy.access.EOAdaptorContext
 
_hexChars - Static variable in class net.wotonomy.access.EOSQLExpression
 
_internalInfo - Variable in class net.wotonomy.access.EOAttribute
 
_internalInfo - Variable in class net.wotonomy.access.EOEntity
 
_internalInfo - Variable in class net.wotonomy.access.EOModel
 
_internalInfo - Variable in class net.wotonomy.access.EORelationship
 
_internalInfo - Variable in class net.wotonomy.access.EOStoredProcedure
 
_invalidatedAllObjectsInSubStore(NSNotification) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
_isAbstract - Variable in class net.wotonomy.access.EOEntity
 
_isFinal() - Method in class net.wotonomy.control.EOKeyGlobalID
 
_isFlattened - Variable in class net.wotonomy.access.EOAttribute
 
_isFlattened - Variable in class net.wotonomy.access.EORelationship
 
_isMandatory - Variable in class net.wotonomy.access.EORelationship
 
_isReadOnly - Variable in class net.wotonomy.access.EOEntity
 
_isToMany - Variable in class net.wotonomy.access.EORelationship
 
_joinClauseString - Variable in class net.wotonomy.access.EOSQLExpression
 
_joins - Variable in class net.wotonomy.access.EORelationship
 
_joinSemantic - Variable in class net.wotonomy.access.EORelationship
 
_keyValues - Variable in class net.wotonomy.control.EOVectorKeyGlobalID
 
_keyValuesNoCopy() - Method in class net.wotonomy.control.EOIntegralKeyGlobalID
 
_keyValuesNoCopy() - Method in class net.wotonomy.control.EOKeyGlobalID
 
_keyValuesNoCopy() - Method in class net.wotonomy.control.EOVectorKeyGlobalID
 
_knowsIfFlattened - Variable in class net.wotonomy.access.EOAttribute
 
_knowsIfFlattened - Variable in class net.wotonomy.access.EORelationship
 
_listString - Variable in class net.wotonomy.access.EOSQLExpression
 
_listString() - Method in class net.wotonomy.access.EOSQLExpression
 
_literalEntityName() - Method in class net.wotonomy.control.EOKeyGlobalID
 
_lockedObjects - Variable in class net.wotonomy.access.EODatabaseContext
 
_locking - Variable in class net.wotonomy.access.EODatabaseChannel
 
_lockingAttributes - Variable in class net.wotonomy.access.EOEntity
 
_manySnaps - Variable in class net.wotonomy.access.EODatabaseContext
 
_model - Variable in class net.wotonomy.access.EOEntity
 
_model - Variable in class net.wotonomy.access.EOStoredProcedure
 
_models - Variable in class net.wotonomy.access.EODatabase
 
_models - Variable in class net.wotonomy.access.EOModelGroup
 
_name - Variable in class net.wotonomy.access.EOAdaptor
 
_name - Variable in class net.wotonomy.access.EOAttribute
 
_name - Variable in class net.wotonomy.access.EOEntity
 
_name - Variable in class net.wotonomy.access.EOModel
 
_name - Variable in class net.wotonomy.access.EORelationship
 
_name - Variable in class net.wotonomy.access.EOStoredProcedure
 
_objectsChangedInSubStore(NSNotification) - Method in class net.wotonomy.control.EOObjectStoreCoordinator
 
_orderByString - Variable in class net.wotonomy.access.EOSQLExpression
 
_orderByString() - Method in class net.wotonomy.access.EOSQLExpression
 
_ownsDestination - Variable in class net.wotonomy.access.EORelationship
 
_parameterDirection - Variable in class net.wotonomy.access.EOAttribute
 
_path - Variable in class net.wotonomy.access.EOModel
 
_pkAttributeNames - Variable in class net.wotonomy.access.EOEntity
 
_pkAttributes - Variable in class net.wotonomy.access.EOEntity
 
_precision - Variable in class net.wotonomy.access.EOAttribute
 
_prepClone(EOKeyGlobalID) - Method in class net.wotonomy.control.EOKeyGlobalID
 
_proc - Variable in class net.wotonomy.access.EOAdaptorOperation
 
_propagatesPrimaryKey - Variable in class net.wotonomy.access.EORelationship
 
_prototype - Variable in class net.wotonomy.access.EOAttribute
 
_prototypeName - Variable in class net.wotonomy.access.EOAttribute
 
_prototypesByName - Variable in class net.wotonomy.access.EOModel
 
_qualifier - Variable in class net.wotonomy.access.EOAdaptorOperation
 
_quoteExternalNames - Static variable in class net.wotonomy.access.EOSQLExpression
 
_readFormat - Variable in class net.wotonomy.access.EOAttribute
 
_readOnly - Variable in class net.wotonomy.access.EOAttribute
 
_refreshing - Variable in class net.wotonomy.access.EODatabaseChannel
 
_relation - Variable in class net.wotonomy.access.EOAccessArrayFaultHandler
 
_relations - Variable in class net.wotonomy.access.EOEntity
 
_releaseUnrefSnapshots - Static variable in class net.wotonomy.access.EODatabase
 
_resultCache - Variable in class net.wotonomy.access.EODatabase
 
_rootEntityForExpression() - Method in class net.wotonomy.access.EOSQLExpression
 
_scale - Variable in class net.wotonomy.access.EOAttribute
 
_setEntity(EOEntity) - Method in class net.wotonomy.access.EOSQLExpression
 
_setGuessedEntityName(String) - Method in class net.wotonomy.control.EOKeyGlobalID
 
_setSubEntityName(String) - Method in class net.wotonomy.control.EOKeyGlobalID
 
_simpleSnaps - Variable in class net.wotonomy.access.EODatabaseContext
 
_snapshots - Variable in class net.wotonomy.access.EODatabase
 
_source - Variable in class net.wotonomy.access.EOJoin
 
_sourceID - Variable in class net.wotonomy.access.EOAccessArrayFaultHandler
 
_sqlStringForJoinSemanticMatchSemantic(int, int) - Method in class net.wotonomy.access.EOSQLExpression
 
_statement - Variable in class net.wotonomy.access.EOSQLExpression
 
_storedProcedureNames - Variable in class net.wotonomy.access.EOModel
 
_storedProcedures - Variable in class net.wotonomy.access.EOModel
 
_stringForDate(NSTimestamp) - Method in class net.wotonomy.access.EOSQLExpression
 
_subEntityName() - Method in class net.wotonomy.control.EOKeyGlobalID
 
_targetClass - Variable in class net.wotonomy.control.EOFaultHandler
 
_timestamp - Variable in class net.wotonomy.access.EODatabase
 
_updateStrategy - Variable in class net.wotonomy.access.EODatabaseContext
 
_upperFunctionName - Variable in class net.wotonomy.access.EOSQLExpression
 
_useAliases - Variable in class net.wotonomy.access.EOSQLExpression
 
_useBatchFaulting - Variable in class net.wotonomy.access.EORelationship
 
_userInfo - Variable in class net.wotonomy.access.EOAttribute
 
_userInfo - Variable in class net.wotonomy.access.EOEntity
 
_userInfo - Variable in class net.wotonomy.access.EOModel
 
_userInfo - Variable in class net.wotonomy.access.EORelationship
 
_userInfo - Variable in class net.wotonomy.access.EOStoredProcedure
 
_valueClass - Variable in class net.wotonomy.access.EOAttribute
 
_valueClassName - Variable in class net.wotonomy.access.EOAttribute
 
_valueFactoryMethod - Variable in class net.wotonomy.access.EOAttribute
 
_valueFactoryMethodName - Variable in class net.wotonomy.access.EOAttribute
 
_valueList() - Method in class net.wotonomy.access.EOSQLExpression
 
_valueListString - Variable in class net.wotonomy.access.EOSQLExpression
 
_valueType - Variable in class net.wotonomy.access.EOAttribute
 
_whereClauseString - Variable in class net.wotonomy.access.EOSQLExpression
 
_width - Variable in class net.wotonomy.access.EOAttribute
 
_writeFormat - Variable in class net.wotonomy.access.EOAttribute
 

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

Copyright © 2006 null. All Rights Reserved.