Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1218 Rev 1251
Line 347... Line 347...
347
					unitesEnregistrees.put(uniteTypeIdDonnees[0], uniteRangement);
347
					unitesEnregistrees.put(uniteTypeIdDonnees[0], uniteRangement);
348
				} else {
348
				} else {
349
					uniteRangement.setType(uniteTypeIdDonnees[0]);
349
					uniteRangement.setType(uniteTypeIdDonnees[0]);
350
					uniteRangement.setTypeAutre(true);
350
					uniteRangement.setTypeAutre(true);
351
					String id = aDonnee.TYPE_AUTRE+aDonnee.SEPARATEUR_TYPE_VALEUR+uniteTypeIdDonnees[0]+"-"+i;
351
					String id = aDonnee.TYPE_AUTRE+aDonnee.SEPARATEUR_TYPE_VALEUR+uniteTypeIdDonnees[0]+"-"+i;
-
 
352
					uniteRangement.setId(id);
352
					unitesEnregistrees.put(id, uniteRangement);
353
					unitesEnregistrees.put(aDonnee.TYPE_AUTRE+aDonnee.SEPARATEUR_TYPE_VALEUR, uniteRangement);
353
				}
354
				}
354
			}
355
			}
355
		}
356
		}
356
		return unitesEnregistrees;
357
		return unitesEnregistrees;
357
	}
358
	}
Line 626... Line 627...
626
					unitesEnregistrees.put(uniteTypeIdDonnees[0], uniteBase);
627
					unitesEnregistrees.put(uniteTypeIdDonnees[0], uniteBase);
627
				} else {
628
				} else {
628
					uniteBase.setType(uniteTypeIdDonnees[0]);
629
					uniteBase.setType(uniteTypeIdDonnees[0]);
629
					uniteBase.setTypeAutre(true);
630
					uniteBase.setTypeAutre(true);
630
					String id = aDonnee.TYPE_AUTRE+aDonnee.SEPARATEUR_TYPE_VALEUR+uniteTypeIdDonnees[0]+"-"+i;
631
					String id = aDonnee.TYPE_AUTRE+aDonnee.SEPARATEUR_TYPE_VALEUR+uniteTypeIdDonnees[0]+"-"+i;
631
					unitesEnregistrees.put(id, uniteBase);
632
					uniteBase.setId(id);
-
 
633
					unitesEnregistrees.put(aDonnee.TYPE_AUTRE+aDonnee.SEPARATEUR_TYPE_VALEUR, uniteBase);					
632
				}
634
				}
633
			}
635
			}
634
		}
636
		}
635
		return unitesEnregistrees;
637
		return unitesEnregistrees;
636
	}
638
	}