Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 277 Rev 289
Line 34... Line 34...
34
	public void obtenirListeValeurs(Rafraichissable vue, Integer id) {
34
	public void obtenirListeValeurs(Rafraichissable vue, Integer id) {
35
		ValeurListeAsyncDao lsDao = new ValeurListeAsyncDao(vue);
35
		ValeurListeAsyncDao lsDao = new ValeurListeAsyncDao(vue);
36
		lsDao.obtenirListe(id);
36
		lsDao.obtenirListe(id);
37
	}
37
	}
Line -... Line 38...
-
 
38
	
-
 
39
	
-
 
40
	public void obtenirListeRegion(Rafraichissable vue, Integer id, String strPays) {
-
 
41
		ValeurListeAsyncDao lsDao = new ValeurListeAsyncDao(vue, strPays);
-
 
42
		lsDao.obtenirListe(id);
-
 
43
	}
38
	
44
	
39
	//+----------------------------------------------------------------------------------------------------------------+
45
	//+----------------------------------------------------------------------------------------------------------------+
40
	//												GESTION DES UTILISATEURS
46
	//												GESTION DES UTILISATEURS
Line 41... Line 47...
41
	//+----------------------------------------------------------------------------------------------------------------+
47
	//+----------------------------------------------------------------------------------------------------------------+