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

Quick Search    Search Deep

org.schooltool.ejb.entity.client.learner
Interface LearnerApplicationNotes_Home  view LearnerApplicationNotes_Home download LearnerApplicationNotes_Home.java

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

public interface LearnerApplicationNotes_Home
extends javax.ejb.EJBHome


Method Summary
 LearnerApplicationNotes_ create()
           
 LearnerApplicationNotes_ create(org.schooltool.complextypes.learner.LearnerApplicationNotes value)
           
 LearnerApplicationNotes_ create(java.lang.String notes, java.lang.Long learnerForeignKey, java.lang.Long schoolProfileForeignKey, java.sql.Date date, java.lang.Long userForeignKey)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllLearnerApplicationNotes(java.lang.Long schoolProfileID)
           
 java.util.Collection findBydate(java.sql.Date date, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBylearnerForeignKey(java.lang.Long Learner_ID, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBynotes(java.lang.String notes, java.lang.Long SchoolProfileID)
           
 LearnerApplicationNotes_ findByPrimaryKey(LearnerApplicationNotes_PrimaryKey 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 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