A B C D E F G H I L M N O P R S T U V W

R

read() - Method in class edu.uci.ics.inf111.dvdvendor.lib.Persistence
Reads the targetFile line by line and keep all the lines read in an ArrayList of Strings.
receive(String) - Method in class edu.uci.ics.inf111.dvdvendor.devices.DVDDispenser
receive() is the method we use to simulate the DVD dispenser is receiving a product.
receiveItem(String) - Method in class edu.uci.ics.inf111.dvdvendor.app.DVDVendor
Method that receives the returned item using the dvdDispenser object from the dvdVendor object
receiveItem(DVDVendor, String) - Method in class edu.uci.ics.inf111.dvdvendor.gui.Actions
Method that receives the returned item using the dvdDispenser object from the dvdVendor object
recordTransaction() - Method in class edu.uci.ics.inf111.dvdvendor.app.DVDVendor
Method that records the transaction in the Transaction file
rentButton - Variable in class edu.uci.ics.inf111.dvdvendor.gui.DVDVendorGUI
Button for Rent action
rentPane - Variable in class edu.uci.ics.inf111.dvdvendor.gui.DVDVendorGUI
Panel for the Rent Transaction
RentTransaction - Class in edu.uci.ics.inf111.dvdvendor.app
This class represents a Rent Transaction in the point of sale.
RentTransaction() - Constructor for class edu.uci.ics.inf111.dvdvendor.app.RentTransaction
Constructor that returns a Rent Transaction with blank values
RentTransaction(String) - Constructor for class edu.uci.ics.inf111.dvdvendor.app.RentTransaction
Constructor that assigns values based on the information on the TransactionDB
returnButton - Variable in class edu.uci.ics.inf111.dvdvendor.gui.DVDVendorGUI
Button for Return action
returnDVDButton - Variable in class edu.uci.ics.inf111.dvdvendor.gui.DVDVendorGUI
Button for Return DVD action
returnPane - Variable in class edu.uci.ics.inf111.dvdvendor.gui.DVDVendorGUI
Panel for the Return Transaction
ReturnTransaction - Class in edu.uci.ics.inf111.dvdvendor.app
This class represents a Return Transaction in the point of sale.
ReturnTransaction() - Constructor for class edu.uci.ics.inf111.dvdvendor.app.ReturnTransaction
Constructor that returns a Return Transaction with blank values
ReturnTransaction(String) - Constructor for class edu.uci.ics.inf111.dvdvendor.app.ReturnTransaction
Constructor that assigns values based on the information on the TransactionDB
runningTime - Variable in class edu.uci.ics.inf111.dvdvendor.app.DVD
The running time for this DVD.

A B C D E F G H I L M N O P R S T U V W