Пример #1
0
 /** @see ControllerLezioniRemote#findAll() */
 public List<Lezione> findAllLezione() {
   List<Lezione> l = null;
   try {
     l = ctrlLezioni.findAll();
   } catch (FindException e) {
     e.printStackTrace();
   }
   return l;
 }