Line 341... |
Line 341... |
341 |
// Voir la méthode rafraichir().
|
341 |
// Voir la méthode rafraichir().
|
342 |
} else if (mode.equals(MODE_MODIFIER)) {
|
342 |
} else if (mode.equals(MODE_MODIFIER)) {
|
Line 343... |
Line 343... |
343 |
|
343 |
|
344 |
// Modification des informations sur la Structure
|
344 |
// Modification des informations sur la Structure
|
345 |
if (structure == null && conservation == null && valorisation == null) {
|
345 |
if (structure == null && conservation == null && valorisation == null) {
|
346 |
InfoLogger.display("Modification d'une institution", "Rien n'a été enregistré car le formulaire n'a pas été modifié.");
|
346 |
//InfoLogger.display("Modification d'une institution", "Rien n'a été enregistré car le formulaire n'a pas été modifié.");
|
347 |
} else {
|
347 |
} else {
|
348 |
mediateur.modifierStructure(this, identification.getId(), structure, conservation, valorisation);
|
348 |
mediateur.modifierStructure(this, identification.getId(), structure, conservation, valorisation);
|
Line 349... |
Line 349... |
349 |
}
|
349 |
}
|
350 |
|
350 |
|
351 |
if (personnelModifie.size() == 0 && personnelAjoute.size() == 0 && personnelSupprime.size() == 0) {
|
351 |
if (personnelModifie.size() == 0 && personnelAjoute.size() == 0 && personnelSupprime.size() == 0) {
|
352 |
InfoLogger.display("Modification du personnel", "Rien n'a été enregistré car le formulaire n'a pas été modifié.");
|
352 |
//InfoLogger.display("Modification du personnel", "Rien n'a été enregistré car le formulaire n'a pas été modifié.");
|
353 |
} else {
|
353 |
} else {
|
354 |
if (personnelModifie.size() != 0) {
|
354 |
if (personnelModifie.size() != 0) {
|
355 |
decompteRafraichissementPersonnel++;
|
355 |
decompteRafraichissementPersonnel++;
|