Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1218 Rev 1233
Line 697... Line 697...
697
				structureCollectee.setPays(comboPays.getRawValue());
697
				structureCollectee.setPays(comboPays.getRawValue());
698
			}
698
			}
699
			structureCollectee.setLatitude(latitudeChp.getValue());
699
			structureCollectee.setLatitude(latitudeChp.getValue());
700
			structureCollectee.setLongitude(longitudeChp.getValue());
700
			structureCollectee.setLongitude(longitudeChp.getValue());
Line -... Line 701...
-
 
701
			
701
			
702
			/* TODELETE
702
			structureCollectee.setTelephoneFixe(telChp.getValue());
703
			structureCollectee.setTelephoneFixe(telChp.getValue());
-
 
704
			structureCollectee.setFax(faxChp.getValue());
-
 
705
			*/
-
 
706
			
-
 
707
			//FIXME personneSelectionnee.set("truk_telephone", hmIdentite.getChampMultiValeursMultiTypes("telephones").getValeurs());
703
			structureCollectee.setFax(faxChp.getValue());
708
			
704
			structureCollectee.setCourriel(emailChp.getValue());
709
			structureCollectee.setCourriel(emailChp.getValue());
Line 705... Line 710...
705
			structureCollectee.setUrl(Structure.URL_SITE, urlChp.getValue());
710
			structureCollectee.setUrl(Structure.URL_SITE, urlChp.getValue());
706
			
711
			
Line 782... Line 787...
782
				comboPays.setRawValue(identification.getPays());
787
				comboPays.setRawValue(identification.getPays());
783
			}
788
			}
784
			latitudeChp.setValue(identification.getLatitude());
789
			latitudeChp.setValue(identification.getLatitude());
785
			longitudeChp.setValue(identification.getLongitude());
790
			longitudeChp.setValue(identification.getLongitude());
Line -... Line 791...
-
 
791
			
786
			
792
			/* TODELETE
787
			telChp.setValue(identification.getTelephoneFixe());
793
			telChp.setValue(identification.getTelephoneFixe());
-
 
794
			faxChp.setValue(identification.getFax());*/
-
 
795
			
-
 
796
			//FIXME hmIdentite.getChampMultiValeurs("telephones").peupler(personne.getString("truk_telephone"));
788
			faxChp.setValue(identification.getFax());
797
			
789
			emailChp.setValue(identification.getCourriel());
798
			emailChp.setValue(identification.getCourriel());
Line 790... Line 799...
790
			urlChp.setValue(identification.getUrl("WEB"));
799
			urlChp.setValue(identification.getUrl("WEB"));