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.
|
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 PackageInformationDataBean[] getPackageInformationList()
getPackageInformationList in interface com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBeanpublic java.lang.String getDataBeanKeyOrderId()
getDataBeanKeyOrderId in interface com.ibm.commerce.inventory.beans.PackageInformationSmartListDataBeanpublic void setPackageInformationList(PackageInformationDataBean[] aListDataBean)
setPackageInformationList in interface com.ibm.commerce.inventory.beans.PackageInformationInputListDataBeanaListDataBean - PackageInformationDataBean[] the package information databean list.public void setDataBeanKeyOrderId(java.lang.String aOrderId)
setDataBeanKeyOrderId in interface com.ibm.commerce.inventory.beans.PackageInformationInputListDataBeanaOrderId - 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 SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyOrderId(String)