124125126127128129130131132133134
} return portlet; } catch (HibernateException he) { throw new SystemException(he); } finally { HibernateUtil.closeSession(session); } }
152153154155156157158159160161162
catch (HibernateException he) { if (he instanceof ObjectNotFoundException) { throw new NoSuchPortletException(portletPK.toString()); } else { throw new SystemException(he); } } finally { HibernateUtil.closeSession(session); }
187188189190191192193194195196197
} return list; } catch (HibernateException he) { throw new SystemException(he); } finally { HibernateUtil.closeSession(session); } }
251252253254255256257258259260261
367368369370371372373374375376377
} return array; } catch (HibernateException he) { throw new SystemException(he); } finally { HibernateUtil.closeSession(session); } }
401402403404405406407408409410411
465466467468469470471472473474475
581582583584585586587588589590591
619620621622623624625626627628629
686687688689690691692693694695696