PATH Documentation > WebObjects

Table of Contents

EOEditingController


Inherits from:
EODocumentController (eoapplication) : EOEntityController (eoapplication) : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Package:
com.webobjects.eogeneration.client


Class Description


Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.


XML Tag Default Rule System Controller Type
None (abstract class) None




Method Types


All methods
EOEditingController
canPerformActionNamed
connectionWasBroken
connectionWasEstablished
defaultActions
delete
dispose
disposeIfTransient
entityName
fetchesOnConnect
insert
mandatoryRelationshipPaths
masterDetailAssociation
newDisplayGroup
openWithTask
relationshipPath
setEntityName
setMandatoryRelationshipPaths
setMasterDetailAssociation
setRelationshipPath


Constructors



EOEditingController

public EOEditingController( com.webobjects.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)

Description forthcoming.

public EOEditingController()

Description forthcoming.


Instance Methods



canPerformActionNamed

public boolean canPerformActionNamed(String aString)

Description forthcoming.

connectionWasBroken

protected void connectionWasBroken()

Description forthcoming.

connectionWasEstablished

protected void connectionWasEstablished()

Description forthcoming.

defaultActions

protected NSArray defaultActions()

Description forthcoming.

delete

public boolean delete()

Description forthcoming.

dispose

public void dispose()

Description forthcoming.

disposeIfTransient

protected boolean disposeIfTransient()

Description forthcoming.

entityName

public String entityName()

Description forthcoming.

fetchesOnConnect

public boolean fetchesOnConnect()

Description forthcoming.

insert

public boolean insert()

Description forthcoming.

mandatoryRelationshipPaths

protected NSArray mandatoryRelationshipPaths()

Description forthcoming.

masterDetailAssociation

public com.webobjects.eointerface.EOMasterDetailAssociation masterDetailAssociation()

Description forthcoming.

newDisplayGroup

public com.webobjects.eointerface.EODisplayGroup newDisplayGroup()

Description forthcoming.

openWithTask

public boolean openWithTask()

Description forthcoming.

relationshipPath

public String relationshipPath()

Description forthcoming.

setEntityName

public void setEntityName(String aString)

Description forthcoming.

setMandatoryRelationshipPaths

public void setMandatoryRelationshipPaths(NSArray aNSArray)

Description forthcoming.

setMasterDetailAssociation

public void setMasterDetailAssociation( com.webobjects.eointerface.EOMasterDetailAssociation anEOMasterDetailAssociation)

Description forthcoming.

setRelationshipPath

public void setRelationshipPath(String aString)

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 15, 2001)


Table of Contents