com.ibm.commerce.rules.commands
Interface PersonalizationRuleServiceCommand

All Superinterfaces:
ECCommand, TaskCommand
All Known Subinterfaces:
ChangePersonalizationRuleServiceCommand, CreatePersonalizationRuleServiceCommand, DisablePersonalizationRuleServiceCommand, EnablePersonalizationRuleServiceCommand, InvokePersonalizationRuleServiceCommand, MarkPersonalizationRuleServiceChangedCommand, PersonalizationRuleServiceDetailsCommand, RemovePersonalizationRuleServiceCommand, UpdatePersonalizationRuleServiceStatusCommand
All Known Implementing Classes:
PersonalizationRuleServiceCommandBase

public interface PersonalizationRuleServiceCommand
extends TaskCommand

A base interface for all personalization rule service commands.

See Also:
PersonalizationRuleServiceCommandBase

Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Method Summary
 void setServiceName(java.lang.String aServiceName)
           
 
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

setServiceName

public void setServiceName(java.lang.String aServiceName)