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