public class ShippingArrangementDataBean
extends com.ibm.commerce.fulfillment.beansrc.ShippingArrangementDataBeanBase
implements com.ibm.commerce.fulfillment.beans.ShippingArrangementInputDataBean, com.ibm.commerce.fulfillment.beans.ShippingArrangementSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
ShippingArrangementDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyShipArrangementId()
This method returns the databean key:ShipArrangementId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ShippingArrangementDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyShipArrangementId(java.lang.String aShipArrangementId)
This method sets the databean key:ShipArrangementId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegate
findByStoreAndFulfillmentCenter, findByStoreAndFulfillmentCenterNoCache, findByStoreAndNullShipMode, findByStoreAndNullShipModeNoCache, findByStoreAndShipMode, findByStoreAndShipModeNoCache, findByStoreFulfillmentCenterAndShipMode, findByStoreFulfillmentCenterAndShipModeNoCache, findByStoreNullShipModeAndCurrentTime, findByStoreShipModeAndCurrentTime, getEndDate, getEndDateInEntityType, getEntity, getField1, getField2, getField2InEntityType, getFlags, getFlagsInEntityType, getFulfillmentCenterId, getFulfillmentCenterIdInEntityType, getPrecedence, getPrecedenceInEntityType, getShipArrangementId, getShipArrangementIdInEntityType, getShipModeId, getShipModeIdInEntityType, getStartDate, getStartDateInEntityType, getStoreId, getStoreIdInEntityType, getTrackingNumber, instantiateEntity, setEndDate, setEndDate, setField1, setField2, setField2, setFlags, setFlags, setFulfillmentCenterId, setFulfillmentCenterId, setInitKey_shipArrangementId, setInitKey_shipArrangementId, setPrecedence, setPrecedence, setShipArrangementId, setShipArrangementId, setShipModeId, setShipModeId, setStartDate, setStartDate, setStoreId, setStoreId, setTrackingNumber
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 getDataBeanKeyShipArrangementId()
getDataBeanKeyShipArrangementId
in interface com.ibm.commerce.fulfillment.beans.ShippingArrangementSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyShipArrangementId(java.lang.String aShipArrangementId)
setDataBeanKeyShipArrangementId
in interface com.ibm.commerce.fulfillment.beans.ShippingArrangementInputDataBean
aShipArrangementId
- java.lang.Stringpublic void populate()
iDataBeanKeyShipArrangementId
using the setDataBeanKeyShipArrangementId(java.lang.String) method before running the populate()
method.populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyShipArrangementId(java.lang.String)