CheckInStorePickupCmdImpl.public class DOMCheckInStorePickupCmdImpl extends TaskCommandImpl implements com.ibm.commerce.order.commands.CheckInStorePickupCmd
CheckInStorePickupCmd| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Deprecated.
Class name.
|
static java.lang.String |
COPYRIGHT
Deprecated.
IBM Copyright notice.
|
| Constructor and Description |
|---|
DOMCheckInStorePickupCmdImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getFulfillmentCenterAddressId()
Deprecated.
This method returns the address Id of the given fulfillment center.
|
boolean |
isInStorePickupFulfillmentCenter()
Deprecated.
This method returns if the fulfillment center is
in store pick up. |
boolean |
isInStorePickupOrderItem()
Deprecated.
Checks if the order item supports in store pickup.
|
boolean |
isInStorePickupShippingMode()
Deprecated.
This method returns if the shipping mode is
in store pick up
.Call setShippingModeId(Integer ashippingModeId) to set the shipping mode
Id before calling this method. |
void |
setFulfillmentCenterId(java.lang.Integer afulfillmentCenterId)
Deprecated.
Sets the fulfillment center id to be checked.
|
void |
setOrderItem(OrderItemAccessBean aabOrderItem)
Deprecated.
|
void |
setShippingModeId(java.lang.Integer ashippingModeId)
Deprecated.
Sets the shipping mode id to be checked.
|
void |
setStoreId(java.lang.Integer astoreId)
Deprecated.
This method should never be called.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public void setOrderItem(OrderItemAccessBean aabOrderItem)
setOrderItem in interface com.ibm.commerce.order.commands.CheckInStorePickupCmdpublic void setShippingModeId(java.lang.Integer ashippingModeId)
setShippingModeId in interface com.ibm.commerce.order.commands.CheckInStorePickupCmdashippingModeId - a shipping mode Id value.public void setStoreId(java.lang.Integer astoreId)
setStoreId in interface com.ibm.commerce.order.commands.CheckInStorePickupCmdastoreId - the store id value to be set.public void setFulfillmentCenterId(java.lang.Integer afulfillmentCenterId)
setFulfillmentCenterId in interface com.ibm.commerce.order.commands.CheckInStorePickupCmdafulfillmentCenterId - the fulfillment center id value to be set.public boolean isInStorePickupOrderItem()
throws ECException
isInStorePickupOrderItem in interface com.ibm.commerce.order.commands.CheckInStorePickupCmdECExceptionCheckInStorePickupCmd.isInStorePickupOrderItem().public boolean isInStorePickupShippingMode()
throws ECException
in store pick up
.Call setShippingModeId(Integer ashippingModeId) to set the shipping mode
Id before calling this method.isInStorePickupShippingMode in interface com.ibm.commerce.order.commands.CheckInStorePickupCmdECExceptionCheckInStorePickupCmd.isInStorePickupShippingMode()public boolean isInStorePickupFulfillmentCenter()
throws ECException
in store pick up. Call setFulfillmentCenterId(Integer
afulfillmentCenterId) to set the fulfillment center id before calling
this method.isInStorePickupFulfillmentCenter in interface com.ibm.commerce.order.commands.CheckInStorePickupCmdECExceptionCheckInStorePickupCmd.isInStorePickupFulfillmentCenter().public java.lang.Long getFulfillmentCenterAddressId()
throws ECException
getFulfillmentCenterAddressId in interface com.ibm.commerce.order.commands.CheckInStorePickupCmdECExceptionCheckInStorePickupCmd.getFulfillmentCenterAddressId()