org.openfjord.business.entities
Interface SurveyHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface SurveyHome
extends javax.ejb.EJBLocalHome


Method Summary
 SurveyLocal create()
           
 java.util.Collection findAll()
           
 SurveyLocal findByPrimaryKey(SurveyPK pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public SurveyLocal create()
                   throws javax.ejb.CreateException
javax.ejb.CreateException

findAll

public java.util.Collection findAll()
                             throws javax.ejb.FinderException
javax.ejb.FinderException

findByPrimaryKey

public SurveyLocal findByPrimaryKey(SurveyPK pk)
                             throws javax.ejb.FinderException
javax.ejb.FinderException


openFJORD Copyright © 2003 University of Muenster.