|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of User in cz.muni.fi.pclis.domain |
---|
Fields in cz.muni.fi.pclis.domain declared as User | |
---|---|
private User |
UserToEducatableRelation.user
User |
Methods in cz.muni.fi.pclis.domain that return User | |
---|---|
User |
UserToEducatableRelation.getUser()
|
Methods in cz.muni.fi.pclis.domain with parameters of type User | |
---|---|
int |
User.compareTo(User o)
Compares this user to another by surname and name lexicographically |
void |
UserToEducatableRelation.setUser(User user)
Sets the user |
Uses of User in cz.muni.fi.pclis.domain.feedback |
---|
Fields in cz.muni.fi.pclis.domain.feedback declared as User | |
---|---|
private User |
UserBlogLocation.user
Owner of the blog |
private User |
Feedback.user
Author of the feedback |
Fields in cz.muni.fi.pclis.domain.feedback with type parameters of type User | |
---|---|
private Set<User> |
Feedback.readUsers
Users who have read the feedback |
Methods in cz.muni.fi.pclis.domain.feedback that return User | |
---|---|
User |
UserBlogLocation.getUser()
|
User |
Feedback.getUser()
|
Methods in cz.muni.fi.pclis.domain.feedback that return types with arguments of type User | |
---|---|
Set<User> |
Feedback.getReadUsers()
|
Methods in cz.muni.fi.pclis.domain.feedback with parameters of type User | |
---|---|
void |
Feedback.addReadUser(User user)
Adds user who read the feedback |
void |
Feedback.removeReadUser(User user)
Removes user who read the feedback |
void |
UserBlogLocation.setUser(User user)
Sets the user |
void |
Feedback.setUser(User user)
Sets the author |
boolean |
Feedback.wasRead(User user)
Sets if the feedback was read |
Method parameters in cz.muni.fi.pclis.domain.feedback with type arguments of type User | |
---|---|
void |
Feedback.setReadUsers(Set<User> readUsers)
Sets the read users |
Uses of User in cz.muni.fi.pclis.domain.learningContracts |
---|
Fields in cz.muni.fi.pclis.domain.learningContracts declared as User | |
---|---|
private User |
LearningContract.author
Author of the contract |
private User |
ContractAddition.author
Author of the addition |
private User |
UserVote.user
Voter |
Methods in cz.muni.fi.pclis.domain.learningContracts that return User | |
---|---|
User |
LearningContract.getAuthor()
|
User |
ContractAddition.getAuthor()
|
User |
UserVote.getUser()
|
Methods in cz.muni.fi.pclis.domain.learningContracts with parameters of type User | |
---|---|
void |
LearningContract.addUserVote(User user)
Add user who voted for this contract |
private UserVote |
LearningContract.getOldestUserVote(User user)
|
Date |
LearningContract.getOldestVoteDate(User user)
Returns oldest vote date for user |
int |
LearningContract.getUserVotesCount(User user)
Returns count votes of given user |
void |
LearningContract.removeOldestVote(User user)
Removes oldes vote for user |
void |
LearningContract.setAuthor(User author)
Sets the author |
void |
ContractAddition.setAuthor(User author)
Sets the author |
void |
UserVote.setUser(User user)
Sets the voter |
Constructors in cz.muni.fi.pclis.domain.learningContracts with parameters of type User | |
---|---|
UserVote(User user,
Date timeStamp)
|
Uses of User in cz.muni.fi.pclis.domain.learningExpectations |
---|
Fields in cz.muni.fi.pclis.domain.learningExpectations declared as User | |
---|---|
private User |
ExpectationPoint.user
Author of the expectation point |
Methods in cz.muni.fi.pclis.domain.learningExpectations that return User | |
---|---|
User |
ExpectationPoint.getUser()
Returns author of the expectation point |
Methods in cz.muni.fi.pclis.domain.learningExpectations with parameters of type User | |
---|---|
void |
ExpectationPoint.setUser(User user)
Sets the author of the expectation point |
Uses of User in cz.muni.fi.pclis.domain.onlineConsultation |
---|
Fields in cz.muni.fi.pclis.domain.onlineConsultation with type parameters of type User | |
---|---|
private SortedSet<User> |
OnlineConsultation.students
students participating in the consultation |
private SortedSet<User> |
OnlineConsultation.teachers
teachers participating in the consultation |
Methods in cz.muni.fi.pclis.domain.onlineConsultation that return types with arguments of type User | |
---|---|
SortedSet<User> |
OnlineConsultation.getStudents()
|
SortedSet<User> |
OnlineConsultation.getTeachers()
|
Methods in cz.muni.fi.pclis.domain.onlineConsultation with parameters of type User | |
---|---|
void |
OnlineConsultation.registerStudent(User user)
registers new student |
void |
OnlineConsultation.registerTeacher(User user)
registers new teacher |
Method parameters in cz.muni.fi.pclis.domain.onlineConsultation with type arguments of type User | |
---|---|
void |
OnlineConsultation.setStudents(SortedSet<User> students)
Sets the students |
void |
OnlineConsultation.setTeachers(SortedSet<User> teachers)
Sets the teachers |
Uses of User in cz.muni.fi.pclis.domain.peerEvaluation |
---|
Fields in cz.muni.fi.pclis.domain.peerEvaluation declared as User | |
---|---|
private User |
StudentEvaluation.evaluatee
Evaluated student |
private User |
StudentEvaluation.evaluator
Author of the evaluation |
private User |
SelfEvaluation.evaluator
Author of this evaluation |
Fields in cz.muni.fi.pclis.domain.peerEvaluation with type parameters of type User | |
---|---|
private SortedSet<User> |
StudentEvaluationAssignment.studentsToEvaluate
Students that should be included in the evaluation |
private SortedSet<User> |
SelfEvaluationAssignment.studentsToEvaluate
Students that should be included in the evaluation |
Methods in cz.muni.fi.pclis.domain.peerEvaluation that return User | |
---|---|
User |
StudentEvaluation.getEvaluatee()
|
User |
StudentEvaluation.getEvaluator()
|
User |
SelfEvaluation.getEvaluator()
|
Methods in cz.muni.fi.pclis.domain.peerEvaluation that return types with arguments of type User | |
---|---|
SortedSet<User> |
StudentEvaluationAssignment.getStudentsToEvaluate()
|
SortedSet<User> |
SelfEvaluationAssignment.getStudentsToEvaluate()
|
Methods in cz.muni.fi.pclis.domain.peerEvaluation with parameters of type User | |
---|---|
SelfEvaluation |
SelfEvaluationAssignment.getEvaluation(User user)
Returns evaluation for user |
Set<TeamEvaluation> |
TeamEvaluationAssignment.getEvaluationByUser(User user)
Returns evaluations of user |
Set<StudentEvaluation> |
StudentEvaluationAssignment.getEvaluationByUser(User user)
Returns evaluations for user |
Set<StudentEvaluation> |
StudentEvaluationAssignment.getStudentsToEvaluate(User user)
Returns students to evaluate for user |
Set<TeamEvaluation> |
TeamEvaluationAssignment.getTeamsToEvaluate(User user)
Returns teams that can be evaluated by user |
boolean |
TeamEvaluationAssignment.refersToUser(User user)
|
boolean |
StudentEvaluationAssignment.refersToUser(User user)
|
boolean |
SelfEvaluationAssignment.refersToUser(User user)
|
abstract boolean |
PeerEvaluationAssignment.refersToUser(User user)
Returns true if given user should post some evaluation in the assignment |
void |
StudentEvaluation.setEvaluatee(User evaluatee)
Sets the evaluatee |
void |
StudentEvaluation.setEvaluator(User evaluator)
Sets the evaluator |
void |
SelfEvaluation.setEvaluator(User evaluator)
Sets the evaluator |
Method parameters in cz.muni.fi.pclis.domain.peerEvaluation with type arguments of type User | |
---|---|
void |
StudentEvaluationAssignment.setStudentsToEvaluate(SortedSet<User> studentsToEvaluate)
Sets students to evaluate |
void |
SelfEvaluationAssignment.setStudentsToEvaluate(SortedSet<User> studentsToEvaluate)
Sets students to evaluate |
Uses of User in cz.muni.fi.pclis.domain.team |
---|
Fields in cz.muni.fi.pclis.domain.team with type parameters of type User | |
---|---|
private SortedSet<User> |
TeamProject.students
students participating on the project |
Methods in cz.muni.fi.pclis.domain.team that return types with arguments of type User | |
---|---|
SortedSet<User> |
TeamProject.getStudents()
|
Methods in cz.muni.fi.pclis.domain.team with parameters of type User | |
---|---|
void |
TeamProject.addStudent(User user)
adds student |
void |
TeamProject.removeStudent(User user)
removes student |
Method parameters in cz.muni.fi.pclis.domain.team with type arguments of type User | |
---|---|
void |
TeamProject.setStudents(SortedSet<User> students)
Sets the participants |
Uses of User in cz.muni.fi.pclis.service |
---|
Fields in cz.muni.fi.pclis.service with type parameters of type User | |
---|---|
private GenericServiceImpl<User,UserDao> |
UserServiceImpl.impl
|
Methods in cz.muni.fi.pclis.service that return User | |
---|---|
User |
UserServiceImpl.create(User entity)
|
User |
UserService.create(User entity)
|
User |
UserServiceImpl.getById(long id)
|
User |
UserService.getById(long id)
|
User |
UserServiceImpl.getByUIN(String uin)
|
User |
UserService.getByUIN(String uin)
|
User |
UserServiceImpl.refresh(User entity)
|
User |
UserService.refresh(User entity)
|
User |
UserServiceImpl.searchById(long id)
|
User |
UserService.searchById(long id)
|
User |
UserServiceImpl.searchByUIN(String uin)
|
User |
UserService.searchByUIN(String uin)
|
User |
UserServiceImpl.update(User entity)
|
User |
UserService.update(User entity)
|
Methods in cz.muni.fi.pclis.service that return types with arguments of type User | |
---|---|
List<User> |
UserServiceImpl.getAll()
|
List<User> |
UserService.getAll()
|
List<User> |
UserServiceImpl.getAllAdmins()
|
List<User> |
UserService.getAllAdmins()
|
Set<User> |
UserToEducatableRelationServiceImpl.getCourseStudents(Course course,
Term term)
|
Set<User> |
UserToEducatableRelationService.getCourseStudents(Course course,
Term term)
|
List<User> |
UserToEducatableRelationServiceImpl.getUsersForRoleEducatableAndTerm(AcademicRole role,
Educatable educatable,
Term term)
|
List<User> |
UserToEducatableRelationService.getUsersForRoleEducatableAndTerm(AcademicRole role,
Educatable educatable,
Term term)
|
Methods in cz.muni.fi.pclis.service with parameters of type User | |
---|---|
User |
UserServiceImpl.create(User entity)
|
User |
UserService.create(User entity)
|
List<Role> |
UserServiceImpl.getAvailableRolesForTerm(User user,
Term term)
|
List<Role> |
UserService.getAvailableRolesForTerm(User user,
Term term)
|
List<Educatable> |
UserToEducatableRelationServiceImpl.getEducatableForUserAndTermForRole(User user,
AcademicRole role,
Term term)
|
List<Educatable> |
UserToEducatableRelationService.getEducatableForUserAndTermForRole(User user,
AcademicRole role,
Term term)
|
Seminar |
UserToEducatableRelationServiceImpl.getSeminarForUser(User user,
Course course,
Term term)
|
Seminar |
UserToEducatableRelationService.getSeminarForUser(User user,
Course course,
Term term)
|
List<Term> |
UserToEducatableRelationServiceImpl.getValidTermsForRole(User user,
AcademicRole role)
|
List<Term> |
UserToEducatableRelationService.getValidTermsForRole(User user,
AcademicRole role)
|
Set<Course> |
UserToEducatableRelationServiceImpl.getValidUsersForRole(User user,
String termId,
AcademicRole role)
|
Set<Course> |
UserToEducatableRelationService.getValidUsersForRole(User user,
String termId,
AcademicRole role)
|
boolean |
UserToEducatableRelationServiceImpl.hasRole(User user,
AcademicRole role)
|
boolean |
UserToEducatableRelationService.hasRole(User user,
AcademicRole role)
|
boolean |
UserToEducatableRelationServiceImpl.hasRole(User user,
AcademicRole role,
Educatable educatable,
Term term)
|
boolean |
UserToEducatableRelationService.hasRole(User user,
AcademicRole role,
Educatable educatable,
Term term)
|
User |
UserServiceImpl.refresh(User entity)
|
User |
UserService.refresh(User entity)
|
void |
UserServiceImpl.remove(User entity)
|
void |
UserService.remove(User entity)
|
User |
UserServiceImpl.update(User entity)
|
User |
UserService.update(User entity)
|
Method parameters in cz.muni.fi.pclis.service with type arguments of type User | |
---|---|
void |
UserToEducatableRelationServiceImpl.updateRelations(AcademicRole role,
Educatable educatable,
Term term,
List<User> newUsers)
|
void |
UserToEducatableRelationService.updateRelations(AcademicRole role,
Educatable educatable,
Term term,
List<User> newUsers)
|
Uses of User in cz.muni.fi.pclis.service.controllers |
---|
Methods in cz.muni.fi.pclis.service.controllers with parameters of type User | |
---|---|
List<String> |
ControllerHelperImpl.getSeminarTopicsForStudent(User user,
Course course,
Term term)
|
List<String> |
ControllerHelper.getSeminarTopicsForStudent(User user,
Course course,
Term term)
|
SortedMap<Feedback,Boolean> |
ControllerHelperImpl.prepareViewTopic(User user,
Educatable educatable,
Term term,
String topic)
|
SortedMap<Feedback,Boolean> |
ControllerHelper.prepareViewTopic(User user,
Educatable educatable,
Term term,
String topic)
|
Uses of User in cz.muni.fi.pclis.service.feedback |
---|
Methods in cz.muni.fi.pclis.service.feedback with parameters of type User | |
---|---|
void |
UserBlogLocationServiceImpl.createOrUpdate(User user,
Term term,
Course course,
String location)
|
void |
UserBlogLocationService.createOrUpdate(User user,
Term term,
Course course,
String location)
|
void |
FeedbackServiceImpl.readFeedback(long id,
User user)
|
void |
FeedbackService.readFeedback(long id,
User user)
|
UserBlogLocation |
UserBlogLocationServiceImpl.searchByUserCourseAndTerm(User user,
Course course,
Term term)
|
UserBlogLocation |
UserBlogLocationService.searchByUserCourseAndTerm(User user,
Course course,
Term term)
|
Feedback |
FeedbackServiceImpl.searchByUserEducatableTermAndTopic(User user,
Educatable educatable,
Term term,
String topic)
|
Feedback |
FeedbackService.searchByUserEducatableTermAndTopic(User user,
Educatable educatable,
Term term,
String topic)
|
Uses of User in cz.muni.fi.pclis.service.learningContracts |
---|
Methods in cz.muni.fi.pclis.service.learningContracts with parameters of type User | |
---|---|
private void |
LearningContractServiceImpl.assertUserForVote(User user,
Course course,
Term term)
|
void |
LearningContractServiceImpl.voteForContract(long contractId,
User user)
|
void |
LearningContractService.voteForContract(long contractId,
User user)
|
Uses of User in cz.muni.fi.pclis.service.learningExpectations |
---|
Methods in cz.muni.fi.pclis.service.learningExpectations with parameters of type User | |
---|---|
List<ExpectationPoint> |
ExpectationPointServiceImpl.getByTermAndCourseAndUser(Term term,
Course course,
User user)
|
List<ExpectationPoint> |
ExpectationPointService.getByTermAndCourseAndUser(Term term,
Course course,
User user)
|
Uses of User in cz.muni.fi.pclis.service.mail |
---|
Method parameters in cz.muni.fi.pclis.service.mail with type arguments of type User | |
---|---|
void |
MailServiceImpl.sendNewOnlineConsultationMail(Collection<User> users,
OnlineConsultation onlineConsultation)
|
void |
MailService.sendNewOnlineConsultationMail(Collection<User> users,
OnlineConsultation onlineConsultation)
|
Uses of User in cz.muni.fi.pclis.service.onlineConsultation |
---|
Methods in cz.muni.fi.pclis.service.onlineConsultation with parameters of type User | |
---|---|
void |
OnlineConsultationServiceImpl.registerStudent(long consultationId,
User user)
|
void |
OnlineConsultationService.registerStudent(long consultationId,
User user)
|
void |
OnlineConsultationServiceImpl.registerTeacher(long consultationId,
User user)
|
void |
OnlineConsultationService.registerTeacher(long consultationId,
User user)
|
Uses of User in cz.muni.fi.pclis.web.controllers.admin |
---|
Fields in cz.muni.fi.pclis.web.controllers.admin with type parameters of type User | |
---|---|
private List<User> |
EditSeminarStudentsController.Dto.students
|
private List<User> |
EditCourseStudentsController.Dto.students
|
private List<User> |
EditSeminarTeachersController.Dto.teachers
|
private List<User> |
EditCourseTeachersController.Dto.teachers
|
Methods in cz.muni.fi.pclis.web.controllers.admin that return types with arguments of type User | |
---|---|
List<User> |
EditSeminarStudentsController.Dto.getStudents()
|
List<User> |
EditCourseStudentsController.Dto.getStudents()
|
List<User> |
EditSeminarTeachersController.Dto.getTeachers()
|
List<User> |
EditCourseTeachersController.Dto.getTeachers()
|
Method parameters in cz.muni.fi.pclis.web.controllers.admin with type arguments of type User | |
---|---|
void |
EditSeminarStudentsController.Dto.setStudents(List<User> students)
|
void |
EditCourseStudentsController.Dto.setStudents(List<User> students)
|
void |
EditSeminarTeachersController.Dto.setTeachers(List<User> teachers)
|
void |
EditCourseTeachersController.Dto.setTeachers(List<User> teachers)
|
Uses of User in cz.muni.fi.pclis.web.controllers.student.peerEvaluation |
---|
Methods in cz.muni.fi.pclis.web.controllers.student.peerEvaluation with parameters of type User | ||
---|---|---|
private
|
PeerEvaluationStudentController.filterForUser(List<Ass> assignments,
User user)
|
Uses of User in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation |
---|
Fields in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation with type parameters of type User | |
---|---|
private SortedSet<User> |
AddStudentsToEvaluateFromListController.Dto.students
|
Methods in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation that return types with arguments of type User | |
---|---|
SortedSet<User> |
AddStudentsToEvaluateFromListController.Dto.getStudents()
|
Method parameters in cz.muni.fi.pclis.web.controllers.teacher.peerEvaluation with type arguments of type User | |
---|---|
void |
AddStudentsToEvaluateFromListController.Dto.setStudents(SortedSet<User> students)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |