aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung/dto
Commit message (Expand)AuthorAgeFilesLines
* Rename 'einsatzverwaltung' to 'missioncontrol' + remove TODO [#25963]Dominic Rogetzer2018-06-186-425/+0
* Remove all logging from RegistrationValidator #27033Felix Kehrer2018-06-161-25/+0
* Remove all logging from EmployeeValidator #27033Felix Kehrer2018-06-161-7/+0
* changed expection message to be german #27033Felix Kehrer2018-05-271-2/+2
* changed log messages to be of format "Invalid Registration: <Problem descript...Felix Kehrer2018-05-271-13/+17
* changed messages of InvalidEmployeeExceptions to german #27033Felix Kehrer2018-05-271-3/+3
* added logging of validation errors #27033Felix Kehrer2018-05-271-0/+7
* Set severity inside OperationService.add() #25963Tharre2018-05-241-0/+1
* Make Operation DTOs additionalInfo() nullableTharre2018-05-211-0/+1
* Revert DTO changes from commit:166ff610Tharre2018-05-211-7/+0
* Status menu FXML & ControllerAndreas Weninger2018-05-211-1/+1
* UI Changes Main WindowAndreas Weninger2018-05-211-0/+7
* Change interfaces to use Set instead of ListTharre2018-05-122-4/+5
* Fixed almost all vehicles being wrongly recognized as NEFFelix Kehrer2018-05-071-1/+1
* Implemented RegistrationService using RegistrationValidatorFelix Kehrer2018-05-071-0/+194
* create EmployeeValidatorDominic Rogetzer2018-05-031-0/+23
* DTO getters should be public, not package-privateTharre2018-05-024-25/+25
* Implement interfaces and the correspondant DTOsTharre2018-05-014-0/+226