Uses of Interface
cz.muni.fi.pclis.service.CourseService

Packages that use CourseService
cz.muni.fi.pclis.service   
cz.muni.fi.pclis.service.controllers   
cz.muni.fi.pclis.web.controllers   
cz.muni.fi.pclis.web.controllers.admin   
cz.muni.fi.pclis.web.controllers.student.feedback   
cz.muni.fi.pclis.web.controllers.student.learningContracts   
cz.muni.fi.pclis.web.controllers.student.learningExpectations   
cz.muni.fi.pclis.web.controllers.student.onlineConsultation   
cz.muni.fi.pclis.web.controllers.student.peerEvaluation   
cz.muni.fi.pclis.web.controllers.student.team   
cz.muni.fi.pclis.web.controllers.teacher.feedback   
cz.muni.fi.pclis.web.controllers.teacher.learningContracts   
cz.muni.fi.pclis.web.controllers.teacher.learningExpectations   
cz.muni.fi.pclis.web.controllers.teacher.onlineConsultation   
cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation   
cz.muni.fi.pclis.web.controllers.teacher.team   
 

Uses of CourseService in cz.muni.fi.pclis.service
 

Classes in cz.muni.fi.pclis.service that implement CourseService
 class CourseServiceImpl
          User: Ľuboš Pecho Date: 12.8.2009 Time: 17:36:10
 

Uses of CourseService in cz.muni.fi.pclis.service.controllers
 

Fields in cz.muni.fi.pclis.service.controllers declared as CourseService
private  CourseService ControllerHelperImpl.courseService
           
 

Methods in cz.muni.fi.pclis.service.controllers that return CourseService
 CourseService ControllerHelperImpl.getCourseService()
           
 

Methods in cz.muni.fi.pclis.service.controllers with parameters of type CourseService
 void ControllerHelperImpl.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers
 

Fields in cz.muni.fi.pclis.web.controllers declared as CourseService
private  CourseService RoleHeaderAndNavigatorPreparer.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers with parameters of type CourseService
 void RoleHeaderAndNavigatorPreparer.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.admin
 

Fields in cz.muni.fi.pclis.web.controllers.admin declared as CourseService
private  CourseService NewCourseController.courseService
           
private  CourseService EditSeminarTeachersController.courseService
           
private  CourseService EditSeminarStudentsController.courseService
           
private  CourseService EditCourseTermsController.courseService
           
private  CourseService EditCourseTeachersController.courseService
           
private  CourseService EditCourseStudentsFromFileController.courseService
           
private  CourseService EditCourseStudentsController.courseService
           
private  CourseService EditCourseSeminarsController.courseService
           
private  CourseService EditCourseScenariosController.courseService
           
private  CourseService EditCourseGeneralController.courseService
           
private  CourseService CoursesController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin that return CourseService
 CourseService NewCourseController.getCourseService()
           
 CourseService EditSeminarTeachersController.getCourseService()
           
 CourseService EditSeminarStudentsController.getCourseService()
           
 CourseService EditCourseTermsController.getCourseService()
           
 CourseService EditCourseTeachersController.getCourseService()
           
 CourseService EditCourseStudentsFromFileController.getCourseService()
           
 CourseService EditCourseStudentsController.getCourseService()
           
 CourseService EditCourseScenariosController.getCourseService()
           
 CourseService EditCourseGeneralController.getCourseService()
           
 CourseService CoursesController.getCourseService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin with parameters of type CourseService
 void NewCourseController.setCourseService(CourseService courseService)
           
 void EditSeminarTeachersController.setCourseService(CourseService courseService)
           
 void EditSeminarStudentsController.setCourseService(CourseService courseService)
           
 void EditCourseTermsController.setCourseService(CourseService courseService)
           
 void EditCourseTeachersController.setCourseService(CourseService courseService)
           
 void EditCourseStudentsFromFileController.setCourseService(CourseService courseService)
           
 void EditCourseStudentsController.setCourseService(CourseService courseService)
           
 void EditCourseSeminarsController.setCourseService(CourseService courseService)
           
 void EditCourseScenariosController.setCourseService(CourseService courseService)
           
 void EditCourseGeneralController.setCourseService(CourseService courseService)
           
 void CoursesController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.student.feedback
 

Fields in cz.muni.fi.pclis.web.controllers.student.feedback declared as CourseService
private  CourseService FeedbackStudentController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.feedback that return CourseService
 CourseService FeedbackStudentController.getCourseService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.feedback with parameters of type CourseService
 void FeedbackStudentController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.student.learningContracts
 

Fields in cz.muni.fi.pclis.web.controllers.student.learningContracts declared as CourseService
private  CourseService LearningContractsStudentController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.learningContracts with parameters of type CourseService
 void LearningContractsStudentController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.student.learningExpectations
 

