Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 907 Rev 975
Line 57... Line 57...
57
		listesId.put("typeCollectionNcd", Integer.valueOf(configuration.get("listeTypeCollectionNcd")));
57
		listesId.put("typeCollectionNcd", Integer.valueOf(configuration.get("listeTypeCollectionNcd")));
58
		listesId.put("typeCollectionBota", Integer.valueOf(configuration.get("listeTypeCollectionBota")));
58
		listesId.put("typeCollectionBota", Integer.valueOf(configuration.get("listeTypeCollectionBota")));
59
		listesId.put("typeDepot", Integer.valueOf(configuration.get("listeTypeDepot")));
59
		listesId.put("typeDepot", Integer.valueOf(configuration.get("listeTypeDepot")));
60
		listesId.put("typeUniteRangement", Integer.valueOf(configuration.get("listeTypeUniteRangement")));
60
		listesId.put("typeUniteRangement", Integer.valueOf(configuration.get("listeTypeUniteRangement")));
61
		listesId.put("etat", Integer.valueOf(configuration.get("listeEtat")));
61
		listesId.put("etat", Integer.valueOf(configuration.get("listeEtat")));
-
 
62
		listesId.put("etatClassement", Integer.valueOf(configuration.get("listeEtatClassement")));
62
		listesId.put("typeUniteBase", Integer.valueOf(configuration.get("listeTypeUniteBase")));
63
		listesId.put("typeUniteBase", Integer.valueOf(configuration.get("listeTypeUniteBase")));
63
		listesId.put("typePapier", Integer.valueOf(configuration.get("listeTypePapier")));
64
		listesId.put("typePapier", Integer.valueOf(configuration.get("listeTypePapier")));
64
		listesId.put("methodeRangement", Integer.valueOf(configuration.get("listeMethodeRangement")));
65
		listesId.put("methodeRangement", Integer.valueOf(configuration.get("listeMethodeRangement")));
65
		listesId.put("methodeFixation", Integer.valueOf(configuration.get("listeMethodeFixation")));
66
		listesId.put("methodeFixation", Integer.valueOf(configuration.get("listeMethodeFixation")));
66
		listesId.put("methodeFixationSurSpecimen", Integer.valueOf(configuration.get("listeMethodeFixationSurSpecimen")));
67
		listesId.put("methodeFixationSurSpecimen", Integer.valueOf(configuration.get("listeMethodeFixationSurSpecimen")));