com.ibm.commerce.returns.commands

Interface ReturnItemDeleteCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    ReturnItemDeleteCmdImpl


    public interface ReturnItemDeleteCmd
    extends ControllerCommand
    This controller command is used to delete an item from a return merchandise authorization (RMA).

    Controller command URL calling syntax

    https://host_name/path/ReturnItemDeleted?RMAItemId_i=RMAItemId_value&URL=redirect_url&outRMANname=outRMANname_value&forUserId=forUserId_value

    Parameters

    RMAItemId(required)
    RMA item ID (this can be specified multiple times).
    outRMAName (optional)
    the name to use for the name-value pair which will be passed to the redirected URL. This parameter is useful for chaining commands. If this parameter is not specified then "RMAId" will be used as the name portion of the RMA id name-value pair. And passed to the redirected URL.
    URL (required)
    the URL to be called when the command completes successfully.
    forUserId (optional)
    it is specified when it is called by a CSR.
    The default implementation of this command is ReturnItemDeleteCmdImpl. The ReturnItemDelete URL is mapped to this command by default.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The full name of this command.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values