Пример #1
0
 public Collection<Election> getComElection() {
   String login = tellerSessionBean.getLoginLoggedUser();
   try {
     return electionSessionBean.getCommissionerElection(login);
   } catch (ControllerException ex) {
     Logger.getLogger(ElectionEventManagedBean.class.getName()).log(Level.SEVERE, null, ex);
   }
   return null;
 }