Uses of Interface
cz.muni.fi.pclis.service.team.TeamProjectService

Packages that use TeamProjectService
cz.muni.fi.pclis.service.team   
cz.muni.fi.pclis.web.controllers.student.team   
cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation   
cz.muni.fi.pclis.web.controllers.teacher.team   
 

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

Classes in cz.muni.fi.pclis.service.team that implement TeamProjectService
 class TeamProjectServiceImpl
          User: Ľuboš Pecho Date: 25.3.2010 Time: 12:56:23
 

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

Fields in cz.muni.fi.pclis.web.controllers.student.team declared as TeamProjectService
private  TeamProjectService TeamProjectDetailStudentController.teamProjectService
           
private  TeamProjectService RemoveStudentFromProjectController.teamProjectService
           
(package private)  TeamProjectService RemoveFileFromProjectController.teamProjectService
           
private  TeamProjectService NewProjectController.teamProjectService
           
private  TeamProjectService AddStudentToProjectController.teamProjectService
           
private  TeamProjectService AddFileToProjectController.teamProjectService
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.team that return TeamProjectService
 TeamProjectService TeamProjectDetailStudentController.getTeamProjectService()
           
 TeamProjectService NewProjectController.getTeamProjectService()
           
abstract  TeamProjectService EditProjectController.getTeamProjectService()
           
 

Methods in cz.muni.fi.pclis.web.controllers.student.team with parameters of type TeamProjectService
 void TeamProjectDetailStudentController.setTeamProjectService(TeamProjectService teamProjectService)
           
 void RemoveStudentFromProjectController.setTeamProjectService(TeamProjectService teamProjectService)
           
 void RemoveFileFromProjectController.setTeamProjectService(TeamProjectService teamProjectService)
           
 void NewProjectController.setTeamProjectService(TeamProjectService teamProjectService)
           
 void AddStudentToProjectController.setTeamProjectService(TeamProjectService teamProjectService)
           
 void AddFileToProjectController.setTeamProjectService(TeamProjectService teamProjectService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation declared as TeamProjectService
private  TeamProjectService EditTeamEvaluationAssignmentController.teamProjectService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation with parameters of type TeamProjectService
 void EditTeamEvaluationAssignmentController.setTeamProjectService(TeamProjectService teamProjectService)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.teacher.team declared as TeamProjectService
private  TeamProjectService AddTeamsFromFileController.teamProjectService
           
 

Methods in cz.muni.fi.pclis.web.controllers.teacher.team with parameters of type TeamProjectService
 void AddTeamsFromFileController.setTeamProjectService(TeamProjectService teamProjectService)
           
 



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