Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 993 Rev 1173
Line 21... Line 21...
21
	public static final String TELEPHONE_FIXE = "FIX";
21
	public static final String TELEPHONE_FIXE = "FIX";
22
	public static final String TELEPHONE_GSM = "GSM";
22
	public static final String TELEPHONE_GSM = "GSM";
23
	public static final String TELEPHONE_FAX = "FAX";
23
	public static final String TELEPHONE_FAX = "FAX";
24
	public static final String ETRE_DECEDE = "30745";
24
	public static final String ETRE_DECEDE = "30745";
25
	public static final String ETRE_VIVANT = "30746";
25
	public static final String ETRE_VIVANT = "30746";
-
 
26
	public static String[] champsObligatoires = {"cp_id_personne"};
Line 26... Line 27...
26
	
27
	
Line 27... Line 28...
27
	private PublicationAPersonneListe publicationsLiees= null;
28
	private PublicationAPersonneListe publicationsLiees= null;
28
	
29
	
Line 38... Line 39...
38
	@Override
39
	@Override
39
	protected String getPrefixe() {
40
	protected String getPrefixe() {
40
		return PREFIXE;
41
		return PREFIXE;
41
	}
42
	}
Line -... Line 43...
-
 
43
	
-
 
44
	protected String[] getChampsObligatoires()	{
-
 
45
		return champsObligatoires;
-
 
46
	}
42
	
47
	
43
	public Object obtenirValeurChamp(String nomChamp)	{
48
	public Object obtenirValeurChamp(String nomChamp)	{
44
		return renvoyerValeurCorrecte(nomChamp);
49
		return renvoyerValeurCorrecte(nomChamp);
Line 45... Line 50...
45
	}
50
	}