log artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java @ 421:4213dd6ca169

age author description
2012-08-24 Bjoern Ricks Implement method to find/get a user by its account name
2012-08-23 Bjoern Ricks Read the account information from the database
2012-06-05 Ingo Weinzierl Added some more debug output during the process of removing Artifacts and Collections by the DatabaseCleaner.
2011-10-20 Sascha L. Teichmann Backend.getMasterArtifact: Limit result to one row.
2011-10-19 Felix Wolfsteller Fix accidental corruption of key for sql statement.
2011-10-19 Felix Wolfsteller Add functionality to get 'oldest' artifact of a collection.'
2011-08-10 Sascha L. Teichmann Extract the collection and artifact creation times when doing the initial, too.
2011-08-02 Sascha L. Teichmann Swapped SQL parameter indices when fetching collection name.
2011-08-02 Sascha L. Teichmann When loading all artifacts fetch the name of the collections, too.
2011-08-02 Sascha L. Teichmann Added dummy user to fresh created collections to have it available in the backend listeners.
2011-08-02 Sascha L. Teichmann forward list of deleted collections and artifacts from data cleaner to backend to backend listeners.
2011-08-01 Sascha L. Teichmann Backend: Handle forgotten store/create event source.
2011-08-01 Sascha L. Teichmann Fixed NPE with list of backend listeners.
2011-08-01 Sascha L. Teichmann Made backend listeners loadable at boot time.
2011-08-01 Sascha L. Teichmann Added interface to listen events in the backend.
2011-07-31 Sascha L. Teichmann Use real db connection pooling for artifact database.
2011-07-31 Sascha L. Teichmann Fixed broken SQL statement. Added debug output.
2011-07-31 Sascha L. Teichmann Make artifact server bootable again.
2011-07-28 Sascha L. Teichmann Artifact database: Refactorized the usage of dialect independent SQL to be reusable.
2011-07-27 Sascha L. Teichmann Added method to artifact database to load all artifacts.
2011-07-22 Sascha L. Teichmann Moved StringUtils to common package. Added some Override annotations.
2011-06-21 Ingo Weinzierl Made the TTL of a Collection retrievable via getter method.
2011-06-08 Ingo Weinzierl Enabled the artifact database to retrieve requests to change the name of a specific collection.
2011-06-07 Ingo Weinzierl Enables the artifact server to set the TTL of a specific collection via REST call.
2011-04-26 Ingo Weinzierl Enabled the artifact database to handle requests specific to collection attributes and collection item attributes.
2011-04-26 Ingo Weinzierl Changed the method names to get and set the attributes of collection items.
2011-04-13 Sascha L. Teichmann Fix for flys/issue9
2011-04-04 Sascha L. Teichmann The XML documents stored aside users, collections and collection items are now compressed/decompressed transparently.
2011-04-03 Sascha L. Teichmann Removed trailing whitespace.
2011-03-31 Sascha L. Teichmann Changed semantics of locked artifact ids.
2011-03-24 Ingo Weinzierl The Backend got a method that retrieves an ArtifactCollection based on its GID.
2011-03-15 Sascha L. Teichmann Added a copy of Config in the commons package. TODO: Remove it from artifacts-database.
2011-03-09 Sascha L. Teichmann Insert collection attribute into database, too.
2011-03-08 Sascha L. Teichmann Small typo fix
2011-03-08 Sascha L. Teichmann Fixed issue with outdating an artifact if it is removed from a collection.
2011-03-07 Ingo Weinzierl Fixed some backend specific stuff (sql statements, schema).
2011-03-07 Ingo Weinzierl Added an interface for CollectionItems and renamed the CollectionItem class from the artifact-database package to DefaultCollectionItem - because this is the default implementation of the interface.
2011-03-07 Sascha L. Teichmann Added Backend code to list the collection items in a collection.
2011-03-07 Sascha L. Teichmann Added helper to be return in Backend.listCollectionArtifacts()
2011-03-06 Sascha L. Teichmann Added code to remove an artifact from a collection
2011-03-06 Sascha L. Teichmann Added code to set attribute of a collection item.
2011-03-06 Sascha L. Teichmann Added code to get the attribute of a collection item
2011-03-06 Sascha L. Teichmann Backend: isIdentifierValid more symmetric to new newIndentifier
2011-03-04 Sascha L. Teichmann Added code to add artifacts to collections.
2011-03-04 Sascha L. Teichmann Added code to delete collections.
2011-03-04 Sascha L. Teichmann Reduce the code repetition and the complexity of the backend.
2011-03-04 Sascha L. Teichmann Fix parameter propagation of creation time ond collection names.
2011-03-03 Sascha L. Teichmann Added code to list collections.
2011-03-03 Ingo Weinzierl Implemented the interface method listCollections() in the artifact database.
2011-03-03 Ingo Weinzierl Bugfixed the collection creation in the Backend.
2011-03-03 Sascha L. Teichmann Added code to create collections.
2011-03-03 Ingo Weinzierl Implemented the createCollection() method in the artifact database.
2011-03-03 Sascha L. Teichmann Simplified creation of users.
2011-03-03 Sascha L. Teichmann Added stubs for the collection handling in db backend.
2011-03-03 Sascha L. Teichmann Propagate delete user errors correctly.
2011-03-03 Ingo Weinzierl Adjusted method signatures for deleting users in the UserFactory and in the Backend.
2011-03-03 Ingo Weinzierl Bugfix: Replaced wrong SQL statements with the correct ones.
2011-03-02 Sascha L. Teichmann Added code to load all users from database.
2011-03-02 Sascha L. Teichmann Added code to load user from database.
2011-03-02 Sascha L. Teichmann Enable backend to delete users

http://dive4elements.wald.intevation.org