Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1434 → Rev 1433

/branches/v1.1-aramon/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));
}