comparison gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactServiceImpl.java @ 6039:b6dab05553e2

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 16 May 2013 16:30:36 +0200
parents ea9eef426962
children cbdf839008a7
comparison
equal deleted inserted replaced
6038:a0dd303f4a08 6039:b6dab05553e2
69 String locale, 69 String locale,
70 String river, 70 String river,
71 Long gaugeref) 71 Long gaugeref)
72 throws ServerException 72 throws ServerException
73 { 73 {
74 logger.info("ArtifactServiceImpl.createGaugeDischargeCurverArtifact"); 74 logger.info("ArtifactServiceImpl.createGaugeDischargeCurveArtifact");
75 String url = getServletContext().getInitParameter("server-url"); 75 String url = getServletContext().getInitParameter("server-url");
76 76
77 Artifact artifact = ArtifactHelper.createGaugeDischargeCurveArtifact(url, 77 Artifact artifact = ArtifactHelper.createGaugeDischargeCurveArtifact(url,
78 locale, river, gaugeref); 78 locale, river, gaugeref);
79 if (artifact == null) { 79 if (artifact == null) {

http://dive4elements.wald.intevation.org