Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1062 Rev 1104
Line 24... Line 24...
24
import com.google.gwt.i18n.client.DateTimeFormat;
24
import com.google.gwt.i18n.client.DateTimeFormat;
25
import com.google.gwt.json.client.JSONArray;
25
import com.google.gwt.json.client.JSONArray;
26
import com.google.gwt.json.client.JSONObject;
26
import com.google.gwt.json.client.JSONObject;
27
import com.google.gwt.json.client.JSONParser;
27
import com.google.gwt.json.client.JSONParser;
28
import com.google.gwt.json.client.JSONValue;
28
import com.google.gwt.json.client.JSONValue;
-
 
29
import com.google.gwt.user.client.Window;
Line 29... Line 30...
29
 
30
 
30
/**
31
/**
31
 * Centralisation des methodes de parsing du code JSON retourné par les
32
 * Centralisation des methodes de parsing du code JSON retourné par les
32
 * webservices
33
 * webservices
Line 208... Line 209...
208
					// nbComm++;
209
					// nbComm++;
209
					// }
210
					// }
210
					intervention.setNbCommentaires(nbComm);
211
					intervention.setNbCommentaires(nbComm);
211
				}
212
				}
Line -... Line 213...
-
 
213
 
-
 
214
				if (nom_ret_nn != null && !nom_ret_nn.equals("")) {
-
 
215
					intervention.setNumNomenclatural(nom_ret_nn);
-
 
216
				}
212
 
217
				
213
				if (!idParent.equals("")) {
218
				if (!idParent.equals("")) {
214
					intervention.setIdParent(idParent);
219
					intervention.setIdParent(idParent);
Line 215... Line 220...
215
				}
220
				}