public class ManifestDataBean
extends com.ibm.commerce.inventory.beansrc.ManifestDataBeanBase
implements com.ibm.commerce.inventory.beans.ManifestInputDataBean, com.ibm.commerce.inventory.beans.ManifestSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ManifestDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyManifestId()
This method returns the databean key:ManifestId.
|
java.lang.String[] |
getPackageIds() |
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
java.lang.String[] |
getTrackingIds() |
void |
populate()
This method is used to populate the ManifestDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyManifestId(java.lang.String aManifestId)
This method sets the databean key:ManifestId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findByOrderReleaseNumAndOrdersId, findByOrdersId, findByOrdersIdAndOrdreleaseNumAndManifestStatus, getDateShipped, getDateShippedInEntityType, getEntity, getField1, getLastupdate, getLastupdateInEntityType, getManifestId, getManifestIdInEntityType, getManifestStatus, getOrdersId, getOrdersIdInEntityType, getOrdReleaseNum, getOrdReleaseNumInEntityType, getPackageId, getPickupRecordId, getSetCCurr, getShipModeId, getShipModeIdInEntityType, getShippingCosts, getShippingCostsInEntityType, getTrackingId, getWeight, getWeightInEntityType, getWeightMeasure, instantiateEntity, setDateShipped, setDateShipped, setField1, setInitKey_manifestId, setInitKey_manifestId, setLastupdate, setLastupdate, setManifestId, setManifestId, setManifestStatus, setOrdersId, setOrdersId, setOrdReleaseNum, setOrdReleaseNum, setPackageId, setPickupRecordId, setSetCCurr, setShipModeId, setShipModeId, setShippingCosts, setShippingCosts, setTrackingId, setWeight, setWeight, setWeightMeasurepublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyManifestId()
getDataBeanKeyManifestId in interface com.ibm.commerce.inventory.beans.ManifestSmartDataBeanpublic java.lang.String[] getPackageIds()
throws java.lang.Exception
java.lang.Exceptionpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic java.lang.String[] getTrackingIds()
throws java.lang.Exception
java.lang.Exceptionpublic void populate()
iDataBeanKeyManifestId
using the setDataBeanKeyManifestId(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyManifestId(String)public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyManifestId(java.lang.String aManifestId)
setDataBeanKeyManifestId in interface com.ibm.commerce.inventory.beans.ManifestInputDataBeanaManifestId - java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedProperty