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
           
 
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
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.EditRuleServiceCommand
defaultCommandClassName, NAME
 
Constructor Summary
EditRuleServiceCommandImpl()
           
EditRuleServiceCommandImpl(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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

EditRuleServiceCommandImpl

public EditRuleServiceCommandImpl()
See Also:
RuleServiceAdministrationCommandBase

EditRuleServiceCommandImpl

public EditRuleServiceCommandImpl(RuleServiceResourceProxy aRuleServiceResourceProxy)
See Also:
RuleServiceAdministrationCommandBase
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