Uses of Class
edu.uci.ics.inf111.dvdvendor.exceptions.TransactionDBException

Packages that use TransactionDBException
edu.uci.ics.inf111.dvdvendor.app   
 

Uses of TransactionDBException in edu.uci.ics.inf111.dvdvendor.app
 

Methods in edu.uci.ics.inf111.dvdvendor.app that throw TransactionDBException
 Product DVDVendor.addItem(BarCode barCode)
          This method accepts a bar code and adds the corresponding product to the customer's cart.
 CheckOutCart DVDVendor.calculateChargesForReturn(BarCode barCode)
          This method calculate the charges for the Return Transaction.
 RentTransaction TransactionDB.findLastRentTransaction(BarCode barCode)
          This method finds the last Rent Transaction in the database for a specific BarCode.
 ReturnTransaction TransactionDB.findLastReturnTransaction(BarCode barCode)
          This method finds the last Return Transaction in the database for a specific BarCode.