- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface LearnerApplicationNotes_Home
- extends javax.ejb.EJBHome
create
public LearnerApplicationNotes_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllLearnerApplicationNotes
public java.util.Collection findAllLearnerApplicationNotes(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 LearnerApplicationNotes_ findByPrimaryKey(LearnerApplicationNotes_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
findBylearnerForeignKey
public java.util.Collection findBylearnerForeignKey(java.lang.Long Learner_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 LearnerApplicationNotes_ create(java.lang.String notes,
java.lang.Long learnerForeignKey,
java.lang.Long schoolProfileForeignKey,
java.sql.Date date,
java.lang.Long userForeignKey)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public LearnerApplicationNotes_ create(org.schooltool.complextypes.learner.LearnerApplicationNotes value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException