com.ibm.commerce.order.commands

Class DOMCheckInStorePickupCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, com.ibm.commerce.order.commands.CheckInStorePickupCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable

    Deprecated. 
    Replaced by CheckInStorePickupCmdImpl.

    public class DOMCheckInStorePickupCmdImpl
    extends TaskCommandImpl
    implements com.ibm.commerce.order.commands.CheckInStorePickupCmd
    The DOM integration implementation of the command CheckInStorePickupCmd. CheckInStorePickupCmd
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Deprecated. 
        IBM Copyright notice.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        Deprecated. 
        Class name.
    • Constructor Detail

      • DOMCheckInStorePickupCmdImpl

        public DOMCheckInStorePickupCmdImpl()
        Deprecated. 
    • Method Detail

      • setOrderItem

        public void setOrderItem(OrderItemAccessBean aabOrderItem)
        Deprecated. 
        Specified by:
        setOrderItem in interface com.ibm.commerce.order.commands.CheckInStorePickupCmd
      • setShippingModeId

        public void setShippingModeId(java.lang.Integer ashippingModeId)
        Deprecated. 
        Sets the shipping mode id to be checked.
        Specified by:
        setShippingModeId in interface com.ibm.commerce.order.commands.CheckInStorePickupCmd
        Parameters:
        ashippingModeId - a shipping mode Id value.
      • setStoreId

        public void setStoreId(java.lang.Integer astoreId)
        Deprecated. This method should never be called.
        Sets the store id value to be checked.
        Specified by:
        setStoreId in interface com.ibm.commerce.order.commands.CheckInStorePickupCmd
        Parameters:
        astoreId - the store id value to be set.
      • setFulfillmentCenterId

        public void setFulfillmentCenterId(java.lang.Integer afulfillmentCenterId)
        Deprecated. 
        Sets the fulfillment center id to be checked.
        Specified by:
        setFulfillmentCenterId in interface com.ibm.commerce.order.commands.CheckInStorePickupCmd
        Parameters:
        afulfillmentCenterId - the fulfillment center id value to be set.
      • isInStorePickupOrderItem

        public boolean isInStorePickupOrderItem()
                                         throws ECException
        Deprecated. 
        Checks if the order item supports in store pickup. Call setOrderItem(OrderItemAccessBean aabOrderItem) to set the order item before calling this method.
        Specified by:
        isInStorePickupOrderItem in interface com.ibm.commerce.order.commands.CheckInStorePickupCmd
        Returns:
        true if the order item can be picked up in store, otherwise false.
        Throws:
        ECException
        See Also:
        CheckInStorePickupCmd.isInStorePickupOrderItem().
      • isInStorePickupShippingMode

        public boolean isInStorePickupShippingMode()
                                            throws ECException
        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.
        Specified by:
        isInStorePickupShippingMode in interface com.ibm.commerce.order.commands.CheckInStorePickupCmd
        Returns:
        true if shipping mode is for PickupInStore, or false.
        Throws:
        ECException
        See Also:
        CheckInStorePickupCmd.isInStorePickupShippingMode()
      • isInStorePickupFulfillmentCenter

        public boolean isInStorePickupFulfillmentCenter()
                                                 throws ECException
        Deprecated. 
        This method returns if the fulfillment center is in store pick up. Call setFulfillmentCenterId(Integer afulfillmentCenterId) to set the fulfillment center id before calling this method.
        Specified by:
        isInStorePickupFulfillmentCenter in interface com.ibm.commerce.order.commands.CheckInStorePickupCmd
        Returns:
        true if the fulfillment center supports pickup in store, otherwise false;
        Throws:
        ECException
        See Also:
        CheckInStorePickupCmd.isInStorePickupFulfillmentCenter().
      • getFulfillmentCenterAddressId

        public java.lang.Long getFulfillmentCenterAddressId()
                                                     throws ECException
        Deprecated. 
        This method returns the address Id of the given fulfillment center. Call setFulfillmentCenterId(Integer afulfillmentCenterId) to set the fulfillment center id before calling this method.
        Specified by:
        getFulfillmentCenterAddressId in interface com.ibm.commerce.order.commands.CheckInStorePickupCmd
        Returns:
        fulfillment center address id.
        Throws:
        ECException
        See Also:
        CheckInStorePickupCmd.getFulfillmentCenterAddressId()