aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung/controller/CreateNewEmployeeController.java
Commit message (Expand)AuthorAgeFilesLines
* Rename 'einsatzverwaltung' to 'missioncontrol' + remove TODO [#25963]Dominic Rogetzer2018-06-181-174/+0
* Use specific helper methods for alerts in CreateNewEmployeeCtrl [#25963]Dominic Rogetzer2018-06-171-15/+8
* Create helper class to display alerts to remove duplicate code [#25963]Dominic Rogetzer2018-06-171-10/+4
* Display validation-error message in CreateNewEmployeeController [#25963]Dominic Rogetzer2018-06-171-6/+1
* Corrected log statement #27033Felix Kehrer2018-06-161-1/+1
* Added logging of user actions #27033Felix Kehrer2018-06-161-2/+5
* Changed logging of caught Exceptions #27033Felix Kehrer2018-06-161-4/+2
* Add TODO comments as feedback which occurred during JourFixe [#28535]Dominic Rogetzer2018-06-121-2/+4
* Adjusted methods in Controllers [#25963]Viktoria Pundy2018-05-231-3/+3
* Change scope to 'prototype' [#25949]Dominic Rogetzer2018-05-221-0/+2
* Fix: initialize employee in CreateNewEmployeeController [#25949]Dominic Rogetzer2018-05-221-0/+8
* Add button click callbacks [#25949]Dominic Rogetzer2018-05-221-2/+18
* Modify CreateNewEmployeeController to be able to edit employee [#25950]Dominic Rogetzer2018-05-221-6/+52
* Change occurences of PersistenceException in Service and ControllersDominic Rogetzer2018-05-031-2/+2
* Run maven fmt:format to reformat codeDominic Rogetzer2018-05-031-3/+2
* Initialize values in inputQualification, implement onCancelClickedDominic Rogetzer2018-05-031-3/+24
* refactor alert-creating code to method showModalDialogWithOkButtonDominic Rogetzer2018-05-031-5/+21
* implement CreateNewEmployeeController.onCreateClickedDominic Rogetzer2018-05-031-1/+54
* add CreateNewEmployeeController and set on-click methodsDominic Rogetzer2018-05-031-0/+28