Up

EOModelGroup Class

Authors

Mirko Viviani (mirko.viviani@rccr.cremona.it)

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 EOModelGroup class
  2. Software documentation for the EOObjectStoreCoordinator(EOModelGroupSupport) category
  3. Software documentation for the NSObject(EOModelGroupClassDelegation) informal protocol
  4. Software documentation for the NSObject(EOModelGroupDelegation) informal protocol

Software documentation for the EOModelGroup class

EOModelGroup : GCObject

Declared in:
EOAccess/EOModelGroup.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

defaultGroup 

+ (EOModelGroup*) defaultGroup;
Availability: OpenStep

Description forthcoming.

delegate 

+ (id) delegate;
Availability: OpenStep

Description forthcoming.

globalModelGroup 

+ (EOModelGroup*) globalModelGroup;
Availability: OpenStep

Description forthcoming.

setDefaultGroup: 

+ (void) setDefaultGroup: (EOModelGroup*)group;
Availability: OpenStep

Description forthcoming.

setDelegate: 

+ (void) setDelegate: (id)delegate;
Availability: OpenStep

Description forthcoming.

addModel: 

- (void) addModel: (EOModel*)model;
Availability: OpenStep

Description forthcoming.

addModelWithFile: 

- (EOModel*) addModelWithFile: (NSString*)path;
Availability: OpenStep

Description forthcoming.

availablePrototypesForAdaptorName: 

- (NSArray*) availablePrototypesForAdaptorName: (NSString*)adaptorName;
Availability: OpenStep

Description forthcoming.

delegate 

- (id) delegate;
Availability: OpenStep

Description forthcoming.

entityForObject: 

- (EOEntity*) entityForObject: (id)object;
Availability: OpenStep

Description forthcoming.

entityNamed: 

- (EOEntity*) entityNamed: (NSString*)entityName;
Availability: OpenStep

Description forthcoming.

fetchSpecificationNamed: entityNamed: 

- (EOFetchSpecification*) fetchSpecificationNamed: (NSString*)fetchSpecName entityNamed: (NSString*)entityName;
Availability: OpenStep

Description forthcoming.

loadAllModelObjects 

- (void) loadAllModelObjects;
Availability: OpenStep

Description forthcoming.

modelNamed: 

- (EOModel*) modelNamed: (NSString*)name;
Availability: OpenStep

Description forthcoming.

modelNames 

- (NSArray*) modelNames;
Availability: OpenStep

Description forthcoming.

modelWithPath: 

- (EOModel*) modelWithPath: (NSString*)path;
Availability: OpenStep

Description forthcoming.

models 

- (NSArray*) models;
Availability: OpenStep

Description forthcoming.

prototypeAttributeForAttribute: 

- (EOAttribute*) prototypeAttributeForAttribute: (EOAttribute*)attribute;
Availability: OpenStep

Description forthcoming.

removeModel: 

- (void) removeModel: (EOModel*)model;
Availability: OpenStep

Description forthcoming.

setDelegate: 

- (void) setDelegate: (id)delegate;
Availability: OpenStep

Description forthcoming.

storedProcedureNamed: 

- (EOStoredProcedure*) storedProcedureNamed: (NSString*)name;
Availability: OpenStep

Description forthcoming.



Instance Variables for EOModelGroup Class

_delegate

@protected id _delegate;
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.

_delegateRespondsTo

@protected struct ... _delegateRespondsTo;
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.

_modelsByName

@protected NSMutableDictionary* _modelsByName;
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.




Software documentation for the EOObjectStoreCoordinator(EOModelGroupSupport) category

EOObjectStoreCoordinator(EOModelGroupSupport)

Declared in:
EOAccess/EOModelGroup.h
Availability: OpenStep

Description forthcoming.
Method summary

modelGroup 

- (EOModelGroup*) modelGroup;
Availability: OpenStep

Description forthcoming.

setModelGroup: 

- (void) setModelGroup: (EOModelGroup*)group;
Availability: OpenStep

Description forthcoming.

Software documentation for the NSObject(EOModelGroupClassDelegation) informal protocol

NSObject(EOModelGroupClassDelegation)

Declared in:
EOAccess/EOModelGroup.h
Availability: OpenStep

Description forthcoming.
Method summary

defaultModelGroup 

- (EOModelGroup*) defaultModelGroup;
Availability: OpenStep

Description forthcoming.

Software documentation for the NSObject(EOModelGroupDelegation) informal protocol

NSObject(EOModelGroupDelegation)

Declared in:
EOAccess/EOModelGroup.h
Availability: OpenStep

Description forthcoming.
Method summary

entity: classForObjectWithGlobalID: 

- (Class) entity: (EOEntity*)entity classForObjectWithGlobalID: (EOGlobalID*)globalID;
Availability: OpenStep

Description forthcoming.

entity: failedToLookupClassNamed: 

- (Class) entity: (EOEntity*)entity failedToLookupClassNamed: (NSString*)className;
Availability: OpenStep

Description forthcoming.

entity: relationshipForRow: relationship: 

- (EORelationship*) entity: (EOEntity*)entity relationshipForRow: (NSDictionary*)row relationship: (EORelationship*)relationship;
Availability: OpenStep

Description forthcoming.

modelGroup: entityNamed: 

- (EOModel*) modelGroup: (EOModelGroup*)group entityNamed: (NSString*)name;
Availability: OpenStep

Description forthcoming.

relationship: failedToLookupDestinationNamed: 

- (EOEntity*) relationship: (EORelationship*)relationship failedToLookupDestinationNamed: (NSString*)entityName;
Availability: OpenStep

Description forthcoming.

subEntityForEntity: primaryKey: isFinal: 

- (EOEntity*) subEntityForEntity: (EOEntity*)entity primaryKey: (NSDictionary*)primaryKey isFinal: (BOOL*)flag;
Availability: OpenStep

Description forthcoming.


Up