com.ibm.commerce.inventory.scheduled.commands
Interface CheckRAReallocateCmd
- All Superinterfaces:
- CheckForWorkCmd, ECCommand, TaskCommand
- All Known Implementing Classes:
- CheckRAReallocateCmdImpl
- public interface CheckRAReallocateCmd
- extends CheckForWorkCmd
See if there is work for RAReallocate to do for the given store.
Field Summary |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.inventory.scheduled.commands.CheckRAReallocateCmdImpl". |
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.inventory.scheduled.commands.CheckRAReallocateCmd". |
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
- The internal copyright field.
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation class is "com.ibm.commerce.inventory.scheduled.commands.CheckRAReallocateCmdImpl".
NAME
public static final java.lang.String NAME
- The name of this interface is "com.ibm.commerce.inventory.scheduled.commands.CheckRAReallocateCmd".