Up

EOObjectStoreCoordinator

Authors

Generated by ayers

Version: 25326

Date: 2007-07-12 08:39:22 +0200 (Don, 12 Jul 2007)

Copyright: (C) 2000-2002,2003,2004,2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the EOCooperatingObjectStore class
  2. Software documentation for the EOObjectStoreCoordinator class
  3. EOObjectStoreCoordinator variables

Software documentation for the EOCooperatingObjectStore class

EOCooperatingObjectStore : EOObjectStore

Declared in:
EOControl/EOObjectStoreCoordinator.h
Description forthcoming.
Method summary

commitChanges 

- (void) commitChanges;
Description forthcoming.

handlesFetchSpecification: 

- (BOOL) handlesFetchSpecification: (EOFetchSpecification*)fetchSpecification;
Description forthcoming.

ownsEntityNamed: 

- (BOOL) ownsEntityNamed: (NSString*)entityName;
Description forthcoming.

ownsGlobalID: 

- (BOOL) ownsGlobalID: (EOGlobalID*)globalID;
Description forthcoming.

ownsObject: 

- (BOOL) ownsObject: (id)object;
Description forthcoming.

performChanges 

- (void) performChanges;
Description forthcoming.

prepareForSaveWithCoordinator: editingContext: 

- (void) prepareForSaveWithCoordinator: (EOObjectStoreCoordinator*)coordinator editingContext: (EOEditingContext*)context;
Description forthcoming.

recordChangesInEditingContext 

- (void) recordChangesInEditingContext;
Description forthcoming.

recordUpdateForObject: changes: 

- (void) recordUpdateForObject: (id)object changes: (NSDictionary*)changes;
Description forthcoming.

rollbackChanges 

- (void) rollbackChanges;
Description forthcoming.

valuesForKeys: object: 

- (NSDictionary*) valuesForKeys: (NSArray*)keys object: (id)object;
Description forthcoming.

Software documentation for the EOObjectStoreCoordinator class

EOObjectStoreCoordinator : EOObjectStore

Declared in:
EOControl/EOObjectStoreCoordinator.h
Description forthcoming.

Instance Variables

Method summary

defaultCoordinator 

+ (id) defaultCoordinator;
Description forthcoming.

setDefaultCoordinator: 

+ (void) setDefaultCoordinator: (EOObjectStoreCoordinator*)coordinator;
Description forthcoming.

addCooperatingObjectStore: 

- (void) addCooperatingObjectStore: (EOCooperatingObjectStore*)store;
Description forthcoming.

cooperatingObjectStores 

- (NSArray*) cooperatingObjectStores;
Description forthcoming.

forwardUpdateForObject: changes: 

- (void) forwardUpdateForObject: (id)object changes: (NSDictionary*)changes;
Description forthcoming.

objectStoreForFetchSpecification: 

- (EOCooperatingObjectStore*) objectStoreForFetchSpecification: (EOFetchSpecification*)fetchSpecification;
Description forthcoming.

objectStoreForGlobalID: 

- (EOCooperatingObjectStore*) objectStoreForGlobalID: (EOGlobalID*)globalID;
Description forthcoming.

objectStoreForObject: 

- (EOCooperatingObjectStore*) objectStoreForObject: (id)object;
Description forthcoming.

removeCooperatingObjectStore: 

- (void) removeCooperatingObjectStore: (EOCooperatingObjectStore*)store;
Description forthcoming.

setUserInfo: 

- (void) setUserInfo: (NSDictionary*)info;
Description forthcoming.

userInfo 

- (NSDictionary*) userInfo;
Description forthcoming.

valuesForKeys: object: 

- (NSDictionary*) valuesForKeys: (NSArray*)keys object: (id)object;
Description forthcoming.



Instance Variables for EOObjectStoreCoordinator Class

_stores

@protected NSMutableArray* _stores;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_userInfo

@protected NSDictionary* _userInfo;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.




EOObjectStoreCoordinator variables

EOCooperatingObjectStoreNeeded

NSString* EOCooperatingObjectStoreNeeded;
Description forthcoming.

EOCooperatingObjectStoreWasAdded

NSString* EOCooperatingObjectStoreWasAdded;
Description forthcoming.

EOCooperatingObjectStoreWasRemoved

NSString* EOCooperatingObjectStoreWasRemoved;
Description forthcoming.


Up