Update an existing return reason.
This command requires to have the store entity id and language id set in the command context.
Parameters
Example xml_string for return reason:
<?xml version="1.0" encoding="UTF-8"?> <XML> <XMLFile>inventory.ReturnReasonDetailChange</XMLFile> <rtnreasonId>300</rtnreasonId> <code>Return reason code1</code> <description>Return reason code description</description> </XML>
Exceptions
When the required fields are missing or not in the right data type, this command will throw exception to indicate which field is missing or bad.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName The default implementation class name. |
static java.lang.String |
NAME |
Method Summary | |
---|---|
void |
setReturnReasonCode(java.lang.String newReturnReasonCode) Set the return reason code. |
void |
setReturnReasonDescription(java.lang.String newReturnReasonDescription) Set the description of the reason for the return. |
void |
setReturnReasonId(java.lang.String newReturnReasonId) Set the return reason code identifier. |
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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setReturnReasonCode(java.lang.String newReturnReasonCode)
newReturnReasonCode
- java.lang.Stringpublic void setReturnReasonDescription(java.lang.String newReturnReasonDescription)
newReturnReasonDescription
-
java.lang.Stringpublic void setReturnReasonId(java.lang.String newReturnReasonId)
newReturnReasonId
- java.lang.String