| Line 505... |
Line 505... |
| 505 |
|
505 |
|
| 506 |
// STOCKAGE PAREMETRE
|
506 |
// STOCKAGE PAREMETRE
|
| Line 507... |
Line 507... |
| 507 |
peuplerCasesACocher(conservation.getStockageParametre(), parametreStockageTrukCacGrpChp, parametreStockageAutreChp);
|
507 |
peuplerCasesACocher(conservation.getStockageParametre(), parametreStockageTrukCacGrpChp, parametreStockageAutreChp);
|
| - |
|
508 |
|
| 508 |
|
509 |
// COLLECTION COMMUNE
|
| - |
|
510 |
if(conservation.getCollectionCommune() != null) {
|
| 509 |
// COLLECTION COMMUNE
|
511 |
((Radio) collectionCommuneMarkRGrpChp.get(conservation.getCollectionCommune() ^ 1)).setValue(true);
|
| 510 |
((Radio) collectionCommuneMarkRGrpChp.get((conservation.getCollectionCommune().equals("1") ? 0 : 1))).setValue(true);
|
512 |
}
|
| Line 511... |
Line 513... |
| 511 |
// COLLECTION AUTRE
|
513 |
// COLLECTION AUTRE
|
| - |
|
514 |
peuplerCasesACocher(conservation.getCollectionAutre(), collectionAutreTrukCacGrpChp, collectionAutreAutreChp);
|
| 512 |
peuplerCasesACocher(conservation.getCollectionAutre(), collectionAutreTrukCacGrpChp, collectionAutreAutreChp);
|
515 |
|
| - |
|
516 |
// ACCÈS CONTROLÉ
|
| Line 513... |
Line 517... |
| 513 |
|
517 |
if(conservation.getAccesControle() != null) {
|
| - |
|
518 |
((Radio) accesControleMarkRGrpChp.get(conservation.getAccesControle() ^ 1)).setValue(true);
|
| 514 |
// ACCÈS CONTROLÉ
|
519 |
}
|
| - |
|
520 |
|
| 515 |
((Radio) accesControleMarkRGrpChp.get((conservation.getAccesControle().equals("1") ? 0 : 1))).setValue(true);
|
521 |
// RESTAURATION
|
| 516 |
|
522 |
if(conservation.getRestauration() != null) {
|
| Line 517... |
Line 523... |
| 517 |
// RESTAURATION
|
523 |
((Radio) restaurationMarkRGrpChp.get(conservation.getRestauration() ^ 1)).setValue(true);
|
| 518 |
((Radio) restaurationMarkRGrpChp.get((conservation.getRestauration().equals("1") ? 0 : 1))).setValue(true);
|
524 |
}
|
| Line 519... |
Line 525... |
| 519 |
// RESTAURATION OPÉRATION
|
525 |
// RESTAURATION OPÉRATION
|
| 520 |
peuplerCasesACocher(conservation.getRestaurationOperation(), opRestauTrukCacGrpChp, opRestauAutreChp);
|
526 |
peuplerCasesACocher(conservation.getRestaurationOperation(), opRestauTrukCacGrpChp, opRestauAutreChp);
|
| Line 521... |
Line 527... |
| 521 |
|
527 |
|
| - |
|
528 |
// MATERIEL CONSERVATION
|
| 522 |
// MATERIEL CONSERVATION
|
529 |
peuplerBoutonsRadio(conservation.getMaterielConservation(), materielConservationCeRGrpChp);
|
| - |
|
530 |
|
| 523 |
peuplerBoutonsRadio(conservation.getMaterielConservation(), materielConservationCeRGrpChp);
|
531 |
// MATERIEL AUTRE
|
| 524 |
|
532 |
peuplerCasesACocher(conservation.getMaterielAutre(), autreMaterielTrukCacGrpChp, autreMaterielAutreChp);
|
| Line 525... |
Line 533... |
| 525 |
// MATERIEL AUTRE
|
533 |
|
| - |
|
534 |
// TRAITEMENT
|
| 526 |
peuplerCasesACocher(conservation.getMaterielAutre(), autreMaterielTrukCacGrpChp, autreMaterielAutreChp);
|
535 |
if(conservation.getTraitement() != null) {
|
| - |
|
536 |
((Radio) traitementMarkRGrpChp.get(conservation.getTraitement() ^ 1)).setValue(true);
|
| Line 527... |
Line 537... |
| 527 |
|
537 |
}
|
| - |
|
538 |
// TRAITEMENTS
|
| 528 |
// TRAITEMENT
|
539 |
peuplerCasesACocher(conservation.getTraitements(), traitementTrukCacGrpChp, traitementAutreChp);
|
| - |
|
540 |
|
| Line 529... |
Line 541... |
| 529 |
((Radio) traitementMarkRGrpChp.get((conservation.getTraitement().equals("1") ? 0 : 1))).setValue(true);
|
541 |
// ACQUISITION COLLECTION
|
| 530 |
// TRAITEMENTS
|
542 |
if(conservation.getAcquisitionCollection() != null) {
|
| 531 |
peuplerCasesACocher(conservation.getTraitements(), traitementTrukCacGrpChp, traitementAutreChp);
|
543 |
((Radio) collectionAcquisitionMarkRGrpChp.get(conservation.getAcquisitionCollection() ^ 1)).setValue(true);
|
| 532 |
|
544 |
}
|