comparison src/main/java/de/intevation/lada/rest/LKommentarMService.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
25 import de.intevation.lada.auth.AuthenticationException; 25 import de.intevation.lada.auth.AuthenticationException;
26 import de.intevation.lada.data.QueryBuilder; 26 import de.intevation.lada.data.QueryBuilder;
27 import de.intevation.lada.data.Repository; 27 import de.intevation.lada.data.Repository;
28 import de.intevation.lada.model.LKommentarM; 28 import de.intevation.lada.model.LKommentarM;
29 import de.intevation.lada.model.LKommentarMId; 29 import de.intevation.lada.model.LKommentarMId;
30 import de.intevation.lada.model.LMessung;
31 import de.intevation.lada.model.LProbe;
30 32
31 /** 33 /**
32 * This class produces a RESTful service to read, write and update 34 * This class produces a RESTful service to read, write and update
33 * LKommentarM objects. 35 * LKommentarM objects.
34 * 36 *
155 157
156 /** 158 /**
157 * Delete a LKommentarM object. 159 * Delete a LKommentarM object.
158 * 160 *
159 * @param kId The object id. 161 * @param kId The object id.
160 * @param messungsId The LProbe id. 162 * @param messungsId The {@link LMessung} id.
161 * @param statusId The LStatus id 163 * @param probeId The {@link LProbe} id
162 * @param headers The HTTP header containing authorization information. 164 * @param headers The HTTP header containing authorization information.
163 * @return Response object. 165 * @return Response object.
164 */ 166 */
165 @DELETE 167 @DELETE
166 @Path("/{kId}/{messungsId}/{probeId}") 168 @Path("/{kId}/{messungsId}/{probeId}")
167 public Response delete( 169 public Response delete(
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)