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

Field Summary
static java.lang.String defaultCommandClassName
           
 
Fields inherited from interface com.ibm.commerce.rules.commands.PersonalizationRuleServiceCommand
COPYRIGHT
 
Method Summary
 InvocationContext getInvocationContext()
           
 void setInvocationContext(InvocationContext anInvocationContext)
           
 
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
 

Field Detail

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Method Detail

getInvocationContext

public InvocationContext getInvocationContext()

setInvocationContext

public void setInvocationContext(InvocationContext anInvocationContext)