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
|
Fri, 07 Jun 2013 14:13:35 +0200 |
Torsten Irländer |
Handle warnings and errors in the response class.
|
Fri, 07 Jun 2013 11:45:46 +0200 |
Torsten Irländer |
Formatting. Make the data attribute of type Object to make it more general.
|
Fri, 07 Jun 2013 11:45:07 +0200 |
Torsten Irländer |
Formatting.
|
Fri, 07 Jun 2013 11:44:41 +0200 |
Torsten Irländer |
Formatting.
|
Thu, 06 Jun 2013 16:09:00 +0200 |
Torsten Irländer |
Added Response class to wrap the returned data into a response object which
|
Wed, 05 Jun 2013 17:36:47 +0200 |
Torsten Irländer |
Errorcodes must be returned as string
|
Wed, 05 Jun 2013 16:53:35 +0200 |
Torsten Irländer |
Fixed generating return value for Create and Update.
|
Wed, 05 Jun 2013 16:52:56 +0200 |
Torsten Irländer |
Fixed fieldname for probeId
|
Wed, 05 Jun 2013 16:21:57 +0200 |
Torsten Irländer |
Added attributes for netzbetreiber and probenart.
|
Fri, 31 May 2013 14:49:04 +0200 |
Torsten Irländer |
Merged
|
Fri, 31 May 2013 14:44:58 +0200 |
Torsten Irländer |
Removed /create path. Not needed in the REST api.
|
Fri, 31 May 2013 14:47:54 +0200 |
Raimund Renkert |
Documentation and minor code cosmetics/renamings.
|
Fri, 31 May 2013 14:08:25 +0200 |
Raimund Renkert |
Updated the LProbeRepository and Service, Removed LProbeDetails
|
Fri, 31 May 2013 14:04:01 +0200 |
Raimund Renkert |
New service to create a LProbe.
|
Fri, 31 May 2013 14:02:45 +0200 |
Raimund Renkert |
Persist a new LProbe using the LProbeValidator.
|
Fri, 31 May 2013 14:00:25 +0200 |
Raimund Renkert |
New validator for LProbe.
|
Fri, 31 May 2013 13:59:58 +0200 |
Raimund Renkert |
New validator interface and validation exception.
|