Subversion Repositories eFlore/Applications.coel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1512 → Rev 1513

/trunk/src/org/tela_botanica/client/modeles/structure/StructureAPersonneAsyncDao.java
33,13 → 33,7
 
public void selectionner(final boolean paginationProgressive, final String structureId, final String roleId, final String recherche, final int start, final int nbElements, final Integer seqId) {
Debug.log("selectionner structure a personne");
/*Debug.log("paginationProgressive="+paginationProgressive);
Debug.log("structureId="+structureId);
Debug.log("roleId="+roleId);
Debug.log("recherche="+recherche);
Debug.log("nbElements="+nbElements);
Debug.log("seqId="+seqId);*/
 
String[] parametres = {structureId, roleId};
HashMap<String, String> restrictions = new HashMap<String, String>();
Property changes:
Modified: svn:mergeinfo
Merged /trunk/src/org/tela_botanica/client/modeles/structure/StructureAPersonneAsyncDao.java:r11-934
Merged /branches/v1.1-aramon/src/org/tela_botanica/client/modeles/structure/StructureAPersonneAsyncDao.java:r1417-1511