com.ibm.commerce.rules.commands
Interface ConfigureRuleServerCommand
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- ConfigureRuleServerCommandImpl
- public interface ConfigureRuleServerCommand
- extends TaskCommand
This command configures the Advisor rule server
from data stored in a WCS-specific format. It
takes a server name as input and provides a
rule server configuration as output. WCS uses
this command to configure its rule server.
Parameter (In/Out) |
Description |
serverName : String (In) |
The name of the server for which to
retrieve a configuration. |
blazeRuleServerConfiguration : BlazeRuleServerConfiguration (Out) |
An object representing the configuration of this
rule server. |
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
NAME
public static final java.lang.String NAME
getBlazeRuleServerConfiguration
public com.ibm.commerce.rules.blaze.BlazeRuleServerConfiguration getBlazeRuleServerConfiguration()
setServerName
public void setServerName(java.lang.String newServerName)