aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung/service
Commit message (Expand)AuthorAgeFilesLines
* Rename 'einsatzverwaltung' to 'missioncontrol' + remove TODO [#25963]Dominic Rogetzer2018-06-188-710/+0
* Validate destination and additionalInfo length of operation [#25963]Dominic Rogetzer2018-06-171-1/+9
* Remove redundant logging of validation errors #27033Felix Kehrer2018-06-161-16/+1
* Add original exception as argument to new exception #27033Felix Kehrer2018-06-161-1/+1
* Remove all occurrences of "log and rethrow" #27033Felix Kehrer2018-06-161-5/+0
* Remove all logging from RegistrationServiceImpl #27033Felix Kehrer2018-06-161-9/+0
* Choose appropriate logging level #27033Felix Kehrer2018-06-161-1/+1
* Corrected german errors #27033Felix Kehrer2018-06-161-2/+2
* Removed redundant logs of InvalidXExceptions #27033Felix Kehrer2018-06-161-12/+0
* Remove all occurrences of "log and rethrow" #27033Felix Kehrer2018-06-161-17/+0
* Add UnsupportedOperationException() for unsupported operation #27033Felix Kehrer2018-06-161-1/+3
* Remove all logging from EmployeeServiceImpl #27033Felix Kehrer2018-06-161-10/+0
* Fix Vehicle status validation in OperationServiceTharre2018-06-131-11/+8
* Small fixes.Andreas Weninger2018-06-131-1/+1
* Add TODO comments as feedback which occurred during JourFixe [#28535]Dominic Rogetzer2018-06-122-0/+2
* added logging before throwing ServiceException #27033Felix Kehrer2018-05-271-0/+6
* changed message to be german #27033Felix Kehrer2018-05-271-1/+2
* add info messages for failed validations #27033Felix Kehrer2018-05-271-1/+15
* added appropriate logging for persistence errors #27033Felix Kehrer2018-05-271-1/+5
* changed InvalidXExceptions to return a valid german message #27033Felix Kehrer2018-05-271-10/+10
* added logging to all thrown exceptions #27033Felix Kehrer2018-05-271-22/+68
* added logging of all persistence errors #27033Felix Kehrer2018-05-271-0/+9
* Fix IllegalArgumentException with opCode #25963Tharre2018-05-241-1/+2
* Fix compare exception with rankVehicle #25963Tharre2018-05-241-14/+18
* Fix id validation in OperationService #25963Tharre2018-05-241-2/+2
* Set severity inside OperationService.add() #25963Tharre2018-05-241-6/+11
* Implement rankVehicles from Andi #25963Tharre2018-05-241-2/+65
* Change OperationService rankVehicle() #25963Tharre2018-05-242-5/+5
* Fix VehicleServiceImpl von empty to !empty Id #25963Martin Weick2018-05-241-1/+1
* Fix and cleanup Operation dao+service #25963Tharre2018-05-242-133/+93
* JF: Remove duplicate code by extracting validation-method [#27241]Dominic Rogetzer2018-05-231-45/+13
* Merge branch 'develop' into change_operation_status_fixViktoria Pundy2018-05-228-50/+182
|\
| * Implement EmployeeServiceImpl.update [#25950]Dominic Rogetzer2018-05-221-1/+9
| * Added Scrollpane for operations in archive view [#24990]Viktoria Pundy2018-05-221-2/+2
| * Resolved some warnings, deleted comments [#24990]Viktoria Pundy2018-05-221-1/+1
| * Added methods [#24990]Viktoria Pundy2018-05-221-1/+12
| * Implement Service UpdateCarMartin Weick2018-05-221-1/+46
| * Implement requestVehicles() in service+DAO #25953Tharre2018-05-211-3/+76
| * [#25958] Reformating.Andreas Weninger2018-05-211-1/+0
| * [#25958] Apply code formatting. Context Menu Label now bold and black while h...Andreas Weninger2018-05-211-0/+2
| * Change interfaces to use Set instead of ListTharre2018-05-128-25/+25
| * Implement VehicleDAO.get() and fix list() misuseTharre2018-05-111-17/+12
* | Added methods and filesViktoria Pundy2018-05-221-1/+19
|/
* Changed interface back to how it was beforeFelix Kehrer2018-05-072-6/+22
* Swap add and connectVehicleToOperationDominic Rogetzer2018-05-071-6/+11
* Rename Registration Dao & service to conventional styleFelix Kehrer2018-05-071-3/+3
* Merge branch 'vehicle_service_list' into fahrzeug_anmeldenFelix Kehrer2018-05-071-5/+24
|\
| * Implement vehicleService.listDominic Rogetzer2018-05-071-5/+24
* | Merge branch 'employee_list' into fahrzeug_anmeldenFelix Kehrer2018-05-071-1/+6
|\ \
| * | Format EmployeeDatabaseDao and EmployeeServiceImplDominic Rogetzer2018-05-071-1/+1