Uses of Class
cz.muni.fi.pclis.domain.Term

Packages that use Term
cz.muni.fi.pclis.domain   
cz.muni.fi.pclis.domain.feedback   
cz.muni.fi.pclis.domain.learningContracts   
cz.muni.fi.pclis.domain.learningExpectations   
cz.muni.fi.pclis.domain.onlineConsultation   
cz.muni.fi.pclis.domain.peerEvaluation   
cz.muni.fi.pclis.domain.team   
cz.muni.fi.pclis.service   
cz.muni.fi.pclis.service.controllers   
cz.muni.fi.pclis.service.feedback   
cz.muni.fi.pclis.service.learningContracts   
cz.muni.fi.pclis.service.learningExpectations   
cz.muni.fi.pclis.service.onlineConsultation   
cz.muni.fi.pclis.service.peerEvaluation   
cz.muni.fi.pclis.service.team   
cz.muni.fi.pclis.web.controllers.admin   
 

Uses of Term in cz.muni.fi.pclis.domain
 

Fields in cz.muni.fi.pclis.domain declared as Term
private  Term UserToEducatableRelation.term
          Term when is the relation valid
private  Term Seminar.term
          Term in which is this seminar taught
private  Term ScenarioCourseRelation.term
          Term of the relation
 

Fields in cz.muni.fi.pclis.domain with type parameters of type Term
private  Set<Term> Course.availableInTerms
          Terms in which is the course taught
 

Methods in cz.muni.fi.pclis.domain that return Term
 Term UserToEducatableRelation.getTerm()
           
 Term Seminar.getTerm()
           
 Term ScenarioCourseRelation.getTerm()
           
 

Methods in cz.muni.fi.pclis.domain that return types with arguments of type Term
 Set<Term> Course.getAvailableInTerms()
           
 

Methods in cz.muni.fi.pclis.domain with parameters of type Term
 void Course.addTerm(Term term)
          Adds term
 Set<Seminar> Course.getSeminars(Term term)
          Returns seminars which are taught in term
 boolean Course.isAvailableInTerm(Term term)
          Returns true, if this course is available in term
 void Course.removeTerm(Term term)
          Removes term
 void UserToEducatableRelation.setTerm(Term term)
          Sets the term
 void Seminar.setTerm(Term term)
          Sets the term
 void ScenarioCourseRelation.setTerm(Term term)
          Sets the term
 

Method parameters in cz.muni.fi.pclis.domain with type arguments of type Term
 void Course.setAvailableInTerms(Set<Term> inTerms)
          Sets available terms
 

Uses of Term in cz.muni.fi.pclis.domain.feedback
 

Fields in cz.muni.fi.pclis.domain.feedback declared as Term
private  Term UserBlogLocation.term
          Term in which is the blog location valid
private  Term FeedbackTopics.term
          Term in which is the feedbacTopics valid
private  Term Feedback.term
          Term in which the feedback was created
 

Methods in cz.muni.fi.pclis.domain.feedback that return Term
 Term UserBlogLocation.getTerm()
           
 Term FeedbackTopics.getTerm()
           
 Term Feedback.getTerm()
           
 

Methods in cz.muni.fi.pclis.domain.feedback with parameters of type Term
 void UserBlogLocation.setTerm(Term term)
          Sets the term
 void FeedbackTopics.setTerm(Term term)
          Sets the term
 void Feedback.setTerm(Term term)
          Sets the term
 

Uses of Term in cz.muni.fi.pclis.domain.learningContracts
 

Fields in cz.muni.fi.pclis.domain.learningContracts declared as Term
private  Term LearningContractsBehaviour.term
          Term in which is the behaviour valid
private  Term LearningContract.term
          Term in which the contract was created
 

Methods in cz.muni.fi.pclis.domain.learningContracts that return Term
 Term LearningContractsBehaviour.getTerm()
           
 Term LearningContract.getTerm()
           
 

Methods in cz.muni.fi.pclis.domain.learningContracts with parameters of type Term
 void LearningContractsBehaviour.setTerm(Term term)
           
 void LearningContract.setTerm(Term term)
          Sets the term
 

Uses of Term in cz.muni.fi.pclis.domain.learningExpectations
 

Fields in cz.muni.fi.pclis.domain.learningExpectations declared as Term
private  Term LearningExpectationsBehaviour.term
          Term in which the behaviour is valid
private  Term ExpectationPoint.term
          Term in which was the point created
 

Methods in cz.muni.fi.pclis.domain.learningExpectations that return Term
 Term LearningExpectationsBehaviour.getTerm()
           
 Term ExpectationPoint.getTerm()
           
 

