| Line 4... |
Line 4... |
| 4 |
import org.tela_botanica.client.modeles.objets.Configuration;
|
4 |
import org.tela_botanica.client.modeles.objets.Configuration;
|
| 5 |
import org.tela_botanica.client.modeles.objets.Utilisateur;
|
5 |
import org.tela_botanica.client.modeles.objets.Utilisateur;
|
| 6 |
import org.tela_botanica.client.observation.ObservationModele;
|
6 |
import org.tela_botanica.client.observation.ObservationModele;
|
| Line 7... |
Line 7... |
| 7 |
|
7 |
|
| 8 |
import com.google.gwt.http.client.Request;
|
8 |
import com.google.gwt.http.client.Request;
|
| 9 |
import com.google.gwt.http.client.RequestBuilder;
|
9 |
import org.tela_botanica.client.util.RequestBuilderWithCredentials;
|
| 10 |
import com.google.gwt.http.client.RequestCallback;
|
10 |
import com.google.gwt.http.client.RequestCallback;
|
| 11 |
import com.google.gwt.http.client.RequestException;
|
11 |
import com.google.gwt.http.client.RequestException;
|
| Line 12... |
Line 12... |
| 12 |
import com.google.gwt.http.client.Response;
|
12 |
import com.google.gwt.http.client.Response;
|
| Line 30... |
Line 30... |
| 30 |
else
|
30 |
else
|
| 31 |
{
|
31 |
{
|
| 32 |
post += "0" ;
|
32 |
post += "0" ;
|
| 33 |
}
|
33 |
}
|
| Line 34... |
Line 34... |
| 34 |
|
34 |
|
| 35 |
RequestBuilder rb = new RequestBuilder(RequestBuilder.POST,Configuration.getServiceBaseUrl()
|
35 |
RequestBuilderWithCredentials rb = new RequestBuilderWithCredentials(RequestBuilderWithCredentials.POST,Configuration.getServiceBaseUrl()
|
| Line 36... |
Line 36... |
| 36 |
+"/InventoryTransmit/"+Utilisateur.getInstance().getIdentifiantUtilisateurConsulte()+"/"+idsObs) ;
|
36 |
+"/InventoryTransmit/"+Utilisateur.getInstance().getIdentifiantUtilisateurConsulte()+"/"+idsObs) ;
|
| 37 |
|
37 |
|