comparison src/main/java/de/intevation/lada/rest/LMesswertService.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents 07c4186cbfab
children 183f8116d9a6
comparison
equal deleted inserted replaced
365:fab80595ed55 366:567ce7697fc7
24 import de.intevation.lada.data.QueryBuilder; 24 import de.intevation.lada.data.QueryBuilder;
25 import de.intevation.lada.data.Repository; 25 import de.intevation.lada.data.Repository;
26 import de.intevation.lada.model.LMessung; 26 import de.intevation.lada.model.LMessung;
27 import de.intevation.lada.model.LMesswert; 27 import de.intevation.lada.model.LMesswert;
28 import de.intevation.lada.model.LMesswertId; 28 import de.intevation.lada.model.LMesswertId;
29 import de.intevation.lada.model.LProbe;
29 30
30 /** 31 /**
31 * This class produces a RESTful service to read, write and update 32 * This class produces a RESTful service to read, write and update
32 * the contents of LMesswert objects. 33 * the contents of LMesswert objects.
33 * 34 *
156 } 157 }
157 158
158 /** 159 /**
159 * Delete a LMesswert object. 160 * Delete a LMesswert object.
160 * 161 *
161 * @param statusId The object id. 162 * @param messgroesseId The messgroesse id.
162 * @param messungsId The LProbe id. 163 * @param messungsId The {@link LMessung} id.
163 * @param statusId The LStatus id 164 * @param probeId The {@link LProbe} id
164 * @param headers The HTTP header containing authorization information. 165 * @param headers The HTTP header containing authorization information.
165 * @return Response object. 166 * @return Response object.
166 */ 167 */
167 @DELETE 168 @DELETE
168 @Produces("text/json") 169 @Produces("text/json")
169 @Path("/{messgroesseId}/{messungsId}/{probeId}") 170 @Path("/{messgroesseId}/{messungsId}/{probeId}")
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)