Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 948 Rev 956
Line 145... Line 145...
145
				"&cc_truk_groupement_principe=" + URL.encodeComponent(collection.getGroupementPrincipe()) +
145
				"&cc_truk_groupement_principe=" + URL.encodeComponent(collection.getGroupementPrincipe()) +
146
				"&cc_truk_groupement_but=" + URL.encodeComponent(collection.getGroupementBut()) +
146
				"&cc_truk_groupement_but=" + URL.encodeComponent(collection.getGroupementBut()) +
147
				"&cc_ce_type=" + URL.encodeComponent(collection.getTypeNcd()) +
147
				"&cc_ce_type=" + URL.encodeComponent(collection.getTypeNcd()) +
148
				"&cc_ce_type_depot=" + URL.encodeComponent(collection.getTypeDepot()) +
148
				"&cc_ce_type_depot=" + URL.encodeComponent(collection.getTypeDepot()) +
149
				"&cc_cote=" + URL.encodeComponent(collection.getCote()) +
149
				"&cc_cote=" + URL.encodeComponent(collection.getCote()) +
-
 
150
				"&cc_truk_periode_constitution=" + URL.encodeComponent(collection.getPeriodeConstitution()) +
150
				"&cc_truk_couverture_lieu=" + URL.encodeComponent(collection.getCouvertureLieu()) +
151
				"&cc_truk_couverture_lieu=" + URL.encodeComponent(collection.getCouvertureLieu()) +
151
				"&cc_ce_specimen_type=" + URL.encodeComponent(collection.getSpecimenType()) +
152
				"&cc_ce_specimen_type=" + URL.encodeComponent(collection.getSpecimenType()) +
152
				"&cc_specimen_type_nbre=" + URL.encodeComponent(collection.getSpecimenTypeNbre()) +
153
				"&cc_specimen_type_nbre=" + URL.encodeComponent(collection.getSpecimenTypeNbre()) +
153
				"&cc_ce_specimen_type_nbre_precision=" + URL.encodeComponent(collection.getSpecimenTypeNbrePrecision()) +
154
				"&cc_ce_specimen_type_nbre_precision=" + URL.encodeComponent(collection.getSpecimenTypeNbrePrecision()) +
154
				"&cc_ce_specimen_type_classement=" + URL.encodeComponent(collection.getSpecimenTypeClassement());
155
				"&cc_ce_specimen_type_classement=" + URL.encodeComponent(collection.getSpecimenTypeClassement());
155
		}
156
		}
Line 156... Line 157...
156
		
157
		
-
 
158
		if (collection.getBotanique() != null) {
-
 
159
			if (collectionId != null) {
-
 
160
				postDonnees += "&ccb_id_collection=" + URL.encodeComponent(collectionId);
157
		if (collection.getBotanique() != null) {
161
			}
158
			CollectionBotanique collectionBotanique = collection.getBotanique();
162
			CollectionBotanique collectionBotanique = collection.getBotanique();
159
			postDonnees += "&ccb_nbre_echantillon=" + URL.encodeComponent(collectionBotanique.getNbreEchantillon()) +
163
			postDonnees += "&ccb_nbre_echantillon=" + URL.encodeComponent(collectionBotanique.getNbreEchantillon()) +
160
				"&ccb_ce_truk_type=" + URL.encodeComponent(collectionBotanique.getType()) +
164
				"&ccb_ce_truk_type=" + URL.encodeComponent(collectionBotanique.getType()) +
161
				"&ccb_truk_unite_rangement=" + URL.encodeComponent(collectionBotanique.getUniteRangement()) +
165
				"&ccb_truk_unite_rangement=" + URL.encodeComponent(collectionBotanique.getUniteRangement()) +