Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1542 Rev 1940
Line 55... Line 55...
55
	private static String imageRedirectUrl;
55
	private static String imageRedirectUrl;
Line 56... Line 56...
56
	
56
	
Line 57... Line 57...
57
	private static String tailleMaxUpload;
57
	private static String tailleMaxUpload;
-
 
58
	
-
 
59
	private static List<InfosReferentielNom> referentielsDispos; 
Line 58... Line 60...
58
	
60
	
59
	private static List<InfosReferentielNom> referentielsDispos; 
61
	private static String activerSaisieChampsEtendus = "0";
60
 
62
 
61
	/**
63
	/**
Line 111... Line 113...
111
			tailleMaxUpload = Dictionary.getDictionary("configuration").get(
113
			tailleMaxUpload = Dictionary.getDictionary("configuration").get(
112
			"tailleMaxUpload");
114
			"tailleMaxUpload");
Line 113... Line 115...
113
			
115
			
114
			referentielsDispos = parserReferentielsDispos(Dictionary.getDictionary("configuration").get(
116
			referentielsDispos = parserReferentielsDispos(Dictionary.getDictionary("configuration").get(
-
 
117
					"referentielsDispos"));
-
 
118
			
-
 
119
			activerSaisieChampsEtendus = Dictionary.getDictionary("configuration").get(
115
					"referentielsDispos"));
120
			"activerSaisieChampsEtendus");
Line 116... Line 121...
116
	}
121
	}
117
	
122
	
118
	private List<InfosReferentielNom> parserReferentielsDispos(String chaineListeReferentiels) {
123
	private List<InfosReferentielNom> parserReferentielsDispos(String chaineListeReferentiels) {
Line 225... Line 230...
225
	}
230
	}
Line 226... Line 231...
226
	
231
	
227
	public static List<InfosReferentielNom> getReferentielsDispos() {
232
	public static List<InfosReferentielNom> getReferentielsDispos() {
228
		return referentielsDispos;
233
		return referentielsDispos;
-
 
234
	}
-
 
235
	
-
 
236
	public static boolean saisieChampsEtendusActivee() {
-
 
237
		return activerSaisieChampsEtendus.equals("1");
229
	}
238
	}