com.ibm.commerce.order.commands

Interface DeleteShipInfoCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    DeleteShipInfoCmdImpl


    public interface DeleteShipInfoCmd
    extends TaskCommand
    The following parameters are required : the order ID, the address ID and the ship mode ID of the record to remove the record from the SHIPINFO table.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this command interface.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation class for this command interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.String orderId)
        Sets the order ID of the SHIPINFO record to delete.
        Parameters:
        orderId - The order ID of the SHIPINFO record to verify.
      • setAddressId

        void setAddressId(java.lang.String addressId)
        Sets the address ID of the SHIPINFO record to delete.
        Parameters:
        addressId - The address ID of the SHIPINFO record to verify.
      • setShipModeId

        void setShipModeId(java.lang.String shipModeId)
        Sets the ship mode ID of the SHIPINFO record to delete.
        Parameters:
        shipModeId - The ship mode ID of the SHIPINFO record to verify.