comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/fis/SelectProductArtifact.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents 9b9bf42b7928
children 22c18083225e
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
41 /** 41 /**
42 * This artifact is used to handle to input/output at the beginning of a 42 * This artifact is used to handle to input/output at the beginning of a
43 * parameterization when no product has been selected so far. After the user 43 * parameterization when no product has been selected so far. After the user
44 * having selected a product, this artifact is replaced by a concrete product 44 * having selected a product, this artifact is replaced by a concrete product
45 * artifact. 45 * artifact.
46 * 46 *
47 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 47 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
48 */ 48 */
49 public class SelectProductArtifact extends GNVDefaultArtifact { 49 public class SelectProductArtifact extends GNVDefaultArtifact {
50 50
51 /** 51 /**
217 217
218 /** 218 /**
219 * If {@link #feed(org.w3c.dom.Document, de.intevation.artifacts.CallContext)} 219 * If {@link #feed(org.w3c.dom.Document, de.intevation.artifacts.CallContext)}
220 * was sucessfully called before, this artifact is replaced with a concrete 220 * was sucessfully called before, this artifact is replaced with a concrete
221 * product artifact. 221 * product artifact.
222 * 222 *
223 * @param target 223 * @param target
224 * @param context 224 * @param context
225 * @return 225 * @return
226 */ 226 */
227 @Override 227 @Override
287 287
288 288
289 /** 289 /**
290 * Create a describe document including the user interface description. The 290 * Create a describe document including the user interface description. The
291 * user gets the choice to select a product supported by the current fis. 291 * user gets the choice to select a product supported by the current fis.
292 * 292 *
293 * @param data 293 * @param data
294 * @param context 294 * @param context
295 * @return 295 * @return
296 */ 296 */
297 @Override 297 @Override
467 } 467 }
468 468
469 469
470 /** 470 /**
471 * Create a feed document. 471 * Create a feed document.
472 * 472 *
473 * @param uuid 473 * @param uuid
474 * @param hash 474 * @param hash
475 * @return 475 * @return
476 */ 476 */
477 protected Document feedDocument(String uuid, String hash) { 477 protected Document feedDocument(String uuid, String hash) {

http://dive4elements.wald.intevation.org