Uses of Class
cz.muni.fi.pclis.commons.domain.DomainObject

Packages that use DomainObject
cz.muni.fi.pclis.commons.dao   
cz.muni.fi.pclis.commons.domain   
cz.muni.fi.pclis.commons.service   
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.web.controllers.admin   
 

Uses of DomainObject in cz.muni.fi.pclis.commons.dao
 

Classes in cz.muni.fi.pclis.commons.dao with type parameters of type DomainObject
 interface GenericDao<T extends DomainObject>
          A generic ancestor of all interfaces from the Dao layer.
 class GenericHibernateDao<T extends DomainObject>
          Generic hibernate implementation of GenericDao
 

Uses of DomainObject in cz.muni.fi.pclis.commons.domain
 

Subclasses of DomainObject in cz.muni.fi.pclis.commons.domain
 class NamedDomainObject
          Superclass for all entities with name User: Ľuboš Pecho Date: 6.7.2009 Time: 18:12:19
 

Uses of DomainObject in cz.muni.fi.pclis.commons.service
 

Classes in cz.muni.fi.pclis.commons.service with type parameters of type DomainObject
 interface GenericService<T extends DomainObject>
          Generic interface definnig all services User: Ľuboš Pecho Date: 11.8.2009 Time: 13:12:44
 class GenericServiceImpl<Dom extends DomainObject,Dao extends GenericDao<Dom>>
          Simple Generic implementation of GenericService using some implementation of GenericDao User: Ľuboš Pecho Date: 11.8.2009 Time: 13:15:11
 

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

Subclasses of DomainObject in cz.muni.fi.pclis.domain
 class Course
          Course implementation of Educatable.
 class Educatable
          Abstract superclass for entities, which can be taught at schools, e.g.
 class ScenarioCourseRelation
          Relation reflecting usage of scenarios in courses for term User: Ľuboš Pecho Date: 6.7.2009 Time: 23:27:03
 class Seminar
          Seminar implementation of the Educatable interface User: Ľuboš Pecho Date: 6.7.2009 Time: 22:24:41
 class Term
          Term entity implementation User: Ľuboš Pecho Date: 6.7.2009 Time: 18:10:57
 class UploadedFile
          Entity representing file uploaded to the server.
 class User
          User entity class, which represents user in the system.
 class UserToEducatableRelation
          Entity representing relation between user and educatable object representing some academic role User: Ľuboš Pecho Date: 6.7.2009 Time: 22:07:06
 

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

Subclasses of DomainObject in cz.muni.fi.pclis.domain.feedback
 class Feedback
          Entity representing Feedback response User: Ľuboš Pecho Date: 18.9.2009 Time: 13:36:35
 class FeedbackTopics
          Entity representing Feedback Topic User: Ľuboš Pecho Date: 18.9.2009 Time: 13:22:09
 class UserBlogLocation
          Entity for Location of User Blog User: Ľuboš Pecho Date: 18.9.2009 Time: 13:31:38
 

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

Subclasses of DomainObject in cz.muni.fi.pclis.domain.learningContracts
 class ContractAddition
          Entity representing addition to some learning contract User: Ľuboš Pecho Date: 9.2.2010 Time: 20:41:44
 class LearningContract
          Entity representing Learning Contract User: Ľuboš Pecho Date: 9.2.2010 Time: 20:16:33
 class LearningContractsBehaviour
          Entity representing Learning Contracts Behaviour User: Ľuboš Pecho Date: 9.2.2010 Time: 20:11:51
 

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

Subclasses of DomainObject in cz.muni.fi.pclis.domain.learningExpectations
 class ExpectationPoint
          Entity representing expectation point User: Ľuboš Pecho Date: 6.9.2009 Time: 11:06:08
 class LearningExpectationsBehaviour
          Behaviour of the Learning Expectations scenario User: Ľuboš Pecho Date: 1.9.2009 Time: 22:27:07
 

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

Subclasses of DomainObject in cz.muni.fi.pclis.domain.onlineConsultation
 class OnlineConsultation
          Entity representing data online consultation User: Ľuboš Pecho Date: 14.2.2010 Time: 11:19:03
 class OnlineConsultationRules
          Rules by which should the students behave during the consultation User: Ľuboš Pecho Date: 27.2.2010 Time: 13:05:37
 

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

Subclasses of DomainObject in cz.muni.fi.pclis.domain.peerEvaluation
 class PeerEvaluation
          Entity representing peer evaluation User: Ľuboš Pecho Date: 29.3.2010 Time: 22:47:20
 class PeerEvaluationAssignment
          Abstract entity representing peer evaluation assignment User: Ľuboš Pecho Date: 29.3.2010 Time: 22:26:44
 class SelfEvaluation
          Entity representing self evaluation User: Ľuboš Pecho Date: 30.3.2010 Time: 0:57:31
 class SelfEvaluationAssignment
          Entity representing self evaluation assignment User: Ľuboš Pecho Date: 30.3.2010 Time: 0:57:20
 class StudentEvaluation
          Entity representing student evaluation User: Ľuboš Pecho Date: 30.3.2010 Time: 0:55:46
 class StudentEvaluationAssignment
          Entity representing student evaluation assignment User: Ľuboš Pecho Date: 29.3.2010 Time: 22:48:37
 class TeamEvaluation
          Entity representing team evaluation User: Ľuboš Pecho Date: 30.3.2010 Time: 0:56:30
 class TeamEvaluationAssignment
          Entity representing team evaluation assignment User: Ľuboš Pecho Date: 29.3.2010 Time: 22:48:02
 

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

Subclasses of DomainObject in cz.muni.fi.pclis.domain.team
 class ProjectPackage
          Package of team project with same purpose User: Ľuboš Pecho Date: 25.3.2010 Time: 12:12:19
 class TeamProject
          Entity representing team project User: Ľuboš Pecho Date: 24.3.2010 Time: 13:14:11
 

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

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



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