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

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 17 Jul 2013 09:40:53 +0200
parents d8a3d188046f
children 816291da1dde
comparison
equal deleted inserted replaced
262:f4b359aa9127 263:2098db2e8fbd
39 @Inject 39 @Inject
40 @Named("ldapauth") 40 @Named("ldapauth")
41 private Authentication authentication; 41 private Authentication authentication;
42 42
43 /** 43 /**
44 * Request all SUmwelt objects. 44 * Request all SVerwaltungseinheit objects.
45 * 45 *
46 * @param headers The HTTP header containing authorization information. 46 * @param headers The HTTP header containing authorization information.
47 * @return Response object. 47 * @return Response object.
48 */ 48 */
49 @GET 49 @GET
59 return new Response(false, 699, new ArrayList<SVerwaltungseinheit>()); 59 return new Response(false, 699, new ArrayList<SVerwaltungseinheit>());
60 } 60 }
61 } 61 }
62 62
63 /** 63 /**
64 * Request a SUmwelt object via its id. 64 * Request a SVerwaltungseinheit object via its id.
65 * 65 *
66 * @param id The object id. 66 * @param id The object id.
67 * @param headers The HTTP header containing authorization information. 67 * @param headers The HTTP header containing authorization information.
68 * @return Response object. 68 * @return Response object.
69 */ 69 */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)