com.ibm.commerce.ruleservice.admin.commands
Class UpdateRuleServiceStatusCommandImpl
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.UpdateRuleServiceStatusCommandImpl
- All Implemented Interfaces:
- AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, Protectable, RuleServiceAdminCommand, ToolsControllerCommand, UpdateRuleServiceStatusCommand
- public class UpdateRuleServiceStatusCommandImpl
- extends RuleServiceAdministrationCommandBase
- implements UpdateRuleServiceStatusCommand
Standard implementation of UpdateRuleServiceStatusCommand
.
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. |
protected void |
doRedirect()
Do not call this method. |
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.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
UpdateRuleServiceStatusCommandImpl
public UpdateRuleServiceStatusCommandImpl()
- See Also:
RuleServiceAdministrationCommandBase
UpdateRuleServiceStatusCommandImpl
public UpdateRuleServiceStatusCommandImpl(RuleServiceResourceProxy aRuleServiceResourceProxy)
- See Also:
RuleServiceAdministrationCommandBase
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
doRedirect
protected void doRedirect()
- Do not call this method.
- Overrides:
doRedirect
in class RuleServiceAdministrationCommandBase