| Line 143... |
Line 143... |
| 143 |
|
143 |
|
| 144 |
//+----------------------------------------------------------------------------------------------------------------+
|
144 |
//+----------------------------------------------------------------------------------------------------------------+
|
| 145 |
// GESTION DES STRUCTURES
|
145 |
// GESTION DES STRUCTURES
|
| Line 146... |
Line 146... |
| 146 |
//+----------------------------------------------------------------------------------------------------------------+
|
146 |
//+----------------------------------------------------------------------------------------------------------------+
|
| 147 |
|
147 |
|
| 148 |
public void selectionnerStructure(Rafraichissable vueARafraichir, String projetId, String structureId) {
|
148 |
public void selectionnerStructure(Rafraichissable vueARafraichir, String projetId, String structureId, String nomStructure, int start, int nbElements) {
|
| 149 |
// Gestion des données des tables coel_structure, coel_structure_conservation et coel_structure_valorisation
|
149 |
// Gestion des données des tables coel_structure, coel_structure_conservation et coel_structure_valorisation
|
| 150 |
StructureAsyncDao sDao = new StructureAsyncDao(vueARafraichir);
|
150 |
StructureAsyncDao sDao = new StructureAsyncDao(vueARafraichir);
|
| Line 151... |
Line 151... |
| 151 |
sDao.selectionner(projetId, structureId);
|
151 |
sDao.selectionner(projetId, structureId, nomStructure, start, nbElements);
|
| 152 |
}
|
152 |
}
|
| 153 |
|
153 |
|