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

Quick Search    Search Deep

org.schooltool.ejb.entity.client.educator
Interface Educator_Home  view Educator_Home download Educator_Home.java

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

public interface Educator_Home
extends javax.ejb.EJBHome


Method Summary
 Educator_ create()
           
 Educator_ create(org.schooltool.complextypes.educator.Educator value)
           
 Educator_ create(java.lang.Long personDetailsForeignKey, java.lang.String governmentCode, java.lang.Long schoolProfileForeignKey)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllEducator(java.lang.Long schoolProfileID)
           
 java.util.Collection findBygovernmentCode(java.lang.String governmentCode, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBypersonDetailsForeignKey(java.lang.Long Person_ID, java.lang.Long SchoolProfileID)
           
 Educator_ findByPrimaryKey(Educator_PrimaryKey id, java.lang.Long schoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Educator_ create()
                 throws javax.ejb.CreateException,
                        javax.ejb.EJBException,
                        java.rmi.RemoteException

findAllEducator

public java.util.Collection findAllEducator(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 Educator_ findByPrimaryKey(Educator_PrimaryKey id,
                                  java.lang.Long schoolProfileID)
                           throws javax.ejb.EJBException,
                                  java.rmi.RemoteException,
                                  javax.ejb.FinderException

findBypersonDetailsForeignKey

public java.util.Collection findBypersonDetailsForeignKey(java.lang.Long Person_ID,
                                                          java.lang.Long SchoolProfileID)
                                                   throws javax.ejb.EJBException,
                                                          java.rmi.RemoteException,
                                                          javax.ejb.FinderException

findBygovernmentCode

public java.util.Collection findBygovernmentCode(java.lang.String governmentCode,
                                                 java.lang.Long SchoolProfileID)
                                          throws javax.ejb.EJBException,
                                                 java.rmi.RemoteException,
                                                 javax.ejb.FinderException

create

public Educator_ create(java.lang.Long personDetailsForeignKey,
                        java.lang.String governmentCode,
                        java.lang.Long schoolProfileForeignKey)
                 throws javax.ejb.CreateException,
                        javax.ejb.EJBException,
                        java.rmi.RemoteException

create

public Educator_ create(org.schooltool.complextypes.educator.Educator value)
                 throws javax.ejb.CreateException,
                        javax.ejb.EJBException,
                        java.rmi.RemoteException