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

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 17 Jul 2013 09:40:53 +0200
parents 07c4186cbfab
children 567ce7697fc7
comparison
equal deleted inserted replaced
262:f4b359aa9127 263:2098db2e8fbd
34 @Path("/zusatzwert") 34 @Path("/zusatzwert")
35 @RequestScoped 35 @RequestScoped
36 public class LZusatzwertService 36 public class LZusatzwertService
37 { 37 {
38 /** 38 /**
39 * The Repository for SUmwelt. 39 * The Repository for LZusatzwert.
40 */ 40 */
41 @Inject 41 @Inject
42 @Named("lzusatzwertrepository") 42 @Named("lzusatzwertrepository")
43 private Repository repository; 43 private Repository repository;
44 44
48 @Inject 48 @Inject
49 @Named("ldapauth") 49 @Named("ldapauth")
50 private Authentication authentication; 50 private Authentication authentication;
51 51
52 /** 52 /**
53 * Request LMessert via a filter. 53 * Request LZusatzwert via a filter.
54 * 54 *
55 * Query parameters are used for the filter in form of key-value pairs. 55 * Query parameters are used for the filter in form of key-value pairs.
56 * 56 *
57 * @param info The URL query parameters. 57 * @param info The URL query parameters.
58 * @param header The HTTP header containing authorization information. 58 * @param header The HTTP header containing authorization information.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)