Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOAdaptor Reference

Table of Contents

EOModelGroup.ClassDelegate


(informal interface)
Package: com.apple.yellow.eoaccess

Interface 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 EOModelGroup.Delegate interface specification.



Instance Methods



defaultModelGroup

public abstract 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 returns null, EOModelGroup uses the default behavior of the defaultModelGroup class method. Note that this method is implemented by the delegate assigned to the EOModelGroup class object.

See Also: classDelegate (EOModelGroup class), setClassDelegate (EOModelGroup class)




Table of Contents