Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 919 Rev 922
Line 49... Line 49...
49
	}
49
	}
Line 50... Line 50...
50
	
50
	
51
	
51
	
52
	public void obtenirListeRegion(Rafraichissable vue, Integer id, String region) {
52
	public void obtenirListeRegion(Rafraichissable vue, Integer id, String region) {
53
		ValeurListeAsyncDao lsDao = new ValeurListeAsyncDao(vue);
53
		ValeurListeAsyncDao lsDao = new ValeurListeAsyncDao(vue);
Line 54... Line 54...
54
		lsDao.selectionner("abv", id, null, region);
54
		lsDao.selectionner("abv", id, region, null);
55
	}
55
	}
56
	
56