Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1047 → Rev 1048

/trunk/src/org/tela_botanica/client/Modele.java
375,9 → 375,9
// GESTION DES COMMENTAIRES
//+----------------------------------------------------------------------------------------------------------------+
public void selectionnerCommentaire(Rafraichissable vueARafraichir, String commentaireId, String projetId, String titre) {
public void selectionnerCommentaire(Rafraichissable vueARafraichir, String commentaireId, String projetId, String titre, int pageCourante, int nbElements) {
CommentaireAsyncDao cDao = new CommentaireAsyncDao(vueARafraichir);
cDao.selectionner(commentaireId, projetId, titre);
cDao.selectionner(commentaireId, projetId, titre, pageCourante, nbElements);
}
public void modifierCommentaire(Rafraichissable vueRafraichir, Commentaire commentaire) {