|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j2ee.blueprints.customer.order.model.OrderModel | +--com.sun.j2ee.blueprints.petstore.control.web.OrderWebImpl
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.
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 |
public OrderWebImpl()
Method Detail |
public void init(javax.servlet.http.HttpServletRequest request)
public void performUpdate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |