public class StoreItemDataBean
extends com.ibm.commerce.inventory.beansrc.StoreItemDataBeanBase
implements com.ibm.commerce.inventory.beans.StoreItemInputDataBean, com.ibm.commerce.inventory.beans.StoreItemSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
StoreItemDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyBaseItemId()
This method returns the databean key:base item id.
|
java.lang.String |
getDataBeanKeyStoreentId()
This method returns the databean key:storeent id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the StoreItemDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyBaseItemId(java.lang.String aBaseItemId)
This method sets the databean key:base item id.
|
void |
setDataBeanKeyStoreentId(java.lang.String aStoreentId)
This method sets the databean key:storeent id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findByBaseItemId, findByForeignSystem, findByStoreentIdAndItemSpecId, findByStoreentIdAndOrderItemId, findByStoreId, getBackOrderable, getBaseItemId, getBaseItemIdInEntityType, getCreditable, getEntity, getForceBackOrder, getForeignSKU, getForeignSystem, getForeignSystemInEntityType, getLastupdate, getLastupdateInEntityType, getMinimumQtyForSplit, getMinimumQtyForSplitInEntityType, getReleaseSeparately, getReturnNotDesired, getStoreentId, getStoreentIdInEntityType, getTrackInventory, instantiateEntity, setBackOrderable, setBaseItemId, setBaseItemId, setCreditable, setForceBackOrder, setforeignSKU, setForeignSystem, setForeignSystem, setInitKey_baseItemId, setInitKey_baseItemId, setInitKey_storeentId, setInitKey_storeentId, setLastupdate, setLastupdate, setMinimumQtyForSplit, setMinimumQtyForSplit, setReleaseSeparately, setReturnNotDesired, setStoreentId, setStoreentId, setTrackInventorypublic 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 getDataBeanKeyBaseItemId()
getDataBeanKeyBaseItemId in interface com.ibm.commerce.inventory.beans.StoreItemSmartDataBeanpublic java.lang.String getDataBeanKeyStoreentId()
getDataBeanKeyStoreentId in interface com.ibm.commerce.inventory.beans.StoreItemSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyBaseItemId(java.lang.String aBaseItemId)
setDataBeanKeyBaseItemId in interface com.ibm.commerce.inventory.beans.StoreItemInputDataBeanaBaseItemId - java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
setDataBeanKeyStoreentId in interface com.ibm.commerce.inventory.beans.StoreItemInputDataBeanaStoreentId - java.lang.Stringpublic void populate()
iDataBeanKeyBaseItemId and iDataBeanKeyStoreentId
using the setDataBeanKeyBaseItemId(String) and setDataBeanKeyStoreentId(String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyBaseItemId(String),
setDataBeanKeyStoreentId(String)