| Line 375... |
Line 375... |
| 375 |
pDao.ajouter(publication, seqId);
|
375 |
pDao.ajouter(publication, seqId);
|
| 376 |
}
|
376 |
}
|
| Line 377... |
Line 377... |
| 377 |
|
377 |
|
| 378 |
public void supprimerPublication(Rafraichissable vueARafraichir, String idPublicationSeparesParVirgule) {
|
378 |
public void supprimerPublication(Rafraichissable vueARafraichir, String idPublicationSeparesParVirgule) {
|
| 379 |
PublicationAsyncDao pDao = new PublicationAsyncDao(vueARafraichir);
|
379 |
PublicationAsyncDao pDao = new PublicationAsyncDao(vueARafraichir);
|
| 380 |
pDao.supprimer(idPublicationSeparesParVirgule);
|
380 |
pDao.supprimer(idPublicationSeparesParVirgule);
|
| Line 381... |
Line 381... |
| 381 |
}
|
381 |
}
|
| 382 |
|
382 |
|
| Line -... |
Line 383... |
| - |
|
383 |
//+----------------------------------------------------------------------------------------------------------------+
|
| - |
|
384 |
// GESTION de la relation PUBLICATION A PERSONNE
|
| - |
|
385 |
|
| - |
|
386 |
public void selectionPublicationAPersonne(Rafraichissable vueARafraichir, String personneId, String recherche, int start, int nbElements, Integer seqId) {
|
| - |
|
387 |
PublicationAPersonneAsyncDao paDao = new PublicationAPersonneAsyncDao(vueARafraichir);
|
| 383 |
//+----------------------------------------------------------------------------------------------------------------+
|
388 |
paDao.selectionner(true, null, personneId, null, recherche, start, nbElements, seqId);
|
| 384 |
// GESTION de la relation PUBLICATION A PERSONNE
|
389 |
}
|
| 385 |
|
390 |
|
| 386 |
public void selectionPublicationAPersonne(Rafraichissable vueARafraichir, String publicationId, String personnesId, String roleId, Integer seqId) {
|
391 |
public void selectionPublicationAPersonne(Rafraichissable vueARafraichir, String publicationId, String personnesId, String roleId, Integer seqId) {
|
| Line 387... |
Line 392... |
| 387 |
PublicationAPersonneAsyncDao paDao = new PublicationAPersonneAsyncDao(vueARafraichir);
|
392 |
PublicationAPersonneAsyncDao paDao = new PublicationAPersonneAsyncDao(vueARafraichir);
|
| 388 |
paDao.selectionner(publicationId, personnesId, roleId, seqId);
|
393 |
paDao.selectionner(false, publicationId, personnesId, roleId, null, 0, -1, seqId);
|
| 389 |
}
|
394 |
}
|