public class FFMOrderItemsListDataBean extends com.ibm.commerce.fulfillment.beansrc.FFMOrderItemsListListDataBeanBase implements FFMOrderItemsInputListDataBean, FFMOrderItemsSmartListDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
FFMOrderItemsListDataBean()
Databean constructor.
|
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns the databean key:language id.
|
java.lang.String |
getDataBeanKeyStoreentId()
This method returns the databean key:storeent id.
|
FFMOrderItemsDataBean[] |
getFFMOrderItemsList()
This method returns the list of the FFMOrderItemsDataBean.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the FFMOrderItemsListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the databean key:language id.
|
void |
setDataBeanKeyStoreentId(java.lang.String aStoreentId)
This method sets the databean key:storeent id.
|
void |
setFFMOrderItemsList(FFMOrderItemsDataBean[] aListDataBean)
This method sets the list of the FFMOrderItemsDataBean.
|
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 FFMOrderItemsListDataBean()
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 getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId
in interface FFMOrderItemsSmartListDataBean
public java.lang.String getDataBeanKeyStoreentId()
getDataBeanKeyStoreentId
in interface FFMOrderItemsSmartListDataBean
public FFMOrderItemsDataBean[] getFFMOrderItemsList()
getFFMOrderItemsList
in interface FFMOrderItemsSmartListDataBean
public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId
in interface FFMOrderItemsInputListDataBean
aLanguageId
- java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
setDataBeanKeyStoreentId
in interface FFMOrderItemsInputListDataBean
aStoreentId
- java.lang.Stringpublic void setFFMOrderItemsList(FFMOrderItemsDataBean[] aListDataBean)
setFFMOrderItemsList
in interface FFMOrderItemsInputListDataBean
aListDataBean
- FFMOrderItemsDataBean[]public void populate() throws java.lang.Exception
iDataBeanKeyLanguageId
and iDataBeanKeyStoreentId
using the setDataBeanKeyLanguageId(java.lang.String) and setDataBeanKeyStoreentId(java.lang.String) method before running the populate()
method.populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyLanguageId(java.lang.String)
,
setDataBeanKeyStoreentId(java.lang.String)