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

Fields inherited from class com.ibm.commerce.ruleservice.admin.commands.RuleServiceDetailsCommandBase
NUMBER_OF_AGENTS_URL_PARAM_NAME, numberOfAgents, PROJECT_PATH_URL_PARAM_NAME, projectPath, sessionTimeout, TIMEOUT_URL_PARAM_NAME
 
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.AddRuleServiceCommand
COPYRIGHT, defaultCommandClassName, NAME
 
Constructor Summary
AddRuleServiceCommandImpl()
           
AddRuleServiceCommandImpl(RuleServiceResourceProxy aRuleServiceResourceProxy)
           
 
Method Summary
protected  PersonalizationRuleServiceDetailsCommand createPersonalizationRuleServiceDetailsCommand()
          Subclasses implement this to return the appropriate command instance.
 
Methods inherited from class com.ibm.commerce.ruleservice.admin.commands.RuleServiceDetailsCommandBase
doPerformExecute, getNumberOfAgents, getProjectPath, getSessionTimeout, setNumberOfAgents, setProjectPath, setRequestProperties, setSessionTimeout
 
Methods inherited from class com.ibm.commerce.ruleservice.admin.commands.RuleServiceAdministrationCommandBase
doRedirect, getResourceProxy, getResources, getRuleServiceName, performExecute, 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

AddRuleServiceCommandImpl

public AddRuleServiceCommandImpl()

AddRuleServiceCommandImpl

public AddRuleServiceCommandImpl(RuleServiceResourceProxy aRuleServiceResourceProxy)
See Also:
RuleServiceDetailsCommandBase
Method Detail

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