com.sun.j2ee.blueprints.customer.order.ejb
Interface Order


public interface Order
extends javax.ejb.EJBObject

This interface provides method to view the details of an Order.


Field Summary
static java.lang.String PENDING
           
 
Method Summary
 Account getAccount()
           
 OrderModel getDetails()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Field Detail

PENDING

public static final java.lang.String PENDING
Method Detail

getDetails

public OrderModel getDetails()
                      throws java.rmi.RemoteException

getAccount

public Account getAccount()
                   throws java.rmi.RemoteException
Returns:
the Account entity bean for the user who placed this order.


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.