public class CurrentPendingOrderDataBean extends CurrentPendingOrderDataBeanBase implements com.ibm.commerce.order.beans.CurrentPendingOrderInputDataBean, com.ibm.commerce.order.beans.CurrentPendingOrderSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext
command context
|
protected java.lang.String | iDataBeanKeyMemberId
member id
|
protected java.lang.String | iDataBeanKeyOrderId
order id
|
protected TypedProperty | iRequestProperties
request properties
|
Constructor and Description |
---|
CurrentPendingOrderDataBean()
Databean constructor.
|
CurrentPendingOrderDataBean(java.lang.String aOrderId, java.lang.String aMemberId)
Databean constructor.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method gets the command context set within this bean.
|
java.lang.String | getDataBeanKeyMemberId()
This method sets the member id.
|
java.lang.String | getDataBeanKeyOrderId()
This method sets the order id.
|
TypedProperty | getRequestProperties()
This method gets the request property set within this bean.
|
void | populate()
This method is used to populate the CurrentPendingOrderDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyMemberId(java.lang.String aMemberId)
This method sets member id.
|
void | setDataBeanKeyOrderId(java.lang.String aOrderId)
This method sets order id.
|
void | setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyOrderId
protected java.lang.String iDataBeanKeyMemberId
public CurrentPendingOrderDataBean()
public CurrentPendingOrderDataBean(java.lang.String aOrderId, java.lang.String aMemberId)
public CommandContext getCommandContext()
public java.lang.String getDataBeanKeyMemberId()
public java.lang.String getDataBeanKeyOrderId()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyMemberId(java.lang.String aMemberId)
public void setDataBeanKeyOrderId(java.lang.String aOrderId)
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException