com.ibm.commerce.ruleservice.admin.commands
Interface UpdateRuleServiceStatusCommand

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable, RuleServiceAdminCommand, ToolsControllerCommand
All Known Implementing Classes:
UpdateRuleServiceStatusCommandImpl

public interface UpdateRuleServiceStatusCommand
extends RuleServiceAdminCommand

Updates the status of a rule service for the current application instance. The updated status is stored in the rules system data model.


Field Summary
static java.lang.String defaultCommandClassName
           
 
Fields inherited from interface com.ibm.commerce.ruleservice.admin.commands.RuleServiceAdminCommand
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.tools.command.ToolsControllerCommand
NAME
 
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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName