When a customer places an order, OrderReceived.jsp is used to generate the message that will be sent to notify the recipients that the order has been received by WebSphere Commerce. The template is a simple one that displays the store information and thanks the customer for ordering from the store. It also indicates the order number, and an email address for inquiries. The recipients are identified in the Administration Console when this message type is assigned to a transport.
Classes
OrderReceived.jsp imports the following classes:
<%@ page import="javax.servlet.*" %> <%@ page import="java.util.*" %> <%@ page import="java.text.*" %> <%@ page import="java.rmi.*" %> <%@ page import="javax.ejb.*" %> <%@ page import="javax.naming.*" %> <%@ page import="com.ibm.commerce.server.*" %> <%@ page import="com.ibm.commerce.beans.*" %> <%@ page import="com.ibm.commerce.command.*" %> <%@ page import="com.ibm.commerce.datatype.*" %> <%@ page import="com.ibm.commerce.messaging.databeans.*" %> <%@ page import="com.ibm.commerce.common.objects.*" %> <%@ page import="com.ibm.commerce.datatype.*" %> <%@ page import="com.ibm.commerce.messaging.ejb.objimpl.*" %> <%@ page import="com.ibm.commerce.common.beans.*" %> <%@ page import="com.ibm.commerce.order.beans.*" %> <%@ page import="com.ibm.commerce.order.utils.*" %> <%@ page import="com.ibm.commerce.beans.*" %>
Beans
OrderReceived.jsp uses the following beans:
- StoreDataBean
- OrderDataBean