Subversion Repositories eFlore/Applications.coel

Rev

Rev 1479 | Rev 1485 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1479 Rev 1484
Line 294... Line 294...
294
	//+----------------------------------------------------------------------------------------------------------------+
294
	//+----------------------------------------------------------------------------------------------------------------+
295
	// GESTION de la relation COLLECTION A COMMENTAIRE
295
	// GESTION de la relation COLLECTION A COMMENTAIRE
Line 296... Line 296...
296
	
296
	
297
	public void selectionnerCollectionACommentaire(Rafraichissable vueARafraichir, String collectionId, Integer seqId) {
297
	public void selectionnerCollectionACommentaire(Rafraichissable vueARafraichir, String collectionId, Integer seqId) {
298
		CollectionACommentaireAsyncDao cacDao = new CollectionACommentaireAsyncDao(vueARafraichir);
298
		CollectionACommentaireAsyncDao cacDao = new CollectionACommentaireAsyncDao(vueARafraichir);
-
 
299
		cacDao.selectionner(false, collectionId, null, 0, -1, seqId);
-
 
300
	}
-
 
301
	
-
 
302
	public void selectionnerCollectionACommentaire(Rafraichissable vueARafraichir, String collectionId, String recherche, int start, int nbElements, Integer seqId) {
-
 
303
		CollectionACommentaireAsyncDao cacDao = new CollectionACommentaireAsyncDao(vueARafraichir);
299
		cacDao.selectionner(collectionId, seqId);
304
		cacDao.selectionner(true, collectionId, recherche, start, nbElements, seqId);
Line 300... Line 305...
300
	}
305
	}
301
	
306
	
302
	public void modifierCollectionACommentaire(Rafraichissable vueARafraichir, CollectionACommentaire collectionACommentaire) {
307
	public void modifierCollectionACommentaire(Rafraichissable vueARafraichir, CollectionACommentaire collectionACommentaire) {