Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 935 Rev 1040
Line 24... Line 24...
24
		vueARafraichir = vue;
24
		vueARafraichir = vue;
25
		utilisateurId = ((Mediateur) Registry.get(RegistreId.MEDIATEUR)).getUtilisateurId();
25
		utilisateurId = ((Mediateur) Registry.get(RegistreId.MEDIATEUR)).getUtilisateurId();
26
	}
26
	}
Line 27... Line 27...
27
 
27
 
-
 
28
	public void selectionner(String personneId, String projetId, String nomComplet, final int pageCourante, final int nbElements) {
28
	public void selectionner(String personneId, String projetId, String nomComplet, final int pageCourante, final int nbElements) {
29
		System.out.println(pageCourante +" " + nbElements);
Line 29... Line 30...
29
		String[] parametres = {personneId, projetId, nomComplet};
30
		String[] parametres = {personneId, projetId, nomComplet};
30
		
31
		
31
		HashMap<String, String> restrictions = new HashMap<String, String>();
32
		HashMap<String, String> restrictions = new HashMap<String, String>();