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.
|