log

age author description
2013-09-04 Raimund Renkert Use the hibernate spatial postgis dialect to connect to the database.
2013-09-04 Raimund Renkert Added dependencies for hibernate-spatial and postgis.
2013-09-04 Raimund Renkert Export LAF via POST. The service now takes url encoded form data with multiple probe ids.
2013-09-02 Raimund Renkert Added tag 0.4 for changeset c26fcf442353
2013-09-02 Raimund Renkert Fixed sql statement for messmethode/messgroesse validation. 0.4
2013-08-30 Raimund Renkert Added tag 0.4 for changeset 6aecd10279b5
2013-08-30 Raimund Renkert mered.
2013-08-30 Raimund Renkert Return the netzbetreiber name instead of the id in the info service.
2013-08-30 Torsten Irländer Added tag 0.4 for changeset 976f4e4df363
2013-08-30 Raimund Renkert Validate haputprobennummer on probe update and create.
2013-08-30 Raimund Renkert Fixed group string generation.
2013-08-30 Raimund Renkert Added entity for pflichtmessgroesse.
2013-08-30 Raimund Renkert Removed unused imports.
2013-08-30 Raimund Renkert More vaidation for messung objects.
2013-08-29 Raimund Renkert Ignore parser tests cause the parser uses authentication now.
2013-08-28 Raimund Renkert Added new writer module and report object for importer.
2013-08-28 Raimund Renkert Imporved error/warning handling and fixed some bugs in the importer module.
2013-08-28 Raimund Renkert Fixed validator to avoid NPE.
2013-08-28 Raimund Renkert Added attribute 'kda_id' to have a reference to 's_koordinaten_art'.
2013-08-28 Raimund Renkert Export additional attributes for 'ort'.
2013-08-28 Raimund Renkert Renamed 'MEDIA' to 'MEDIUM'.
2013-08-28 Raimund Renkert Fixed some regular expressions.
2013-08-27 Raimund Renkert Made the importer a little more robust and introduced a better warning/error reporting.
2013-08-27 Raimund Renkert Fixed keys and added probenzusatzwerte.
2013-08-27 Raimund Renkert Fixed authorization in exporter.
2013-08-27 Raimund Renkert New service for LAF export.
2013-08-27 Raimund Renkert Added LAF exporter and LAF creator.
2013-08-27 Raimund Renkert New interfaces for data exporter and data creator.
2013-08-23 Raimund Renkert Extracted LAF import service to its own service class.
2013-08-23 Raimund Renkert Use a more genereic path to LAF files in maven tests.
2013-08-23 Raimund Renkert Moved importer config.
2013-08-23 Raimund Renkert Added test files for LAF format.
2013-08-23 Raimund Renkert Completed importer for LAF format. Ort objects still need some attention.
2013-08-23 Raimund Renkert Use 'merge' instead of 'persist' since it saves detached objects, too.
2013-08-23 Raimund Renkert Removed dependencies from build target.
2013-08-23 Raimund Renkert Commented out the main in Importertest and removed some annotations.
2013-08-21 Raimund Renkert Updated system property keys.
2013-08-21 Raimund Renkert Stop parsing as soon as posible if laf content is not valid.
2013-08-21 Raimund Renkert Updates systemproperty keys and testcases.
2013-08-21 Raimund Renkert Updated system property keys.
2013-08-21 Raimund Renkert Added system properties to maven surefire plugin to have them available in tests.
2013-08-20 Raimund Renkert Config file for LAF importer.
2013-08-20 Raimund Renkert JUnit test cases and small test application for LAF importer.
2013-08-20 Raimund Renkert First version of the LAF importer.
2013-08-20 Raimund Renkert New interfaces for importer and object producer.
2013-08-16 Torsten Irländer Added tag 0.3 for changeset 82bea32eddb7
2013-08-16 Torsten Irländer Edited Example. 0.3
2013-08-16 Raimund Renkert merged.
2013-08-16 Raimund Renkert Use sql queries from config to get proben.
2013-08-16 Raimund Renkert Set default values for width and flex.
2013-08-16 Raimund Renkert New filter method with free parameters and resultset.
2013-08-16 Torsten Irländer Added label attribute to the QueryFilter
2013-08-16 Torsten Irländer Added label attribute to the filter configuration
2013-08-16 Torsten Irländer Changed example queryconf
2013-08-15 Raimund Renkert merged.
2013-08-15 Raimund Renkert Use the new model and utility classes in queryservice.
2013-08-15 Raimund Renkert New utility class for creating and reading query configs.
2013-08-15 Raimund Renkert New model classes for query configs.
2013-08-15 Raimund Renkert Added dependency org.json.
2013-08-15 Torsten Irländer Removed archive configuration. Prevents deployment using pure maven.
2013-08-14 Raimund Renkert Added config to pom to write metadata in the manifest file and send metadata via info service.
2013-08-14 Raimund Renkert New method to get user name in authentication module.
2013-08-14 Raimund Renkert Added authinfo service. This service returns information about ownership and readonly status of a probe object.
2013-08-14 Raimund Renkert Removed content from beans.xml. The content prevents dependency injection.
2013-08-13 Torsten Irländer Added upload function to the ProbenService. Must be implemented.
2013-08-09 Torsten Irländer Formatting
2013-08-09 Torsten Irländer Removed scope for junit in junit-testprofile
2013-08-09 Torsten Irländer Do not skip tests.
2013-08-09 Torsten Irländer Added global dependency (Testing was just set in a profile before)
2013-08-09 Torsten Irländer Rename TestCase to meet the Surfire requirement
2013-08-09 Torsten Irländer Fixed indention
2013-08-09 Torsten Irländer Fixed package name.
2013-08-09 Torsten Irländer Moved Testcase
2013-08-09 torsten Fixed indention
2013-08-09 torsten Cleanup. Removed unused imports
2013-08-08 Torsten Irländer Merged
2013-08-06 Torsten Irländer Fixed Issue53. On check unique Hauptprobennummer on create
2013-07-26 Torsten Irländer Added tag 0.2 for changeset 0ddcc6240d47
2013-07-26 Ludwig Reiter Add tests for findById cases.
2013-07-26 Ludwig Reiter REST get test, check if the right (message 200) answer is given.
2013-07-25 Ludwig Reiter Add "get" tests for L*Service.
2013-07-25 Torsten Irländer Added Info class to serve general information on the server application. 0.2
2013-07-25 Torsten Irländer Added service to get so general information on the service like loggend in
2013-07-24 Torsten Irländer Added example of a query configuration.
2013-07-24 Torsten Irländer Fixed variable names.
2013-07-24 Torsten Irländer Restructured the Dummy Query configuration to make it more feel like the EXT
2013-07-24 Torsten Irländer Add Dummy Query Configuration. Needs to be replaced with w more simple
2013-07-24 Torsten Irländer Added basic query configuration sekeleton
2013-07-24 Torsten Irländer Added service to fetch sql query configurations.
2013-07-17 Torsten Irländer Added tag M1 for changeset 2098db2e8fbd
2013-07-17 Raimund Renkert Code documentation. M1
2013-07-17 Raimund Renkert Added produces annotation to Ort service.
2013-07-16 Raimund Renkert Enable read access on all objects for authorized users.
2013-07-16 Raimund Renkert Added boolean parameter to validate method to test if update or create was triggered.
2013-07-16 Raimund Renkert Implemented 'delete' for LStatus objects.
2013-07-15 Raimund Renkert 'DELETE' in status service now produces 'text/json'.
2013-07-15 Raimund Renkert Added k_id column to LKommentrM object to be able to find and delete it.
2013-07-15 Raimund Renkert Implemented 'delete' for LMesswert.
2013-07-15 Raimund Renkert Implemented 'delete' for LMessung.
2013-07-15 Torsten Irländer Added DELETE
2013-07-15 Torsten Irländer Mark function that it produces JSON
2013-07-15 Torsten Irländer Fixed path to delete function
2013-07-15 Torsten Irländer Fixed loading Lort
2013-07-15 Raimund Renkert 'DELETE' for LMesswert service and use the read only test.
2013-07-15 Raimund Renkert 'DELETE' for LStatus service.
2013-07-15 Raimund Renkert Get the sequence id for LMessung manually from database.
2013-07-15 Raimund Renkert 'DELETE' for LKommentarM service.
2013-07-15 Raimund Renkert Get id for LKommentarM manually from database.
2013-07-15 Raimund Renkert Use a sequence to generate the id and create an id object in service.
2013-07-15 Raimund Renkert Use a sequence for pk in LStatusId and create a new ID object.
2013-07-15 Raimund Renkert Changed object type from LProbe to LProbeInfo.
2013-07-15 Raimund Renkert merged.
2013-07-15 Raimund Renkert Implemented service method 'DELETE' for LOrt objects.
2013-07-12 Torsten Irländer Adapted path for PUT requests
2013-07-08 Torsten Irländer Uncommented checks if form is readonly because defect #19.
2013-07-08 Torsten Irländer Fixed pathname
2013-07-08 Torsten Irländer set PATH for PUT requests.
2013-07-05 Raimund Renkert Mark LOrt objects as readonly.
2013-07-05 Raimund Renkert Added new module to authorize operations on objects.
2013-07-05 Raimund Renkert Return LProbe objects with "fertig" flag = true.
2013-07-05 Raimund Renkert Fixed update of LProbe objects.
2013-07-05 Raimund Renkert Renamed package authentication to auth.
2013-07-05 Raimund Renkert Use the readonly flag in LProbeInfo to define a probe as readonly.
2013-07-05 Raimund Renkert Allow objects in queries instead of strings.
2013-07-04 Raimund Renkert Removed unused imports.
2013-07-04 Raimund Renkert More validation for LMesswert and LMessung.
2013-07-04 Raimund Renkert Restrict access to LMessung and LMesswert by attribute 'fertig'.
2013-07-04 Raimund Renkert Code documentation.
2013-07-04 Raimund Renkert New service for SMessgroesse objects.
2013-07-04 Raimund Renkert Merged.
2013-07-04 Raimund Renkert Moved isReadOnly for LProbe from authentication to service.
2013-07-04 Torsten Irländer Merged
2013-07-04 Torsten Irländer Changed path to Update-method of LKommentarMService. Is now kid/mid/pid
2013-07-04 Raimund Renkert Code documentation and minor code style.
2013-07-04 Raimund Renkert Implemented delete for LKommentarM and LOrt repositories.
2013-07-04 Raimund Renkert Removed embedded objects from LMesswert and use the ids instead.
2013-07-04 Raimund Renkert Added seqence to ort model.
2013-07-04 Raimund Renkert New read only service for SMessMethode objects.
2013-07-04 Raimund Renkert New model for s_mess_methode.
2013-07-03 Raimund Renkert Fixed typos in url parameter validation.
2013-07-03 Raimund Renkert Refactored repositories to avoid race conditions.
2013-07-03 Raimund Renkert Renamed lprobeId to probeId in LMessung.
2013-07-03 Raimund Renkert Updated authorization in LMessung service filter.
2013-07-03 Raimund Renkert Code documentation.
2013-07-02 Raimund Renkert Moved sequence generator to id property and set allocation size to 1.
2013-07-02 Raimund Renkert Added authorization to all services.
2013-07-02 Raimund Renkert Added authorization to create and update in lprobe service.
2013-07-02 Raimund Renkert Added authorization to 'netzbetreiber' service.
2013-07-02 Raimund Renkert Added authorization to 'messstelle' service.
2013-07-02 Raimund Renkert Extended authentication interface and implementaion.
2013-07-02 Raimund Renkert Added sequence generator to LOrt.
2013-07-02 Raimund Renkert Implemented 'update' for 'kommentare'.
2013-07-02 Raimund Renkert Updated LProbeInfo object. Removed columns and added column names.
2013-07-01 Raimund Renkert Implemented 'delete'.
2013-07-01 Raimund Renkert Added 'delete' and updated 'create' in LKommentarRepository.
2013-07-01 Raimund Renkert Changed LKommentarP object not to use an embedded id.
2013-07-01 Raimund Renkert Fixed getter in LOrt.
2013-07-01 Raimund Renkert Removed filter in filter() to get all Ort objects.
2013-07-01 Raimund Renkert New service and repository for 'Ort'.
2013-07-01 Raimund Renkert Use ort id instead of embedded ort object in LOrt.
2013-07-01 Raimund Renkert Return a response object instead of 'null' in LZusatzWertRepository.delete().
2013-07-01 Raimund Renkert New service interface to delete a 'zusatzwert'.
2013-07-01 Raimund Renkert Added new method to delete objects to repositories.
2013-07-01 Raimund Renkert Added method to delete objects from database.
2013-07-01 Raimund Renkert Fixed URL parameters.
2013-07-01 Raimund Renkert Use authentication in lprobe 'findById'.
2013-07-01 Raimund Renkert Get the entity manager from super class.
2013-07-01 Raimund Renkert New attribute 'readonly' for response.
2013-07-01 Raimund Renkert Removed unused imports.
2013-07-01 Raimund Renkert Moved entity manager to super class 'Repository'.
2013-07-01 Raimund Renkert Fixed typo in probe validator.
2013-06-27 Raimund Renkert Use the new filter and query builder and have authentication for LProbeInfo objects.
2013-06-27 Raimund Renkert Added builder to have an easier interface for java persistence queries.
2013-06-27 Raimund Renkert New package and classes for LDAP authentication.
2013-06-27 Raimund Renkert New model class for table 'auth'.
2013-06-26 Torsten Irländer Formatting
2013-06-26 Torsten Irländer Removed id element and add kId field. Formatting.
2013-06-26 Torsten Irländer Fixed path of Delete and Update method to match kId/probeId URL-Pattern.
2013-06-26 Torsten Irländer Fix for issue 15. Changed model and REST interface for Zusatzwerte
2013-06-24 Raimund Renkert Generate a LZusatzWert id in 'create' and 'update'.
2013-06-24 Raimund Renkert Updated LZusatzWert according to database changes.
2013-06-24 Raimund Renkert Remove concrete managers.
2013-06-24 Raimund Renkert Use the generic data manager in repositories.
2013-06-24 Raimund Renkert New interface for data manager and generic implementation of a data manager.
2013-06-24 Raimund Renkert LProbeService uses LProbeInfo objects to deserialize JSON and extracts a LProbe object.
2013-06-24 Raimund Renkert Updated LProbeInfo object and added 'toLProbe' method to extract a db object.
2013-06-24 Raimund Renkert Completely removed 'meh_id'.
2013-06-24 Raimund Renkert Removed attribute 'meh_id' from LZusatzWert.
2013-06-19 Torsten Irländer Fixed URLs of services.
2013-06-19 Torsten Irländer Added new Services for Messeinheiten and Zusatzwerte
2013-06-18 Torsten Irländer Added staatId and gemId
2013-06-14 Raimund Renkert Added 's_messmethode.mmt_id' as messmethode to LProbeInfo.
2013-06-14 Raimund Renkert New service for LKommentarM objects.
2013-06-14 Raimund Renkert New repository for LKommentarM objects.
2013-06-14 Raimund Renkert New Manager for LKommentarM objects.
2013-06-14 Raimund Renkert New model for l_kommentar_m.
2013-06-14 Raimund Renkert Fixed typo in named injection point.
2013-06-14 Raimund Renkert New service for LStatus objects.
2013-06-14 Raimund Renkert New repository for LStatus objects.
2013-06-14 Raimund Renkert New manager for LStatus objects.
2013-06-14 Raimund Renkert New model for l_status.
2013-06-14 Raimund Renkert New service for LZusatzWert objects.
2013-06-14 Raimund Renkert New repository for LZusatzWert objects.
2013-06-14 Raimund Renkert New manager for LZusatzWert objects.
2013-06-14 Raimund Renkert Added model for l_zusatz_wert and s_proben_zusatz.
2013-06-14 Raimund Renkert Fixed filter for LProbe and LMessung.
2013-06-14 Raimund Renkert New Service for LMesswert objects.
2013-06-14 Raimund Renkert New repository for LMesswert objects.
2013-06-14 Raimund Renkert New manager for LMesswert objects.
2013-06-14 Raimund Renkert Added model for l_messwert and s_messgroesse.
2013-06-14 Raimund Renkert New service for SVerwaltungseinheit objects.
2013-06-14 Raimund Renkert Added model for s_verwaltungseinheit.
2013-06-14 Raimund Renkert New service for SStaat objects.
2013-06-14 Raimund Renkert Added model for s_staat and s_koordinaten_art.
2013-06-13 Raimund Renkert Updated service and repository to use the extended LProbeInfo object.
2013-06-13 Raimund Renkert Made LProbeInfo a valid entity.
2013-06-13 Raimund Renkert Added embeddable id class for LProbeInfo.
2013-06-13 Raimund Renkert New LProbeInfo model.
2013-06-13 Raimund Renkert Changed scope of repositories.
2013-06-13 Raimund Renkert Removed unused imports.
2013-06-13 Raimund Renkert Use named injection points in stammdaten repositories.
2013-06-13 Raimund Renkert Added a concrete readonly-repository for 'stammdaten'.
2013-06-13 Raimund Renkert Refactored the entity repositories.
2013-06-13 Raimund Renkert Added missing id entity for LMessung.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)