com.ibm.commerce.ruleservice.admin.commands
Class AddRuleServiceCommandImpl
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.AddRuleServiceCommandImpl
- All Implemented Interfaces:
- AccCommand, AddRuleServiceCommand, ControllerCommand, ECCommand, ECTargetableCommand, Protectable, RuleServiceAdminCommand, ToolsControllerCommand
- public class AddRuleServiceCommandImpl
- extends RuleServiceDetailsCommandBase
- implements AddRuleServiceCommand
Standard implementation of AddRuleServiceCommand
.
- See Also:
AddRuleServiceCommand
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 |
AddRuleServiceCommandImpl
public AddRuleServiceCommandImpl()
AddRuleServiceCommandImpl
public AddRuleServiceCommandImpl(RuleServiceResourceProxy aRuleServiceResourceProxy)
- See Also:
RuleServiceDetailsCommandBase
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