com.sun.j2ee.blueprints.petstore.control.web
Class OrderWebImpl

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.customer.order.model.OrderModel
        |
        +--com.sun.j2ee.blueprints.petstore.control.web.OrderWebImpl

public class OrderWebImpl
extends OrderModel
implements ModelUpdateListener

This class is the web-tier representation of the order. It is used in the web tier to get an order that has been placed. The requestId represents the order that has been placed. If no order has been placed the requestId will remain as -l.

See Also:
Serialized Form

Constructor Summary
OrderWebImpl()
           
 
Method Summary
 void init(javax.servlet.http.HttpServletRequest request)
           
 void performUpdate()
           
 
Methods inherited from class com.sun.j2ee.blueprints.customer.order.model.OrderModel
copy, getBillToAddr, getBillToFirstName, getBillToLastName, getCarrier, getCreditCard, getLineItems, getOrderDate, getOrderId, getShipToAddr, getShipToFirstName, getShipToLastName, getStatus, getTotalPrice, getUserId, toString, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderWebImpl

public OrderWebImpl()
Method Detail

init

public void init(javax.servlet.http.HttpServletRequest request)

performUpdate

public void performUpdate()
Specified by:
performUpdate in interface ModelUpdateListener


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.