Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 12 Rev 141
Line 6... Line 6...
6
 */
6
 */
Line 7... Line 7...
7
 
7
 
8
 
8
 
-
 
9
import org.tela_botanica.client.interfaces.Rafraichissable;
9
import org.tela_botanica.client.interfaces.Rafraichissable;
10
import org.tela_botanica.client.modeles.Configuration;
Line 10... Line 11...
10
import org.tela_botanica.client.modeles.Configuration;
11
import org.tela_botanica.client.modeles.ListeUtilisateurAsynchroneDAO;
Line 85... Line 86...
85
 
86
 
86
		return config;
87
		return config;
Line -... Line 88...
-
 
88
	}
-
 
89
 
-
 
90
 
-
 
91
 
-
 
92
	public void obtenirListeUtilisateur(Rafraichissable r,String rech, String identifiant) {
-
 
93
		
-
 
94
		ListeUtilisateurAsynchroneDAO liDAO = new ListeUtilisateurAsynchroneDAO(this);
-
 
95
		liDAO.obtenirListeUtilisateur(r,rech,identifiant);
Line 87... Line 96...
87
	}
96
	}