com.ibm.commerce.returns.commands
Interface AutoApproveReturnItemCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
AutoApproveReturnItemCmdImpl

public interface AutoApproveReturnItemCmd
extends TaskCommand

Interface for the task command used for determining if a return mechandise authorization (RMA) item may be approved programatically.

Input Parameters

RMAItemAB (required)
RMAItemAccessBean of the RMA item
RMAAB (required)
RMAAccessBean of the RMA

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class name is "com.ibm.commerce.returns.commands.AutoApproveReturnItemCmdImpl" .
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.returns.commands.AutoApproveReturnItemCmd".
 
Method Summary
 void setRMAAB( RMAAccessBean rmaAB)
          Set the RMA being accessed.
 void setRMAItemAB( RMAItemAccessBean RMAItemAB)           Set the RMA item being accessed.
 

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.AutoApproveReturnItemCmd".
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name is "com.ibm.commerce.returns.commands.AutoApproveReturnItemCmdImpl" .
See Also:
Constant Field Values
Method Detail

setRMAAB

public void setRMAAB(RMAAccessBean rmaAB)
Set the RMA being accessed.
Parameters:
rmaAB - the RMA access bean.

setRMAItemAB

public void setRMAItemAB(RMAItemAccessBean RMAItemAB)
Set the RMA item being accessed.