Documentation Archive Developer
Search
PATH  WebObjects 4.0 Documentation > EOAccess Reference



EOModelGroupClassDelegation

Inherits From:
NSObject

Declared in: EOAccess/EOModelGroup.h

Protocol Description

An EOModelGroup object should have a delegate which can influence how it finds and loads models. In addition to the delegates you assign to EOModelGroup instances, the EOModelGroup class itself can have a delegate. The class delegate implements a single method-defaultModelGroup.

For more information on EOModelGroup instance delegate methods, see the EOModelGroupDelegation specifications.


Instance Methods


defaultModelGroup

- (EOModelGroup *)defaultModelGroup

If implemented by the EOModelGroup class delegate, this method should return the EOModelGroup to be returned in response to the message defaultModelGroup. If this delegate method returnsnil, EOModelGroup uses the default behavior of the defaultModelGroup class method.

Note: This method is implemented by the delegate assigned to the EOModelGroup class object.

See also: + classDelegate (EOModelGroup class), + setClassDelegate: (EOModelGroup class)





Copyright © 1998, Apple Computer, Inc. All rights reserved.