public List<TrancheMutuoSal> getTranchesMutuoSal() {
if( tranchesMutuoSal == null )
try{
Mutuo mutuo = dettaglioMutuo.getMutuo();
StatoMutuo sm = gestionePratica.getStatoMutuo(mutuo.getCodiceStato());
if (CODICE_STATO_MUTUO_PROV.equals(sm.getCodiceTipoStato())) {
throw new GestioneSalException(rb.getString("gestioneSal.mutuoProvvisorio"));
}
try {
GruppoDatiFinanziari gdf =