Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1468 Rev 1513
Line 31... Line 31...
31
		utilisateurId = ((Mediateur) Registry.get(RegistreId.MEDIATEUR)).getUtilisateurId();
31
		utilisateurId = ((Mediateur) Registry.get(RegistreId.MEDIATEUR)).getUtilisateurId();
32
	}
32
	}
Line 33... Line 33...
33
 
33
 
34
	
-
 
35
	public void selectionner(final boolean paginationProgressive, final String structureId, final String roleId, final String recherche, final int start, final int nbElements, final Integer seqId) {
-
 
36
Debug.log("selectionner structure a personne");
-
 
37
/*Debug.log("paginationProgressive="+paginationProgressive);
-
 
38
Debug.log("structureId="+structureId);
-
 
39
Debug.log("roleId="+roleId);
-
 
40
Debug.log("recherche="+recherche);
-
 
-
 
34
	
41
Debug.log("nbElements="+nbElements);
35
	public void selectionner(final boolean paginationProgressive, final String structureId, final String roleId, final String recherche, final int start, final int nbElements, final Integer seqId) {
Line 42... Line 36...
42
Debug.log("seqId="+seqId);*/
36
 
Line 43... Line 37...
43
		String[] parametres = {structureId, roleId};
37
		String[] parametres = {structureId, roleId};