| Line 192... |
Line 192... |
| 192 |
// GESTION DES COLLECTIONS
|
192 |
// GESTION DES COLLECTIONS
|
| 193 |
//+----------------------------------------------------------------------------------------------------------------+
|
193 |
//+----------------------------------------------------------------------------------------------------------------+
|
| Line 194... |
Line 194... |
| 194 |
|
194 |
|
| 195 |
public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId, String nom, int start, int nbElements, Integer seqId) {
|
195 |
public void selectionnerCollection(Rafraichissable vueARafraichir, String collectionId, String nom, int start, int nbElements, Integer seqId) {
|
| - |
|
196 |
CollectionAsyncDao cDao = new CollectionAsyncDao(vueARafraichir);
|
| 196 |
CollectionAsyncDao cDao = new CollectionAsyncDao(vueARafraichir);
|
197 |
//Coel.LogVersFirebug("> selectionnerCollection : [" + collectionId + "]");
|
| 197 |
cDao.selectionner(false, collectionId, nom, start, nbElements, seqId);
|
198 |
cDao.selectionner(false, collectionId, nom, start, nbElements, seqId);
|
| Line 198... |
Line 199... |
| 198 |
}
|
199 |
}
|
| 199 |
|
200 |
|