|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TeamProject | |
---|---|
cz.muni.fi.pclis.domain.peerEvaluation | |
cz.muni.fi.pclis.domain.team | |
cz.muni.fi.pclis.service.team |
Uses of TeamProject in cz.muni.fi.pclis.domain.peerEvaluation |
---|
Fields in cz.muni.fi.pclis.domain.peerEvaluation declared as TeamProject | |
---|---|
private TeamProject |
TeamEvaluation.evaluatee
Evaluated team |
private TeamProject |
TeamEvaluation.evaluator
Evaluating team |
Fields in cz.muni.fi.pclis.domain.peerEvaluation with type parameters of type TeamProject | |
---|---|
private Set<TeamProject> |
TeamEvaluationAssignment.teamsToEvaluate
Teams that should be included in the evaluation |
Methods in cz.muni.fi.pclis.domain.peerEvaluation that return TeamProject | |
---|---|
TeamProject |
TeamEvaluation.getEvaluatee()
|
TeamProject |
TeamEvaluation.getEvaluator()
|
Methods in cz.muni.fi.pclis.domain.peerEvaluation that return types with arguments of type TeamProject | |
---|---|
Set<TeamProject> |
TeamEvaluationAssignment.getTeamsToEvaluate()
|
Methods in cz.muni.fi.pclis.domain.peerEvaluation with parameters of type TeamProject | |
---|---|
void |
TeamEvaluation.setEvaluatee(TeamProject evaluatee)
Sets the evaluatee |
void |
TeamEvaluation.setEvaluator(TeamProject evaluator)
Sets the evaluator |
Method parameters in cz.muni.fi.pclis.domain.peerEvaluation with type arguments of type TeamProject | |
---|---|
void |
TeamEvaluationAssignment.setTeamsToEvaluate(Set<TeamProject> teamsToEvaluate)
Sets the teams to evaluate |
Uses of TeamProject in cz.muni.fi.pclis.domain.team |
---|
Fields in cz.muni.fi.pclis.domain.team with type parameters of type TeamProject | |
---|---|
private Set<TeamProject> |
ProjectPackage.projects
Team projects contained in this package |
Methods in cz.muni.fi.pclis.domain.team that return types with arguments of type TeamProject | |
---|---|
Set<TeamProject> |
ProjectPackage.getProjects()
Returns contained team projects |
Method parameters in cz.muni.fi.pclis.domain.team with type arguments of type TeamProject | |
---|---|
void |
ProjectPackage.setProjects(Set<TeamProject> projects)
Sets contained team projects |
Uses of TeamProject in cz.muni.fi.pclis.service.team |
---|
Fields in cz.muni.fi.pclis.service.team with type parameters of type TeamProject | |
---|---|
private GenericServiceImpl<TeamProject,TeamProjectDao> |
TeamProjectServiceImpl.impl
|
Methods in cz.muni.fi.pclis.service.team that return TeamProject | |
---|---|
TeamProject |
TeamProjectServiceImpl.create(TeamProject entity)
|
TeamProject |
TeamProjectService.create(TeamProject entity)
|
TeamProject |
TeamProjectServiceImpl.getById(long id)
|
TeamProject |
TeamProjectService.getById(long id)
|
TeamProject |
TeamProjectServiceImpl.refresh(TeamProject entity)
|
TeamProject |
TeamProjectService.refresh(TeamProject entity)
|
TeamProject |
TeamProjectServiceImpl.searchById(long id)
|
TeamProject |
TeamProjectService.searchById(long id)
|
TeamProject |
TeamProjectServiceImpl.update(TeamProject entity)
|
TeamProject |
TeamProjectService.update(TeamProject entity)
|
Methods in cz.muni.fi.pclis.service.team that return types with arguments of type TeamProject | |
---|---|
List<TeamProject> |
TeamProjectServiceImpl.getAll()
|
List<TeamProject> |
TeamProjectService.getAll()
|
List<TeamProject> |
TeamProjectServiceImpl.getByCourseAndTerm(Course course,
Term term)
|
List<TeamProject> |
TeamProjectService.getByCourseAndTerm(Course course,
Term term)
|
Methods in cz.muni.fi.pclis.service.team with parameters of type TeamProject | |
---|---|
TeamProject |
TeamProjectServiceImpl.create(TeamProject entity)
|
TeamProject |
TeamProjectService.create(TeamProject entity)
|
TeamProject |
TeamProjectServiceImpl.refresh(TeamProject entity)
|
TeamProject |
TeamProjectService.refresh(TeamProject entity)
|
void |
TeamProjectServiceImpl.remove(TeamProject entity)
|
void |
TeamProjectService.remove(TeamProject entity)
|
void |
TeamProjectServiceImpl.removeFileFromProject(TeamProject teamProject,
UploadedFile uploadedFile)
|
void |
TeamProjectService.removeFileFromProject(TeamProject teamProject,
UploadedFile uploadedFile)
|
TeamProject |
TeamProjectServiceImpl.update(TeamProject entity)
|
TeamProject |
TeamProjectService.update(TeamProject entity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |