view flys-client/src/main/java/de/intevation/flys/client/client/services/GaugeInfoService.java @ 2882:63d1e5428a1c

Added i18n strings for new theme properties for mainvalues. flys-client/trunk@4550 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 29 May 2012 07:38:49 +0000
parents 52a98e1653c1
children
line wrap: on
line source
package de.intevation.flys.client.client.services;

import java.util.List;

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

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

/**
 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
 */
@RemoteServiceRelativePath("gaugeinfo")
public interface GaugeInfoService extends RemoteService {

    List<Gauge> getGaugeInfo(String river, String  refnumber)
    throws ServerException;
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org