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.
|
getDelegate
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
getRequestProperties
in class InputDataBeanImpl
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
setRequestProperties
in class InputDataBeanImpl
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
getCommandContext
in class SmartDataBeanImpl
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
setCommandContext
in class SmartDataBeanImpl
aCommandContext
- com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyDisplayName()
getDataBeanKeyDisplayName
in interface FFMOrderItemsSmartDataBean
public java.lang.String getDataBeanKeyYorN()
getDataBeanKeyYorN
in interface FFMOrderItemsSmartDataBean
public java.lang.String getDataBeanKeyName()
getDataBeanKeyName
in interface FFMOrderItemsSmartDataBean
public java.lang.String getDataBeanKeyFulfillmentCenterId()
getDataBeanKeyFulfillmentCenterId
in interface FFMOrderItemsSmartDataBean
public void setDataBeanKeyDisplayName(java.lang.String aDisplayName)
setDataBeanKeyDisplayName
in interface FFMOrderItemsInputDataBean
aDisplayName
- java.lang.Stringpublic void setDataBeanKeyYorN(java.lang.String aYorN)
setDataBeanKeyYorN
in interface FFMOrderItemsInputDataBean
aYorN
- java.lang.Stringpublic void setDataBeanKeyName(java.lang.String aName)
setDataBeanKeyName
in interface FFMOrderItemsInputDataBean
aName
- java.lang.Stringpublic void setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
setDataBeanKeyFulfillmentCenterId
in interface FFMOrderItemsInputDataBean
aFulfillmentCenterId
- 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 SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyDisplayName(java.lang.String)
,
setDataBeanKeyYorN(java.lang.String)
,
setDataBeanKeyName(java.lang.String)
,
setDataBeanKeyFulfillmentCenterId(java.lang.String)