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

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

public class RefreshRuleServiceCommandImpl
extends RuleServiceAdministrationCommandBase
implements RefreshRuleServiceCommand

Standard implementation of RefreshRuleServiceCommand.


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.commerce.ruleservice.admin.commands.RuleServiceAdministrationCommandBase
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.RefreshRuleServiceCommand
defaultCommandClassName, NAME
 
Constructor Summary
RefreshRuleServiceCommandImpl()
           
RefreshRuleServiceCommandImpl(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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

RefreshRuleServiceCommandImpl

public RefreshRuleServiceCommandImpl()
See Also:
RuleServiceAdministrationCommandBase

RefreshRuleServiceCommandImpl

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