com.ibm.commerce.rules.commands
Class DisablePersonalizationRuleServiceCommandJitImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.TaskCommandImpl
              |
              +--com.ibm.commerce.rules.commands.PersonalizationRuleServiceCommandBase
                    |
                    +--com.ibm.commerce.rules.commands.ChangePersonalizationRuleServiceEnabledStateCommandBase
                          |
                          +--com.ibm.commerce.rules.commands.DisablePersonalizationRuleServiceCommandJitImpl
All Implemented Interfaces:
DisablePersonalizationRuleServiceCommand, ECCommand, PersonalizationRuleServiceCommand, TaskCommand

public class DisablePersonalizationRuleServiceCommandJitImpl
extends ChangePersonalizationRuleServiceEnabledStateCommandBase
implements DisablePersonalizationRuleServiceCommand

A "just in time" implementation of DisablePersonalizationRuleServiceCommand.


Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.rules.commands.PersonalizationRuleServiceCommand
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Constructor Summary
DisablePersonalizationRuleServiceCommandJitImpl()
           
DisablePersonalizationRuleServiceCommandJitImpl(java.lang.String aPersonalizationRuleServerName, RulesSystemDataModel aRulesSystemDataModel)
           
 
Methods inherited from class com.ibm.commerce.rules.commands.ChangePersonalizationRuleServiceEnabledStateCommandBase
doPerformExecute
 
Methods inherited from class com.ibm.commerce.rules.commands.PersonalizationRuleServiceCommandBase
doCheckParameter, getDefaultPersonalizationRuleServerName, getDefaultRulesSystemDataModel, getPersonalizationRuleServerName, getRuleServiceKey, getRulesSystemDataModel, getServiceName, performExecute, reset, setServiceName, unsetParameters, 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, 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.rules.commands.PersonalizationRuleServiceCommand
setServiceName
 
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
 

Constructor Detail

DisablePersonalizationRuleServiceCommandJitImpl

public DisablePersonalizationRuleServiceCommandJitImpl()

DisablePersonalizationRuleServiceCommandJitImpl

public DisablePersonalizationRuleServiceCommandJitImpl(java.lang.String aPersonalizationRuleServerName,
                                                       RulesSystemDataModel aRulesSystemDataModel)
See Also:
PersonalizationRuleServiceCommandBase