/** {@inheritDoc} */
 @WebMethod
 public List<T> getAll() {
   List<T> resultList = dao.getAll();
   return resultList;
 }