public class BackOrderAllocationDataBean
extends com.ibm.commerce.inventory.beansrc.BackOrderAllocationDataBeanBase
implements com.ibm.commerce.inventory.beans.BackOrderAllocationInputDataBean, com.ibm.commerce.inventory.beans.BackOrderAllocationSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
BackOrderAllocationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyBkOrdNum()
This method returns the data bean key:BkOrdNum(back order number).
|
java.lang.String |
getDataBeanKeyOrderItemsId()
This method returns the data bean key:OrderItemsId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the BackOrderAllocationDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyBkOrdNum(java.lang.String aBkOrdNum)
This method sets the data bean key:BkOrdNum(back order number).
|
void |
setDataBeanKeyOrderItemsId(java.lang.String aOrderItemsId)
This method sets the data bean key:OrderItemsId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByItemSpcId, getBkOrdNum, getBkOrdNumInEntityType, getEntity, getItemSpcId, getItemSpcIdInEntityType, getLastupdate, getLastupdateInEntityType, getOrderItemsId, getOrderItemsIdInEntityType, getQtyAllocated, getQtyAllocatedInEntityType, getQtyAvailable, getQtyAvailableInEntityType, getQtyNeeded, getQtyNeededInEntityType, instantiateEntity, setBkOrdNum, setBkOrdNum, setInitKey_bkOrdNum, setInitKey_bkOrdNum, setInitKey_orderItemsId, setInitKey_orderItemsId, setItemSpcId, setItemSpcId, setLastupdate, setLastupdate, setOrderItemsId, setOrderItemsId, setQtyAllocated, setQtyAllocated, setQtyAvailable, setQtyAvailable, setQtyNeeded, setQtyNeededpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyOrderItemsId()
getDataBeanKeyOrderItemsId in interface com.ibm.commerce.inventory.beans.BackOrderAllocationSmartDataBeanpublic java.lang.String getDataBeanKeyBkOrdNum()
getDataBeanKeyBkOrdNum in interface com.ibm.commerce.inventory.beans.BackOrderAllocationSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyOrderItemsId(java.lang.String aOrderItemsId)
setDataBeanKeyOrderItemsId in interface com.ibm.commerce.inventory.beans.BackOrderAllocationInputDataBeanaOrderItemsId - java.lang.Stringpublic void setDataBeanKeyBkOrdNum(java.lang.String aBkOrdNum)
setDataBeanKeyBkOrdNum in interface com.ibm.commerce.inventory.beans.BackOrderAllocationInputDataBeanaBkOrdNum - java.lang.Stringpublic void populate()
iDataBeanKeyBkOrdNum and iDataBeanKeyOrderItemsId
using the setDataBeanKeyBkOrdNum(String) and setDataBeanKeyOrderItemsId(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyBkOrdNum(String),
setDataBeanKeyOrderItemsId(String)