Methods in cz.muni.fi.pclis.domain.learningExpectations with parameters of type Term
 void LearningExpectationsBehaviour.setTerm(Term term)
          Sets the term
 void ExpectationPoint.setTerm(Term term)
          Sets the term
 

Uses of Term in cz.muni.fi.pclis.domain.onlineConsultation
 

Fields in cz.muni.fi.pclis.domain.onlineConsultation declared as Term
private  Term OnlineConsultationRules.term
          Term in which are these rules valid
private  Term OnlineConsultation.term
          Term in which is the consultation taking place
 

Methods in cz.muni.fi.pclis.domain.onlineConsultation that return Term
 Term OnlineConsultationRules.getTerm()
           
 Term OnlineConsultation.getTerm()
           
 

Methods in cz.muni.fi.pclis.domain.onlineConsultation with parameters of type Term
 void OnlineConsultationRules.setTerm(Term term)
          Sets the term
 void OnlineConsultation.setTerm(Term term)
          Sets the term
 

Uses of Term in cz.muni.fi.pclis.domain.peerEvaluation
 

Fields in cz.muni.fi.pclis.domain.peerEvaluation declared as Term
private  Term PeerEvaluationAssignment.term
          Term in which is the assignment valid
 

Methods in cz.muni.fi.pclis.domain.peerEvaluation that return Term
 Term PeerEvaluationAssignment.getTerm()
           
 

Methods in cz.muni.fi.pclis.domain.peerEvaluation with parameters of type Term
 void PeerEvaluationAssignment.setTerm(Term term)
          Sets the term
 

Uses of Term in cz.muni.fi.pclis.domain.team
 

Fields in cz.muni.fi.pclis.domain.team declared as Term
private  Term ProjectPackage.term
          term for which is this package
 

Methods in cz.muni.fi.pclis.domain.team that return Term
 Term ProjectPackage.getTerm()
           
 

Methods in cz.muni.fi.pclis.domain.team with parameters of type Term
 void ProjectPackage.setTerm(Term term)
          Sets the term
 

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

Fields in cz.muni.fi.pclis.service with type parameters of type Term
private  GenericServiceImpl<Term,TermDao> TermServiceImpl.impl
           
 

Methods in cz.muni.fi.pclis.service that return Term
 Term TermServiceImpl.create(Term entity)
           
 Term TermService.create(Term entity)
           
 Term TermServiceImpl.getById(long id)
           
 Term TermService.getById(long id)
           
 Term TermServiceImpl.refresh(Term entity)
           
 Term TermService.refresh(Term entity)
           
 Term TermServiceImpl.searchById(long id)
           
 Term TermService.searchById(long id)
           
 Term TermServiceImpl.update(Term entity)
           
 Term TermService.update(Term entity)
           
 

Methods in cz.muni.fi.pclis.service that return types with arguments of type Term
 List<Term> TermServiceImpl.getAll()
           
 List<Term> TermService.getAll()
           
 List<Term> UserToEducatableRelationServiceImpl.getValidTermsForRole(User user, AcademicRole role)
           
 List<Term> UserToEducatableRelationService.getValidTermsForRole(User user, AcademicRole role)
           
 

