| Line 343... |
Line 343... |
| 343 |
|
343 |
|
| 344 |
//+----------------------------------------------------------------------------------------------------------------+
|
344 |
//+----------------------------------------------------------------------------------------------------------------+
|
| 345 |
// GESTION DES PUBLICATIONS
|
345 |
// GESTION DES PUBLICATIONS
|
| Line 346... |
Line 346... |
| 346 |
//+----------------------------------------------------------------------------------------------------------------+
|
346 |
//+----------------------------------------------------------------------------------------------------------------+
|
| 347 |
|
347 |
|
| 348 |
public void selectionnerPublication(Rafraichissable vueARafraichir, String publicationId, String projetId, String nomComplet, int nbElements, int pageCourante, Integer seqId) {
|
348 |
public void selectionnerPublication(Rafraichissable vueARafraichir, String publicationId, String projetId, String nomComplet, int pageCourante, int nbElements, Integer seqId) {
|
| 349 |
PublicationAsyncDao lsDao = new PublicationAsyncDao(vueARafraichir);
|
349 |
PublicationAsyncDao lsDao = new PublicationAsyncDao(vueARafraichir);
|
| Line 350... |
Line 350... |
| 350 |
lsDao.selectionner(false, publicationId, projetId, nomComplet, pageCourante, nbElements, seqId);
|
350 |
lsDao.selectionner(false, publicationId, projetId, nomComplet, pageCourante, nbElements, seqId);
|