view flys-client/src/main/java/de/intevation/flys/client/client/services/FixingsOverviewService.java @ 2501:87634a9a8478

Added new i18n strings for theme properties of waterlevel labels in cs. flys-client/trunk@4340 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 03 May 2012 08:57:35 +0000
parents f905c936ffff
children 87ac5c532523
line wrap: on
line source
package de.intevation.flys.client.client.services;

import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;

import de.intevation.flys.client.shared.exceptions.ServerException;

@RemoteServiceRelativePath("fixings-overview")
public interface FixingsOverviewService extends RemoteService {

    String generateOverview(
        String  locale,
        String  uuid,
        boolean checkboxes,
        String  filter
    ) throws ServerException;
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org