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

Packages that use TermService
cz.muni.fi.pclis.service   
cz.muni.fi.pclis.service.controllers   
cz.muni.fi.pclis.scheduler.feedback   
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 TermService in cz.muni.fi.pclis.service
 

Classes in cz.muni.fi.pclis.service that implement TermService
 class TermServiceImpl
          User: Ľuboš Pecho Date: 12.8.2009 Time: 21:50:16
 

Fields in cz.muni.fi.pclis.service declared as TermService
private  TermService UserToEducatableRelationServiceImpl.termService
           
 

Methods in cz.muni.fi.pclis.service with parameters of type TermService
 void UserToEducatableRelationServiceImpl.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.service.controllers declared as TermService
private  TermService ControllerHelperImpl.termService
           
 

Methods in cz.muni.fi.pclis.service.controllers that return TermService
 TermService ControllerHelperImpl.getTermService()
           
 

Methods in cz.muni.fi.pclis.service.controllers with parameters of type TermService
 void ControllerHelperImpl.setTermService(TermService termService)
           
 

Uses of TermService in cz.muni.fi.pclis.scheduler.feedback
 

Fields in cz.muni.fi.pclis.scheduler.feedback declared as TermService
private  TermService FeedbackRSSScheduler.termService
           
 

Methods in cz.muni.fi.pclis.scheduler.feedback with parameters of type TermService
 void FeedbackRSSScheduler.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers declared as TermService
private  TermService RoleHeaderAndNavigatorPreparer.termService
           
 

Methods in cz.muni.fi.pclis.web.controllers with parameters of type TermService
 void RoleHeaderAndNavigatorPreparer.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.admin declared as TermService
private  TermService TermsController.termService
           
private  TermService RemoveCourseSeminarController.termService
           
private  TermService NewCourseController.termService
           
private  TermService EditTermController.termService
           
private  TermService EditSeminarTeachersController.termService
           
private  TermService EditSeminarStudentsController.termService
           
private  TermService EditCourseTermsController.termService
           
private  TermService EditCourseTeachersController.termService
           
private  TermService EditCourseStudentsFromFileController.termService
           
private  TermService EditCourseStudentsController.termService
           
private  TermService EditCourseSeminarsController.termService
           
private  TermService EditCourseScenariosController.termService
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin that return TermService
 TermService TermsController.getTermService()
           
 TermService NewCourseController.getTermService()
           
 TermService EditTermController.getTermService()
           
 TermService EditSeminarTeachersController.getTermService()
           
 TermService EditSeminarStudentsController.getTermService()
           
 TermService EditCourseTermsController.getTermService()
           
 TermService EditCourseTeachersController.getTermService()
           
 TermService EditCourseStudentsFromFileController.getTermService()
           
 TermService EditCourseStudentsController.getTermService()
           
 TermService EditCourseScenariosController.getTermService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin with parameters of type TermService
 void TermsController.setTermService(TermService termService)
           
 void RemoveCourseSeminarController.setTermService(TermService termService)
           
 void NewCourseController.setTermService(TermService termService)
           
 void EditTermController.setTermService(TermService termService)
           
 void EditSeminarTeachersController.setTermService(TermService termService)
           
 void EditSeminarStudentsController.setTermService(TermService termService)
           
 void EditCourseTermsController.setTermService(TermService termService)
           
 void EditCourseTeachersController.setTermService(TermService termService)
           
 void EditCourseStudentsFromFileController.setTermService(TermService termService)
           
 void EditCourseStudentsController.setTermService(TermService termService)
           
 void EditCourseSeminarsController.setTermService(TermService termService)
           
 void EditCourseScenariosController.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.feedback declared as TermService
private  TermService FeedbackStudentController.termService
           
 

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

Methods in cz.muni.fi.pclis.web.controllers.student.feedback with parameters of type TermService
 void FeedbackStudentController.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.learningContracts declared as TermService
private  TermService LearningContractsStudentController.termService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.learningContracts with parameters of type TermService
 void LearningContractsStudentController.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.learningExpectations declared as TermService
private  TermService LearningExpectationsStudentController.termService
           
 

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

Methods in cz.muni.fi.pclis.web.controllers.student.learningExpectations with parameters of type TermService
 void LearningExpectationsStudentController.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.onlineConsultation declared as TermService
private  TermService OnlineConsultationStudentController.termService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.onlineConsultation with parameters of type TermService
 void OnlineConsultationStudentController.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.peerEvaluation declared as TermService
private  TermService PeerEvaluationStudentController.termService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.peerEvaluation with parameters of type TermService
 void PeerEvaluationStudentController.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.team declared as TermService
private  TermService TeamWorkStudentController.termService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.team with parameters of type TermService
 void TeamWorkStudentController.setTermService(TermService termService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.feedback declared as TermService
private  TermService ViewTopicController.termService
           
private  TermService ViewSeminarFeedbacksController.termService
           
private  TermService ViewFeedbacksController.termService
           
private  TermService RemoveTopicController.termService
           
private  TermService EducatableTopicsController.termService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.feedback that return TermService
 TermService ViewTopicController.getTermService()
           
 TermService ViewSeminarFeedbacksController.getTermService()
           
 TermService ViewFeedbacksController.getTermService()
           
 TermService RemoveTopicController.getTermService()
           
 TermService EducatableTopicsController.getTermService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.feedback with parameters of type TermService
 void ViewTopicController.setTermService(TermService termService)
           
 void ViewSeminarFeedbacksController.setTermService(TermService termService)
           
 void ViewFeedbacksController.setTermService(TermService termService)
           
 void RemoveTopicController.setTermService(TermService termService)
           
 void EducatableTopicsController.setTermService(TermService termService)
           
 

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

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

Methods in cz.muni.fi.pclis.web.controllers.teacher.learningContracts with parameters of type TermService
 void LearningContractsTeacherController.setTermService(TermService termService)
           
 void LearningContractsBehaviourController.setTermService(TermService termService)
           
 

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

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

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

Methods in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations with parameters of type TermService
 void ViewLearningExpectationsController.setTermService(TermService termService)
           
 void LearningExpectationsTeacherController.setTermService(TermService termService)
           
 void LearningExpectationsBehaviourController.setTermService(TermService termService)
           
 

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

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

Methods in cz.muni.fi.pclis.web.controllers.teacher.onlineConsultation with parameters of type TermService
 void OnlineConsultationTeacherController.setTermService(TermService termService)
           
 void OnlineConsultationDetailTeacherController.setTermService(TermService termService)
           
 void EditConsultationRulesController.setTermService(TermService termService)
           
 

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

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

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

Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation with parameters of type TermService
 void PeerEvaluationTeacherController.setTermService(TermService termService)
           
 void AddStudentsToEvaluateFromSeminarsController.setTermService(TermService termService)
           
 void AddStudentsToEvaluateFromListController.setTermService(TermService termService)
           
 void AbstractPeerEvaluationAssignmentController.setTermService(TermService termService)
           
 

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

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

Methods in cz.muni.fi.pclis.web.controllers.teacher.team with parameters of type TermService
 void TeamWorkTeacherController.setTermService(TermService termService)
           
 void ProjectPackageDetailTeacherController.setTermService(TermService termService)
           
 void NewProjectPackageController.setTermService(TermService termService)
           
 



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