com.ibm.commerce.rules.commands
Interface RemovePersonalizationRuleServiceCommand

All Superinterfaces:
ECCommand, PersonalizationRuleServiceCommand, TaskCommand
All Known Implementing Classes:
RemovePersonalizationRuleServiceCommandJitImpl

public interface RemovePersonalizationRuleServiceCommand
extends PersonalizationRuleServiceCommand

This command removes a personalization rule service, specified by name. The system removes the rule service belonging to the store in the current command context from the personalization rule server.

Parameter (In/Out) Description
serviceName (In) The same of the service to remove.

See each implementation for details on its behavior.


Fields inherited from interface com.ibm.commerce.rules.commands.PersonalizationRuleServiceCommand
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Methods inherited from interface com.ibm.commerce.rules.commands.PersonalizationRuleServiceCommand
setServiceName
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters