Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 157:013d47662161
Switched the Communication for Describe-Calls to the artifact-database from get to post.
Added the possibility to tell the artifact-database that the ui should not be delivered
in describe-responses.
gnv/trunk@285 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Thu, 05 Nov 2009 14:53:24 +0000 |
parents | aa5197b3f930 |
children | f38a86c2c012 |
comparison
equal
deleted
inserted
replaced
156:aa5197b3f930 | 157:013d47662161 |
---|---|
1 2009-11-05 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientFactory.java (ArtifactDatabaseClientFactory): | |
4 Removed some deprecatde TODO-Tasks. | |
5 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (getCurrentStepDescription): | |
6 Changed the Describe-Call of an Artifact from get to post an add the Flag which | |
7 determines if the UI should be delivered to the client. | |
8 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (getCurrentStepDescription): | |
9 Added the possibility to put an Flag which determines if the UI should be delivered from | |
10 the artifact-database to the Metodsignature. | |
11 | |
12 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java (execute), | |
13 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute), | |
14 src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java (execute), | |
15 src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java (testArtifactDatabaseClient): | |
16 Added the Flag if the UI should be delivered by the artifact-database to the Method-Call. | |
17 | |
1 2009-10-28 Tim Englich <tim.englich@intevation.de> | 18 2009-10-28 Tim Englich <tim.englich@intevation.de> |
2 | 19 |
3 * src/main/resources/applicationMessages*.properties: | 20 * src/main/resources/applicationMessages*.properties: |
4 Added Ressources for two new FIS. Current Meter and Ice Station Reports | 21 Added Ressources for two new FIS. Current Meter and Ice Station Reports |
5 | 22 |