Methods in cz.muni.fi.pclis.service with parameters of type Term
 Term TermServiceImpl.create(Term entity)
           
 Term TermService.create(Term entity)
           
 void TermServiceImpl.createOrUpdate(Term term)
           
 void TermService.createOrUpdate(Term term)
           
 List<Role> UserServiceImpl.getAvailableRolesForTerm(User user, Term term)
           
 List<Role> UserService.getAvailableRolesForTerm(User user, Term term)
           
 List<ScenarioCourseRelation> ScenarioCourseRelationServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<ScenarioCourseRelation> ScenarioCourseRelationService.getByCourseAndTerm(Course course, Term term)
           
 Set<User> UserToEducatableRelationServiceImpl.getCourseStudents(Course course, Term term)
           
 Set<User> UserToEducatableRelationService.getCourseStudents(Course course, Term term)
           
 List<Educatable> UserToEducatableRelationServiceImpl.getEducatableForUserAndTermForRole(User user, AcademicRole role, Term term)
           
 List<Educatable> UserToEducatableRelationService.getEducatableForUserAndTermForRole(User user, AcademicRole role, Term term)
           
 List<UserToEducatableRelation> UserToEducatableRelationServiceImpl.getRoleMembersForEducatableAndTerm(AcademicRole role, Educatable educatable, Term term)
           
 List<UserToEducatableRelation> UserToEducatableRelationService.getRoleMembersForEducatableAndTerm(AcademicRole role, Educatable educatable, Term term)
           
 List<Scenario> ScenarioCourseRelationServiceImpl.getScenariosByCourseAndTerm(Course course, Term term)
           
 List<Scenario> ScenarioCourseRelationService.getScenariosByCourseAndTerm(Course course, Term term)
           
 Seminar UserToEducatableRelationServiceImpl.getSeminarForUser(User user, Course course, Term term)
           
 Seminar UserToEducatableRelationService.getSeminarForUser(User user, Course course, Term term)
           
 List<User> UserToEducatableRelationServiceImpl.getUsersForRoleEducatableAndTerm(AcademicRole role, Educatable educatable, Term term)
           
 List<User> UserToEducatableRelationService.getUsersForRoleEducatableAndTerm(AcademicRole role, Educatable educatable, Term term)
           
 boolean UserToEducatableRelationServiceImpl.hasRole(User user, AcademicRole role, Educatable educatable, Term term)
           
 boolean UserToEducatableRelationService.hasRole(User user, AcademicRole role, Educatable educatable, Term term)
           
 boolean UserToEducatableRelationServiceImpl.isSeminarRemovable(Seminar seminar, Term term)
           
 boolean UserToEducatableRelationService.isSeminarRemovable(Seminar seminar, Term term)
           
 Term TermServiceImpl.refresh(Term entity)
           
 Term TermService.refresh(Term entity)
           
 void TermServiceImpl.remove(Term entity)
           
 void TermService.remove(Term entity)
           
 Seminar SeminarServiceImpl.searchByCourseTermAndOrdinalNumber(Course course, Term term, String ordinalNumber)
           
 Seminar SeminarService.searchByCourseTermAndOrdinalNumber(Course course, Term term, String ordinalNumber)
           
 Term TermServiceImpl.update(Term entity)
           
 Term TermService.update(Term entity)
           
 void UserToEducatableRelationServiceImpl.updateRelations(AcademicRole role, Educatable educatable, Term term, List<User> newUsers)
           
 void UserToEducatableRelationService.updateRelations(AcademicRole role, Educatable educatable, Term term, List<User> newUsers)
           
 void ScenarioCourseRelationServiceImpl.updateScenarios(Term term, List<Scenario> newScenarios, Course course)
           
 void ScenarioCourseRelationService.updateScenarios(Term term, List<Scenario> newScenarios, Course course)
           
 

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

Methods in cz.muni.fi.pclis.service.controllers with parameters of type Term
 List<String> ControllerHelperImpl.getSeminarTopicsForStudent(User user, Course course, Term term)
           
 List<String> ControllerHelper.getSeminarTopicsForStudent(User user, Course course, Term term)
           
 void ControllerHelperImpl.importStudentsToCourse(Course course, Term term, au.com.bytecode.opencsv.CSVReader reader)
           
 void ControllerHelper.importStudentsToCourse(Course course, Term term, au.com.bytecode.opencsv.CSVReader reader)
           
 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 Term in cz.muni.fi.pclis.service.feedback
 

Methods in cz.muni.fi.pclis.service.feedback with parameters of type Term
 void UserBlogLocationServiceImpl.createOrUpdate(User user, Term term, Course course, String location)
           
 void UserBlogLocationService.createOrUpdate(User user, Term term, Course course, String location)
           
 void FeedbackTopicsServiceImpl.createOrUpdateTopics(Educatable educatable, Term term, String topic)
           
 void FeedbackTopicsService.createOrUpdateTopics(Educatable educatable, Term term, String topic)
           
 List<Feedback> FeedbackServiceImpl.getByEducatableAndTerm(Educatable educatable, Term term)
           
 List<Feedback> FeedbackService.getByEducatableAndTerm(Educatable educatable, Term term)
           
 List<Feedback> FeedbackServiceImpl.getByEducatableTermAndTopic(Educatable educatable, Term term, String topic)
           
 List<Feedback> FeedbackService.getByEducatableTermAndTopic(Educatable educatable, Term term, String topic)
           
 List<UserBlogLocation> UserBlogLocationServiceImpl.getByTerm(Term term)
           
 List<UserBlogLocation> UserBlogLocationService.getByTerm(Term term)
           
 List<String> FeedbackTopicsServiceImpl.getTopics(Educatable educatable, Term term)
           
 List<String> FeedbackTopicsService.getTopics(Educatable educatable, Term term)
           
 void FeedbackTopicsServiceImpl.removeTopic(Educatable educatable, Term term, String topic)
           
 void FeedbackTopicsService.removeTopic(Educatable educatable, Term term, String topic)
           
 FeedbackTopics FeedbackTopicsServiceImpl.searchByEducatableAndTerm(Educatable educatable, Term term)
           
 FeedbackTopics FeedbackTopicsService.searchByEducatableAndTerm(Educatable educatable, Term term)
           
 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 Term in cz.muni.fi.pclis.service.learningContracts
 

