comparison src/main/java/de/intevation/lada/rest/LProbeService.java @ 263:2098db2e8fbd M1

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 17 Jul 2013 09:40:53 +0200
parents 0d545e6d1885
children f4701a64e8a3
comparison
equal deleted inserted replaced
262:f4b359aa9127 263:2098db2e8fbd
109 /** 109 /**
110 * Request LProbe via a filter. 110 * Request LProbe via a filter.
111 * 111 *
112 * Query parameters are used for the filter in form of key-value pairs. 112 * Query parameters are used for the filter in form of key-value pairs.
113 * This filter can take the three parameters 113 * This filter can take the three parameters
114 * mst=$MSTID (String) 114 * mstId=$MSTID (String)
115 * uwb=$UWBID (String) 115 * umwId=$UWBID (String)
116 * begin=$PROBEENTNAHMEBEGIN (Timestamp) 116 * begin=$PROBEENTNAHMEBEGIN (Timestamp)
117 * 117 *
118 * @param info The URL query parameters. 118 * @param info The URL query parameters.
119 * @param header The HTTP header containing authorization information. 119 * @param header The HTTP header containing authorization information.
120 * @return Response object. 120 * @return Response object.
195 } 195 }
196 } 196 }
197 197
198 /** 198 /**
199 * Create a new LProbe object. 199 * Create a new LProbe object.
200 *
200 * @param probe A LProbeInfo object wrapping the LProbe object. 201 * @param probe A LProbeInfo object wrapping the LProbe object.
201 * @param header The HTTP header containing authorization information. 202 * @param header The HTTP header containing authorization information.
202 * @return Response object. 203 * @return Response object.
203 */ 204 */
204 @POST 205 @POST
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)