public interface SetRMAOrganizationCmd extends TaskCommand
Parameters
RMAAB (mandatory)
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName
The default implementation class name is
"com.ibm.commerce.returns.commands.SetRMAOrganizationCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is
"com.ibm.commerce.returns.commands.SetRMAOrganizationCmd".
|
| Modifier and Type | Method and Description |
|---|---|
void |
setRMAAB(RMAAccessBean anRMAAB)
Set the RMA to be modified.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setRMAAB(RMAAccessBean anRMAAB)
anRMAAB - The RMA access bean.