org.openfjord.business.entities
Interface QuestionHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface QuestionHome
extends javax.ejb.EJBLocalHome


Method Summary
 QuestionLocal create(int questionType)
           
 QuestionLocal findByPrimaryKey(QuestionPK pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public QuestionLocal create(int questionType)
                     throws javax.ejb.CreateException
javax.ejb.CreateException

findByPrimaryKey

public QuestionLocal findByPrimaryKey(QuestionPK pk)
                               throws javax.ejb.FinderException
javax.ejb.FinderException


openFJORD Copyright © 2003 University of Muenster.