Package UI.InventoryPages
Class ApproveReplenishRequestPage
java.lang.Object
Common.UserInterface
UI.InventoryPages.ApproveReplenishRequestPage
The
ApproveReplenishRequestPage
class provides functionality for
approving inventory replenishment requests. It extends UserInterface
and interacts with the InventoryRequestManager
to manage requests.-
Field Summary
Fields inherited from class Common.UserInterface
scanner
-
Constructor Summary
ConstructorsConstructorDescriptionApproveReplenishRequestPage
(InventoryRequestManager inventoryRequestManager) Constructs anApproveReplenishRequestPage
with the specifiedInventoryRequestManager
instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Displays options for approving replenishment requests.Methods inherited from class Common.UserInterface
displayError, displaySuccess, getIntInput, getNumericString, getValidatedInt, getValidatedString, pauseAndView
-
Constructor Details
-
ApproveReplenishRequestPage
Constructs anApproveReplenishRequestPage
with the specifiedInventoryRequestManager
instance.- Parameters:
inventoryRequestManager
- the manager used to handle inventory requests
-
-
Method Details
-
displayOptions
public void displayOptions()Displays options for approving replenishment requests. It shows all current requests and prompts for user input to approve a specific request.
-