Class ApproveReplenishRequestPage

java.lang.Object
Common.UserInterface
UI.InventoryPages.ApproveReplenishRequestPage

public class ApproveReplenishRequestPage extends UserInterface
The ApproveReplenishRequestPage class provides functionality for approving inventory replenishment requests. It extends UserInterface and interacts with the InventoryRequestManager to manage requests.
  • Constructor Details

    • ApproveReplenishRequestPage

      public ApproveReplenishRequestPage(InventoryRequestManager inventoryRequestManager)
      Constructs an ApproveReplenishRequestPage with the specified InventoryRequestManager 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.