comparison flys-client/src/main/java/de/intevation/flys/client/client/services/FixingsOverviewServiceAsync.java @ 2493:f905c936ffff

Added the XSL transformation to generate the fixings overview. flys-client/trunk@4286 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 20 Apr 2012 15:23:27 +0000
parents 2a504b6d9a1b
children 87ac5c532523
comparison
equal deleted inserted replaced
2492:e64e0d094843 2493:f905c936ffff
3 import com.google.gwt.user.client.rpc.AsyncCallback; 3 import com.google.gwt.user.client.rpc.AsyncCallback;
4 4
5 public interface FixingsOverviewServiceAsync { 5 public interface FixingsOverviewServiceAsync {
6 6
7 void generateOverview( 7 void generateOverview(
8 String locale,
8 String uuid, 9 String uuid,
9 boolean checkboxes, 10 boolean checkboxes,
10 String filter, 11 String filter,
11 AsyncCallback<String> callback); 12 AsyncCallback<String> callback);
12 } 13 }

http://dive4elements.wald.intevation.org