Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1417 Rev 1468
Line 45... Line 45...
45
		
45
		
46
		String nom = (nomStructure == null) ? "%" : nomStructure+"%";
46
		String nom = (nomStructure == null) ? "%" : nomStructure+"%";
Line 47... Line 47...
47
		String[] parametres = {projetId, structureId, nom};
47
		String[] parametres = {projetId, structureId, nom};
48
		
-
 
-
 
48
		
49
		HashMap<String, String> restrictions = new HashMap<String, String>();
49
		HashMap<String, String> restrictions = new HashMap<String, String>();
50
		restrictions.put("orderby", "cs_ville");
50
 
51
		if (nbElements != -1)	{
51
		if (nbElements != -1)	{
Line 52... Line 52...
52
			restrictions.put("limit", String.valueOf(nbElements));
52
			restrictions.put("limit", String.valueOf(nbElements));