20542055205620572058205920602061
} } catch(HibernateException e) { this.logger.error(e); throw new ECARException("erro.hibernateException"); } }
209320942095209620972098209921002101
else return ( (EstruturaAtributoEttat) atributo.iterator().next()).getLabelEstruturaEttat(); } catch(HibernateException e){ this.logger.error(e); throw new ECARException(e); } }
21772178217921802181218221832184
return new ArrayList(); } catch(HibernateException e) { this.logger.error(e); throw new ECARException("erro.hibernateException"); } }
23252326232723282329233023312332233323342335
if (tx != null) try { tx.rollback(); } catch (HibernateException r) { this.logger.error(r); throw new ECARException("erro.hibernateException"); } this.logger.error(e); throw new ECARException("erro.hibernateException"); } }
236723682369237023712372237323742375237623772378
242524262427242824292430243124322433
} } ); } catch (HibernateException e) { this.logger.error(e); throw new ECARException("erro.hibernateException"); } return retorno; }
26102611261226132614261526162617
return q.list(); } catch(HibernateException e) { this.logger.error(e); throw new ECARException("erro.hibernateException"); } }
262926302631263226332634263526362637
q.setString("nomeEtt", nomeEtt); q.setMaxResults(1); estruturaEtt = (EstruturaEtt) q.uniqueResult(); } catch(HibernateException e) { this.logger.error(e); throw new ECARException("erro.hibernateException"); } return estruturaEtt; }
27002701270227032704270527062707
return existeAtributoSatbUsado; }catch(HibernateException e) { this.logger.error(e); throw new ECARException("erro.hibernateException"); } }
273427352736273727382739274027412742
label = ettat.getAtributosAtb().getLabelPadraoAtb(); } } } catch(HibernateException e) { this.logger.error(e); throw new ECARException("erro.hibernateException"); } return label; }