Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1938 → Rev 1939

/trunk/src/org/tela_botanica/client/Modele.java
194,6 → 194,7
public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId, String nom, int start, int nbElements, Integer seqId) {
CollectionAsyncDao cDao = new CollectionAsyncDao(vueARafraichir);
//Coel.LogVersFirebug("> selectionnerCollection : [" + collectionId + "]");
cDao.selectionner(false, collectionId, nom, start, nbElements, seqId);
}