org.openfjord.business.entities
Interface ChoiceElementHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface ChoiceElementHome
extends javax.ejb.EJBLocalHome


Method Summary
 ChoiceElementLocal create(java.lang.String text, int position)
           
 ChoiceElementLocal findByPrimaryKey(ChoiceElementPK pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public ChoiceElementLocal create(java.lang.String text,
                                 int position)
                          throws javax.ejb.CreateException
javax.ejb.CreateException

findByPrimaryKey

public ChoiceElementLocal findByPrimaryKey(ChoiceElementPK pk)
                                    throws javax.ejb.FinderException
javax.ejb.FinderException


openFJORD Copyright © 2003 University of Muenster.