com.ibm.commerce.returns.commands
Interface RefreshExpiredRMAItemsCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
RefreshExpiredRMAItemsCmdImpl

public interface RefreshExpiredRMAItemsCmd
extends TaskCommand

Interface for the task command that evaluates whether any return mechandise authorization (RMA) items have expired and does something if so.

Output

RMAItemExpired
Returns true if RMAitem has expired and false if not

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class name is "com.ibm.commerce.returns.commands.RefreshExpiredRMAItemsCmdImpl" .
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.returns.commands.RefreshExpiredRMAItemsCmd".
 
Method Summary
 boolean getRMAItemExpired()
          Returns whether any RMA item was expired on the RMA
 void setRMAAB( RMAAccessBean rmaAB)
          Set the RMA being accessed.
 void setRMAItemABVector(java.util.Vector RMAItemABs)           Set the RMA items to evaluate for RMA approval
 

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

NAME

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

getRMAItemExpired

public boolean getRMAItemExpired()
Returns whether any RMA item was expired on the RMA
Returns:
true if RMA item was expired; false otherwise

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 evaluate for RMA approval