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.
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
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.