Challenge Overview
The purpose of this component is to provide various services necessary for this application. This includes:
- Service to manage locations
- Service to manage configuration
- Service to enable audit of fields
- Service to retrieve lookup values
This component will provide the interfaces defined in the Miscellaneous Services Class Diagram. It will also provide POJO implementations for the interfaces.
All operations in the implementations will operate against the DB2 database using JDBC. All primary IDs are auto-generated.
When retrieving records, any foreign keys will be put into respective entity instances sparsely (only its ID is set), unless so stated.
Final Submission Guidelines
NA