Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java @ 182:7eebe707a034
Added helper to be return in Backend.listCollectionArtifacts()
artifacts/trunk@1408 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 07 Mar 2011 11:12:21 +0000 |
parents | 38fbbeffe8fe |
children | a22b7e367b25 |
comparison
equal
deleted
inserted
replaced
181:116482169b44 | 182:7eebe707a034 |
---|---|
1 /* | 1 /* |
2 * Copyright (c) 2010 by Intevation GmbH | 2 * Copyright (c) 2010, 2011 by Intevation GmbH |
3 * | 3 * |
4 * This program is free software under the LGPL (>=v2.1) | 4 * This program is free software under the LGPL (>=v2.1) |
5 * Read the file LGPL.txt coming with the software for details | 5 * Read the file LGPL.txt coming with the software for details |
6 * or visit http://www.gnu.org/licenses/ if it does not exist. | 6 * or visit http://www.gnu.org/licenses/ if it does not exist. |
7 */ | 7 */ |
8 | |
9 package de.intevation.artifactdatabase; | 8 package de.intevation.artifactdatabase; |
10 | 9 |
11 import de.intevation.artifacts.Artifact; | 10 import de.intevation.artifacts.Artifact; |
12 import de.intevation.artifacts.ArtifactCollection; | 11 import de.intevation.artifacts.ArtifactCollection; |
13 import de.intevation.artifacts.ArtifactCollectionFactory; | 12 import de.intevation.artifacts.ArtifactCollectionFactory; |