202203204205206207208209
if (dlgDialog.OK_Button()) { TypeAvertissement typeAvertissement = dlgDialog.renvoiTypeAvertissement(); getTypeAvertissementDao().insert(typeAvertissement); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
226227228229230231232233
typeAvertissement = dlgDialog.renvoiTypeAvertissement(); getTypeAvertissementDao().update(typeAvertissement); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
264265266267268269270271
aDialog.pack(); aDialog.setVisible(true); } catch (NullPointerException exc) { throw new PrjException(exc.getMessage()); } }
196197198199200201202203
if (dlgDialog.OK_Button()) { AttributionRoleUser attributionRoleUser = dlgDialog.renvoiAttributionRoleUser(); getAttributionRoleUserDao().insert(attributionRoleUser); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
219220221222223224225226
attributionRoleUser = dlgDialog.renvoiAttributionRoleUser(); getAttributionRoleUserDao().update(attributionRoleUser); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
235236237238239240241242
if (dlgDialog.OK_Button()) { CompteUser compteUser = dlgDialog.renvoiCompteUser(); getCompteUserDao().insert(compteUser); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
258259260261262263264265
compteUser = dlgDialog.renvoiCompteUser(); getCompteUserDao().update(compteUser); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
272273274275276277278279
if (dlgDialog.OK_Button()) { FichePaie fichePaie = dlgDialog.renvoiFichePaie(); getFichePaieDao().insert(fichePaie); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
295296297298299300301302
fichePaie = dlgDialog.renvoiFichePaie(); getFichePaieDao().update(fichePaie); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
267268269270271272273274
if (dlgDialog.OK_Button()) { PeriodeDeTravail periodeTravail = dlgDialog.renvoiPeriodeTravail(); getPeriodeTravailDao().insert(periodeTravail); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }