Up

EOObjectStoreCoordinator

Authors

Generated by ayers

Version: 21645

Date: 2005-08-17 10:07:57 +0200 (Mit, 17 Aug 2005)

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

Software documentation for the EOCooperatingObjectStore class

EOCooperatingObjectStore : EOObjectStore

Declared in:
EOControl/EOObjectStoreCoordinator.h
Availability: OpenStep

Description forthcoming.
Method summary

commitChanges 

- (void) commitChanges;
Availability: OpenStep

Description forthcoming.

handlesFetchSpecification: 

- (BOOL) handlesFetchSpecification: (EOFetchSpecification*)fetchSpecification;
Availability: OpenStep

Description forthcoming.

ownsEntityNamed: 

- (BOOL) ownsEntityNamed: (NSString*)entityName;
Availability: OpenStep

Description forthcoming.

ownsGlobalID: 

- (BOOL) ownsGlobalID: (EOGlobalID*)globalID;
Availability: OpenStep

Description forthcoming.

ownsObject: 

- (BOOL) ownsObject: (id)object;
Availability: OpenStep

Description forthcoming.

performChanges 

- (void) performChanges;
Availability: OpenStep

Description forthcoming.

prepareForSaveWithCoordinator: editingContext: 

- (void) prepareForSaveWithCoordinator: (EOObjectStoreCoordinator*)coordinator editingContext: (EOEditingContext*)context;
Availability: OpenStep

Description forthcoming.

recordChangesInEditingContext 

- (void) recordChangesInEditingContext;
Availability: OpenStep

Description forthcoming.

recordUpdateForObject: changes: 

- (void) recordUpdateForObject: (id)object changes: (NSDictionary*)changes;
Availability: OpenStep

Description forthcoming.

rollbackChanges 

- (void) rollbackChanges;
Availability: OpenStep

Description forthcoming.

valuesForKeys: object: 

- (NSDictionary*) valuesForKeys: (NSArray*)keys object: (id)object;
Availability: OpenStep

Description forthcoming.

Software documentation for the EOObjectStoreCoordinator class

EOObjectStoreCoordinator : EOObjectStore

Declared in:
EOControl/EOObjectStoreCoordinator.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

defaultCoordinator 

+ (id) defaultCoordinator;
Availability: OpenStep

Description forthcoming.

setDefaultCoordinator: 

+ (void) setDefaultCoordinator: (EOObjectStoreCoordinator*)coordinator;
Availability: OpenStep

Description forthcoming.

addCooperatingObjectStore: 

- (void) addCooperatingObjectStore: (EOCooperatingObjectStore*)store;
Availability: OpenStep

Description forthcoming.

cooperatingObjectStores 

- (NSArray*) cooperatingObjectStores;
Availability: OpenStep

Description forthcoming.

forwardUpdateForObject: changes: 

- (void) forwardUpdateForObject: (id)object changes: (NSDictionary*)changes;
Availability: OpenStep

Description forthcoming.

objectStoreForFetchSpecification: 

- (EOCooperatingObjectStore*) objectStoreForFetchSpecification: (EOFetchSpecification*)fetchSpecification;
Availability: OpenStep

Description forthcoming.

objectStoreForGlobalID: 

- (EOCooperatingObjectStore*) objectStoreForGlobalID: (EOGlobalID*)gloablID;
Availability: OpenStep

Description forthcoming.

objectStoreForObject: 

- (EOCooperatingObjectStore*) objectStoreForObject: (id)object;
Availability: OpenStep

Description forthcoming.

removeCooperatingObjectStore: 

- (void) removeCooperatingObjectStore: (EOCooperatingObjectStore*)store;
Availability: OpenStep

Description forthcoming.

setUserInfo: 

- (void) setUserInfo: (NSDictionary*)info;
Availability: OpenStep

Description forthcoming.

userInfo 

- (NSDictionary*) userInfo;
Availability: OpenStep

Description forthcoming.

valuesForKeys: object: 

- (NSDictionary*) valuesForKeys: (NSArray*)keys object: (id)object;
Availability: OpenStep

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.





Up