com.jwpepper.inv
Interface QueryHome

All Known Implementing Classes:
QueryHomeImpl

public abstract interface QueryHome
extends Home

Prescribes methods to support the creation of queries.
Last modified $Date: 1999/10/07 20:39:49 $

Version:
$Revision: 1.1 $
Author:
George Reese (george@ancept.com)

Method Summary
 QueryReference create(Identifier id, SearchCriteria sc, java.lang.String nom)
           
 QueryReference create(SearchCriteria sc)
           
 
Methods inherited from interface com.imaginary.lwp.Home
find, findByObjectID
 

Method Detail

create

public QueryReference create(SearchCriteria sc)
                      throws FindException,
                             PersistenceException,
                             java.rmi.RemoteException

create

public QueryReference create(Identifier id,
                             SearchCriteria sc,
                             java.lang.String nom)
                      throws FindException,
                             PersistenceException,
                             java.rmi.RemoteException