com.ibm.commerce.returns.commands
Interface ReturnPrepareCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
All Known Implementing Classes:
ReturnPrepareCmdImpl

public interface ReturnPrepareCmd
extends ControllerCommand

Interface for command used to get a return mechandise authorization (RMA) terms ready for agreement.

Controller command URL calling syntax

https://host_name/path/ReturnPrepareCmd?RMAId=RMAId_value&URL=redirect_url&commment=comment_value

Parameters

RMAId (mandatory)
The Id of the RMA for which to create final terms.
comment (optional)
The textual additions to the RMA.
URL (mandatory)
The URL to be called when the command completes successfully.

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class name is "com.ibm.commerce.returns.commands.ReturnPrepareCmdImpl".
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.returns.commands.ReturnPrepareCmd".
 
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
 

Field Detail
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.ReturnPrepareCmd".

defaultCommandClassName

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