com.ibm.commerce.returns.commands
Interface ResolveReturnFulfillmentCenterCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ResolveReturnFulfillmentCenterCmdImpl

public interface ResolveReturnFulfillmentCenterCmd
extends TaskCommand

Interface for the command used to determine where a customer should be directed to return their merchandise.

Inputs


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class name is "com.ibm.commerce.returns.commands.ResolveReturnFulfillmentCenterCmdImpl" .
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.returns.commands.ResolveReturnFulfillmentCenterCmd".
 
Method Summary
 void setRMAAB( RMAAccessBean rmaAB)
          Set the RMA being accessed.
 void setRMAItemABVector(java.util.Vector RMAItemABs)           Set the RMA items to be evaluated.
 

Field Detail
public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

defaultCommandClassName

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

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.returns.commands.ResolveReturnFulfillmentCenterCmd".
See Also:
Constant Field Values
Method Detail

setRMAAB

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

setRMAItemABVector

public void setRMAItemABVector(java.util.Vector RMAItemABs)
Set the RMA items to be evaluated.