com.ibm.commerce.order.commands
Interface CheckOrderCopyCmd

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

public interface CheckOrderCopyCmd
extends TaskCommand

This task command is called by the OrderCopy command to check whether an order can be accessed.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
static int READ_ACCESS
           
static int WRITE_ACCESS
           
 
Method Summary
 void setAccessType(int accessType)
          0 - read access to the order.
1 - write access to the order.
 void setOrder(OrderAccessBean aabOrder)
          The order to be 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

READ_ACCESS

public static final int READ_ACCESS

WRITE_ACCESS

public static final int WRITE_ACCESS
Method Detail

setAccessType

public void setAccessType(int accessType)
0 - read access to the order.
1 - write access to the order.

setOrder

public void setOrder(OrderAccessBean aabOrder)
The order to be accessed.