com.ibm.commerce.returns.commands
Interface CheckRMAItemExpirationCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
CheckRMAItemExpirationCmdImpl

public interface CheckRMAItemExpirationCmd
extends TaskCommand

Interface for the task command that checks to see if the return mechandise authorization (RMA) item has expired.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 boolean getRMAItemExpired()
          Whether RMAItem has expired.
 void setRMAItemAB(RMAItemAccessBean anRMAItemAB)
          Set the RMA Item being accessed.
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

getRMAItemExpired

public boolean getRMAItemExpired()
Whether RMAItem has expired.
Returns:
true if RMA item has expired; false otherwise;

setRMAItemAB

public void setRMAItemAB(RMAItemAccessBean anRMAItemAB)
Set the RMA Item being accessed.
Parameters:
anRMAItemAB - the RMA Item access bean.