Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1239 Rev 1262
Line 317... Line 317...
317
	}
317
	}
Line 318... Line 318...
318
 
318
 
319
	//+----------------------------------------------------------------------------------------------------------------+
319
	//+----------------------------------------------------------------------------------------------------------------+
Line 320... Line 320...
320
	// GESTION de la relation PUBLICATION A PERSONNE
320
	// GESTION de la relation PUBLICATION A PERSONNE
321
 
321
 
322
	public void selectionPublicationAPersonne(Rafraichissable vueARafraichir, String publicationId, String personnesId, String roleId) {		
322
	public void selectionPublicationAPersonne(Rafraichissable vueARafraichir, String publicationId, String personnesId, String roleId) {
323
		PublicationAPersonneAsyncDao paDao = new PublicationAPersonneAsyncDao(vueARafraichir);		
323
		PublicationAPersonneAsyncDao paDao = new PublicationAPersonneAsyncDao(vueARafraichir);
Line 324... Line 324...
324
		paDao.selectionner(publicationId, personnesId, roleId);		
324
		paDao.selectionner(publicationId, personnesId, roleId);
325
	}
325
	}
326
	
326