PATH |
Inherits from: EODataSource
Implements: Serializable
Package: com.webobjects.eocontrol
EOArrayDataSource is a concrete subclass of EODataSource that can be used to provide enterprise objects to a display group (EODisplayGroup from EOInterface or WODisplayGroup from WebObjects) without having to fetch them from the database. In an EOArrayDataSource, objects are maintained in an in-memory NSArray.
EOArrayDataSource can fetch, insert, and delete objects-operations it performs directly with its array. It can also provide a detail data source.
public EOArrayDataSource( EOClassDescription classDescription, EOEditingContext editingContext)
null
.
public EOClassDescription classDescriptionForObjects()
public Object createObject()
public EODataSource dataSourceQualifiedByKey(String aString)
public void deleteObject(Object anObject)
public EOEditingContext editingContext()
public NSArray fetchObjects()
public void insertObject(Object anObject)
public void qualifyWithRelationshipKey( String aString, Object anObject)
public void setArray(foundation.NSArray array)
© 2001 Apple Computer, Inc. (Last Published April 19, 2001)