public class InventoryDataBean
extends com.ibm.commerce.fulfillment.beansrc.InventoryDataBeanBase
implements com.ibm.commerce.fulfillment.beans.InventoryInputDataBean, com.ibm.commerce.fulfillment.beans.InventorySmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
InventoryDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogEntryId()
This method returns the databean key:CatalogEntryId.
|
java.lang.String |
getDataBeanKeyFulfillmentCenterId()
This method returns the databean key:FulfillmentCenterId.
|
java.lang.String |
getDataBeanKeyStoreId()
This method returns the databean key:StoreId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the InventoryDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
This method sets the databean key:CatalogEntryId.
|
void |
setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
This method sets the databean key:FulfillmentCenterId.
|
void |
setDataBeanKeyStoreId(java.lang.String aStoreId)
This method sets the databean key:StoreId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
findByCatalogEntryAndFulfillmentCenterAndStore, findByCatalogEntryId, findByMultipleCatalogEntryAndFulfillmentCenterAndStore, findByMultipleCatalogEntryAndFulfillmentCenterAndStoreForUpdate, findByOrderItemsAndStore, findWithPushDownQuery, getCatalogEntryId, getCatalogEntryIdInEntityType, getEntity, getFulfillmentCenterId, getFulfillmentCenterIdInEntityType, getInventoryFlags, getInventoryFlagsInEntityType, getQuantity, getQuantityInEntityType, getQuantityMeasure, getStoreId, getStoreIdInEntityType, instantiateEntity, setInitKey_catalogEntryId, setInitKey_catalogEntryId, setInitKey_fulfillmentCenterId, setInitKey_fulfillmentCenterId, setInitKey_storeId, setInitKey_storeId, setInventoryFlags, setInventoryFlags, setQuantity, setQuantity, setQuantityMeasure, setStoreId, setStoreIdpublic 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 getDataBeanKeyCatalogEntryId()
getDataBeanKeyCatalogEntryId in interface com.ibm.commerce.fulfillment.beans.InventorySmartDataBeanpublic java.lang.String getDataBeanKeyStoreId()
getDataBeanKeyStoreId in interface com.ibm.commerce.fulfillment.beans.InventorySmartDataBeanpublic java.lang.String getDataBeanKeyFulfillmentCenterId()
getDataBeanKeyFulfillmentCenterId in interface com.ibm.commerce.fulfillment.beans.InventorySmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
setDataBeanKeyCatalogEntryId in interface com.ibm.commerce.fulfillment.beans.InventoryInputDataBeanaCatalogEntryId - java.lang.Stringpublic void setDataBeanKeyStoreId(java.lang.String aStoreId)
setDataBeanKeyStoreId in interface com.ibm.commerce.fulfillment.beans.InventoryInputDataBeanaStoreId - java.lang.Stringpublic void setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
setDataBeanKeyFulfillmentCenterId in interface com.ibm.commerce.fulfillment.beans.InventoryInputDataBeanaFulfillmentCenterId - java.lang.Stringpublic void populate()
iDataBeanKeyCatalogEntryId and iDataBeanKeyStoreId and iDataBeanKeyFulfillmentCenterId
using the setDataBeanKeyCatalogEntryId(java.lang.String) and setDataBeanKeyStoreId(java.lang.String) and setDataBeanKeyFulfillmentCenterId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyCatalogEntryId(java.lang.String),
setDataBeanKeyStoreId(java.lang.String),
setDataBeanKeyFulfillmentCenterId(java.lang.String)