Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1525 → Rev 1526

/trunk/src/org/tela_botanica/client/Modele.java
147,13 → 147,19
public void selectionnerStructure(Rafraichissable vueARafraichir, String projetId, String structureId, String nomStructure, int start, int nbElements, Integer seqId) {
// Gestion des données des tables coel_structure, coel_structure_conservation et coel_structure_valorisation
StructureAsyncDao sDao = new StructureAsyncDao(vueARafraichir);
sDao.selectionner(false, projetId, structureId, nomStructure, start, nbElements, seqId);
sDao.selectionner(false, projetId, structureId, nomStructure, null, start, nbElements, seqId);
}
public void selectionnerStructureAvecPaginationProgressive(Rafraichissable vueARafraichir, String projetId, String structureId, String nomStructure, String formatRetour, int start, int nbElements, Integer seqId) {
// Gestion des données des tables coel_structure, coel_structure_conservation et coel_structure_valorisation
StructureAsyncDao sDao = new StructureAsyncDao(vueARafraichir);
sDao.selectionner(true, projetId, structureId, nomStructure, formatRetour, start, nbElements, seqId);
}
public void selectionnerStructure(Rafraichissable vueARafraichir, String recherche, int start, int nbElements, Integer seqId) {
// Gestion des données des tables coel_structure, coel_structure_conservation et coel_structure_valorisation
StructureAsyncDao sDao = new StructureAsyncDao(vueARafraichir);
sDao.selectionner(true, null, null, recherche, start, nbElements, seqId);
sDao.selectionner(true, null, null, recherche, null, start, nbElements, seqId);
}
/** Lance la creation d'une Structure