2013-12-16 |
Raimund Renkert |
Fixed data type in database request.
|
2013-12-16 |
Raimund Renkert |
Allow reset of 'fertig'-flag.
|
2013-12-05 |
Raimund Renkert |
Use persist instead of create to save a new probe object.
|
2013-12-05 |
Raimund Renkert |
Save a new ort object and set the field 'bezeichnung' with a generated value.
|
2013-12-05 |
Raimund Renkert |
Added method to persist database objects.
|
2013-12-03 |
Raimund Renkert |
Updated s_verwaltungseinheit model to fit the new db table columns.
|
2013-12-03 |
Raimund Renkert |
Fixed typos in model.
|
2013-11-11 |
Raimund Renkert |
Added README containing information how to build the war-file and javadoc.
|
2013-10-11 |
Torsten Irländer |
Added tag 0.6.1 for changeset 768afe4f7941
|
2013-10-11 |
Raimund Renkert |
merged.
0.6.1
|
2013-10-11 |
Raimund Renkert |
Removed 'nebenproben_nr' from lprobeinfoid.
|
2013-10-11 |
Torsten Irländer |
Fixed tests to connect to the latest server version.
|
2013-10-09 |
Raimund Renkert |
Enable multiselect in queryfilter. (Used as example in final workshop)
|
2013-10-09 |
Raimund Renkert |
merged.
|
2013-10-09 |
Raimund Renkert |
Added service with filter. Filter uses the sql 'LIKE' operation to request items.
|
2013-10-09 |
Raimund Renkert |
Added new method to filter data including limit and start for dataitems.
|
2013-10-09 |
Raimund Renkert |
Added and/or operators with 'LIKE' filter to query builder.
|
2013-10-09 |
Raimund Renkert |
Added attribute 'totalcount' to response.
|
2013-09-27 |
Torsten Irländer |
Added tag 0.6 for changeset 6f4afcd28ff3
|
2013-09-27 |
Raimund Renkert |
merged.
0.6
|
2013-09-27 |
Raimund Renkert |
Removed columns in LProbeInfo entity and use readonly flag instead of 'fertig'.
|
2013-09-27 |
michaelstankoUpd |
update queryconfig
|
2013-09-24 |
Raimund Renkert |
merged.
|
2013-09-24 |
Raimund Renkert |
Catch persistence exception in case the probe is incomplete.
|
2013-09-24 |
Raimund Renkert |
Use injected ort creator to make the importer more robust.
|
2013-09-24 |
Raimund Renkert |
Added example config for remote deployment.
|
2013-09-23 |
Torsten Irländer |
New querconfig with custom queries created by Mr. Stanko from BfS.
|
2013-09-12 |
Raimund Renkert |
Validate probe objects in 'findById' service.
|
2013-09-11 |
Raimund Renkert |
Removed unused imports.
|
2013-09-11 |
Raimund Renkert |
Added tag 0.5 for changeset 567ce7697fc7
|
2013-09-10 |
Raimund Renkert |
Code documentation.
0.5
|
2013-09-10 |
Raimund Renkert |
removed unused variables and imports.
|
2013-09-10 |
Raimund Renkert |
Use the new ort creator to produce ort and lort objects from laf attributes.
|
2013-09-10 |
Raimund Renkert |
New class to create ort objects from laf attributes.
|
2013-09-06 |
Raimund Renkert |
Fixed LProbe service. Send all visible objects if no parameter is set.
|
2013-09-05 |
Raimund Renkert |
Fixed LAF creator. TODO use koordinatenart and external koordinates.
|
2013-09-05 |
Raimund Renkert |
Validate that lat/lon coordinates are within the geometry of verwaltungseinheit.
|
2013-09-05 |
Raimund Renkert |
Added model for de_vg (geometries for s_verwaltungseinheit).
|
2013-09-05 |
Raimund Renkert |
Removed koordinatenart_id.
|
2013-09-05 |
Raimund Renkert |
Added reset for errors and warnings in importer.
|
2013-09-05 |
Raimund Renkert |
Fixed reset for errors and warnings.
|
2013-09-05 |
Raimund Renkert |
Added reset for errors and warnings and add error if probeid is NULL.
|
2013-09-05 |
Raimund Renkert |
Handle NULL probeId to avoid NULL key in importer response.
|
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.
|