aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Added Vehicle DAO and Vehicle Service Impl, started implementing needed methodsViktoria Pundy2018-05-062-0/+32
|
* Created first (unfinished) version for operation UI, started implementing ↵Viktoria Pundy2018-05-061-0/+7
| | | | Controller
* Added Operation DAO and -Service for Operation, implemented needed methods.Viktoria Pundy2018-05-061-0/+5
|
* Added some test for persistence layer/small changesViktoria Pundy2018-05-061-41/+0
|
* Small ChangesViktoria Pundy2018-05-061-2/+1
|
* Small ChangesViktoria Pundy2018-05-061-1/+0
|
* Added constructor to create persistence instanceViktoria Pundy2018-05-061-0/+2
|
* formated CodeVViktoria Pundy2018-05-061-2/+0
|
* Small Changes (deleted Comments and TODOs) added an Alert if Operation was ↵Viktoria Pundy2018-05-062-4/+2
| | | | saved successfully
* Finished implementing needed methods in Persistence layer, added some ↵Viktoria Pundy2018-05-065-6/+27
| | | | | | validation factors for operation validation; Added methods to ui to add/remove vehicles to operation, created dummy vehicles
* Added Vehicle DAO and Vehicle Service Impl, started implementing needed methodsViktoria Pundy2018-05-063-0/+33
|
* Created first (unfinished) version for operation UI, started implementing ↵Viktoria Pundy2018-05-061-0/+7
| | | | Controller
* Added Operation DAO and -Service for Operation, implemented needed methods.Viktoria Pundy2018-05-061-0/+5
|
* Added some test for persistence layer/small changesViktoria Pundy2018-05-062-41/+3
|
* Small ChangesViktoria Pundy2018-05-062-24/+17
|
* Small ChangesViktoria Pundy2018-05-062-7/+6
|
* Added constructor to create persistence instanceViktoria Pundy2018-05-062-7/+12
|
* formated CodeVViktoria Pundy2018-05-062-15/+13
|
* Small Changes (deleted Comments and TODOs) added an Alert if Operation was ↵Viktoria Pundy2018-05-063-16/+18
| | | | saved successfully
* Finished implementing needed methods in Persistence layer, added some ↵Viktoria Pundy2018-05-065-44/+199
| | | | | | validation factors for operation validation; Added methods to ui to add/remove vehicles to operation, created dummy vehicles
* Added Vehicle DAO and Vehicle Service Impl, started implementing needed methodsViktoria Pundy2018-05-064-10/+114
|
* Created first (unfinished) version for operation UI, started implementing ↵Viktoria Pundy2018-05-061-0/+74
| | | | Controller
* Added Operation DAO and -Service for Operation, implemented needed methods.Viktoria Pundy2018-05-062-0/+237
|
* Fix EmployeeDatabaseDao.add: additionally insert employee (not onlyDominic Rogetzer2018-05-051-3/+11
| | | | employeeVersion) and return correct id
* Change alert text to FehlerMartin Weick2018-05-041-1/+1
|
* Move CreateCarController to package 'controller'Martin Weick2018-05-041-1/+1
|
* commit for mergeMartin2018-05-041-3/+4
|
* UI TestsMartin2018-05-042-6/+13
|
* testsMartin Weick2018-05-041-2/+4
|
* Implement vehicleAdd, start creating testsMartin Weick2018-05-043-43/+163
|
* Dummie UIMartin Weick2018-05-041-0/+108
|
* Validate VehiclesMartin Weick2018-05-041-0/+65
|
* Add SpringFXMLLoaderTharre2018-05-041-0/+212
|
* Change occurences of PersistenceException in Service and ControllersDominic Rogetzer2018-05-033-9/+13
| | | | to ServiceExceptions
* 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
|
* add unit tests for employeeService, format code in EmployeeServiceImplDominic Rogetzer2018-05-031-3/+1
|
* implement CreateNewEmployeeController.onCreateClickedDominic Rogetzer2018-05-031-1/+54
|
* fix syntax error in INSERT_EMPLOYEE_VERSION SQL statement, reformat codeDominic Rogetzer2018-05-031-9/+9
|
* create EmployeeValidatorDominic Rogetzer2018-05-031-0/+23
|
* add EmployeeServiceImpl and implement add methodDominic Rogetzer2018-05-031-0/+42
|
* implement EmployeeDatabaseDao.addDominic Rogetzer2018-05-031-3/+23
|
* add EmployeeDatabaseDao with constructorDominic Rogetzer2018-05-031-0/+64
|
* add CreateNewEmployeeController and set on-click methodsDominic Rogetzer2018-05-031-0/+28
|
* Allow multiple registrations at onceTharre2018-05-032-6/+8
| | | | Otherwise, proper validation wouldn't be possible.
* DTO getters should be public, not package-privateTharre2018-05-024-25/+25
|
* Add JDBCConnectionManagerTharre2018-05-011-0/+45
|
* Implement interfaces and the correspondant DTOsTharre2018-05-0119-0/+697