com.ibm.commerce.returns.commands
Interface ExtendAdminReturnApproveCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- ExtendAdminReturnApproveCmdImpl
- public interface ExtendAdminReturnApproveCmd
- extends TaskCommand
Interface for the task command that extends AdminReturnApprove.
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperties)
throws ECApplicationException
- Set the caller's request properties.
- Parameters:
aRequestProperties
- The request properties.
setResponseProperties
public void setResponseProperties(TypedProperty aResponseProperties)
- Set the caller's response properties.
- Parameters:
aResponseProperties
- The response properties.
setRMAAB
public void setRMAAB(RMAAccessBean anRMAAB)
- Set the RMA access bean being processed.
- Parameters:
anRMAAB
- The RMA access bean.