Uses of Class
com.germinus.merlin.manager.CourseManager

Packages that use CourseManager
com.germinus.merlin.controller.assignments   
com.germinus.merlin.controller.resources   
com.germinus.merlin.manager   
com.germinus.merlin.util   
 

Uses of CourseManager in com.germinus.merlin.controller.assignments
 

Methods in com.germinus.merlin.controller.assignments that return CourseManager
 CourseManager AssignmentEditController.getCourseManagement()
           
 CourseManager AssignmentAddController.getCourseManager()
           
 CourseManager ResultsRemoveController.getCourseManager()
           
 CourseManager AssignmentsListController.getCourseManager()
           
 CourseManager AssignmentDetailsController.getCourseManager()
           
 CourseManager AssignmentSubmitController.getCourseManager()
           
 CourseManager ResultsListController.getCourseManager()
           
 CourseManager AssignmentRemoveController.getCourseManager()
           
 CourseManager AssignmentPermissionsController.getCourseManager()
           
 CourseManager ResultAddController.getCourseManager()
           
 CourseManager AssignmentSearchController.getCourseManager()
           
 CourseManager ResultGradeController.getCourseManager()
           
 

Methods in com.germinus.merlin.controller.assignments with parameters of type CourseManager
 void AssignmentAddController.setCourseManager(CourseManager courseManager)
           
 void ResultsRemoveController.setCourseManager(CourseManager courseManager)
           
 void AssignmentsListController.setCourseManager(CourseManager courseManager)
           
 void AssignmentEditController.setCourseManager(CourseManager courseManager)
           
 void AssignmentDetailsController.setCourseManager(CourseManager courseManager)
           
 void AssignmentSubmitController.setCourseManager(CourseManager courseManager)
           
 void ResultsListController.setCourseManager(CourseManager courseManager)
           
 void AssignmentRemoveController.setCourseManager(CourseManager courseManager)
           
 void AssignmentPermissionsController.setCourseManager(CourseManager courseManager)
           
 void ResultAddController.setCourseManager(CourseManager courseManager)
           
 void AssignmentSearchController.setCourseManager(CourseManager courseManager)
           
 void ResultGradeController.setCourseManager(CourseManager courseManager)
           
 

Uses of CourseManager in com.germinus.merlin.controller.resources
 

Methods in com.germinus.merlin.controller.resources that return CourseManager
 CourseManager ResourcesViewController.getCourseManager()
           
 

Methods in com.germinus.merlin.controller.resources with parameters of type CourseManager
 void ResourcesViewController.setCourseManager(CourseManager courseManager)
           
 

Uses of CourseManager in com.germinus.merlin.manager
 

Methods in com.germinus.merlin.manager that return CourseManager
 CourseManager AssignmentResultManager.getCourseManager()
           
 CourseManager AssignmentManager.getCourseManager()
           
 

Methods in com.germinus.merlin.manager with parameters of type CourseManager
 void AssignmentResultManager.setCourseManager(CourseManager courseManager)
           
 void AssignmentManager.setCourseManager(CourseManager courseManager)
           
 

Uses of CourseManager in com.germinus.merlin.util
 

Methods in com.germinus.merlin.util that return CourseManager
 CourseManager MerlinUtil.getCourseManager()
           
 

Methods in com.germinus.merlin.util with parameters of type CourseManager
 void MerlinUtil.setCourseManager(CourseManager courseManager)
           
 



Copyright © 2008. All Rights Reserved.