com.ibm.commerce.returns.commands
Interface LogReturnAuthCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- LogReturnAuthCmdImpl
- public interface LogReturnAuthCmd
- extends TaskCommand
Interface for the command which makes note that customer has been notified
of their return mechandise authorization (RMA) number and its content.
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
className
public static final java.lang.String className
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
setRMAAB
public void setRMAAB(RMAAccessBean rmaAB)
- Set the RMA being accessed.
- Parameters:
rmaAB
- the RMA access bean.