Uses of Class
cz.muni.fi.pclis.domain.learningContracts.LearningContractsBehaviour

Packages that use LearningContractsBehaviour
cz.muni.fi.pclis.service.learningContracts   
 

Uses of LearningContractsBehaviour in cz.muni.fi.pclis.service.learningContracts
 

Fields in cz.muni.fi.pclis.service.learningContracts with type parameters of type LearningContractsBehaviour
private  GenericServiceImpl<LearningContractsBehaviour,LearningContractsBehaviourDao> LearningContractsBehaviourServiceImpl.impl
           
 

Methods in cz.muni.fi.pclis.service.learningContracts that return LearningContractsBehaviour
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.create(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourService.create(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 LearningContractsBehaviour LearningContractsBehaviourService.getByCourseAndTerm(Course course, Term term)
           
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.getById(long id)
           
 LearningContractsBehaviour LearningContractsBehaviourService.getById(long id)
           
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.refresh(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourService.refresh(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.searchById(long id)
           
 LearningContractsBehaviour LearningContractsBehaviourService.searchById(long id)
           
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.update(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourService.update(LearningContractsBehaviour entity)
           
 

Methods in cz.muni.fi.pclis.service.learningContracts that return types with arguments of type LearningContractsBehaviour
 List<LearningContractsBehaviour> LearningContractsBehaviourServiceImpl.getAll()
           
 List<LearningContractsBehaviour> LearningContractsBehaviourService.getAll()
           
 

Methods in cz.muni.fi.pclis.service.learningContracts with parameters of type LearningContractsBehaviour
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.create(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourService.create(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.refresh(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourService.refresh(LearningContractsBehaviour entity)
           
 void LearningContractsBehaviourServiceImpl.remove(LearningContractsBehaviour entity)
           
 void LearningContractsBehaviourService.remove(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourServiceImpl.update(LearningContractsBehaviour entity)
           
 LearningContractsBehaviour LearningContractsBehaviourService.update(LearningContractsBehaviour entity)
           
 



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