Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 842 Rev 872
Line 137... Line 137...
137
	//+----------------------------------------------------------------------------------------------------------------+
137
	//+----------------------------------------------------------------------------------------------------------------+
138
	//												GESTION DES COLLECTIONS
138
	//												GESTION DES COLLECTIONS
139
	//+----------------------------------------------------------------------------------------------------------------+
139
	//+----------------------------------------------------------------------------------------------------------------+
Line 140... Line 140...
140
	
140
	
141
	public void selectionnerCollection(Rafraichissable vueARafraichir, String projetId, String collectionId) {
141
	public void selectionnerCollection(Rafraichissable vueARafraichir, String projetId, String collectionId) {
142
		CollectionAsyncDao cDao = new CollectionAsyncDao();
142
		CollectionAsyncDao cDao = new CollectionAsyncDao(vueARafraichir);
143
		cDao.selectionner(vueARafraichir, projetId, collectionId);
143
		cDao.selectionner(projetId, collectionId);
Line 144... Line 144...
144
	}
144
	}
145
	
145
	
Line 146... Line 146...
146
	public void ajouterCollection(Rafraichissable vueARafraichir, String utilisateurId, Collection collection) {
146
	public void ajouterCollection(Rafraichissable vueARafraichir, String utilisateurId, Collection collection) {
Line 147... Line 147...
147
		// TODO Auto-generated method stub
147
		// TODO Auto-generated method stub
-
 
148
		
148
		
149
	}
149
	}
-
 
150
 
150
 
Line 151... Line 151...
151
	public void modifierCollection(Rafraichissable vueARafraichir, String utilisateurId, Collection collection) {
151
	public void modifierCollection(Rafraichissable vueARafraichir, Collection collection) {
152
		// TODO Auto-generated method stub
152
		CollectionAsyncDao cDao = new CollectionAsyncDao(vueARafraichir);