This commit is contained in:
Maxime Dagnicourt
2008-02-20 10:42:38 +00:00
parent 1f74d822e6
commit 0e3deeadfe

View File

@@ -173,6 +173,7 @@ public class UserManagerBean implements IUserManager{
return query.getResultList(); return query.getResultList();
} }
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
public List<User> getRefereesOfPcMemberForArticle(String PCMemberLogin, Integer articleId){ public List<User> getRefereesOfPcMemberForArticle(String PCMemberLogin, Integer articleId){
Query query = em.createQuery("select delegation.referee from Delegation delegation WHERE delegation.article=? and delegation.pcMember=?"); Query query = em.createQuery("select delegation.referee from Delegation delegation WHERE delegation.article=? and delegation.pcMember=?");