Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 65 Rev 70
Line 11... Line 11...
11
import com.google.gwt.http.client.Response;
11
import com.google.gwt.http.client.Response;
12
import com.google.gwt.json.client.JSONArray;
12
import com.google.gwt.json.client.JSONArray;
13
import com.google.gwt.json.client.JSONParser;
13
import com.google.gwt.json.client.JSONParser;
14
import com.google.gwt.json.client.JSONString;
14
import com.google.gwt.json.client.JSONString;
15
import com.google.gwt.json.client.JSONValue;
15
import com.google.gwt.json.client.JSONValue;
-
 
16
import com.google.gwt.user.client.Window;
Line 16... Line 17...
16
 
17
 
17
/**
18
/**
18
 * DAO la liste des communes.
19
 * DAO la liste des communes.
19
 * @author David Delon
20
 * @author David Delon
Line 47... Line 48...
47
	 */
48
	 */
Line 48... Line 49...
48
	
49
	
Line -... Line 50...
-
 
50
	
-
 
51
	public final void obtenirListeEntitesGeographiques(final Rafraichissable r, final String utilisateur) {
49
	
52
		
Line -... Line 53...
-
 
53
		
50
	public final void obtenirListeEntitesGeographiques(final Rafraichissable r, final String utilisateur) {
54
		
Line 51... Line 55...
51
		
55
		RequestBuilder rb = new RequestBuilder(RequestBuilder.GET, observationModele.getConfig().getServiceBaseUrl() + "/InventoryLocationList/" + utilisateur);
Line 52... Line 56...
52
		RequestBuilder rb = new RequestBuilder(RequestBuilder.GET, observationModele.getConfig().getServiceBaseUrl() + "/InventoryLocationList/" + utilisateur);
56
		
Line 61... Line 65...
61
				}
65
				}
Line 62... Line 66...
62
 
66
 
63
				public void onResponseReceived(final Request request,
67
				public void onResponseReceived(final Request request,
Line -... Line 68...
-
 
68
						final Response response) {
64
						final Response response) {
69
					
Line 65... Line 70...
65
					
70
					
Line 66... Line 71...
66
					final ListeEntiteGeographiqueObservation listeEntiteGeographiqueObservation;
71
					final ListeEntiteGeographiqueObservation listeEntiteGeographiqueObservation;