com.ibm.commerce.returns.commands
Interface RePrepareExpiredRMACmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
RePrepareExpiredRMACmdImpl

public interface RePrepareExpiredRMACmd
extends TaskCommand

Interface for the task command that evaluates whether a return mechandise authorization (RMA) has expired and re-prepares if so.

Output

RMAexpired
returns true if RMA was expired: false otherwise

Field Summary
static java.lang.String COPYRIGHT
static java.lang.String defaultCommandClassName
The default implementation class name is "com.ibm.commerce.returns.commands.RePrepareExpiredRMACmdImpl" .
static java.lang.String NAME
The name of this interface is "com.ibm.commerce.returns.commands.RePrepareExpiredRMACmd".
Method Summary
boolean getRMAExpired()
Returns whether the RMA was expired
void setRequestProperties(TypedProperty requestProperties)
The request properties to be passed to the controller command
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

COPYRIGHT

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

NAME

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

getRMAExpired

public boolean getRMAExpired()
Returns whether the RMA was expired
Returns:
true if RMA was expired; false otherwise.

setRequestProperties

public void setRequestProperties(TypedProperty requestProperties)
The request properties to be passed to the controller command
Parameters:
requestProperties - incoming request properties

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

Feedback