Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1041 Rev 1045
Line 124... Line 124...
124
	}
124
	}
125
	//+----------------------------------------------------------------------------------------------------------------+
125
	//+----------------------------------------------------------------------------------------------------------------+
126
	//												GESTION DES PROJETS
126
	//												GESTION DES PROJETS
127
	//+----------------------------------------------------------------------------------------------------------------+
127
	//+----------------------------------------------------------------------------------------------------------------+
Line 128... Line 128...
128
	
128
	
129
	public void selectionnerProjet(Rafraichissable vueARafraichir, String projetId) {
129
	public void selectionnerProjet(Rafraichissable vueARafraichir, String projetId, String nom, int start, int nbElements) {
130
		ProjetAsyncDao pADAO = new ProjetAsyncDao(vueARafraichir);
130
		ProjetAsyncDao pADAO = new ProjetAsyncDao(vueARafraichir);
131
		pADAO.selectionner(projetId);
131
		pADAO.selectionner(projetId, nom, start, nbElements);
Line 132... Line 132...
132
	}
132
	}
133
 
133
 
134
	public void ajouterProjet(Rafraichissable vueARafraichir, Projet projetCollecte) {
134
	public void ajouterProjet(Rafraichissable vueARafraichir, Projet projetCollecte) {