Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
157:6e6965873a48 | 158:d718a4d55662 |
---|---|
1 2011-03-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | |
4 Changed the method signature of createCollection(). The Backend needs | |
5 the ArtifactCollectionFactory to create new instances of artifact | |
6 collections. | |
7 | |
8 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
9 Implemented the interface method createCollection(). | |
10 | |
1 2011-03-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 11 2011-03-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 12 |
3 * artifacts/src/main/java/de/intevation/artifacts/UserFactory.java: | 13 * artifacts/src/main/java/de/intevation/artifacts/UserFactory.java: |
4 Throw out useless stuff from interface. | 14 Throw out useless stuff from interface. |
5 | 15 |