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

Quick Search    Search Deep

org.schooltool.ejb.entity.client.staff
Interface TeachingExperience_Home  view TeachingExperience_Home download TeachingExperience_Home.java

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

public interface TeachingExperience_Home
extends javax.ejb.EJBHome


Method Summary
 TeachingExperience_ create()
           
 TeachingExperience_ create(java.lang.String institution, java.lang.Long phaseForeignKey, java.sql.Date fromDate, java.sql.Date toDate, java.lang.Double years, java.lang.String subjects, java.lang.String grades, java.lang.Long reasonForLeavingForeignKey, java.lang.Long schoolProfileForeignKey, java.lang.Long staffForeignKey)
           
 TeachingExperience_ create(org.schooltool.complextypes.staff.TeachingExperience value)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllTeachingExperience(java.lang.Long schoolProfileID)
           
 java.util.Collection findByfromDate(java.sql.Date fromDate, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBygrades(java.lang.String grades, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByinstitution(java.lang.String institution, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByphaseForeignKey(java.lang.Long Phase_ID, java.lang.Long SchoolProfileID)
           
 TeachingExperience_ findByPrimaryKey(TeachingExperience_PrimaryKey id, java.lang.Long schoolProfileID)
           
 java.util.Collection findByreasonForLeavingForeignKey(java.lang.Long ReasonForLeaving_ID, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBystaffForeignKey(java.lang.Long Staff_ID, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBysubjects(java.lang.String subjects, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBytoDate(java.sql.Date toDate, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByyears(java.lang.Double years, java.lang.Long SchoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

findAllTeachingExperience

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

findByinstitution

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

findByphaseForeignKey

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

findByfromDate

public java.util.Collection findByfromDate(java.sql.Date fromDate,
                                           java.lang.Long SchoolProfileID)
                                    throws javax.ejb.EJBException,
                                           java.rmi.RemoteException,
                                           javax.ejb.FinderException

findBytoDate

public java.util.Collection findBytoDate(java.sql.Date toDate,
                                         java.lang.Long SchoolProfileID)
                                  throws javax.ejb.EJBException,
                                         java.rmi.RemoteException,
                                         javax.ejb.FinderException

findByyears

public java.util.Collection findByyears(java.lang.Double years,
                                        java.lang.Long SchoolProfileID)
                                 throws javax.ejb.EJBException,
                                        java.rmi.RemoteException,
                                        javax.ejb.FinderException

findBysubjects

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

findBygrades

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

findByreasonForLeavingForeignKey

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

findBystaffForeignKey

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

create

public TeachingExperience_ create(java.lang.String institution,
                                  java.lang.Long phaseForeignKey,
                                  java.sql.Date fromDate,
                                  java.sql.Date toDate,
                                  java.lang.Double years,
                                  java.lang.String subjects,
                                  java.lang.String grades,
                                  java.lang.Long reasonForLeavingForeignKey,
                                  java.lang.Long schoolProfileForeignKey,
                                  java.lang.Long staffForeignKey)
                           throws javax.ejb.CreateException,
                                  javax.ejb.EJBException,
                                  java.rmi.RemoteException

create

public TeachingExperience_ create(org.schooltool.complextypes.staff.TeachingExperience value)
                           throws javax.ejb.CreateException,
                                  javax.ejb.EJBException,
                                  java.rmi.RemoteException