comparison src/main/java/de/intevation/lada/rest/KommentarMService.java @ 840:2fe625c91ab3

Merged branches.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 21 Jan 2016 09:01:57 +0100
parents fa922101a462 487c6d8c9d7b
children 1c41c7b8f7c2 186d602e031a
comparison
equal deleted inserted replaced
837:9dd9a3de7a61 840:2fe625c91ab3
85 private Authorization authorization; 85 private Authorization authorization;
86 86
87 /** 87 /**
88 * Get all KommentarM objects. 88 * Get all KommentarM objects.
89 * <p> 89 * <p>
90 * The requested objects can be filtered using a URL parameter named 90 * The requested objects have to be filtered using an URL parameter named
91 * messungsId. 91 * messungsId.
92 * <p> 92 * <p>
93 * Example: http://example.com/mkommentar?messungsId=[ID] 93 * Example: http://example.com/mkommentar?messungsId=[ID]
94 * 94 *
95 * @return Response object containing all (filtered) KommentarM objects. 95 * @return Response object containing filtered KommentarM objects.
96 * Status-Code 699 if parameter is missing or requested objects are
97 * not authorized.
96 */ 98 */
97 @GET 99 @GET
98 @Path("/") 100 @Path("/")
99 @Produces(MediaType.APPLICATION_JSON) 101 @Produces(MediaType.APPLICATION_JSON)
100 public Response get( 102 public Response get(
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)