Uses of Class
edu.uci.ics.inf111.dvdvendor.app.TransactionDB

Packages that use TransactionDB
edu.uci.ics.inf111.dvdvendor.app   
edu.uci.ics.inf111.dvdvendor.integrationtests   
 

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

Fields in edu.uci.ics.inf111.dvdvendor.app declared as TransactionDB
private  TransactionDB DVDVendor.transactionDB
          The database of transactions in the point of sale.
 

Methods in edu.uci.ics.inf111.dvdvendor.app that return TransactionDB
 TransactionDB DVDVendor.getTransactionDB()
          An accessor method which returns the TransactionDB associated with this DVDVendor.
 

Constructors in edu.uci.ics.inf111.dvdvendor.app with parameters of type TransactionDB
DVDVendor(DVDDispenser dvdDispenser, PaymentCollector payment, ProductDB productDB, TransactionDB transactionDB)
          This is the chief constructor.
 

Uses of TransactionDB in edu.uci.ics.inf111.dvdvendor.integrationtests
 

Fields in edu.uci.ics.inf111.dvdvendor.integrationtests declared as TransactionDB
(package private)  TransactionDB DVDVendorTest.firstTDB