|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.command.AbstractECCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.rules.commands.ConfigureRuleServerCommandImpl | +--com.ibm.commerce.rules.commands.ConfigureRuleServerCommandNoDatabaseImpl
Provides an implementation of ConfigureRuleServerCommand
that configures the rule server using data in memory, rather than
reading data from a persistent store.
Fields inherited from class com.ibm.commerce.rules.commands.ConfigureRuleServerCommandImpl |
COPYRIGHT |
Fields inherited from class com.ibm.commerce.command.AbstractECCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.rules.commands.ConfigureRuleServerCommand |
defaultCommandClassName, NAME |
Constructor Summary | |
ConfigureRuleServerCommandNoDatabaseImpl()
|
Method Summary | |
protected RulesSystemDataModel |
getRulesSystemDataModel()
|
protected void |
initializeRuleServerConfiguration()
|
void |
performExecute()
Pre-populate the data model with a personalization rule server. |
Methods inherited from class com.ibm.commerce.rules.commands.ConfigureRuleServerCommandImpl |
getBlazeRuleServerConfiguration, getServerName, ruleServerExists, setServerName, validateParameters |
Methods inherited from class com.ibm.commerce.command.AbstractECCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties |
Constructor Detail |
public ConfigureRuleServerCommandNoDatabaseImpl()
Method Detail |
protected RulesSystemDataModel getRulesSystemDataModel()
protected void initializeRuleServerConfiguration()
public void performExecute() throws ECException
performExecute
in class ConfigureRuleServerCommandImpl
com.ibm.commerce.command.ECCommand
com.ibm.commerce.command.CommandException
- The superclass for all ECExceptions.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |