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

Packages that use Educatable
cz.muni.fi.pclis.domain   
cz.muni.fi.pclis.domain.feedback   
cz.muni.fi.pclis.service   
cz.muni.fi.pclis.service.controllers   
cz.muni.fi.pclis.service.feedback   
cz.muni.fi.pclis.web.controllers.admin   
 

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

Subclasses of Educatable in cz.muni.fi.pclis.domain
 class Course
          Course implementation of Educatable.
 class Seminar
          Seminar implementation of the Educatable interface User: Ľuboš Pecho Date: 6.7.2009 Time: 22:24:41
 

Fields in cz.muni.fi.pclis.domain declared as Educatable
private  Educatable UserToEducatableRelation.educatable
          Educatable
 

Methods in cz.muni.fi.pclis.domain that return Educatable
 Educatable UserToEducatableRelation.getEducatable()
           
 

Methods in cz.muni.fi.pclis.domain with parameters of type Educatable
 void UserToEducatableRelation.setEducatable(Educatable educatable)
          Sets the educatable
 

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

Fields in cz.muni.fi.pclis.domain.feedback declared as Educatable
private  Educatable FeedbackTopics.educatable
          Educatable in which should the students reflect to the topics
private  Educatable Feedback.educatable
          Educatable which the feedback refers to
 

Methods in cz.muni.fi.pclis.domain.feedback that return Educatable
 Educatable FeedbackTopics.getEducatable()
           
 Educatable Feedback.getEducatable()
           
 

Methods in cz.muni.fi.pclis.domain.feedback with parameters of type Educatable
 void FeedbackTopics.setEducatable(Educatable educatable)
          Sets the educatable
 void Feedback.setEducatable(Educatable educatable)
          Sets the educatable
 

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

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

Methods in cz.muni.fi.pclis.service with parameters of type Educatable
 List<UserToEducatableRelation> UserToEducatableRelationServiceImpl.getRoleMembersForEducatableAndTerm(AcademicRole role, Educatable educatable, Term term)
           
 List<UserToEducatableRelation> UserToEducatableRelationService.getRoleMembersForEducatableAndTerm(AcademicRole role, Educatable educatable, 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)
           
 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 Educatable in cz.muni.fi.pclis.service.controllers
 

Methods in cz.muni.fi.pclis.service.controllers that return Educatable
 Educatable ControllerHelperImpl.getEducatableFromRequest(javax.servlet.http.HttpServletRequest request)
           
 Educatable ControllerHelper.getEducatableFromRequest(javax.servlet.http.HttpServletRequest request)
           
 

Methods in cz.muni.fi.pclis.service.controllers with parameters of type Educatable
 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 Educatable in cz.muni.fi.pclis.service.feedback
 

Methods in cz.muni.fi.pclis.service.feedback with parameters of type Educatable
 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<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)
           
 Feedback FeedbackServiceImpl.searchByUserEducatableTermAndTopic(User user, Educatable educatable, Term term, String topic)
           
 Feedback FeedbackService.searchByUserEducatableTermAndTopic(User user, Educatable educatable, Term term, String topic)
           
 

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

Subclasses of Educatable in cz.muni.fi.pclis.web.controllers.admin
 class EditCourseSeminarsController.RemovableSeminar
           
 



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