PATH Documentation > WebObjects

Up

QueryPageInterface


Implemented by:
D2WQueryPage
QueryAllPageInterface
Package:
com.webobjects.directtoweb

Interface Description



This interface is the return value for the D2W queryPageForEntityNamed method that creates a query page. The methods defined by this interface initialize the newly created page.

Method Types


Managing the Data Source
queryDataSource

Managing the Next Page Parameters
setNextPageDelegate


Methods



queryDataSource


abstract public EODataSource queryDataSource()

Returns the receiver's EODataSource (defined in the EOControl Framework) containing the objects matching the query.



setNextPageDelegate


abstract public void setNextPageDelegate(NextPageDelegate nextPageDelegate)



See Also:
NextPageDelegate


Up

© 2001 Apple Computer, Inc.