Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1467 → Rev 1468

/trunk/src/org/tela_botanica/client/modeles/structure/StructureAsyncDao.java
47,7 → 47,7
String[] parametres = {projetId, structureId, nom};
HashMap<String, String> restrictions = new HashMap<String, String>();
restrictions.put("orderby", "cs_ville");
 
if (nbElements != -1) {
restrictions.put("limit", String.valueOf(nbElements));
}