| Line 231... |
Line 231... |
| 231 |
}
|
231 |
}
|
| Line 232... |
Line 232... |
| 232 |
|
232 |
|
| 233 |
//+----------------------------------------------------------------------------------------------------------------+
|
233 |
//+----------------------------------------------------------------------------------------------------------------+
|
| Line -... |
Line 234... |
| - |
|
234 |
// GESTION de la relation COLLECTION A PERSONNE
|
| - |
|
235 |
|
| - |
|
236 |
public void selectionnerCollectionAPersonne(Rafraichissable vueARafraichir, String collectionId, String roleId, String recherche, int start, int nbElements, Integer seqId) {
|
| - |
|
237 |
CollectionAPersonneAsyncDao sapDao = new CollectionAPersonneAsyncDao(vueARafraichir);
|
| - |
|
238 |
sapDao.selectionner(true, collectionId, roleId, recherche, start, nbElements, seqId);
|
| 234 |
// GESTION de la relation COLLECTION A PERSONNE
|
239 |
}
|
| 235 |
|
240 |
|
| 236 |
public void selectionnerCollectionAPersonne(Rafraichissable vueARafraichir, String collectionId, String roleId, Integer seqId) {
|
241 |
public void selectionnerCollectionAPersonne(Rafraichissable vueARafraichir, String collectionId, String roleId, Integer seqId) {
|
| 237 |
CollectionAPersonneAsyncDao sapDao = new CollectionAPersonneAsyncDao(vueARafraichir);
|
242 |
CollectionAPersonneAsyncDao sapDao = new CollectionAPersonneAsyncDao(vueARafraichir);
|
| Line 238... |
Line 243... |
| 238 |
sapDao.selectionner(collectionId, roleId, seqId);
|
243 |
sapDao.selectionner(false, collectionId, roleId, null, 0, -1, seqId);
|
| 239 |
}
|
244 |
}
|
| 240 |
|
245 |
|