public interface BehaviorRuleTaskCmd
extends com.ibm.websphere.command.Command
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
Default implementation class for this command.
|
Modifier and Type | Method and Description |
---|---|
void |
setParentCategoriesOfCategory(java.util.List categories)
This method sets the list of parent categories of the current category being viewed.
|
void |
setParentCategoriesOfProduct(java.util.List categories)
This method sets the list of parent categories of the current product being viewed.
|
void |
setReferralUrl(java.lang.String referralUrl)
This method sets referral URL associated with the current request.
|
void |
setTriggerParameters(java.util.Map triggerParameters)
This method sets the trigger parameters associated with the current request.
|
void |
setUserBehaviorRule(UserBehaviorRule userBehaviorRule)
This method sets the behavior rule that was matched.
|
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setTriggerParameters(java.util.Map triggerParameters)
triggerParameters
- A Map
containing the trigger parameters.void setUserBehaviorRule(UserBehaviorRule userBehaviorRule)
userBehaviorRule
- The behavior rule business object.void setReferralUrl(java.lang.String referralUrl)
referralUrl
- The referral URL associated with the current request.void setParentCategoriesOfProduct(java.util.List categories)
categories
- A List
of category IDs as strings.void setParentCategoriesOfCategory(java.util.List categories)
categories
- A List
of category IDs as strings.