Line 168... |
Line 168... |
168 |
});
|
168 |
});
|
169 |
avecMotifAccesChp.setFieldLabel("Si oui, quelles démarches doit-on faire pour les visiter ?");
|
169 |
avecMotifAccesChp.setFieldLabel("Si oui, quelles démarches doit-on faire pour les visiter ?");
|
Line 170... |
Line 170... |
170 |
|
170 |
|
Line 171... |
Line 171... |
171 |
}
|
171 |
}
|
172 |
|
172 |
|
173 |
public void peupler() {
|
173 |
public void peupler() {
|
174 |
if(valorisation == null) {
|
174 |
if(valorisation == null) {
|
175 |
initialiserValorisation();
|
175 |
initialiserValorisation();
|
176 |
}
|
176 |
}
|
177 |
if (formulaireCourant.mode.equals(Formulaire.MODE_AJOUTER)) {
|
177 |
if (formulaireCourant.mode.equals(Formulaire.MODE_AJOUTER)) {
|
178 |
// Indique que l'onglet a pu être modifié pour la méthode collecter...
|
178 |
// Indique que l'onglet a pu être modifié pour la méthode collecter...
|
179 |
setData("acces", true);
|
179 |
setData("acces", true);
|
180 |
// Initialisation de l'objet Structure
|
180 |
// Initialisation de l'objet Structure
|
181 |
valorisation = new StructureValorisation();
|
181 |
valorisation = new StructureValorisation();
|
182 |
}
|
182 |
}
|
183 |
if (formulaireCourant.mode.equals(Formulaire.MODE_MODIFIER) && valorisation != null) {
|
183 |
if (formulaireCourant.mode.equals(Formulaire.MODE_MODIFIER) && valorisation != null) {
|
- |
|
184 |
// ACTION :
|
184 |
// ACTION :
|
185 |
//TODO : check below:
|
- |
|
186 |
if(valorisation.getAction() != null) {
|
185 |
//TODO : check below:
|
187 |
((Radio) actionMarkRGrpChp.get(valorisation.getAction() ^ 1)).setValue(true);
|
186 |
((Radio) actionMarkRGrpChp.get((valorisation.getAction().equals("1") ? 0 : 1))).setValue(true);
|
188 |
}
|
187 |
|
189 |
|
188 |
// ACTION INFO
|
190 |
// ACTION INFO
|
189 |
peuplerCasesACocher(valorisation.getActionInfo(), actionTrukCacGrpChp, actionAutreChp);
|
191 |
peuplerCasesACocher(valorisation.getActionInfo(), actionTrukCacGrpChp, actionAutreChp);
|
190 |
|
192 |
|
191 |
// PUBLICATION
|
193 |
// PUBLICATION
|
192 |
publicationChp.setValue(valorisation.getPublication());
|
194 |
publicationChp.setValue(valorisation.getPublication());
|
193 |
|
195 |
|
194 |
// COLLECTION AUTRE
|
196 |
// COLLECTION AUTRE
|
195 |
peuplerCasesACocher(valorisation.getCollectionAutre(), autreCollectionTrukCacGrpChp, autreCollectionAutreChp);
|
197 |
peuplerCasesACocher(valorisation.getCollectionAutre(), autreCollectionTrukCacGrpChp, autreCollectionAutreChp);
|
- |
|
198 |
|
196 |
|
199 |
// ACTION FUTURE
|
- |
|
200 |
if(valorisation.getActionFuture() != null) {
|
197 |
// ACTION FUTURE
|
201 |
((Radio) futureActionMarkRGrpChp.get(valorisation.getActionFuture() ^ 1)).setValue(true);
|
198 |
((Radio) futureActionMarkRGrpChp.get((valorisation.getActionFuture().equals("1") ? 0 : 1))).setValue(true);
|
202 |
}
|
199 |
|
203 |
|
200 |
// ACTION FUTURE INFO
|
204 |
// ACTION FUTURE INFO
|
201 |
futureActionChp.setValue(valorisation.getActionFutureInfo());
|
205 |
futureActionChp.setValue(valorisation.getActionFutureInfo());
|
- |
|
206 |
|
202 |
|
207 |
// RECHERCHE
|
- |
|
208 |
if(valorisation.getRecherche() != null) {
|
203 |
// RECHERCHE
|
209 |
((Radio) rechercheMarkRGrpChp.get(valorisation.getRecherche() ^ 1)).setValue(true);
|
204 |
((Radio) rechercheMarkRGrpChp.get((valorisation.getRecherche().equals("1") ? 0 : 1))).setValue(true);
|
210 |
}
|
205 |
// RECHERCHE PROVENANCE
|
211 |
// RECHERCHE PROVENANCE
|
206 |
peuplerCasesACocher(valorisation.getRechercheProvenance(), provenanceRechercheTrukCacGrpChp, provenanceRechercheAutreChp);
|
212 |
peuplerCasesACocher(valorisation.getRechercheProvenance(), provenanceRechercheTrukCacGrpChp, provenanceRechercheAutreChp);
|
Line 207... |
Line 213... |
207 |
// RECHERCHE TYPE
|
213 |
// RECHERCHE TYPE
|
- |
|
214 |
peuplerCasesACocher(valorisation.getRechercheType(), typeRechercheTrukCacGrpChp, typeRechercheAutreChp);
|
208 |
peuplerCasesACocher(valorisation.getRechercheType(), typeRechercheTrukCacGrpChp, typeRechercheAutreChp);
|
215 |
|
- |
|
216 |
// ACCÈS SANS MOTIF
|
209 |
|
217 |
if(valorisation.getAccesSansMotif() != null) {
|
210 |
// ACCÈS SANS MOTIF
|
218 |
((Radio) sansMotifAccesMarkRGrpChp.get(valorisation.getAccesSansMotif() ^ 1)).setValue(true);
|
211 |
((Radio) sansMotifAccesMarkRGrpChp.get((valorisation.getAccesSansMotif().equals("1") ? 0 : 1))).setValue(true);
|
219 |
}
|
212 |
// ACCÈS SANS MOTIF INFO
|
220 |
// ACCÈS SANS MOTIF INFO
|
- |
|
221 |
sansMotifAccesChp.setValue(valorisation.getAccesSansMotifInfo());
|
213 |
sansMotifAccesChp.setValue(valorisation.getAccesSansMotifInfo());
|
222 |
|
- |
|
223 |
// VISITE AVEC MOTIF
|
214 |
|
224 |
if(valorisation.getVisiteAvecMotif() != null) {
|
215 |
// VISITE AVEC MOTIF
|
225 |
((Radio) avecMotifAccesMarkRGrpChp.get(valorisation.getVisiteAvecMotif() ^ 1)).setValue(true);
|
216 |
((Radio) avecMotifAccesMarkRGrpChp.get((valorisation.getVisiteAvecMotif().equals("1") ? 0 : 1))).setValue(true);
|
226 |
}
|
217 |
// VISITE AVEC MOTIF INFO
|
227 |
// VISITE AVEC MOTIF INFO
|
218 |
avecMotifAccesChp.setValue(valorisation.getVisiteAvecMotifInfo());
|
228 |
avecMotifAccesChp.setValue(valorisation.getVisiteAvecMotifInfo());
|
219 |
|
- |
|
220 |
// Indique que l'onglet a été rempli et a pu être modifié pour la méthode collecter...
|
229 |
|
- |
|
230 |
// Indique que l'onglet a été rempli et a pu être modifié pour la méthode collecter...
|
Line 221... |
Line 231... |
221 |
this.setData("acces", true);
|
231 |
this.setData("acces", true);
|
222 |
}
|
232 |
}
|
223 |
}
|
233 |
}
|