Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 673 Rev 709
Line 187... Line 187...
187
		
187
		
188
	//+----------------------------------------------------------------------------------------------------------------+
188
	//+----------------------------------------------------------------------------------------------------------------+
189
	//												GESTION DES PUBLICATIONS
189
	//												GESTION DES PUBLICATIONS
Line 190... Line 190...
190
	//+----------------------------------------------------------------------------------------------------------------+
190
	//+----------------------------------------------------------------------------------------------------------------+
191
	
191
	
192
	public void selectionnerPublications(Rafraichissable vueARafraichir) {		
192
	public void selectionnerPublication(Rafraichissable vueARafraichir, String publicationId, String projetId, String nomComplet) {		
193
		PublicationAsyncDao lsDao = new PublicationAsyncDao(vueARafraichir);
193
		PublicationAsyncDao lsDao = new PublicationAsyncDao(vueARafraichir);
Line 194... Line 194...
194
		lsDao.obtenirListePublication();
194
		lsDao.selectionnerPublication(publicationId, projetId, nomComplet);
195
	}
195
	}
196
	
196