Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.ejb.entity.client.person
Interface PersonAllergies_Home  view PersonAllergies_Home download PersonAllergies_Home.java

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface PersonAllergies_Home
extends javax.ejb.EJBHome


Method Summary
 PersonAllergies_ create()
           
 PersonAllergies_ create(java.lang.Long schoolProfileForeignKey, java.lang.Long personForeignKey, java.lang.Long allergyForeignKey, java.lang.String instruction)
           
 PersonAllergies_ create(org.schooltool.complextypes.person.PersonAllergies value)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllPersonAllergies(java.lang.Long schoolProfileID)
           
 java.util.Collection findByallergyForeignKey(java.lang.Long Allergies_ID, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByinstruction(java.lang.String instruction, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBypersonForeignKey(java.lang.Long Person_ID, java.lang.Long SchoolProfileID)
           
 PersonAllergies_ findByPrimaryKey(PersonAllergies_PrimaryKey id, java.lang.Long schoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

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