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.
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
READ_ACCESS
public static final int READ_ACCESS
WRITE_ACCESS
public static final int WRITE_ACCESS
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.