graph
- Make a criteria builder available in repositories.2013-06-12, by Raimund Renkert
- Initialize the error and warnings maps.2013-06-12, by Raimund Renkert
- Fixed ort_id column in LOrt.2013-06-12, by Raimund Renkert
- Removed unused imports.2013-06-12, by Raimund Renkert
- Moved the validator to create/update methods.2013-06-12, by Raimund Renkert
- Added validation for LProbe attributes.2013-06-12, by Raimund Renkert
- Extracted filter method to have a generic criteria filter in the repository.2013-06-12, by Raimund Renkert
- Added repository for LOrt and changed member 'ort' to 'ortId' in LOrt.2013-06-12, by Raimund Renkert
- Let all services and repositories return a response object that contains errors and warnings.2013-06-12, by Raimund Renkert
- Added Interface to get Netzbetreiber.2013-06-11, by Torsten Irländer
- Comment out dummy errors and warnings.2013-06-11, by Torsten Irländer
- Call update method of repository.2013-06-11, by Torsten Irländer
- Added method to update a probe2013-06-11, by Torsten Irländer
- Changed type of NetzbetreiberID to String.2013-06-11, by Torsten Irländer
- Added method to update a probe2013-06-11, by Torsten Irländer
- Removed code to build the response on creation in the service. Response is2013-06-11, by Torsten Irländer
- Catch Rollback Exception.2013-06-11, by Torsten Irländer
- Let the database generate the id for the probe.2013-06-11, by Torsten Irländer
- Formatting2013-06-11, by Torsten Irländer
- Codestyle2013-06-11, by Torsten Irländer
- No need to build the response here anymore as this is already done in the2013-06-11, by Torsten Irländer
- The create function of the repository now build the response object an returns2013-06-11, by Torsten Irländer
- Changed type of parameter to int2013-06-11, by Torsten Irländer
- Moved validation into the LProbeRepository.2013-06-10, by Torsten Irländer
- Readded missing import (removed by accident)2013-06-07, by Torsten Irländer
- Get Success-Code directly from repository when initialising the response.2013-06-07, by Torsten Irländer
- Remove manual reset of success and error attributes. Use reset function now.2013-06-07, by Torsten Irländer
- Set success to false if the item can not be loaded (not found) by its id.2013-06-07, by Torsten Irländer
- Added reset function to reinit the success boolean as same as errors and2013-06-07, by Torsten Irländer
- Added success attribute which indicates that the operation on the repository2013-06-07, by Torsten Irländer
- Set general error on loading items.2013-06-07, by Torsten Irländer
- Moved errors and warnings from LProbeRepository to Repository as they are2013-06-07, by Torsten Irländer
- Set generalError in response.2013-06-07, by Torsten Irländer
- Changed type of return to Response and removed handling of errors and2013-06-07, by Torsten Irländer
- Set correct response when loading a probe.2013-06-07, by Torsten Irländer
- Formatting2013-06-07, by Torsten Irländer
- Handle warnings and errors in the response class.2013-06-07, by Torsten Irländer
- Formatting. Make the data attribute of type Object to make it more general.2013-06-07, by Torsten Irländer
- Formatting.2013-06-07, by Torsten Irländer
- Formatting.2013-06-07, by Torsten Irländer
- Added Response class to wrap the returned data into a response object which2013-06-06, by Torsten Irländer
- Errorcodes must be returned as string2013-06-05, by Torsten Irländer
- Fixed generating return value for Create and Update.2013-06-05, by Torsten Irländer
- Fixed fieldname for probeId2013-06-05, by Torsten Irländer
- Added attributes for netzbetreiber and probenart.2013-06-05, by Torsten Irländer
- Merged2013-05-31, by Torsten Irländer
- Removed /create path. Not needed in the REST api.2013-05-31, by Torsten Irländer
- Documentation and minor code cosmetics/renamings.2013-05-31, by Raimund Renkert
- Updated the LProbeRepository and Service, Removed LProbeDetails2013-05-31, by Raimund Renkert
- New service to create a LProbe.2013-05-31, by Raimund Renkert
- Persist a new LProbe using the LProbeValidator.2013-05-31, by Raimund Renkert
- New validator for LProbe.2013-05-31, by Raimund Renkert
- New validator interface and validation exception.2013-05-31, by Raimund Renkert
- Added comment on expected return values.2013-05-31, by Torsten Irländer
- Adding stubs for methods to DELETE und UPDATE a kommentar. The logic must be2013-05-29, by Torsten Irländer
- Changed function to list proben.2013-05-28, by Torsten Irländer
- Changed url of the service to "kommentare" to match plural form (see "proben")2013-05-28, by Torsten Irländer
- Refactored LProbeDetails class. The class now inherits from the LProbe class.2013-05-27, by Torsten Irländer
- Load 'LKommentarP' objects to 'LProbeDetails'.2013-05-27, by Raimund Renkert
- Added new entity, repository and service for 'LKommentarP'.2013-05-27, by Raimund Renkert