A B C D E F G H I K M N O P Q R S T U V Z

I

incrementedBy(int, int) - Method in class orderprocessing.CalculationCalendar
Increments a calendar by an amount dependent on the chosen date field
InventoryManager - class orderprocessing.InventoryManager.
This class manages inventory and responds to requests from an OrderProcessor In this version it is just a stub.
InventoryManager() - Constructor for class orderprocessing.InventoryManager
 
Invoice - class orderprocessing.Invoice.
This class represents what will ship from a customer order.
Invoice(Order, ArrayList) - Constructor for class orderprocessing.Invoice
Create an Invoice for a particular customer and a sequence of items ordered
invoiceDate() - Method in class orderprocessing.Invoice
Retrieve the date the invoice was generated
invoices() - Static method in class orderprocessing.Invoice
Provide an iteration service over all known invoices.
InvoiceTest - class orderprocessing.InvoiceTest.
Test harness for invoices TODO More tests are needed for invoices
InvoiceTest(String) - Constructor for class orderprocessing.InvoiceTest
 
isActive() - Method in class orderprocessing.Customer
Tell if a customer is active.
isCancelled() - Method in class orderprocessing.Order
Return whether this order has been cancelled or not
itemNumber() - Method in class orderprocessing.OrderItem
Retrieve the item number for this order item

A B C D E F G H I K M N O P Q R S T U V Z