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.
|
getDelegatefulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextpublic static final java.lang.String COPYRIGHT
public FFMOrderItemsListDataBean()
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 getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface FFMOrderItemsSmartListDataBeanpublic java.lang.String getDataBeanKeyStoreentId()
getDataBeanKeyStoreentId in interface FFMOrderItemsSmartListDataBeanpublic FFMOrderItemsDataBean[] getFFMOrderItemsList()
getFFMOrderItemsList in interface FFMOrderItemsSmartListDataBeanpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface FFMOrderItemsInputListDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
setDataBeanKeyStoreentId in interface FFMOrderItemsInputListDataBeanaStoreentId - java.lang.Stringpublic void setFFMOrderItemsList(FFMOrderItemsDataBean[] aListDataBean)
setFFMOrderItemsList in interface FFMOrderItemsInputListDataBeanaListDataBean - 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 SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyLanguageId(java.lang.String),
setDataBeanKeyStoreentId(java.lang.String)