Subversion Repositories eFlore/Archives.cel-v2

Rev

Rev 22 | Rev 36 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 30
Line 26... Line 26...
26
		{
26
		{
Line 27... Line 27...
27
			
27
			
28
			String key = (String)imgIt.next() ;
28
			String key = (String)imgIt.next() ;
29
					String valeur = ic.renvoyerValeurCorrecte(key) ;
29
					String valeur = ic.renvoyerValeurCorrecte(key) ;
30
					postData += "&"+key+"="+valeur ;
-
 
Line 31... Line 30...
31
		
30
					postData += "&"+key+"="+valeur ;
Line 32... Line 31...
32
 
31
 
33
		}
32
		}
Line -... Line 33...
-
 
33
 
-
 
34
 
-
 
35
		HTTPRequest.asyncPost("jrest/inventoryImage/0/", postData, new ResponseTextHandler() {
-
 
36
			public void onCompletion(String responseText) {
-
 
37
				
-
 
38
				
-
 
39
			}
-
 
40
			
-
 
41
		}) ;
-
 
42
	}
-
 
43
	
-
 
44
	public void SynchroniserMotsClesImageBaseDeDonnees(final ImageCarnet ic)
-
 
45
	{
-
 
46
		String postData = "" ;
-
 
47
		
-
 
48
			String motsCles = ic.getMotsCles() ;
-
 
49
			String id = ic.getId() ;
34
 
50
					postData += "&ci_id_image="+id+"&ci_meta_mots_cles="+motsCles ;
Line 35... Line 51...
35
 
51
 
36
		HTTPRequest.asyncPost("jrest/inventoryImage/0/", postData, new ResponseTextHandler() {
52
		HTTPRequest.asyncPost("jrest/inventoryImage/0/", postData, new ResponseTextHandler() {