Mercurial > dive4elements > gnv-client
changeset 599:c5710a8d2825
Added the usage of the Presettings in the States which are handling the choice of Parameter
gnv-artifacts/trunk@657 c6561f87-3c4e-4783-a992-168aeb5c3f6f
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Feb 02 13:13:45 2010 +0000 @@ -1,3 +1,19 @@ +2010-02-02 Tim Englich <tim.englich@intevation.de> + + * doc/conf/products/horizontalcrosssection/conf_mesh.xml, + doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml, + doc/conf/products/horizontalprofile/conf_mesh_cross.xml, + doc/conf/products/horizontalprofile/conf_mesh.xml, + doc/conf/products/timeseries/conf_mesh.xml, + doc/conf/products/timeseries/conf_timeseriespoint.xml, + doc/conf/products/verticalcrosssection/conf_mesh.xml, + doc/conf/products/verticalprofile/conf_instantaneouspoint.xml, + doc/conf/products/verticalprofile/conf_mesh.xml, + doc/conf/products/verticalprofile/conf_timeseriespoint.xml: + Added the possibility to use the Informations (PreSettings) which are + send using the MapViewer-Interface in all States which are responsible to + manage the choice of Parameters during the Workflows of GNV-Artifacts. + 2010-02-02 Tim Englich <tim.englich@intevation.de> * src/main/java/de/intevation/gnv/state/DefaultInputData.java (splitValue),
--- a/gnv-artifacts/doc/conf/products/horizontalcrosssection/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalcrosssection/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -110,6 +110,7 @@ <state id="horizontalcrosssection_meshpoint_parameter" description="horizontalcrosssection_meshpoint_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>verticalprofile_mesh_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>false</data-multiselect> <inputvalues> <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
--- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Tue Feb 02 13:13:45 2010 +0000 @@ -167,6 +167,7 @@ <state id="horizontalprofile_instantaneouspoint_parameter" description="horizontalprofile_instantaneouspoint_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>horizontalprofile_instantaneouspoint_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>true</data-multiselect> <inputvalues> <inputvalue name="cruiseid" type="Integer" multiselect="false" usedinquery="0" />
--- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -126,6 +126,7 @@ <state id="horizontalprofile_meshpoint_parameter" description="horizontalprofile_meshpoint_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>verticalprofile_mesh_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>true</data-multiselect> <inputvalues> <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
--- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Tue Feb 02 13:13:45 2010 +0000 @@ -95,6 +95,7 @@ <state id="horizontalprofile_meshpoint_parameter" description="horizontalprofile_meshpoint_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>verticalprofile_mesh_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>true</data-multiselect> <inputvalues> <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
--- a/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -127,6 +127,7 @@ <state id="timeseries_meshpoint_parameter" description="timeseries_meshpoint_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>timeseries_mesh_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>true</data-multiselect> <inputvalues> <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
--- a/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Tue Feb 02 13:13:45 2010 +0000 @@ -128,6 +128,7 @@ <state id="timeseries_parameter" description="timeseries_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>timeseries_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>true</data-multiselect> <inputvalues> <inputvalue name="featureid" type="Integer" multiselect="false"/>
--- a/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -92,6 +92,7 @@ <state id="verticalcrosssection_mesh_parameter" description="verticalcrosssection_mesh_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>verticalprofile_mesh_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>false</data-multiselect> <inputvalues> <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
--- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Tue Feb 02 13:13:45 2010 +0000 @@ -37,6 +37,7 @@ <state id="verticalprofile_instantaneouspoint_parameter" description="verticalprofile_instantaneouspoint_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>verticalprofile_instantaneouspoint_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>true</data-multiselect> <inputvalues> <inputvalue name="seriesid" type="Integer" multiselect="false" usedinquery="0" />
--- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 @@ -148,6 +148,7 @@ <state id="verticalprofile_meshpoint_parameter" description="verticalprofile_meshpoint_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>verticalprofile_mesh_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>true</data-multiselect> <inputvalues> <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/>
--- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Tue Feb 02 13:12:11 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Tue Feb 02 13:13:45 2010 +0000 @@ -77,6 +77,7 @@ <state id="verticalprofile_parameter" description="timeseries_parameter" state="de.intevation.gnv.state.DefaultState"> <queryID>verticalprofile_parameter</queryID> <dataname>parameterid</dataname> + <presettings-name>parameter</presettings-name> <data-multiselect>true</data-multiselect> <inputvalues> <inputvalue name="featureid" type="Integer" multiselect="false" usedinquery="1"/>