Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1971:741d2067cfe1
Given CrossSections a name, let crosssection facets survive.
flys-artifacts/trunk@3387 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 12 Dec 2011 11:19:56 +0000 |
parents | 368040e5c400 |
children | 3c3e81fca092 |
comparison
equal
deleted
inserted
replaced
1970:368040e5c400 | 1971:741d2067cfe1 |
---|---|
1 2011-12-12 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Resolve todo about wrongly named cross sections. | |
4 Open StaticState to allow that facets survive a compute. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/states/StaticState.java | |
7 (computeAdvance, computeFeed, computeInit): Override to call | |
8 staticCompute. | |
9 (staticCompute): New. Do nothing but be able to be overridden. | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/CrossSectionArtifact.java | |
12 (setup): Fetch facets name from db (resolves todo). | |
13 (getCurrentState): override staticstates staticcompute to let | |
14 facets survive a compute. | |
15 | |
1 2011-12-12 Ingo Weinzierl <ingo@intevation.de> | 16 2011-12-12 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/wsplgen/JobExecutor.java, | 18 * src/main/java/de/intevation/flys/wsplgen/JobExecutor.java, |
4 src/main/java/de/intevation/flys/wsplgen/WSPLGENCallable.java: Renamed | 19 src/main/java/de/intevation/flys/wsplgen/WSPLGENCallable.java: Renamed |
5 JobExecutor to WSPLGENCallable (because it is a Callable now). In addition | 20 JobExecutor to WSPLGENCallable (because it is a Callable now). In addition |