Uses of Class
cafe.main.CancelProduct

Packages that use CancelProduct
cafe.database   
cafe.gui   
cafe.gui.shopView   
cafe.main   
 

Uses of CancelProduct in cafe.database
 

Methods in cafe.database that return CancelProduct
 CancelProduct DBCommunication.cancelProductExport(UserInfo user)
           
 CancelProduct Database.cancelProductExport(UserInfo user)
          Method cancels the last product "takeout" in the productout table
 

Uses of CancelProduct in cafe.gui
 

Methods in cafe.gui that return CancelProduct
 CancelProduct UserInterfaceEvent.cancelProductExport(UserInfo user)
          Cancels the last export transaction from the given user.
 

Uses of CancelProduct in cafe.gui.shopView
 

Constructors in cafe.gui.shopView with parameters of type CancelProduct
ShopPanel(ViewEventInterface viewEventInterface, ShopableList productList, CancelProduct cancelProduct)
          This constructor is used when user presses the cancel previous product export button.
 

Uses of CancelProduct in cafe.main
 

Methods in cafe.main that return CancelProduct
 CancelProduct MainGuiHandler.cancelProductExport(UserInfo user)
          Cancels the last export transaction from the given user.