Thu, 13 Jun 2013 09:28:16 +0200 |
Raimund Renkert |
New validator for LMessung.
|
Thu, 13 Jun 2013 09:27:51 +0200 |
Raimund Renkert |
New manager for LMessung.
|
Thu, 13 Jun 2013 09:27:15 +0200 |
Raimund Renkert |
New model class for LMessung.
|
Wed, 12 Jun 2013 16:13:09 +0200 |
Raimund Renkert |
Added new service for LOrt objects.
|
Wed, 12 Jun 2013 16:12:37 +0200 |
Raimund Renkert |
Added 'create', 'update' and 'filter' to repository for use in the service.
|
Wed, 12 Jun 2013 16:11:13 +0200 |
Raimund Renkert |
Added validator for LOrt.
|
Wed, 12 Jun 2013 16:10:54 +0200 |
Raimund Renkert |
Added manager for LOrt.
|
Wed, 12 Jun 2013 16:10:31 +0200 |
Raimund Renkert |
Removed 'OrteService'. Ort is now available through LOrt.
|
Wed, 12 Jun 2013 16:09:17 +0200 |
Raimund Renkert |
Use reference to 'Ort' instead of 'ort_id' again.
|
Wed, 12 Jun 2013 16:08:14 +0200 |
Raimund Renkert |
Minor code styling.
|
Wed, 12 Jun 2013 14:46:08 +0200 |
Raimund Renkert |
Modified Validator interface and restructured the LProbe validation.
|
Wed, 12 Jun 2013 14:43:46 +0200 |
Raimund Renkert |
Added warnings to ValidationException.
|
Wed, 12 Jun 2013 14:42:07 +0200 |
Raimund Renkert |
Make a criteria builder available in repositories.
|
Wed, 12 Jun 2013 14:41:06 +0200 |
Raimund Renkert |
Initialize the error and warnings maps.
|
Wed, 12 Jun 2013 14:40:13 +0200 |
Raimund Renkert |
Fixed ort_id column in LOrt.
|
Wed, 12 Jun 2013 14:39:29 +0200 |
Raimund Renkert |
Removed unused imports.
|
Wed, 12 Jun 2013 13:18:26 +0200 |
Raimund Renkert |
Moved the validator to create/update methods.
|
Wed, 12 Jun 2013 13:17:09 +0200 |
Raimund Renkert |
Added validation for LProbe attributes.
|
Wed, 12 Jun 2013 13:15:19 +0200 |
Raimund Renkert |
Extracted filter method to have a generic criteria filter in the repository.
|
Wed, 12 Jun 2013 13:13:03 +0200 |
Raimund Renkert |
Added repository for LOrt and changed member 'ort' to 'ortId' in LOrt.
|
Wed, 12 Jun 2013 11:07:16 +0200 |
Raimund Renkert |
Let all services and repositories return a response object that contains errors and warnings.
|
Tue, 11 Jun 2013 14:16:22 +0200 |
Torsten Irländer |
Added Interface to get Netzbetreiber.
|
Tue, 11 Jun 2013 13:14:56 +0200 |
Torsten Irländer |
Comment out dummy errors and warnings.
|
Tue, 11 Jun 2013 13:06:55 +0200 |
Torsten Irländer |
Call update method of repository.
|
Tue, 11 Jun 2013 13:06:31 +0200 |
Torsten Irländer |
Added method to update a probe
|
Tue, 11 Jun 2013 13:05:50 +0200 |
Torsten Irländer |
Changed type of NetzbetreiberID to String.
|
Tue, 11 Jun 2013 13:05:08 +0200 |
Torsten Irländer |
Added method to update a probe
|
Tue, 11 Jun 2013 11:13:15 +0200 |
Torsten Irländer |
Removed code to build the response on creation in the service. Response is
|
Tue, 11 Jun 2013 11:12:26 +0200 |
Torsten Irländer |
Catch Rollback Exception.
|
Tue, 11 Jun 2013 11:11:18 +0200 |
Torsten Irländer |
Let the database generate the id for the probe.
|
Tue, 11 Jun 2013 11:10:51 +0200 |
Torsten Irländer |
Formatting
|
Tue, 11 Jun 2013 08:30:51 +0200 |
Torsten Irländer |
Codestyle
|
Tue, 11 Jun 2013 08:12:45 +0200 |
Torsten Irländer |
No need to build the response here anymore as this is already done in the
|
Tue, 11 Jun 2013 08:12:13 +0200 |
Torsten Irländer |
The create function of the repository now build the response object an returns
|
Tue, 11 Jun 2013 08:10:11 +0200 |
Torsten Irländer |
Changed type of parameter to int
|
Mon, 10 Jun 2013 17:18:03 +0200 |
Torsten Irländer |
Moved validation into the LProbeRepository.
|
Fri, 07 Jun 2013 15:23:00 +0200 |
Torsten Irländer |
Readded missing import (removed by accident)
|
Fri, 07 Jun 2013 15:20:51 +0200 |
Torsten Irländer |
Get Success-Code directly from repository when initialising the response.
|
Fri, 07 Jun 2013 15:20:11 +0200 |
Torsten Irländer |
Remove manual reset of success and error attributes. Use reset function now.
|
Fri, 07 Jun 2013 15:18:59 +0200 |
Torsten Irländer |
Set success to false if the item can not be loaded (not found) by its id.
|
Fri, 07 Jun 2013 15:18:23 +0200 |
Torsten Irländer |
Added reset function to reinit the success boolean as same as errors and
|
Fri, 07 Jun 2013 15:17:18 +0200 |
Torsten Irländer |
Added success attribute which indicates that the operation on the repository
|
Fri, 07 Jun 2013 14:50:53 +0200 |
Torsten Irländer |
Set general error on loading items.
|
Fri, 07 Jun 2013 14:40:06 +0200 |
Torsten Irländer |
Moved errors and warnings from LProbeRepository to Repository as they are
|
Fri, 07 Jun 2013 14:34:46 +0200 |
Torsten Irländer |
Set generalError in response.
|
Fri, 07 Jun 2013 14:30:31 +0200 |
Torsten Irländer |
Changed type of return to Response and removed handling of errors and
|
Fri, 07 Jun 2013 14:29:27 +0200 |
Torsten Irländer |
Set correct response when loading a probe.
|
Fri, 07 Jun 2013 14:28:19 +0200 |
Torsten Irländer |
Formatting
|