com.ibm.commerce.ruleservice.admin.commands
Class EditRuleServiceCommandImpl
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.RuleServiceDetailsCommandBase
|
+--com.ibm.commerce.ruleservice.admin.commands.EditRuleServiceCommandImpl
- All Implemented Interfaces:
- AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, EditRuleServiceCommand, Protectable, RuleServiceAdminCommand, ToolsControllerCommand
- public class EditRuleServiceCommandImpl
- extends RuleServiceDetailsCommandBase
- implements EditRuleServiceCommand
Standard implementation of EditRuleServiceCommand
.
Field Summary |
static java.lang.String |
COPYRIGHT
|
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
EditRuleServiceCommandImpl
public EditRuleServiceCommandImpl()
- See Also:
RuleServiceAdministrationCommandBase
EditRuleServiceCommandImpl
public EditRuleServiceCommandImpl(RuleServiceResourceProxy aRuleServiceResourceProxy)
- See Also:
RuleServiceAdministrationCommandBase
createPersonalizationRuleServiceDetailsCommand
protected PersonalizationRuleServiceDetailsCommand createPersonalizationRuleServiceDetailsCommand()
throws ECException
- Description copied from class:
RuleServiceDetailsCommandBase
- Subclasses implement this to return the appropriate
command instance.
- Overrides:
createPersonalizationRuleServiceDetailsCommand
in class RuleServiceDetailsCommandBase
- See Also:
RuleServiceDetailsCommandBase