Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1906 Rev 1908
Line 1722... Line 1722...
1722
	//+----------------------------------------------------------------------------------------------------------------+
1722
	//+----------------------------------------------------------------------------------------------------------------+
1723
	//												RAFRAICHISSEMENT
1723
	//												RAFRAICHISSEMENT
1724
	//+----------------------------------------------------------------------------------------------------------------+
1724
	//+----------------------------------------------------------------------------------------------------------------+
Line 1725... Line 1725...
1725
	
1725
	
-
 
1726
	public void rafraichir(Object nouvellesDonnees) {
1726
	public void rafraichir(Object nouvellesDonnees) {
1727
		Coel.LogVersFirebug("rafraichit mediateur");
1727
		if (nouvellesDonnees instanceof Utilisateur) {
1728
		if (nouvellesDonnees instanceof Utilisateur) {
-
 
1729
			Utilisateur infoUtil = (Utilisateur) nouvellesDonnees;
-
 
1730
			Coel.LogVersFirebug("Licence dans util : " + infoUtil.avoirLicenceAcceptee());
-
 
1731
			Coel.LogVersFirebug("Licence dans util : " + infoUtil.getLicence());
-
 
1732
			if (infoUtil.getLicence().equals("0")) {
-
 
1733
				this.afficherFenetreLicence(this.fenetreIdentification);
-
 
1734
			} else {
-
 
1735
				repandreEtatIdentification(infoUtil);
1728
			repandreEtatIdentification((Utilisateur) nouvellesDonnees);
1736
			}
1729
		} else if (nouvellesDonnees instanceof Information) {
1737
		} else if (nouvellesDonnees instanceof Information) {
1730
			Information info = (Information) nouvellesDonnees;
1738
			Information info = (Information) nouvellesDonnees;
1731
			if (info.getType().equals("modification_personne")) {
1739
			if (info.getType().equals("modification_personne")) {
1732
				repandreInfoMiseAJourUtilisateur();
1740
				repandreInfoMiseAJourUtilisateur();