Subversion Repositories eFlore/Applications.coel

Rev

Rev 1307 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1307 Rev 1344
Line 620... Line 620...
620
		String typeNcd = construireTxtListeOntologie(collection.getTypeNcd());
620
		String typeNcd = construireTxtListeOntologie(collection.getTypeNcd());
621
		String typeDepot = construireTxtListeOntologie(collection.getTypeDepot());
621
		String typeDepot = construireTxtListeOntologie(collection.getTypeDepot());
622
		String idAlternatif = construireTxtTruck(collection.getIdAlternatif());
622
		String idAlternatif = construireTxtTruck(collection.getIdAlternatif());
623
		String code = construireTxtTruck(collection.getCode());
623
		String code = construireTxtTruck(collection.getCode());
Line 624... Line 624...
624
		
624
		
Line 625... Line 625...
625
		String urls = construireTxtTruck(collection.getUrls());
625
		String urls = construireTxtTruck(collection.getUrls(), false);
626
		
626
		
627
		String groupementBut = construireTxtListeOntologie(collection.getGroupementBut());
627
		String groupementBut = construireTxtListeOntologie(collection.getGroupementBut());
628
		String groupementPrincipe = construireTxtListeOntologie(collection.getGroupementPrincipe());
628
		String groupementPrincipe = construireTxtListeOntologie(collection.getGroupementPrincipe());