log flys-artifacts/ChangeLog @ 357:37b320bb292b

age author description
2011-04-28 Ingo Weinzierl Added a further state that is reached if the waterlevel calculation mode has been chosen.
2011-04-28 Ingo Weinzierl Added a new Transition to compare values.
2011-04-28 Ingo Weinzierl Bugfixes: Adapted a broken method call of TransitionEngine.isStateReachable() and added the outputs of a current state to the DESCRIBE.
2011-04-28 Ingo Weinzierl Bugfix: Added the missing init() method to a Transition and call it in the TransitionFactory after a Transition has been created.
2011-04-28 Ingo Weinzierl Bugfix: The outputs of a Collection's attribute document are stored in an outputs node now instead of being stored toplevel in the document.
2011-04-28 Ingo Weinzierl Throw an illegal argument exception in LocationDistanceSelect.validate() and WQSelect.validate() if no data has been inserted so far.
2011-04-28 Sascha L. Teichmann Added XSL transformation do create Graphviz digraph out of conf.xml
2011-04-28 Ingo Weinzierl The OutGenerator gets the theme of a facet while output creation.
2011-04-27 Ingo Weinzierl Removed useless imports.
2011-04-27 Ingo Weinzierl Added an abstract OutGenerator that should be the base class for all generators which create charts.
2011-04-27 Ingo Weinzierl Improved the out() operation of a Collection - the OutGenerator gets to know about the facets and its theme.
2011-04-26 Ingo Weinzierl The Attributes of a collection are written into its DESCRIBE now.
2011-04-26 Ingo Weinzierl Initialized the facet2theme mappings configured in themes.xml and added a function to the ThemeFactory that retrieves a theme from FLYSContext based on its name.
2011-04-22 Sascha L. Teichmann Corrected a silly c&p mistake.
2011-04-22 Sascha L. Teichmann Implementation of the "Ruecksprungkorrektur" to be done in "W fuer angepassten Abflusslaengschnitt".
2011-04-21 Ingo Weinzierl Removed debug code that has been commited by accident.
2011-04-21 Ingo Weinzierl Added a first small theme configuration and code to read it.
2011-04-21 Ingo Weinzierl Implementation of interfaces and its default implementations and a factory to work with themes.
2011-04-20 Sascha L. Teichmann Implementation of "Abflusskurve/Abflusstafel" calculation.
2011-04-20 Sascha L. Teichmann Added dependency to Apache Commons Math 2.2 (Apache License 2.0)
2011-04-20 Sascha L. Teichmann Discharge table: Fix problem when sorting by q (copied w instead of q).
2011-04-20 Ingo Weinzierl Fixed broken HQL statement.
2011-04-19 Sascha L. Teichmann Implemented the "Wasserstand/Wasserspiegellagen" calculation.
2011-04-19 Sascha L. Teichmann Discharge table: we need a getQForW() and not a getWForQ().
2011-04-19 Sascha L. Teichmann Discharge tables: Sorting of q values was done wrong.
2011-04-19 Ingo Weinzierl The list of annotations returned by the AnnotationFactory is ordered by its range.
2011-04-19 Ingo Weinzierl Added a service that returns the MainValues of a Gauge based on a river name and a stationing.
2011-04-19 Ingo Weinzierl Added a factory that returns MainValues.
2011-04-19 Sascha L. Teichmann Discharge table: Added static method getWForQ() to interpolate a w value for a given q value based on a given discharge table.
2011-04-19 Sascha L. Teichmann Discharge tables: Added convenience constructors/methods to ease the access to the master discharge table of a gauge.
2011-04-18 Sascha L. Teichmann Moved the query complexity of creating a w/q value table into view
2011-04-18 Sascha L. Teichmann Fetches w/q value tables from the backend.
2011-04-18 Ingo Weinzierl Changed the error key that is written to the result document of the feed operation.
2011-04-18 Ingo Weinzierl The inserted river is validated in the feed operation().
2011-04-18 Ingo Weinzierl The calculation method is validated in the feed() operation.
2011-04-18 Ingo Weinzierl The inserted ranges (distance and WQ ranges) are validated in the feed() operation.
2011-04-18 Ingo Weinzierl Removed testing code that has been comitted by accident in the last revision.
2011-04-18 Ingo Weinzierl The getGauge() method of the FLYSArtifact returns the first gauge based on the given stationing now.
2011-04-15 Ingo Weinzierl The WQ state fills the DESCRIBE with default values for W and Q.
2011-04-15 Ingo Weinzierl Added a WstFactory to return Wst objects.
2011-04-15 Ingo Weinzierl FLYSArtifact provides methods to retrieve the real River, Gauge objects.
2011-04-15 Ingo Weinzierl Bugfix: repaired broken imports of the session holder.
2011-04-15 Ingo Weinzierl Removed the SessionHolder and adapted imports.
2011-04-14 Sascha L. Teichmann Acquire/release sessions in services to avoid db connection leaks.
2011-04-14 Ingo Weinzierl The location/distance state now writes default values into DESCRIBE.
2011-04-14 Ingo Weinzierl Added a new function to RiverFactory that retrieves a River object based on a given river name.
2011-04-14 Sascha L. Teichmann Backend access: Static methods are using the SessionHolder, too.
2011-04-14 Ingo Weinzierl Finalized the SessionCallContextListener and registered it as CallContext.Listener in the configuration.
2011-04-14 Ingo Weinzierl Bugfix: Call correct method to retrieve and initialize an instance of SessionFactoryProvider.
2011-04-14 Sascha L. Teichmann Added a session holder to hold hibernate sessions.
2011-04-14 Ingo Weinzierl Added an Implementation of CallContext.Listener to open/close Hibernate Sessions for each request.
2011-04-14 Ingo Weinzierl Modified the states' describe() method - related to the last commit.
2011-04-14 Ingo Weinzierl Removed the state to explicitly select a gauge.
2011-04-13 Ingo Weinzierl Bugfix: Repaired the dynamic UI part of the RiverSelect state in DESCRIBE.
2011-04-12 Ingo Weinzierl Write the name of an artifact into the DESCRIBE document.
2011-04-12 Ingo Weinzierl Bugfix: States are filled with data before they describe themself.
2011-04-11 Ingo Weinzierl Implemented a service that retrieves distance information for a specific river.
2011-04-06 Ingo Weinzierl The FLYSArtifactCollection overrides out() and uses OutGenerators to create output for this operation.
2011-04-06 Ingo Weinzierl Added a DischargeCurveGenerator that creates discharge curves.
2011-04-06 Ingo Weinzierl Changed the visibility of getData() method of FLYSArtifacts.

http://dive4elements.wald.intevation.org