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 StaffApplicationNotes_Home  view StaffApplicationNotes_Home download StaffApplicationNotes_Home.java

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

public interface StaffApplicationNotes_Home
extends javax.ejb.EJBHome


Method Summary
 StaffApplicationNotes_ create()
           
 StaffApplicationNotes_ create(org.schooltool.complextypes.staff.StaffApplicationNotes value)
           
 StaffApplicationNotes_ create(java.lang.String notes, java.lang.Long staffForeignKey, java.lang.Long schoolProfileForeignKey, java.sql.Date date, java.lang.Long userForeignKey)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllStaffApplicationNotes(java.lang.Long schoolProfileID)
           
 java.util.Collection findBydate(java.sql.Date date, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBynotes(java.lang.String notes, java.lang.Long SchoolProfileID)
           
 StaffApplicationNotes_ findByPrimaryKey(StaffApplicationNotes_PrimaryKey id, java.lang.Long schoolProfileID)
           
 java.util.Collection findBystaffForeignKey(java.lang.Long Staff_ID, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByuserForeignKey(java.lang.Long User_ID, java.lang.Long SchoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

findAllStaffApplicationNotes

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

findBynotes

public java.util.Collection findBynotes(java.lang.String notes,
                                        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

findBydate

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

findByuserForeignKey

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

create

public StaffApplicationNotes_ create(java.lang.String notes,
                                     java.lang.Long staffForeignKey,
                                     java.lang.Long schoolProfileForeignKey,
                                     java.sql.Date date,
                                     java.lang.Long userForeignKey)
                              throws javax.ejb.CreateException,
                                     javax.ejb.EJBException,
                                     java.rmi.RemoteException

create

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