| Line 263... |
Line 263... |
| 263 |
collectionAPersonneDao.supprimer(collectionAPersonneId);
|
263 |
collectionAPersonneDao.supprimer(collectionAPersonneId);
|
| 264 |
}
|
264 |
}
|
| Line 265... |
Line 265... |
| 265 |
|
265 |
|
| 266 |
//+----------------------------------------------------------------------------------------------------------------+
|
266 |
//+----------------------------------------------------------------------------------------------------------------+
|
| - |
|
267 |
// GESTION de la relation COLLECTION A PUBLICATION
|
| - |
|
268 |
|
| - |
|
269 |
public void selectionnerCollectionAPublication(Rafraichissable vueARafraichir, String collectionId, String recherche, int start, int nbElements, Integer seqId) {
|
| - |
|
270 |
CollectionAPublicationAsyncDao capDao = new CollectionAPublicationAsyncDao(vueARafraichir);
|
| - |
|
271 |
capDao.selectionner(true, collectionId, recherche, start, nbElements, seqId);
|
| Line 267... |
Line 272... |
| 267 |
// GESTION de la relation COLLECTION A PUBLICATION
|
272 |
}
|
| 268 |
|
273 |
|
| 269 |
public void selectionnerCollectionAPublication(Rafraichissable vueARafraichir, String collectionId, Integer seqId) {
|
274 |
public void selectionnerCollectionAPublication(Rafraichissable vueARafraichir, String collectionId, Integer seqId) {
|
| 270 |
CollectionAPublicationAsyncDao capDao = new CollectionAPublicationAsyncDao(vueARafraichir);
|
275 |
CollectionAPublicationAsyncDao capDao = new CollectionAPublicationAsyncDao(vueARafraichir);
|
| Line 271... |
Line 276... |
| 271 |
capDao.selectionner(collectionId, seqId);
|
276 |
capDao.selectionner(false, collectionId, null, 0, -1, seqId);
|
| 272 |
}
|
277 |
}
|
| 273 |
|
278 |
|