Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1045 Rev 1046
Line 316... Line 316...
316
		
316
		
317
	//+----------------------------------------------------------------------------------------------------------------+
317
	//+----------------------------------------------------------------------------------------------------------------+
318
	//												GESTION DES PUBLICATIONS
318
	//												GESTION DES PUBLICATIONS
Line 319... Line 319...
319
	//+----------------------------------------------------------------------------------------------------------------+
319
	//+----------------------------------------------------------------------------------------------------------------+
320
	
320
	
321
	public void selectionnerPublication(Rafraichissable vueARafraichir, String publicationId, String projetId, String nomComplet) {		
321
	public void selectionnerPublication(Rafraichissable vueARafraichir, String publicationId, String projetId, String nomComplet, int nbElements, int pageCourante) {
322
		PublicationAsyncDao lsDao = new PublicationAsyncDao(vueARafraichir);
322
		PublicationAsyncDao lsDao = new PublicationAsyncDao(vueARafraichir);
Line 323... Line 323...
323
		lsDao.selectionner(publicationId, projetId, nomComplet);
323
		lsDao.selectionner(publicationId, projetId, nomComplet, nbElements, pageCourante);
324
	}
324
	}
325
	
325