public class FFMOrderItemsDataBean extends com.ibm.commerce.fulfillment.beansrc.FFMOrderItemsListDataBeanBase implements FFMOrderItemsInputDataBean, FFMOrderItemsSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
FFMOrderItemsDataBean()
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyDisplayName()
This method returns the databean key:display name.
|
java.lang.String |
getDataBeanKeyFulfillmentCenterId()
This method returns the databean key:fulfillment center id.
|
java.lang.String |
getDataBeanKeyName()
This method returns the databean key:name.
|
java.lang.String |
getDataBeanKeyYorN()
This method returns the databean key:yes or not(YorN).
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the FFMOrderItemsDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyDisplayName(java.lang.String aDisplayName)
This method sets the databean key:display name.
|
void |
setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
This method sets the databean key:fulfillment center id.
|
void |
setDataBeanKeyName(java.lang.String aName)
This method sets the databean key:name.
|
void |
setDataBeanKeyYorN(java.lang.String aYorN)
This method sets the databean key:yes or not(YorN).
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeangetRequestProperties in class InputDataBeanImplpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeansetCommandContext in class SmartDataBeanImplaCommandContext - com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyDisplayName()
getDataBeanKeyDisplayName in interface FFMOrderItemsSmartDataBeanpublic java.lang.String getDataBeanKeyYorN()
getDataBeanKeyYorN in interface FFMOrderItemsSmartDataBeanpublic java.lang.String getDataBeanKeyName()
getDataBeanKeyName in interface FFMOrderItemsSmartDataBeanpublic java.lang.String getDataBeanKeyFulfillmentCenterId()
getDataBeanKeyFulfillmentCenterId in interface FFMOrderItemsSmartDataBeanpublic void setDataBeanKeyDisplayName(java.lang.String aDisplayName)
setDataBeanKeyDisplayName in interface FFMOrderItemsInputDataBeanaDisplayName - java.lang.Stringpublic void setDataBeanKeyYorN(java.lang.String aYorN)
setDataBeanKeyYorN in interface FFMOrderItemsInputDataBeanaYorN - java.lang.Stringpublic void setDataBeanKeyName(java.lang.String aName)
setDataBeanKeyName in interface FFMOrderItemsInputDataBeanaName - java.lang.Stringpublic void setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
setDataBeanKeyFulfillmentCenterId in interface FFMOrderItemsInputDataBeanaFulfillmentCenterId - java.lang.Stringpublic void populate()
throws java.lang.Exception
iDataBeanKeyDisplayName and iDataBeanKeyYorN
and iDataBeanKeyName and iDataBeanKeyFulfillmentCenterId
using the setDataBeanKeyDisplayName(java.lang.String) and setDataBeanKeyYorN(java.lang.String) and setDataBeanKeyName(java.lang.String)
and setDataBeanKeyFulfillmentCenterId(java.lang.String) method before running the
populate() method.populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyDisplayName(java.lang.String),
setDataBeanKeyYorN(java.lang.String),
setDataBeanKeyName(java.lang.String),
setDataBeanKeyFulfillmentCenterId(java.lang.String)