Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 449 Rev 451
Line 53... Line 53...
53
	String pays();
53
	String pays();
54
	String telephone();
54
	String telephone();
55
	String courriel();
55
	String courriel();
56
	String siteWeb();
56
	String siteWeb();
Line 57... Line 57...
57
	
57
	
58
	//Structure : personnel
58
	// Structure : personnel
59
	String structureInfoPersonnel();
59
	String structureInfoPersonnel();
60
	String titrePersonnel();
60
	String titrePersonnel();
61
	String titreMembre();
61
	String titreMembre();
62
	String nbrePersonnelCollection();
62
	String nbrePersonnelCollection();
Line 69... Line 69...
69
	String statut();
69
	String statut();
70
	String tpsTravail();
70
	String tpsTravail();
71
	String specialite();
71
	String specialite();
72
	String boolContact();
72
	String boolContact();
Line 73... Line 73...
73
 
73
 
74
	//Structure : conservation
74
	// Structure : conservation
75
	String structureInfoConservation();
75
	String structureInfoConservation();
76
	String titreLocal();
76
	String titreLocal();
77
	String localSpecifique();
77
	String localSpecifique();
78
	String titreConservationPersonnel();
78
	String titreConservationPersonnel();
Line 91... Line 91...
91
	String acquisitionEchantillon();
91
	String acquisitionEchantillon();
92
	String acquisitionTraitement();
92
	String acquisitionTraitement();
93
	String acquisitionTraitementInsecte();
93
	String acquisitionTraitementInsecte();
94
	String acquisitionTraitementPoison();
94
	String acquisitionTraitementPoison();
Line 95... Line 95...
95
 
95
 
96
	//Structure : valorisation
96
	// Structure : valorisation
97
	String structureInfoValorisation();
97
	String structureInfoValorisation();
98
	String titreActionValorisation();
98
	String titreActionValorisation();
99
	String titreRechercherScientifique();
99
	String titreRechercherScientifique();
100
	String titreAccesUsage();
100
	String titreAccesUsage();
Line 105... Line 105...
105
	String recherche();
105
	String recherche();
106
	String rechercheProvenance();
106
	String rechercheProvenance();
107
	String rechercheType();
107
	String rechercheType();
108
	String visite();
108
	String visite();
Line -... Line 109...
-
 
109
	
-
 
110
	// Collection : liste
-
 
111
	String collectionListeTitre();
-
 
112
	String structure();
109
	
113
	String suppressionCollection();
110
	
114
 
111
	//Personne
115
	//Personne
112
	String modeAjout();
116
	String modeAjout();
Line 113... Line 117...
113
	String modeModifier();
117
	String modeModifier();
114
 
118