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, setTrackInventory
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyBaseItemId()
getDataBeanKeyBaseItemId
in interface com.ibm.commerce.inventory.beans.StoreItemSmartDataBean
public java.lang.String getDataBeanKeyStoreentId()
getDataBeanKeyStoreentId
in interface com.ibm.commerce.inventory.beans.StoreItemSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyBaseItemId(java.lang.String aBaseItemId)
setDataBeanKeyBaseItemId
in interface com.ibm.commerce.inventory.beans.StoreItemInputDataBean
aBaseItemId
- java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
setDataBeanKeyStoreentId
in interface com.ibm.commerce.inventory.beans.StoreItemInputDataBean
aStoreentId
- java.lang.Stringpublic void populate()
iDataBeanKeyBaseItemId
and iDataBeanKeyStoreentId
using the setDataBeanKeyBaseItemId(String) and setDataBeanKeyStoreentId(String) method before running the populate()
method.populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyBaseItemId(String)
,
setDataBeanKeyStoreentId(String)