} else {
retornoErr.append(turma.toString()).append("\n");
}
}
} catch (DaoException e) {
throw new ServiceException(e);
}
Map<String, String> map = new HashMap<String, String>();
map.put("retornoErr", retornoErr.toString());
map.put("retornoOk", retornoOk.toString());