Class ManagerController
java.lang.Object
team75.controller.ManagerController
Controller for the manager interface.
Provides comprehensive management tools for:
- Employee management (add, edit, remove employees)
- Inventory management (track and update ingredient quantities)
- Menu management (create, edit, and remove menu items with ingredient recipes)
- Real-time inventory refresh (updates every 2 minutes)
- Statistics dashboard access
All changes are persisted to the database.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ManagerController
public ManagerController()This constructor should never be called
-