Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 935 Rev 1173
Line 9... Line 9...
9
	
9
	
Line 10... Line 10...
10
	private static final long serialVersionUID = 1L;
10
	private static final long serialVersionUID = 1L;
11
	
11
	
-
 
12
	public static final String PREFIXE = "ccap";
Line 12... Line 13...
12
	public static final String PREFIXE = "ccap";
13
	private Personne personneLiee = null;
13
	private Personne personneLiee = null;
14
	public static String[] champsObligatoires = {"ccap_id_collection", "ccap_id_personne", "ccap_id_role"};
14
	
15
	
Line 23... Line 24...
23
	@Override
24
	@Override
24
	protected String getPrefixe() {
25
	protected String getPrefixe() {
25
		return PREFIXE;
26
		return PREFIXE;
26
	}
27
	}
Line -... Line 28...
-
 
28
	
-
 
29
	protected String[] getChampsObligatoires()	{
-
 
30
		return champsObligatoires;
-
 
31
	}
27
	
32
	
28
	private void initialiser(JSONObject collectionAPersonneListe) {
33
	private void initialiser(JSONObject collectionAPersonneListe) {
29
		setPersonne(new Personne(collectionAPersonneListe));
34
		setPersonne(new Personne(collectionAPersonneListe));
30
		initialiserModele(collectionAPersonneListe);
35
		initialiserModele(collectionAPersonneListe);
31
		initialiserChampsPourGrille();
36
		initialiserChampsPourGrille();