Subversion Repositories eFlore/Applications.del

Rev

Rev 977 | Rev 1003 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 977 Rev 981
Line 170... Line 170...
170
		while (itInterventions.hasNext()) {
170
		while (itInterventions.hasNext()) {
171
			JSONObject jsonIntervention = interventions.get(itInterventions.next()).isObject();
171
			JSONObject jsonIntervention = interventions.get(itInterventions.next()).isObject();
172
			String nomSel = getValeurOuVide(jsonIntervention, "nom_sel");
172
			String nomSel = getValeurOuVide(jsonIntervention, "nom_sel");
Line 173... Line 173...
173
 
173
 
174
			String id = getValeurOuVide(jsonIntervention, "id_commentaire");
174
			String id = getValeurOuVide(jsonIntervention, "id_commentaire");
175
			String idParent = getValeurOuVide(jsonIntervention, "ce_commentaire_parent");
175
			String idParent = getValeurOuVide(jsonIntervention, "id_parent");
Line 176... Line 176...
176
			String texte = getValeurOuVide(jsonIntervention, "texte");
176
			String texte = getValeurOuVide(jsonIntervention, "texte");
177
 
177
 
178
			String idUtilisateur = getValeurOuVide(jsonIntervention, "auteur.id");
178
			String idUtilisateur = getValeurOuVide(jsonIntervention, "auteur.id");