Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1329 Rev 1367
Line 21... Line 21...
21
 
21
 
22
	private String utilisateurId = null;
22
	private String utilisateurId = null;
Line 23... Line 23...
23
	private Rafraichissable vueARafraichir = null;
23
	private Rafraichissable vueARafraichir = null;
-
 
24
 
24
 
25
	public StructureAPersonneAsyncDao(Rafraichissable vueARafraichirCourrante) {
25
	public StructureAPersonneAsyncDao(Rafraichissable vueARafraichirCourrante) {
26
		if (Mediateur.DEBUG) System.out.println("|| StructureAPersonneAsyncDao > vueARafraichir = "+vueARafraichirCourrante.getClass().toString());
26
		vueARafraichir = vueARafraichirCourrante;
27
		vueARafraichir = vueARafraichirCourrante;
Line 27... Line 28...
27
		utilisateurId = ((Mediateur) Registry.get(RegistreId.MEDIATEUR)).getUtilisateurId();
28
		utilisateurId = ((Mediateur) Registry.get(RegistreId.MEDIATEUR)).getUtilisateurId();