Generated by
JDiff

Class com.webobjects.eoapplication.EOEntityController

The superclass changed from com.webobjects.eoapplication.EOComponentController to com.webobjects.eoapplication.EOArchiveController.
Removed interfaces com.webobjects.eoapplication.EOComponentController.EndEditing, com.webobjects.eocontrol.EOObserving.

Added Methods
void controllerWillLoadArchive() Invoked from loadArchive to notify the receiver that its interface file is about to be loaded.
boolean isFetchesOnConnectEnabled() Returns whether the receiver should ever fetch its display group content when a connection is established.
void setFetchesOnConnectEnabled(boolean) Sets whether the receiver should ever fetch its display group content when a connection is established.
void setObjectsWithGlobalIDs(NSArray) Fetches the objects specified by the global IDs in globalIDs into the receiver's display group.
 

Changed Methods
String archiveName() Method was locally defined, but is now inherited from EOArchiveController. Returns the name of the interface file archive to be loaded by the controller instead of generating its component dynamically.
EODisplayGroup controllerDisplayGroup() Method was locally defined, but is now inherited from EOArchiveController. Conformance to EOObjectDisplay.
boolean hasControllerDisplayGroup() Method was locally defined, but is now inherited from EOArchiveController. Returns whether the controller already has a controller display group.
boolean loadArchive() Method was locally defined, but is now inherited from EOArchiveController. If not already loaded loads the interface file archive specified by the archiveName of the receiver.
void objectWillChange(Object) Method was locally defined, but is now inherited from EOArchiveController. Change notification for the controller itsself if it's edited through an association of the controller display group.
void prepareComponent() Method was locally defined, but is now inherited from EOArchiveController. Overridden from the superclass to ensure that - if an archive name is specified for the receiver - the interface file archive is loaded before the component is prepared.
void setArchiveName(String) Method was locally defined, but is now inherited from EOArchiveController. Sets the name of the interface file archive to be loaded by the controller instead of generating its component dynamically.
void setControllerDisplayGroup(EODisplayGroup) Method was locally defined, but is now inherited from EOArchiveController. Sets and prepares the controller display group - the display group that contains the receiver itsself.
void willChange() Method was locally defined, but is now inherited from EOArchiveController. Triggers EOObserverCenter change notifications for the controller itsself.