com.ibm.commerce.returns.commands
Interface ReturnItemDeleteCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
ReturnItemDeleteCmdImpl

public interface ReturnItemDeleteCmd
extends ControllerCommand

Interface for command used to delete an item from a return mechandise 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 passed to the redirected URL.
URL (required)
the URL to be called when the command completes successfully.
forUserId (optional)
when called by a CSR.

Field Summary
static java.lang.String COPYRIGHT
static java.lang.String defaultCommandClassName
The default implementation class name is "com.ibm.commerce.returns.commands.ReturnItemDeleteCmdImpl" .
static java.lang.String NAME
The name of this interface is "com.ibm.commerce.returns.commands.ReturnItemDeleteCmd".
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.returns.commands.ReturnItemDeleteCmd".

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name is "com.ibm.commerce.returns.commands.ReturnItemDeleteCmdImpl" .
See Also:
Constant Field Values

Feedback