Subversion Repositories eFlore/Applications.del

Rev

Rev 1986 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1986 Rev 2140
Line 54... Line 54...
54
 
54
 
Line 55... Line 55...
55
		public String getLabelRecherche();
55
		public String getLabelRecherche();
Line -... Line 56...
-
 
56
 
-
 
57
		public String getContientMots();
56
 
58
 
Line 57... Line 59...
57
		public String getContientMots();
59
		public boolean getPnInscritsSeulement();
Line 58... Line 60...
58
 
60
 
Line 76... Line 78...
76
 
78
 
Line 77... Line 79...
77
		public void setValeurRechercheSimple(String valeurRecherche);
79
		public void setValeurRechercheSimple(String valeurRecherche);
Line -... Line 80...
-
 
80
 
-
 
81
		public void setContientMots(String mots);
78
 
82
 
Line 79... Line 83...
79
		public void setContientMots(String mots);
83
		public void setPnInscritsSeulement(boolean valeur);
Line 80... Line 84...
80
 
84
 
Line 380... Line 384...
380
			informationRecherche.setTag(vue.getMotCle());
384
			informationRecherche.setTag(vue.getMotCle());
381
			informationRecherche.setAuteur(vue.getAuteur());
385
			informationRecherche.setAuteur(vue.getAuteur());
382
			informationRecherche.setDate(vue.getDate());
386
			informationRecherche.setDate(vue.getDate());
383
			informationRecherche.setReferentiel(vue.getReferentiel());
387
			informationRecherche.setReferentiel(vue.getReferentiel());
384
			informationRecherche.setPays(vue.getPays());
388
			informationRecherche.setPays(vue.getPays());
-
 
389
			informationRecherche.setPnInscritsSeulement(vue.getPnInscritsSeulement());
385
		}
390
		}
Line 386... Line 391...
386
		
391
		
387
		if(CacheClient.getInstance().getReferentielNonModifiable()) {
392
		if(CacheClient.getInstance().getReferentielNonModifiable()) {
388
			informationRecherche.setReferentiel(CacheClient.getInstance().getReferentielCourant());
393
			informationRecherche.setReferentiel(CacheClient.getInstance().getReferentielCourant());