Mercurial > dive4elements > framework
diff ChangeLog @ 158:d718a4d55662
Implemented the createCollection() method in the artifact database.
artifacts/trunk@1383 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 Mar 2011 10:54:33 +0000 |
parents | 6e6965873a48 |
children | db0d20440b92 |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 03 10:33:49 2011 +0000 +++ b/ChangeLog Thu Mar 03 10:54:33 2011 +0000 @@ -1,3 +1,13 @@ +2011-03-03 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: + Changed the method signature of createCollection(). The Backend needs + the ArtifactCollectionFactory to create new instances of artifact + collections. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: + Implemented the interface method createCollection(). + 2011-03-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> * artifacts/src/main/java/de/intevation/artifacts/UserFactory.java: