public class PickTicketDataBean extends com.ibm.commerce.inventory.beansrc.PickTicketDataBeanBase implements com.ibm.commerce.inventory.beans.PickTicketInputDataBean, com.ibm.commerce.inventory.beans.PickTicketSmartDataBean, Delegator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PickTicketDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyPickBatchId()
This method returns the databean key:PickBatchId.
|
Protectable |
getDelegate()
This method returns the Protectable.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
PickTicketDetailDataBean |
parsePickSlipXml()
This method parses the pickslipXML .
|
void |
populate()
This method is used to populate the PickTicketDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyPickBatchId(java.lang.String aPickBatchId)
This method sets the databean key:PickBatchId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDate1, getDate1InEntityType, getDate2, getDate2InEntityType, getEntity, getField1, getField1InEntityType, getField2, getField3, getFufillmentCenterId, getFufillmentCenterIdInEntityType, getLastUpdate, getLastUpdateInEntityType, getMemberId, getMemberIdInEntityType, getPickBatchId, getPickBatchIdInEntityType, getPickSlipXml, instantiateEntity, setDate1, setDate1, setDate2, setDate2, setField1, setField1, setField2, setField3, setFufillmentCenterId, setFufillmentCenterId, setInitKey_pickBatchId, setInitKey_pickBatchId, setLastUpdate, setLastUpdate, setMemberId, setMemberId, setPickBatchId, setPickBatchId, setPickSlipXmlpublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyPickBatchId()
getDataBeanKeyPickBatchId in interface com.ibm.commerce.inventory.beans.PickTicketSmartDataBeanpublic Protectable getDelegate()
getDelegate in interface DelegatorgetDelegate in class com.ibm.commerce.inventory.beansrc.PickTicketDataBeanBasejava.lang.Exception - The exception description.public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic PickTicketDetailDataBean parsePickSlipXml() throws java.lang.Exception
java.lang.Exceptionpublic void populate()
iDataBeanKeyPickBatchId
using the setDataBeanKeyPickBatchId(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyPickBatchId(String)public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyPickBatchId(java.lang.String aPickBatchId)
setDataBeanKeyPickBatchId in interface com.ibm.commerce.inventory.beans.PickTicketInputDataBeanaPickBatchId - java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedProperty