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 = "ccapu";
Line 12... Line 13...
12
	public static final String PREFIXE = "ccapu";
13
	private Publication publicationLiee = null;
13
	private Publication publicationLiee = null;
14
	public static String[] champsObligatoires = {"ccapu_id_collection", "ccapu_id_publication"};
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 collectionAPublicationListe) {
33
	private void initialiser(JSONObject collectionAPublicationListe) {
29
		setPublication(new Publication(collectionAPublicationListe));
34
		setPublication(new Publication(collectionAPublicationListe));
30
		initialiserChampsPourGrille();
35
		initialiserChampsPourGrille();
31
		initialiserModele(collectionAPublicationListe);
36
		initialiserModele(collectionAPublicationListe);