| Line 15... |
Line 15... |
| 15 |
import org.tela_botanica.client.modeles.ListeEntiteGeographiqueObservationAsynchroneDAO;
|
15 |
import org.tela_botanica.client.modeles.ListeEntiteGeographiqueObservationAsynchroneDAO;
|
| 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.NombreObservationAsynchroneDAO;
|
21 |
import org.tela_botanica.client.modeles.NombreObservationAsynchroneDAO;
|
| 21 |
import org.tela_botanica.client.modeles.Observation;
|
22 |
import org.tela_botanica.client.modeles.Observation;
|
| 22 |
import org.tela_botanica.client.modeles.ObservationAsynchroneDAO;
|
23 |
import org.tela_botanica.client.modeles.ObservationAsynchroneDAO;
|
| 23 |
import org.tela_botanica.client.modeles.TransmissionObservationAsynchroneDAO;
|
24 |
import org.tela_botanica.client.modeles.TransmissionObservationAsynchroneDAO;
|
| 24 |
import org.tela_botanica.client.vues.ArbreDateObservationFiltreVue;
|
25 |
import org.tela_botanica.client.vues.ArbreDateObservationFiltreVue;
|
| Line 327... |
Line 328... |
| 327 |
Rafraichissable r, String numObsapl) {
|
328 |
Rafraichissable r, String numObsapl) {
|
| 328 |
TransmissionObservationAsynchroneDAO toaDAO = new TransmissionObservationAsynchroneDAO(this);
|
329 |
TransmissionObservationAsynchroneDAO toaDAO = new TransmissionObservationAsynchroneDAO(this);
|
| 329 |
toaDAO.transmettreObservations(r, observationMediateur.getIdentifiant(), numObsapl);
|
330 |
toaDAO.transmettreObservations(r, observationMediateur.getIdentifiant(), numObsapl);
|
| Line 330... |
Line 331... |
| 330 |
|
331 |
|
| - |
|
332 |
}
|
| - |
|
333 |
|
| - |
|
334 |
|
| - |
|
335 |
|
| - |
|
336 |
public void obtenirNuageMotsCles(Rafraichissable r) {
|
| - |
|
337 |
|
| - |
|
338 |
MotsClesObsAsynchronesDAO mcoaDAO = new MotsClesObsAsynchronesDAO(this);
|
| - |
|
339 |
mcoaDAO.obtenirMotsClesObservations(r);
|
| - |
|
340 |
|
| - |
|
341 |
}
|
| - |
|
342 |
|
| - |
|
343 |
|
| - |
|
344 |
|
| - |
|
345 |
public void ajouterMotsCles(Rafraichissable r,
|
| - |
|
346 |
String numObsApl, String motsAAjouter) {
|
| - |
|
347 |
|
| - |
|
348 |
MotsClesObsAsynchronesDAO moadDAO = new MotsClesObsAsynchronesDAO(this);
|
| - |
|
349 |
moadDAO.ajouterMotsCles(r,numObsApl,motsAAjouter);
|
| - |
|
350 |
|
| Line 331... |
Line 351... |
| 331 |
}
|
351 |
}
|