public class PackageInformationListDataBean
extends com.ibm.commerce.inventory.beansrc.PackageInformationListListDataBeanBase
implements com.ibm.commerce.inventory.beans.PackageInformationInputListDataBean, com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
PackageInformationListDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyOrderId()
This method returns the databean key:OrderId.
|
PackageInformationDataBean[] |
getPackageInformationList()
This method returns the list of the package information data bean.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the PackageInformationListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyOrderId(java.lang.String aOrderId)
This method sets the databean key:order id.
|
void |
setPackageInformationList(PackageInformationDataBean[] aListDataBean)
This method sets the package information databean list.
|
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 PackageInformationDataBean[] getPackageInformationList()
getPackageInformationList
in interface com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBean
public java.lang.String getDataBeanKeyOrderId()
getDataBeanKeyOrderId
in interface com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBean
public void setPackageInformationList(PackageInformationDataBean[] aListDataBean)
setPackageInformationList
in interface com.ibm.commerce.inventory.beans.PackageInformationInputListDataBean
aListDataBean
- PackageInformationDataBean[] the package information databean list.public void setDataBeanKeyOrderId(java.lang.String aOrderId)
setDataBeanKeyOrderId
in interface com.ibm.commerce.inventory.beans.PackageInformationInputListDataBean
aOrderId
- java.lang.String the databean key:order id.public void populate() throws java.lang.Exception
iDataBeanKeyOrderId
using the setDataBeanKeyOrderId(String) method before running the populate()
method.populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyOrderId(String)