comparison flys-client/src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java @ 5503:b660090b417d

Create a new sq relation project on measurement station record click. * Added new methods to artifact service. * Added new client-side artifact. * Updated UI to have a new row in 'Messstellen-Info'.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 28 Mar 2013 15:21:15 +0100
parents 6cc5186b9b48
children
comparison
equal deleted inserted replaced
5502:566eea137330 5503:b660090b417d
26 String locale, 26 String locale,
27 String river, 27 String river,
28 Long gaugeref, 28 Long gaugeref,
29 AsyncCallback<Artifact> callback 29 AsyncCallback<Artifact> callback
30 ); 30 );
31
32 public void createSQRelationArtifact(
33 Collection collection,
34 String locale,
35 String river,
36 int measurementStation,
37 AsyncCallback<Artifact> callback
38 );
31 } 39 }
32 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 40 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org