- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface PersonAllergies_Home
- extends javax.ejb.EJBHome
create
public PersonAllergies_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllPersonAllergies
public java.util.Collection findAllPersonAllergies(java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findAll
public java.util.Collection findAll()
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByPrimaryKey
public PersonAllergies_ findByPrimaryKey(PersonAllergies_PrimaryKey id,
java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBypersonForeignKey
public java.util.Collection findBypersonForeignKey(java.lang.Long Person_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByallergyForeignKey
public java.util.Collection findByallergyForeignKey(java.lang.Long Allergies_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByinstruction
public java.util.Collection findByinstruction(java.lang.String instruction,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
create
public PersonAllergies_ create(java.lang.Long schoolProfileForeignKey,
java.lang.Long personForeignKey,
java.lang.Long allergyForeignKey,
java.lang.String instruction)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public PersonAllergies_ create(org.schooltool.complextypes.person.PersonAllergies value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException