view flys-client/src/main/java/de/intevation/flys/client/client/services/GaugeOverviewInfoService.java @ 4192:34337e357a54

Add message for gauge_discharge_curve_at_export Add message to display a correct info at the save at export icon when hovering.
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 19 Oct 2012 13:59:51 +0200
parents 4e33aa341e51
children
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;
import de.intevation.flys.client.shared.model.RiverInfo;

/**
 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
 */
@RemoteServiceRelativePath("gaugeoverviewinfo")
public interface GaugeOverviewInfoService extends RemoteService {

    public RiverInfo getRiverInfo(String river) throws ServerException;

}

http://dive4elements.wald.intevation.org