|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Customer in orderprocessing |
Methods in orderprocessing that return Customer | |
static Customer |
Customer.get(java.lang.String customerNumber)
Get a particular customer object from its customer number. |
Customer |
Invoice.customer()
Retrieve the customer that generated this invoice |
Customer |
Order.customer()
Retrieve the customer for this order |
Constructors in orderprocessing with parameters of type Customer | |
Order(Customer customer,
Address shipAddress,
java.util.ArrayList orderedItems,
CalculationCalendar orderDate)
Create an Order for a particular customer and a sequence of items ordered |
|
Order(Customer customer,
Address shipAddress,
BillingTerms billingTerms,
java.util.ArrayList orderedItems,
CalculationCalendar orderDate,
CalculationCalendar requestedShippingDate,
CalculationCalendar cancelDate)
Create an Order for a particular customer and a sequence of items ordered |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |