com.ibm.commerce.rules.commands
Interface PopulateJustInTimeServiceManagerCommand
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- PopulateJustInTimeServiceManagerCommandImpl
- public interface PopulateJustInTimeServiceManagerCommand
- extends TaskCommand
This command populates a just-in-time service manager
with data from the WCS database.
Parameter (In/Out) |
Description |
justInTimeServiceManager : JustInTimeServiceManager (In/Out) |
The JustInTimeServiceManager to populate. |
See each implementation for details on its behavior.
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
getJustInTimeServiceManager
public JustInTimeServiceManager getJustInTimeServiceManager()
setJustInTimeServiceManager
public void setJustInTimeServiceManager(JustInTimeServiceManager justInTimeServiceManager)