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

Quick Search    Search Deep

Uses of Interface
org.schooltool.ejb.entity.client.learner.LearnerApplicationNotes_

Uses of LearnerApplicationNotes_ in org.schooltool.ejb.entity.client.learner
 

Methods in org.schooltool.ejb.entity.client.learner that return LearnerApplicationNotes_
 LearnerApplicationNotes_ LearnerApplicationNotes_Home.create()
           
 LearnerApplicationNotes_ LearnerApplicationNotes_Home.findByPrimaryKey(LearnerApplicationNotes_PrimaryKey id, java.lang.Long schoolProfileID)
           
 LearnerApplicationNotes_ LearnerApplicationNotes_Home.create(java.lang.String notes, java.lang.Long learnerForeignKey, java.lang.Long schoolProfileForeignKey, java.sql.Date date, java.lang.Long userForeignKey)
           
 LearnerApplicationNotes_ LearnerApplicationNotes_Home.create(org.schooltool.complextypes.learner.LearnerApplicationNotes value)