comparison flys-client/src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java @ 2890:fba76f4afca9

Cosmetics, docs. flys-client/trunk@4573 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 04 Jun 2012 08:21:09 +0000
parents bc06a671ef60
children 436eec3be6ff
comparison
equal deleted inserted replaced
2889:6c613c9f3a51 2890:fba76f4afca9
18 */ 18 */
19 public class ArtifactServiceImpl 19 public class ArtifactServiceImpl
20 extends RemoteServiceServlet 20 extends RemoteServiceServlet
21 implements ArtifactService 21 implements ArtifactService
22 { 22 {
23 /** Private logger. */
23 private static final Logger logger = 24 private static final Logger logger =
24 Logger.getLogger(ArtifactServiceImpl.class); 25 Logger.getLogger(ArtifactServiceImpl.class);
25 26
26 27
27 /** 28 /**
28 * Creates new Artifacts based on a given Recommendation and factory. 29 * Creates new Artifacts based on a given Recommendation and factory.
29 * <b>Note, that all the work is done in ArtifactHelper!</b> 30 * <b>Note, that all the work is done in ArtifactHelper!</b>
30 * 31 *
31 * @param locale The locale used for HTTP request. 32 * @param locale The locale used for HTTP request.
32 * @param factory The factory that is used to create the new Artifact. 33 * @param factory The factory that is used to create the new Artifact.
34 * @param recom Recommendation with details of the artifact to create.
33 * 35 *
34 * @return a new Artifact. 36 * @return a new Artifact.
35 */ 37 */
36 public Artifact create( 38 public Artifact create(
37 String locale, 39 String locale,

http://dive4elements.wald.intevation.org