try {
idMovimentoLegaleId = (MovimentoLegaleId) getHibernateTemplate().save(movimentoLegale);
} catch (DataAccessException e) {
log("Impossibile Scrivere Movimento Legale " + e);
throw new ImpossibileScrivereMovimentoLegaleException();
}
return leggiMovimentoLegale(idMovimentoLegaleId.getPratica(), idMovimentoLegaleId
.getProgressivoMovimentolegale(), idMovimentoLegaleId.getRigaMovimentolegale());
}