Fields in cz.muni.fi.pclis.web.controllers.student.learningExpectations declared as CourseService
private  CourseService LearningExpectationsStudentController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.learningExpectations that return CourseService
 CourseService LearningExpectationsStudentController.getCourseService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.learningExpectations with parameters of type CourseService
 void LearningExpectationsStudentController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.student.onlineConsultation
 

Fields in cz.muni.fi.pclis.web.controllers.student.onlineConsultation declared as CourseService
private  CourseService OnlineConsultationStudentController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.onlineConsultation with parameters of type CourseService
 void OnlineConsultationStudentController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.student.peerEvaluation
 

Fields in cz.muni.fi.pclis.web.controllers.student.peerEvaluation declared as CourseService
private  CourseService PeerEvaluationStudentController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.peerEvaluation with parameters of type CourseService
 void PeerEvaluationStudentController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.student.team
 

Fields in cz.muni.fi.pclis.web.controllers.student.team declared as CourseService
private  CourseService TeamWorkStudentController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.team with parameters of type CourseService
 void TeamWorkStudentController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.teacher.feedback
 

Fields in cz.muni.fi.pclis.web.controllers.teacher.feedback declared as CourseService
private  CourseService ViewFeedbacksController.courseService
           
private  CourseService EducatableTopicsController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.feedback that return CourseService
 CourseService ViewFeedbacksController.getCourseService()
           
 CourseService EducatableTopicsController.getCourseService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.feedback with parameters of type CourseService
 void ViewFeedbacksController.setCourseService(CourseService courseService)
           
 void EducatableTopicsController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.teacher.learningContracts
 

Fields in cz.muni.fi.pclis.web.controllers.teacher.learningContracts declared as CourseService
private  CourseService LearningContractsTeacherController.courseService
           
private  CourseService LearningContractsBehaviourController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.learningContracts with parameters of type CourseService
 void LearningContractsTeacherController.setCourseService(CourseService courseService)
           
 void LearningContractsBehaviourController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations
 

Fields in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations declared as CourseService
private  CourseService ViewLearningExpectationsController.courseService
           
private  CourseService LearningExpectationsTeacherController.courseService
           
private  CourseService LearningExpectationsBehaviourController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations that return CourseService
 CourseService ViewLearningExpectationsController.getCourseService()
           
 CourseService LearningExpectationsBehaviourController.getCourseService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations with parameters of type CourseService
 void ViewLearningExpectationsController.setCourseService(CourseService courseService)
           
 void LearningExpectationsTeacherController.setCourseService(CourseService courseService)
           
 void LearningExpectationsBehaviourController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.teacher.onlineConsultation
 

Fields in cz.muni.fi.pclis.web.controllers.teacher.onlineConsultation declared as CourseService
private  CourseService OnlineConsultationTeacherController.courseService
           
private  CourseService OnlineConsultationDetailTeacherController.courseService
           
private  CourseService EditConsultationRulesController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.onlineConsultation with parameters of type CourseService
 void OnlineConsultationTeacherController.setCourseService(CourseService courseService)
           
 void OnlineConsultationDetailTeacherController.setCourseService(CourseService courseService)
           
 void EditConsultationRulesController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation
 

Fields in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation declared as CourseService
private  CourseService PeerEvaluationTeacherController.courseService
           
private  CourseService AddStudentsToEvaluateFromSeminarsController.courseService
           
private  CourseService AddStudentsToEvaluateFromListController.courseService
           
private  CourseService AbstractPeerEvaluationAssignmentController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation that return CourseService
protected  CourseService AbstractPeerEvaluationAssignmentController.getCourseService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation with parameters of type CourseService
 void PeerEvaluationTeacherController.setCourseService(CourseService courseService)
           
 void AddStudentsToEvaluateFromSeminarsController.setCourseService(CourseService courseService)
           
 void AddStudentsToEvaluateFromListController.setCourseService(CourseService courseService)
           
 void AbstractPeerEvaluationAssignmentController.setCourseService(CourseService courseService)
           
 

Uses of CourseService in cz.muni.fi.pclis.web.controllers.teacher.team
 

Fields in cz.muni.fi.pclis.web.controllers.teacher.team declared as CourseService
private  CourseService TeamWorkTeacherController.courseService
           
private  CourseService ProjectPackageDetailTeacherController.courseService
           
private  CourseService NewProjectPackageController.courseService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.team with parameters of type CourseService
 void TeamWorkTeacherController.setCourseService(CourseService courseService)
           
 void ProjectPackageDetailTeacherController.setCourseService(CourseService courseService)
           
 void NewProjectPackageController.setCourseService(CourseService courseService)
           
 



Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.