Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1633 Rev 1762
Line 23... Line 23...
23
import com.google.gwt.user.client.Window;
23
import com.google.gwt.user.client.Window;
Line 24... Line 24...
24
 
24
 
Line 25... Line 25...
25
public class CollectionAsyncDao {
25
public class CollectionAsyncDao {
-
 
26
	
26
	
27
	public static final String SERVICE_NOM = "CoelCollection";
27
	public static final String SERVICE_NOM = "CoelCollection";
28
	public static String tri = null;
Line 28... Line 29...
28
	private String utilisateurId = null;
29
	private String utilisateurId = null;
29
	private Rafraichissable vueARafraichir = null;
30
	private Rafraichissable vueARafraichir = null;
Line 53... Line 54...
53
		
54
		
54
		if (nbElements != -1)	{
55
		if (nbElements != -1)	{
55
			restrictions.put("limit", String.valueOf(nbElements));
56
			restrictions.put("limit", String.valueOf(nbElements));
Line -... Line 57...
-
 
57
		}
-
 
58
 
-
 
59
		if(tri != null) {
-
 
60
			restrictions.put("orderby", tri);
56
		}
61
		}
57
 
62
 
Line 58... Line 63...
58
		/** GESTION DE LA REQUETE dans le cas d'une liste paginée progressive **/
63
		/** GESTION DE LA REQUETE dans le cas d'une liste paginée progressive **/
59
		if (paginationProgressive) {
64
		if (paginationProgressive) {