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

Packages that use LearningContract
cz.muni.fi.pclis.domain.learningContracts   
cz.muni.fi.pclis.service.learningContracts   
 

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

Methods in cz.muni.fi.pclis.domain.learningContracts with parameters of type LearningContract
 int LearningContract.compareTo(LearningContract o)
          Compares this contract according to count of user votes and the id
 

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

Fields in cz.muni.fi.pclis.service.learningContracts with type parameters of type LearningContract
private  GenericServiceImpl<LearningContract,LearningContractDao> LearningContractServiceImpl.imp
           
 

Methods in cz.muni.fi.pclis.service.learningContracts that return LearningContract
 LearningContract LearningContractServiceImpl.create(LearningContract entity)
           
 LearningContract LearningContractService.create(LearningContract entity)
           
 LearningContract LearningContractServiceImpl.getById(long id)
           
 LearningContract LearningContractService.getById(long id)
           
 LearningContract LearningContractServiceImpl.refresh(LearningContract entity)
           
 LearningContract LearningContractService.refresh(LearningContract entity)
           
 LearningContract LearningContractServiceImpl.searchById(long id)
           
 LearningContract LearningContractService.searchById(long id)
           
 LearningContract LearningContractServiceImpl.update(LearningContract entity)
           
 LearningContract LearningContractService.update(LearningContract entity)
           
 

Methods in cz.muni.fi.pclis.service.learningContracts that return types with arguments of type LearningContract
 List<LearningContract> LearningContractServiceImpl.getAll()
           
 List<LearningContract> LearningContractService.getAll()
           
 List<LearningContract> LearningContractServiceImpl.getByCourseAndTerm(Course course, Term term)
           
 List<LearningContract> LearningContractService.getByCourseAndTerm(Course course, Term term)
           
 

Methods in cz.muni.fi.pclis.service.learningContracts with parameters of type LearningContract
 LearningContract LearningContractServiceImpl.create(LearningContract entity)
           
 LearningContract LearningContractService.create(LearningContract entity)
           
 LearningContract LearningContractServiceImpl.refresh(LearningContract entity)
           
 LearningContract LearningContractService.refresh(LearningContract entity)
           
 void LearningContractServiceImpl.remove(LearningContract entity)
           
 void LearningContractService.remove(LearningContract entity)
           
 LearningContract LearningContractServiceImpl.update(LearningContract entity)
           
 LearningContract LearningContractService.update(LearningContract entity)
           
 



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