Package com.ibm.commerce.ruleservice.admin.commands

A controller command-based API for managing rule services: add, remove, refresh, start, stop and view status.

See:
          Description

Interface Summary
AddRuleServiceCommand Adds a rule service to the personalization rule server.
BroadcastUpdateRuleServiceStatusCommand Broadcasts a request to update a rule service's status to all application clones.
DisableRuleServiceCommand Disables a rule service in the personalization rule server.
EditRuleServiceCommand Changes a rule service configuration based on an editing form presented to the user.
EnableRuleServiceCommand Enables a personalization rule service.
RefreshRuleServiceCommand Refreshes the implementation of a rule service, putting into effect any changes to the Advisor rule project.
RemoveRuleServiceCommand Removes a rule service from the rules system.
RuleServiceAdminCommand Base interface for the rule service administration commands.
UpdateRuleServiceStatusCommand Updates the status of a rule service for the current application instance.
 

Class Summary
AddRuleServiceCommandImpl Standard implementation of AddRuleServiceCommand.
BroadcastUpdateRuleServiceStatusCommandImpl Standard implementation of BroadcastUpdateRuleServiceStatusCommand.
DisableRuleServiceCommandImpl Standard implementation of DisableRuleServiceCommand.
EditRuleServiceCommandImpl Standard implementation of EditRuleServiceCommand.
EnableRuleServiceCommandImpl Standard implementation of EnableRuleServiceCommand.
RefreshRuleServiceCommandImpl Standard implementation of RefreshRuleServiceCommand.
RemoveRuleServiceCommandImpl Standard implementation of RemoveRuleServiceCommand.
RuleServiceAdministrationCommandBase A base for all rule service administration commands.
RuleServiceDetailsCommandBase A base for commands that operate on the details of a rule service.
UpdateRuleServiceStatusCommandImpl Standard implementation of UpdateRuleServiceStatusCommand.
 

Package com.ibm.commerce.ruleservice.admin.commands Description

A controller command-based API for managing rule services: add, remove, refresh, start, stop and view status. The Rule Services Administration tool of the Administration Console uses these commands.