Uses of Class
com.germinus.merlin.model.Course

Packages that use Course
com.germinus.merlin.dao   
com.germinus.merlin.manager   
com.germinus.merlin.model   
com.germinus.merlin.model.assignment   
com.germinus.merlin.util   
 

Uses of Course in com.germinus.merlin.dao
 

Methods in com.germinus.merlin.dao that return Course
 Course CourseDaoJpa.getCourseByName(java.lang.String coursename)
           
 Course CourseDao.getCourseByName(java.lang.String coursename)
           
 Course ICourseDao.getCourseByName(java.lang.String coursename)
          Gets role information based on rolename
 

Constructor parameters in com.germinus.merlin.dao with type arguments of type Course
CourseDao(java.lang.Class<Course> persistentClass)
           
CourseDaoJpa(java.lang.Class<Course> persistentClass)
           
 

Uses of Course in com.germinus.merlin.manager
 

Methods in com.germinus.merlin.manager that return Course
 Course CourseManager.getCourse(java.lang.Long courseId)
           
 Course AssignmentResultManager.gradeAssignmentResult(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 

Methods in com.germinus.merlin.manager with parameters of type Course
 void AssignmentManager.addAssignment(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, Course course)
           
 void AssignmentResultManager.addAssignmentResult(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, Course course)
          This method add an AssignmentResult to the model data.
 void AssignmentManager.deleteAssignment(long assignmentId, Course course)
          Delete Assignment
 void AssignmentManager.deleteAssignment(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, Course course)
          Delete an assignment
 void AssignmentManager.editAssignment(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, Course course)
           
 Assignment AssignmentManager.getAssignment(java.lang.Long assignmentId, Course course)
          Get Assignment and return a Assignment object
 void AssignmentResultManager.gradeAssignmentResult(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, Course course)
          This method grade an existing assignment result in the model data.
 java.util.Map<java.lang.String,com.liferay.portal.kernel.dao.search.SearchContainer> AssignmentManager.listAssignment(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, Course course, java.lang.String usertype)
          Process the list of assignments for fill the SearchContainer.
 java.util.Map<java.lang.String,com.liferay.portal.kernel.dao.search.SearchContainer> AssignmentManager.listAssignmentSearch(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, Course course)
          Process the list of assignments filtered with the parameter search for fill the SearchContainer.
 void AssignmentResultManager.removeAssignmentResult(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, Course course)
           
 AssignmentResult AssignmentResultManager.removeAssignmentResult(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, Course course)
           
 void CourseManager.setCourse(Course course)
           
 

Uses of Course in com.germinus.merlin.model
 

Methods in com.germinus.merlin.model that return Course
 Course Student.getCourse()
           
 Course Teacher.getCourse()
           
 Course Page.getCourse()
           
 Course ResourceContainer.getCourse()
           
 

Methods in com.germinus.merlin.model with parameters of type Course
 void Student.setCourse(Course course)
           
 void Teacher.setCourse(Course course)
           
 void Page.setCourse(Course course)
           
 void ResourceContainer.setCourse(Course course)
           
 

Constructors in com.germinus.merlin.model with parameters of type Course
Page(long id, Course course, long ancestorLayoutPlid, java.lang.String forumPageUrl, java.lang.String blogPageUrl)
           
ResourceContainer(long idResourceContainer, Course course)
           
ResourceContainer(long idResourceContainer, Course course, java.lang.String name, java.lang.Integer position, java.util.Set<ForumTopic> forumTopic, java.util.Set<Label> labels, java.util.Set<Assignment> assignments, java.util.Set<Advise> advise)
           
Student(StudentsId id, Course course)
           
Student(StudentsId id, Course course, java.util.Set<AssignmentResult> assignmentResultses)
           
Teacher(TeachersId id, Course course)
           
 

Uses of Course in com.germinus.merlin.model.assignment
 

Methods in com.germinus.merlin.model.assignment that return Course
 Course Assignment.getCourse()
           
 

Methods in com.germinus.merlin.model.assignment with parameters of type Course
 void Assignment.setCourse(Course course)
           
 

Constructors in com.germinus.merlin.model.assignment with parameters of type Course
Assignment(long assignmentid, Course course, ResourceContainer resourceContainer)
           
Assignment(long assignmentid, Course course, ResourceContainer resourceContainer, java.lang.String name, java.lang.String description, java.lang.String data, java.util.Date timeAvailable, java.util.Date timeEnd, java.lang.String type2, boolean visible, java.util.Set<AssignmentResult> resultses)
           
Assignment(long assignmentid, Course course, ResourceContainer resourceContainer, java.lang.String name, java.lang.String description, java.lang.String data, java.util.Date timeAvailable, java.util.Date timeEnd, java.lang.String type2, java.util.Set<AssignmentResult> resultses)
           
 

Uses of Course in com.germinus.merlin.util
 

Methods in com.germinus.merlin.util with parameters of type Course
 Page PagesUtil.getPage(Course course, long plidAntecesor)
           
 boolean PagesUtil.pageAdded(Course course, long plidAntecesor)
           
 boolean IPagesUtil.pageAdded(Course course, long plidAntecesor)
           
 



Copyright © 2008. All Rights Reserved.