comparison flys-client/src/main/java/de/intevation/flys/client/client/services/FixingsOverviewService.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
7 7
8 @RemoteServiceRelativePath("fixings-overview") 8 @RemoteServiceRelativePath("fixings-overview")
9 public interface FixingsOverviewService extends RemoteService { 9 public interface FixingsOverviewService extends RemoteService {
10 10
11 String generateOverview( 11 String generateOverview(
12 String locale,
12 String uuid, 13 String uuid,
13 boolean checkboxes, 14 boolean checkboxes,
14 String filter 15 String filter
15 ) throws ServerException; 16 ) throws ServerException;
16 } 17 }

http://dive4elements.wald.intevation.org