Line 16... |
Line 16... |
16 |
import org.tela_botanica.client.modeles.ListeObservationAsynchroneDAO;
|
16 |
import org.tela_botanica.client.modeles.ListeObservationAsynchroneDAO;
|
17 |
import org.tela_botanica.client.modeles.ListeReferentielCommuneAsynchroneDAO;
|
17 |
import org.tela_botanica.client.modeles.ListeReferentielCommuneAsynchroneDAO;
|
18 |
import org.tela_botanica.client.modeles.ListeReferentielNom;
|
18 |
import org.tela_botanica.client.modeles.ListeReferentielNom;
|
19 |
import org.tela_botanica.client.modeles.ListeReferentielNomAsynchroneDAO;
|
19 |
import org.tela_botanica.client.modeles.ListeReferentielNomAsynchroneDAO;
|
20 |
import org.tela_botanica.client.modeles.MotsClesObsAsynchronesDAO;
|
20 |
import org.tela_botanica.client.modeles.MotsClesObsAsynchronesDAO;
|
- |
|
21 |
import org.tela_botanica.client.modeles.NomRetenuAsynchroneDao;
|
21 |
import org.tela_botanica.client.modeles.NombreObservationAsynchroneDAO;
|
22 |
import org.tela_botanica.client.modeles.NombreObservationAsynchroneDAO;
|
22 |
import org.tela_botanica.client.modeles.Observation;
|
23 |
import org.tela_botanica.client.modeles.Observation;
|
23 |
import org.tela_botanica.client.modeles.ObservationAsynchroneDAO;
|
24 |
import org.tela_botanica.client.modeles.ObservationAsynchroneDAO;
|
24 |
import org.tela_botanica.client.modeles.TransmissionObservationAsynchroneDAO;
|
25 |
import org.tela_botanica.client.modeles.TransmissionObservationAsynchroneDAO;
|
25 |
import org.tela_botanica.client.vues.ArbreDateObservationFiltreVue;
|
26 |
import org.tela_botanica.client.vues.ArbreDateObservationFiltreVue;
|
Line 347... |
Line 348... |
347 |
|
348 |
|
348 |
MotsClesObsAsynchronesDAO moadDAO = new MotsClesObsAsynchronesDAO(this);
|
349 |
MotsClesObsAsynchronesDAO moadDAO = new MotsClesObsAsynchronesDAO(this);
|
Line 349... |
Line 350... |
349 |
moadDAO.ajouterMotsCles(r,numObsApl,motsAAjouter);
|
350 |
moadDAO.ajouterMotsCles(r,numObsApl,motsAAjouter);
|
- |
|
351 |
|
- |
|
352 |
}
|
- |
|
353 |
|
- |
|
354 |
|
- |
|
355 |
|
- |
|
356 |
public void analyserHistorique(Rafraichissable r,String anum) {
|
- |
|
357 |
|
- |
|
358 |
NomRetenuAsynchroneDao nraDAO = new NomRetenuAsynchroneDao(this);
|
- |
|
359 |
nraDAO.obtenirNomRetenu(r, anum);
|
- |
|
360 |
|
- |
|
361 |
}
|
- |
|
362 |
|
- |
|
363 |
|
- |
|
364 |
|
- |
|
365 |
public void importerObservations() {
|
- |
|
366 |
ImportObservationAsynchroneDAO ioDAO = new ImportObservationAsynchroneDAO(this);
|
- |
|
367 |
ioDAO.importerObservations();
|
Line 350... |
Line 368... |
350 |
|
368 |
|