theory.smart.ebusiness.invoicing
Interface  InvoiceManager
Deprecated. The InvoiceManger interface has been deprecated and will not be supported in version 2.0
- public interface InvoiceManager- extends Session
The InvoiceManager creates and manages invoices. It uses a sequencer to create keys for invoices.
- See Also: 
- InvoiceManagerHome,- InvoiceManagerImpl
 
 
createInvoice
public Invoice createInvoice(PackingList packingList)
                      throws java.rmi.RemoteException,
                             CreateException
- Deprecated. - Create an invoice from a packinglist.- 
 
getInvoiceListByCustomerKey
public java.util.Vector getInvoiceListByCustomerKey(java.lang.String customerKey)
                                             throws java.rmi.RemoteException,
                                                    FinderException,
                                                    javax.naming.NamingException
- Deprecated. - Based on the customer key build a list of all the invoices associated with that customer.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.