Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 99 Rev 104
Line 860... Line 860...
860
		LienImageAsynchroneDAO lienDao = new LienImageAsynchroneDAO(this) ;
860
		LienImageAsynchroneDAO lienDao = new LienImageAsynchroneDAO(this) ;
861
		lienDao.obtenirLiaisonsImagesObservations(this, imgId) ;
861
		lienDao.obtenirLiaisonsImagesObservations(this, imgId) ;
Line 862... Line 862...
862
		
862
		
Line -... Line 863...
-
 
863
	}
-
 
864
 
-
 
865
	public void supprimerLiaisonImages(String idImg, String idObs) {
-
 
866
		
-
 
867
		idImg = cacheImage.get(idImg).getId() ;
-
 
868
		
-
 
869
		LienImageAsynchroneDAO lienDAO = new LienImageAsynchroneDAO(this) ;
-
 
870
		lienDAO.supprimerLienImageObservation(idImg, idObs) ;		
863
	}
871
	}