com.ibm.commerce.rules.commands
Interface InvokePersonalizationRuleServiceCommand
- All Superinterfaces:
- ECCommand, PersonalizationRuleServiceCommand, TaskCommand
- All Known Implementing Classes:
- InvokePersonalizationRuleServiceCommandJitImpl
- public interface InvokePersonalizationRuleServiceCommand
- extends PersonalizationRuleServiceCommand
This command invokes a personalization rule service from
by specifying the service name and an invocation context.
Parameter (In/Out) |
Description |
serviceName (In) |
The name of the personalization rule service
to invoke. |
invocationContext (In/Out) |
The context for this personalization
rule service invocation. |
See each implementation for details on its behavior.
- See Also:
InvocationContext
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 |
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
getInvocationContext
public InvocationContext getInvocationContext()
setInvocationContext
public void setInvocationContext(InvocationContext anInvocationContext)