Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 66 Rev 69
Line 18... Line 18...
18
import com.google.gwt.json.client.JSONBoolean;
18
import com.google.gwt.json.client.JSONBoolean;
19
import com.google.gwt.json.client.JSONParser;
19
import com.google.gwt.json.client.JSONParser;
20
import com.google.gwt.json.client.JSONString;
20
import com.google.gwt.json.client.JSONString;
21
import com.google.gwt.json.client.JSONValue;
21
import com.google.gwt.json.client.JSONValue;
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
public class UtilisateurAsyncDAO {
23
public class UtilisateurAsyncDao {
24
 
24
 
25
	private Utilisateur utilisateur = null;
25
	private Utilisateur utilisateur = null;
Line 26... Line 26...
26
	private String urlServiceBase = null;
26
	private String urlServiceBase = null;
27
	private Rafraichissable rafraichissement = null;
27
	private Rafraichissable rafraichissement = null;
28
	
28
	
29
	/**
29
	/**
30
	 * Constructeur
30
	 * Constructeur
31
	 * @param retour : méthode appellée en retour d'appel. 
31
	 * @param retour : méthode appellée en retour d'appel. 
32
	 */
32
	 */
33
	public UtilisateurAsyncDAO(Rafraichissable r) {
33
	public UtilisateurAsyncDao(Rafraichissable r) {
34
		rafraichissement = r;
34
		rafraichissement = r;