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


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 boolean isOK()
          Is the order item in a returnable state?
 void setOrderItemAB(OrderItemAccessBean anOrderItemAB)
          Set the orderItem being returned/refunded.
 
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

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.