com.ibm.commerce.ruleservice.admin.commands
Class EnableRuleServiceCommandImpl

com.ibm.commerce.command.AbstractECTargetableCommand
  |
  +--com.ibm.commerce.command.ControllerCommandImpl
        |
        +--com.ibm.commerce.tools.command.ToolsControllerCommandImpl
              |
              +--com.ibm.commerce.ruleservice.admin.commands.RuleServiceAdministrationCommandBase
                    |
                    +--com.ibm.commerce.ruleservice.admin.commands.EnableRuleServiceCommandImpl
All Implemented Interfaces:
AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, EnableRuleServiceCommand, Protectable, RuleServiceAdminCommand, ToolsControllerCommand

public class EnableRuleServiceCommandImpl
extends RuleServiceAdministrationCommandBase
implements EnableRuleServiceCommand

Standard implementation of EnableRuleServiceCommand.


Fields inherited from class com.ibm.commerce.ruleservice.admin.commands.RuleServiceAdministrationCommandBase
COPYRIGHT, METHODsetRequestProperties, resourceProxy, RULE_SERVICE_URL_PARAM_NAME, ruleServiceName
 
Fields inherited from class com.ibm.commerce.command.ControllerCommandImpl
requestProperties, responseProperties, retriable, viewReqProperties
 
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.ruleservice.admin.commands.EnableRuleServiceCommand
defaultCommandClassName
 
Fields inherited from interface com.ibm.commerce.ruleservice.admin.commands.RuleServiceAdminCommand
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.tools.command.ToolsControllerCommand
NAME
 
Constructor Summary
EnableRuleServiceCommandImpl()
           
EnableRuleServiceCommandImpl(RuleServiceResourceProxy aRuleServiceResourceProxy)
           
 
Method Summary
protected  void doPerformExecute()
          Subclasses do their "real work" here and can assume both that parameters are valid and that redirection will be done afterward.
 
Methods inherited from class com.ibm.commerce.ruleservice.admin.commands.RuleServiceAdministrationCommandBase
doRedirect, getResourceProxy, getResources, getRuleServiceName, performExecute, setRequestProperties, setRuleServiceName, validateParameters
 
Methods inherited from class com.ibm.commerce.tools.command.ToolsControllerCommandImpl
getViewInputProperties
 
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl
fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties
 
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Constructor Detail

EnableRuleServiceCommandImpl

public EnableRuleServiceCommandImpl()
See Also:
RuleServiceAdministrationCommandBase

EnableRuleServiceCommandImpl

public EnableRuleServiceCommandImpl(RuleServiceResourceProxy aRuleServiceResourceProxy)
See Also:
RuleServiceAdministrationCommandBase
Method Detail

doPerformExecute

protected void doPerformExecute()
                         throws ECException
Description copied from class: RuleServiceAdministrationCommandBase
Subclasses do their "real work" here and can assume both that parameters are valid and that redirection will be done afterward.
Overrides:
doPerformExecute in class RuleServiceAdministrationCommandBase
See Also:
RuleServiceAdministrationCommandBase