Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
T
targetFile
- Variable in class edu.uci.ics.inf111.dvdvendor.devices.
Printer
Contains the path of the output file for the printer.
targetFile
- Variable in class edu.uci.ics.inf111.dvdvendor.lib.
Persistence
Contains the path of the output file.
tearDown()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
TransactionDBTest
tearDown()
- Method in class edu.uci.ics.inf111.dvdvendor.lib.
PersistenceTest
testFindLastRentTransaction()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
TransactionDBTest
testFindLastReturnTransaction()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
TransactionDBTest
testGetBarCodeFromDescription()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
UtilsTest
testGetBarCodesAndTitles()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
UtilsTest
testGetFieldBeforeSymbol()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
UtilsTest
testGetLineAfterSymbol()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
UtilsTest
testPrintDB()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
UtilsTest
testRead()
- Method in class edu.uci.ics.inf111.dvdvendor.lib.
PersistenceTest
testSecondsDifference()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
UtilsTest
testWrite()
- Method in class edu.uci.ics.inf111.dvdvendor.lib.
PersistenceTest
title
- Variable in class edu.uci.ics.inf111.dvdvendor.app.
DVD
The title for this DVD.
toString()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
RentTransaction
Implementation of the abstract method to define the toString action.
toString()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
ReturnTransaction
Implementation of the abstract method to define the toString action.
toString()
- Method in class edu.uci.ics.inf111.dvdvendor.app.
Transaction
Abstract method to define the toString method in each class that extends this abstract class.
totalCost
- Variable in class edu.uci.ics.inf111.dvdvendor.app.
CheckOutCart
The cost of the items in the cart
transaction
- Variable in class edu.uci.ics.inf111.dvdvendor.app.
DVDVendor
The transaction that will be persisted in the TransactionDB
Transaction
- Class in
edu.uci.ics.inf111.dvdvendor.app
The Transaction abstract class is extended by any class which represents a transaction in our point of sale.
Transaction()
- Constructor for class edu.uci.ics.inf111.dvdvendor.app.
Transaction
transactionDB
- Variable in class edu.uci.ics.inf111.dvdvendor.app.
DVDVendor
The database of transactions in the point of sale.
TransactionDB
- Class in
edu.uci.ics.inf111.dvdvendor.app
The TransactionDB class encapsulates the list of all products sold in the store.
TransactionDB()
- Constructor for class edu.uci.ics.inf111.dvdvendor.app.
TransactionDB
Constructs an empty database.
transactionDB
- Variable in class edu.uci.ics.inf111.dvdvendor.app.
TransactionDBTest
TransactionDBException
- Exception in
edu.uci.ics.inf111.dvdvendor.exceptions
An exception which is thrown when the database of Transactions fails because the file path is not valid or there was an error writing on the output file.
TransactionDBException()
- Constructor for exception edu.uci.ics.inf111.dvdvendor.exceptions.
TransactionDBException
TransactionDBException(String)
- Constructor for exception edu.uci.ics.inf111.dvdvendor.exceptions.
TransactionDBException
TransactionDBException(String, Throwable)
- Constructor for exception edu.uci.ics.inf111.dvdvendor.exceptions.
TransactionDBException
TransactionDBException(Throwable)
- Constructor for exception edu.uci.ics.inf111.dvdvendor.exceptions.
TransactionDBException
TransactionDBTest
- Class in
edu.uci.ics.inf111.dvdvendor.app
TransactionDBTest(String)
- Constructor for class edu.uci.ics.inf111.dvdvendor.app.
TransactionDBTest
transactions
- Variable in class edu.uci.ics.inf111.dvdvendor.app.
TransactionDB
This ArrayList of Transactions is the core of our sample DB.
transactionState
- Variable in class edu.uci.ics.inf111.dvdvendor.app.
DVDVendor
The current state of the system.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W