com.ibm.commerce.returns.commands
Interface SetRMAOrganizationCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
SetRMAOrganizationCmdImpl

public interface SetRMAOrganizationCmd
extends TaskCommand

This task command is called by other Returns commands to set the organization info of an RMA.

Parameters

RMAAB (mandatory)
RMA accessbean to be updated.

Field Summary
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".
 
Method Summary
 void setRMAAB( RMAAccessBean anRMAAB)           Set the RMA to be modified.
 

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.SetRMAOrganizationCmd".

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name is "com.ibm.commerce.returns.commands.SetRMAOrganizationCmdImpl".
Method Detail

setRMAAB

public void setRMAAB(RMAAccessBean anRMAAB)
Set the RMA to be modified.
Parameters:
anRMAAB - The RMA access bean.