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

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.DisableRuleServiceCommandImpl
All Implemented Interfaces:
AccCommand, ControllerCommand, DisableRuleServiceCommand, ECCommand, ECTargetableCommand, Protectable, RuleServiceAdminCommand, ToolsControllerCommand

public class DisableRuleServiceCommandImpl
extends RuleServiceAdministrationCommandBase
implements DisableRuleServiceCommand

Standard implementation of DisableRuleServiceCommand.


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.DisableRuleServiceCommand
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
DisableRuleServiceCommandImpl()
           
DisableRuleServiceCommandImpl(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

DisableRuleServiceCommandImpl

public DisableRuleServiceCommandImpl()
See Also:
RuleServiceAdministrationCommandBase

DisableRuleServiceCommandImpl

public DisableRuleServiceCommandImpl(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