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

Packages that use UserVote
cz.muni.fi.pclis.domain.learningContracts   
 

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

Fields in cz.muni.fi.pclis.domain.learningContracts with type parameters of type UserVote
private  Set<UserVote> LearningContract.userVotes
          Users who voted for this contract
 

Methods in cz.muni.fi.pclis.domain.learningContracts that return UserVote
private  UserVote LearningContract.getOldestUserVote(User user)
           
 

Methods in cz.muni.fi.pclis.domain.learningContracts that return types with arguments of type UserVote
 Set<UserVote> LearningContract.getUserVotes()
           
 

Method parameters in cz.muni.fi.pclis.domain.learningContracts with type arguments of type UserVote
 void LearningContract.setUserVotes(Set<UserVote> userVotes)
           
 



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