Subversion Repositories eFlore/Applications.coel

Rev

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

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