comparison flys-client/src/main/java/de/intevation/flys/client/client/services/ArtifactService.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
44 Collection collection, 44 Collection collection,
45 String locale, 45 String locale,
46 String river, 46 String river,
47 Long gaugeref 47 Long gaugeref
48 ) throws ServerException; 48 ) throws ServerException;
49
50 /**
51 * Create a new SQRelationArtifact
52 *
53 * @param collection the collection to add the artifact to
54 * @param river the river
55 * @param measurementStation the measurement station id
56 */
57 public Artifact createSQRelationArtifact(
58 Collection collection,
59 String locale,
60 String river,
61 int measurementStation
62 ) throws ServerException;
49 } 63 }
50 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 64 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org