Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1470 Rev 1476
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);