Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1367 Rev 1393
Line 52... Line 52...
52
		"&auteur.courriel="+URL.encodeQueryString(proposition.getContributeur().getAdresseEmail());
52
		"&auteur.courriel="+URL.encodeQueryString(proposition.getContributeur().getAdresseEmail());
Line 53... Line 53...
53
		
53
		
54
		if(proposition.getNumNomenclatural() != null) {
54
		if(proposition.getNumNomenclatural() != null) {
55
			chaineRequete += "&nom_sel_nn="+URL.encodeQueryString(proposition.getNumNomenclatural());
55
			chaineRequete += "&nom_sel_nn="+URL.encodeQueryString(proposition.getNumNomenclatural());
56
		}
56
		}
57
		if(proposition.getReferentiel() != null) {
57
		if(proposition.getReferentiel() != null && !proposition.getReferentiel().equals("tous")) {
58
			chaineRequete += "&referentiel_nom="+URL.encodeQueryString(proposition.getReferentiel());
58
			chaineRequete += "&nom_referentiel="+URL.encodeQueryString(proposition.getReferentiel());
59
		}
59
		}
60
		if (proposition.getObservation() != null && proposition.getObservation().getId() != null) {
60
		if (proposition.getObservation() != null && proposition.getObservation().getId() != null) {
61
			chaineRequete += "&observation="+URL.encodeQueryString(proposition.getObservation().getId());
61
			chaineRequete += "&observation="+URL.encodeQueryString(proposition.getObservation().getId());
62
		}
62
		}