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

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