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

Packages that use UserToEducatableRelationService
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.teacher.feedback   
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.handlers   
 

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

Classes in cz.muni.fi.pclis.service that implement UserToEducatableRelationService
 class UserToEducatableRelationServiceImpl
          User: Ľuboš Pecho Date: 14.8.2009 Time: 9:49:54
 

Fields in cz.muni.fi.pclis.service declared as UserToEducatableRelationService
private  UserToEducatableRelationService UserServiceImpl.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.service that return UserToEducatableRelationService
 UserToEducatableRelationService UserServiceImpl.getUserToEducatableRelationService()
           
 

Methods in cz.muni.fi.pclis.service with parameters of type UserToEducatableRelationService
 void UserServiceImpl.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

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

Fields in cz.muni.fi.pclis.service.controllers declared as UserToEducatableRelationService
private  UserToEducatableRelationService ControllerHelperImpl.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.service.controllers that return UserToEducatableRelationService
 UserToEducatableRelationService ControllerHelperImpl.getUserToEducatableRelationService()
           
 

Methods in cz.muni.fi.pclis.service.controllers with parameters of type UserToEducatableRelationService
 void ControllerHelperImpl.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

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

Fields in cz.muni.fi.pclis.scheduler.feedback declared as UserToEducatableRelationService
private  UserToEducatableRelationService FeedbackRSSScheduler.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.scheduler.feedback with parameters of type UserToEducatableRelationService
 void FeedbackRSSScheduler.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers declared as UserToEducatableRelationService
private  UserToEducatableRelationService RoleHeaderAndNavigatorPreparer.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.web.controllers that return UserToEducatableRelationService
 UserToEducatableRelationService RoleHeaderAndNavigatorPreparer.getUserToEducatableRelationService()
           
 

Methods in cz.muni.fi.pclis.web.controllers with parameters of type UserToEducatableRelationService
 void RoleHeaderAndNavigatorPreparer.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.admin declared as UserToEducatableRelationService
private  UserToEducatableRelationService RemoveCourseSeminarController.userToEducatableRelationService
           
private  UserToEducatableRelationService EditSeminarTeachersController.userToEducatableRelationService
           
private  UserToEducatableRelationService EditSeminarStudentsController.userToEducatableRelationService
           
private  UserToEducatableRelationService EditCourseTeachersController.userToEducatableRelationService
           
private  UserToEducatableRelationService EditCourseStudentsController.userToEducatableRelationService
           
private  UserToEducatableRelationService EditCourseSeminarsController.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin that return UserToEducatableRelationService
 UserToEducatableRelationService EditSeminarTeachersController.getUserToEducatableRelationService()
           
 UserToEducatableRelationService EditSeminarStudentsController.getUserToEducatableRelationService()
           
 UserToEducatableRelationService EditCourseTeachersController.getUserToEducatableRelationService()
           
 UserToEducatableRelationService EditCourseStudentsController.getUserToEducatableRelationService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin with parameters of type UserToEducatableRelationService
 void RemoveCourseSeminarController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 void EditSeminarTeachersController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 void EditSeminarStudentsController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 void EditCourseTeachersController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 void EditCourseStudentsController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 void EditCourseSeminarsController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.feedback declared as UserToEducatableRelationService
private  UserToEducatableRelationService FeedbackStudentController.userToEducatableRelationService
           
 

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

Methods in cz.muni.fi.pclis.web.controllers.student.feedback with parameters of type UserToEducatableRelationService
 void FeedbackStudentController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.feedback declared as UserToEducatableRelationService
private  UserToEducatableRelationService EducatableTopicsController.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.feedback that return UserToEducatableRelationService
 UserToEducatableRelationService EducatableTopicsController.getUserToEducatableRelationService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.feedback with parameters of type UserToEducatableRelationService
 void EducatableTopicsController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations declared as UserToEducatableRelationService
private  UserToEducatableRelationService ViewLearningExpectationsController.userToEducatableRelationService
           
private  UserToEducatableRelationService LearningExpectationsTeacherController.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations that return UserToEducatableRelationService
 UserToEducatableRelationService ViewLearningExpectationsController.getUserToEducatableRelationService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations with parameters of type UserToEducatableRelationService
 void ViewLearningExpectationsController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 void LearningExpectationsTeacherController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.onlineConsultation declared as UserToEducatableRelationService
private  UserToEducatableRelationService OnlineConsultationDetailTeacherController.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.onlineConsultation with parameters of type UserToEducatableRelationService
 void OnlineConsultationDetailTeacherController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation declared as UserToEducatableRelationService
private  UserToEducatableRelationService AddStudentsToEvaluateFromSeminarsController.userToEducatableRelationService
           
private  UserToEducatableRelationService AddStudentsToEvaluateFromListController.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation with parameters of type UserToEducatableRelationService
 void AddStudentsToEvaluateFromSeminarsController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 void AddStudentsToEvaluateFromListController.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 

Uses of UserToEducatableRelationService in cz.muni.fi.pclis.web.handlers
 

Fields in cz.muni.fi.pclis.web.handlers declared as UserToEducatableRelationService
private  UserToEducatableRelationService RedirectUrlHandlerMapping.userToEducatableRelationService
           
 

Methods in cz.muni.fi.pclis.web.handlers that return UserToEducatableRelationService
 UserToEducatableRelationService RedirectUrlHandlerMapping.getUserToEducatableRelationService()
           
 

Methods in cz.muni.fi.pclis.web.handlers with parameters of type UserToEducatableRelationService
 void RedirectUrlHandlerMapping.setUserToEducatableRelationService(UserToEducatableRelationService userToEducatableRelationService)
           
 



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