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
K
M
N
O
P
Q
R
S
T
U
V
Z
C
CalculationCalendar
- class orderprocessing.
CalculationCalendar
.
This class provides an increment function for Gregorian Calendars so that a future date may be easily calculated.
CalculationCalendar()
- Constructor for class orderprocessing.
CalculationCalendar
CalculationCalendar(TimeZone)
- Constructor for class orderprocessing.
CalculationCalendar
Constructs a CalculationCalendar based on the current time in the given time zone with the default locale.
CalculationCalendar(Locale)
- Constructor for class orderprocessing.
CalculationCalendar
Constructs a CalculationCalendar based on the current time in the default time zone with the given locale.
CalculationCalendar(TimeZone, Locale)
- Constructor for class orderprocessing.
CalculationCalendar
Constructs a CalculationCalendar based on the current time in the given time zone with the given locale.
CalculationCalendar(int, int, int)
- Constructor for class orderprocessing.
CalculationCalendar
Constructs a CalculationCalendar with the given date set in the default time zone with the default locale.
CalculationCalendar(int, int, int, int, int)
- Constructor for class orderprocessing.
CalculationCalendar
Constructs a CalculationCalendar with the given date and time set for the default time zone with the default locale.
CalculationCalendar(int, int, int, int, int, int)
- Constructor for class orderprocessing.
CalculationCalendar
Constructs a CalculationCalendar with the given date and time set for the default time zone with the default locale.
Customer
- class orderprocessing.
Customer
.
This class maintains information about a single customer
Customer(String, Address)
- Constructor for class orderprocessing.
Customer
create a customer object with default values for ship address and terms
Customer(String, Address, Address)
- Constructor for class orderprocessing.
Customer
Create a customer object with default terms.
Customer(String, Address, Address, BillingTerms)
- Constructor for class orderprocessing.
Customer
create a customer object with all options specified.
cancelDate()
- Method in class orderprocessing.
Order
Retrieve the last date on which the customer may cancel the order
cancelOrder()
- Method in class orderprocessing.
Order
Cancel this order
city()
- Method in class orderprocessing.
Address
Retrieve the name of the city
city(String)
- Method in class orderprocessing.
Address
Change the city associated with this address
clone()
- Method in class orderprocessing.
Address
clone()
- Method in class orderprocessing.
OrderItem
close(ObjectOutputStream)
- Static method in class orderprocessing.
Customer
Write all of the customer data for all customers to an output stream
close(ObjectOutputStream)
- Static method in class orderprocessing.
InventoryManager
Write the inventory onto an output stream
close(ObjectOutputStream)
- Static method in class orderprocessing.
Invoice
Write all of the Invoice data for all invoices to an output stream
close(ObjectOutputStream)
- Static method in class orderprocessing.
Order
Write out all the orders at the end of a run to the saved database
close(String)
- Static method in class orderprocessing.
OrderProcessor
close the database at the end of processing.
code()
- Method in class orderprocessing.
BillingTerms
Retrieve a string representation of these terms
customer()
- Method in class orderprocessing.
Invoice
Retrieve the customer that generated this invoice
customer()
- Method in class orderprocessing.
Order
Retrieve the customer for this order
customers()
- Static method in class orderprocessing.
Customer
Provide an iteration service over all known customers.
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
K
M
N
O
P
Q
R
S
T
U
V
Z