public class OrderTemplateDataBean extends OrderTemplateDataBeanBase implements com.ibm.commerce.order.beans.OrderTemplateInputDataBean, com.ibm.commerce.order.beans.OrderTemplateSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderTemplateDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMemberId()
This method returns member id.
|
java.lang.String |
getDataBeanKeyOrderId()
This method returns order id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderTemplateDataBean.
|
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)
Sets the request property within this bean.
|
getDelegatefindByMemberForUpdate, getEntity, getMemberId, getMemberIdInEntityType, getOrderId, getOrderIdInEntityType, getUsage, getUsageInEntityType, instantiateEntity, setInitKey_memberId, setInitKey_memberId, setInitKey_orderId, setInitKey_orderId, setMemberId, setMemberId, setUsage, setUsagepublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - TypedPropertypublic java.lang.String getDataBeanKeyOrderId()
getDataBeanKeyOrderId in interface com.ibm.commerce.order.beans.OrderTemplateSmartDataBeanpublic java.lang.String getDataBeanKeyMemberId()
getDataBeanKeyMemberId in interface com.ibm.commerce.order.beans.OrderTemplateSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyOrderId(java.lang.String aOrderId)
setDataBeanKeyOrderId in interface com.ibm.commerce.order.beans.OrderTemplateInputDataBeanaOrderId - java.lang.Stringpublic void setDataBeanKeyMemberId(java.lang.String aMemberId)
setDataBeanKeyMemberId in interface com.ibm.commerce.order.beans.OrderTemplateInputDataBeanaMemberId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyMemberId(String),
setDataBeanKeyOrderId(String)