Methods in cz.muni.fi.pclis.service.learningContracts with parameters of type Term
private  void LearningContractServiceImpl.assertUserForVote(User user, Course course, Term term)
           
 List<LearningContract> LearningContractServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<LearningContract> LearningContractService.getByCourseAndTerm(Course course, Term term)
           
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 LearningContractsBehaviour LearningContractsBehaviourService.getByCourseAndTerm(Course course, Term term)
           
 int[] LearningContractServiceImpl.getVotesCountsByCourseAndTerm(Course course, Term term)
           
 int[] LearningContractService.getVotesCountsByCourseAndTerm(Course course, Term term)
           
 

Uses of Term in cz.muni.fi.pclis.service.learningExpectations
 

Methods in cz.muni.fi.pclis.service.learningExpectations with parameters of type Term
 LearningExpectationsBehaviour LearningExpectationsBehaviourServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 LearningExpectationsBehaviour LearningExpectationsBehaviourService.getByCourseAndTerm(Course course, Term term)
           
 List<ExpectationPoint> ExpectationPointServiceImpl.getByTermAndCourse(Term term, Course course)
           
 List<ExpectationPoint> ExpectationPointService.getByTermAndCourse(Term term, Course course)
           
 List<ExpectationPoint> ExpectationPointServiceImpl.getByTermAndCourseAndUser(Term term, Course course, User user)
           
 List<ExpectationPoint> ExpectationPointService.getByTermAndCourseAndUser(Term term, Course course, User user)
           
 

Uses of Term in cz.muni.fi.pclis.service.onlineConsultation
 

Methods in cz.muni.fi.pclis.service.onlineConsultation with parameters of type Term
 List<OnlineConsultation> OnlineConsultationServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<OnlineConsultation> OnlineConsultationService.getByCourseAndTerm(Course course, Term term)
           
 OnlineConsultationRules OnlineConsultationRulesServiceImpl.searchByCourseAndTerm(Course course, Term term)
           
 OnlineConsultationRules OnlineConsultationRulesService.searchByCourseAndTerm(Course course, Term term)
           
 

Uses of Term in cz.muni.fi.pclis.service.peerEvaluation
 

Methods in cz.muni.fi.pclis.service.peerEvaluation with parameters of type Term
 List<TeamEvaluationAssignment> TeamEvaluationAssignmentServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<TeamEvaluationAssignment> TeamEvaluationAssignmentService.getByCourseAndTerm(Course course, Term term)
           
 List<StudentEvaluationAssignment> StudentEvaluationAssignmentServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<StudentEvaluationAssignment> StudentEvaluationAssignmentService.getByCourseAndTerm(Course course, Term term)
           
 List<SelfEvaluationAssignment> SelfEvaluationAssignmentServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<SelfEvaluationAssignment> SelfEvaluationAssignmentService.getByCourseAndTerm(Course course, Term term)
           
 

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

Methods in cz.muni.fi.pclis.service.team with parameters of type Term
 List<TeamProject> TeamProjectServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<TeamProject> TeamProjectService.getByCourseAndTerm(Course course, Term term)
           
 List<ProjectPackage> ProjectPackageServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<ProjectPackage> ProjectPackageService.getByCourseAndTerm(Course course, Term term)
           
 

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

Fields in cz.muni.fi.pclis.web.controllers.admin declared as Term
private  Term EditCourseTeachersController.Dto.term
           
private  Term EditCourseStudentsController.Dto.term
           
private  Term EditCourseSeminarsController.Dto.term
           
private  Term EditCourseScenariosController.Dto.term
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin that return Term
 Term EditCourseTeachersController.Dto.getTerm()
           
 Term EditCourseStudentsController.Dto.getTerm()
           
 Term EditCourseSeminarsController.Dto.getTerm()
           
 Term EditCourseScenariosController.Dto.getTerm()
           
 

Methods in cz.muni.fi.pclis.web.controllers.admin with parameters of type Term
 void EditCourseTeachersController.Dto.setTerm(Term term)
           
 void EditCourseStudentsController.Dto.setTerm(Term term)
           
 void EditCourseSeminarsController.Dto.setTerm(Term term)
           
 void EditCourseScenariosController.Dto.setTerm(Term term)
           
 



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