com.ibm.commerce.returns.commands
Interface RePrepareExpiredRMACmd
- All Superinterfaces:
- ECCommand, 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.
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
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
- Parameters:
vRMAItemAB
- vector of RMA item access beans.