public class ShippingModeDataBean
extends com.ibm.commerce.fulfillment.beansrc.ShippingModeDataBeanBase
implements com.ibm.commerce.fulfillment.beans.ShippingModeInputDataBean, com.ibm.commerce.fulfillment.beans.ShippingModeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ShippingModeDataBean()
This method constructs an
ShippingModeDataBean. |
ShippingModeDataBean(ShippingModeAccessBean abShippingMode,
CommandContext aCommandContext)
This method constructs an
ShippingModeDataBean from a ShippingModeAccessBean and a command context. |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyShippingModeId()
This method returns the databean key:ShippingModeId.
|
ShippingModeDescriptionAccessBean |
getDescription()
This method returns ShippingModeDescriptionAccessBean
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ShippingModeDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyShippingModeId(java.lang.String aShippingModeId)
This method sets the databean key:ShippingModeId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindAll, findAllNoCache, findByOrderItemId, findByStoreEntity, findByStoreEntityIdCodeAndCarrier, findByStoreEntityIdCodeAndCarrierNoCache, findByStoreEntityNoCache, findByStorePath, findByStorePathCodeAndCarrier, findByStorePathCodeAndCarrierNoCache, findByStorePathNoCache, getCarrier, getCode, getDescription, getDescriptionNoCache, getEntity, getField1, getField2, getField2InEntityType, getMarkForDelete, getShippingModeId, getShippingModeIdInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, getTrackIcon, getTrackInquiryType, getTrackName, getTrackSocksHost, getTrackSocksPort, getTrackSocksPortInEntityType, getTrackURL, instantiateEntity, setCarrier, setCode, setField1, setField2, setField2, setInitKey_shippingModeId, setInitKey_shippingModeId, setMarkForDelete, setStoreEntityId, setStoreEntityId, setTrackIcon, setTrackInquiryType, setTrackName, setTrackSocksHost, setTrackSocksPort, setTrackSocksPort, setTrackURLpublic static final java.lang.String COPYRIGHT
public ShippingModeDataBean()
ShippingModeDataBean.public ShippingModeDataBean(ShippingModeAccessBean abShippingMode, CommandContext aCommandContext)
ShippingModeDataBean from a ShippingModeAccessBean and a command context.abShippingMode - The ShippingModeAccessBean.aCommandContext - The command context as CommandContext object.public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyShippingModeId()
getDataBeanKeyShippingModeId in interface com.ibm.commerce.fulfillment.beans.ShippingModeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyShippingModeId(java.lang.String aShippingModeId)
setDataBeanKeyShippingModeId in interface com.ibm.commerce.fulfillment.beans.ShippingModeInputDataBeanaShippingModeId - java.lang.Stringpublic void populate()
iDataBeanKeyShippingModeId
using the setDataBeanKeyShippingModeId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyShippingModeId(java.lang.String)public ShippingModeDescriptionAccessBean getDescription()