Subversion Repositories eFlore/Applications.coel

Rev

Rev 1255 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1255 Rev 1347
Line 31... Line 31...
31
 
31
 
32
	public void selectionner(final String publicationId, String projetId, String nomComplet, final int nbElements, final int pageCourante) {
32
	public void selectionner(final String publicationId, String projetId, String nomComplet, final int nbElements, final int pageCourante) {
Line 33... Line 33...
33
		String[] parametres = {projetId, publicationId, nomComplet};
33
		String[] parametres = {projetId, publicationId, nomComplet};
-
 
34
 
34
 
35
		HashMap<String, String> restrictions = new HashMap<String, String>();
35
		HashMap<String, String> restrictions = new HashMap<String, String>();
36
		restrictions.put("orderby", "cpu_titre");
36
		restrictions.put("start", String.valueOf(pageCourante*nbElements));
37
		restrictions.put("start", String.valueOf(pageCourante*nbElements));
37
		if (nbElements != -1)	{
38
		if (nbElements != -1)	{