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

Packages that use UserService
cz.muni.fi.pclis.service   
cz.muni.fi.pclis.service.controllers   
cz.muni.fi.pclis.service.team   
cz.muni.fi.pclis.web.controllers   
cz.muni.fi.pclis.web.controllers.admin   
cz.muni.fi.pclis.web.controllers.student.learningContracts   
cz.muni.fi.pclis.web.controllers.student.team   
cz.muni.fi.pclis.web.controllers.teacher.learningContracts   
cz.muni.fi.pclis.web.controllers.teacher.learningExpectations   
cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation   
cz.muni.fi.pclis.web.handlers   
 

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

Classes in cz.muni.fi.pclis.service that implement UserService
 class UserServiceImpl
          User: Ľuboš Pecho Date: 11.8.2009 Time: 13:38:04
 

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

Fields in cz.muni.fi.pclis.service.controllers declared as UserService
private  UserService ControllerHelperImpl.userService
           
 

Methods in cz.muni.fi.pclis.service.controllers with parameters of type UserService
 void ControllerHelperImpl.setUserService(UserService userService)
           
 

Uses of UserService in cz.muni.fi.pclis.service.team
 

Fields in cz.muni.fi.pclis.service.team declared as UserService
private  UserService TeamProjectServiceImpl.userService
           
 

Methods in cz.muni.fi.pclis.service.team with parameters of type UserService
 void TeamProjectServiceImpl.setUserService(UserService userService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers declared as UserService
private  UserService ProfileController.userService
           
private  UserService InitController.userService
           
private  UserService HomeController.userService
           
 

Methods in cz.muni.fi.pclis.web.controllers that return UserService
 UserService InitController.getUserService()
           
 UserService HomeController.getUserService()
           
 

Methods in cz.muni.fi.pclis.web.controllers with parameters of type UserService
 void ProfileController.setUserService(UserService userService)
           
 void InitController.setUserService(UserService userService)
           
 void HomeController.setUserService(UserService userService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.admin declared as UserService
private  UserService UsersController.userService
           
private  UserService NewUserController.userService
           
private  UserService EditSeminarTeachersController.userService
           
private  UserService EditSeminarStudentsController.userService
           
private  UserService EditCourseTeachersController.userService
           
private  UserService EditCourseStudentsController.userService
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin that return UserService
 UserService UsersController.getUserService()
           
 UserService NewUserController.getUserService()
           
 UserService EditSeminarTeachersController.getUserService()
           
 UserService EditSeminarStudentsController.getUserService()
           
 UserService EditCourseTeachersController.getUserService()
           
 UserService EditCourseStudentsController.getUserService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin with parameters of type UserService
 void UsersController.setUserService(UserService userService)
           
 void NewUserController.setUserService(UserService userService)
           
 void EditSeminarTeachersController.setUserService(UserService userService)
           
 void EditSeminarStudentsController.setUserService(UserService userService)
           
 void EditCourseTeachersController.setUserService(UserService userService)
           
 void EditCourseStudentsController.setUserService(UserService userService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.learningContracts declared as UserService
private  UserService NewContractAdditionController.userService
           
private  UserService LearningContractsStudentController.userService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.learningContracts with parameters of type UserService
 void NewContractAdditionController.setUserService(UserService userService)
           
 void LearningContractsStudentController.setUserService(UserService userService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.team declared as UserService
private  UserService RemoveStudentFromProjectController.userService
           
private  UserService AddStudentToProjectController.userService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.team with parameters of type UserService
 void RemoveStudentFromProjectController.setUserService(UserService userService)
           
 void AddStudentToProjectController.setUserService(UserService userService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.learningContracts declared as UserService
private  UserService LearningContractsTeacherController.userService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.learningContracts with parameters of type UserService
 void LearningContractsTeacherController.setUserService(UserService userService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations declared as UserService
private  UserService ViewLearningExpectationsController.userService
           
 

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

Methods in cz.muni.fi.pclis.web.controllers.teacher.learningExpectations with parameters of type UserService
 void ViewLearningExpectationsController.setUserService(UserService userService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation declared as UserService
private  UserService AddStudentsToEvaluateFromListController.userService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation with parameters of type UserService
 void AddStudentsToEvaluateFromListController.setUserService(UserService userService)
           
 

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

Fields in cz.muni.fi.pclis.web.handlers declared as UserService
private  UserService RedirectUrlHandlerMapping.userService
           
private  UserService RedirectHelperImpl.userService
          User service
 

Methods in cz.muni.fi.pclis.web.handlers that return UserService
 UserService RedirectUrlHandlerMapping.getUserService()
           
 UserService RedirectHelperImpl.getUserService()
           
 

Methods in cz.muni.fi.pclis.web.handlers with parameters of type UserService
 void RedirectUrlHandlerMapping.setUserService(UserService userService)
           
 void RedirectHelperImpl.setUserService(UserService userService)
          Sets the user service
 



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