- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface Educator_Home
- extends javax.ejb.EJBHome
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