Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1761 → Rev 1762

/trunk/src/org/tela_botanica/client/modeles/personne/PersonneAsyncDao.java
22,6 → 22,7
 
public class PersonneAsyncDao {
private static final String SERVICE_NOM = "CoelPersonne";
public static String tri = null;
private String utilisateurId = null;
private Rafraichissable vueARafraichir = null;
50,6 → 51,10
if (nbElements != -1) {
restrictions.put("limit", String.valueOf(nbElements));
}
 
if(tri != null) {
restrictions.put("orderby", tri);
}
/** GESTION DE LA REQUETE dans le cas d'une liste paginée progressive **/
if (paginationProgressive) {