com.ibm.commerce.order.commands
Interface CheckOrderTemplateCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- CheckOrderTemplateCmdImpl
- public interface CheckOrderTemplateCmd
- extends TaskCommand
This task command is called by the SetOrderTemplate command to check whether an order can be marked as a template.
Method Summary |
void |
setOrder(OrderAccessBean aabOrder)
The order to be marked as a template. |
void |
setUsage(java.lang.Integer anUsage)
0 - mark as template.
1 - mark as current template.
-1 - unmark the order. |
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
setOrder
public void setOrder(OrderAccessBean aabOrder)
- The order to be marked as a template.
setUsage
public void setUsage(java.lang.Integer anUsage)
- 0 - mark as template.
1 - mark as current template.
-1 - unmark the order.