com.ibm.commerce.returns.commands
Interface CheckReturnItemInCorrectStateCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- CheckReturnItemInCorrectStateCmdImpl
- public interface CheckReturnItemInCorrectStateCmd
- extends TaskCommand
Interface for the command used for checking to see if the orderItem is in a correct state to be
added to a return mechandise authorization (RMA).
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
isOK
public boolean isOK()
- Is the order item in a returnable state?
- Returns:
- true if the order item is returnable; false otherwise.
setOrderItemAB
public void setOrderItemAB(OrderItemAccessBean anOrderItemAB)
- Set the orderItem being returned/refunded.
- Parameters:
anOrderItemAB
- The orderItem access bean.