| Modifier and Type | Method and Description |
|---|---|
static RecalculateAction |
RecalculateAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecalculateAction[] |
RecalculateAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RecalculateAction> |
CxConfigurationService.getActionsForAnonymous()
Returns set of actions executed for anonymous user for current base site.
|
java.util.Set<RecalculateAction> |
CxConfigurationService.getActionsForAnonymous(BaseSiteModel baseSiteModel)
Returns set of actions executed for anonymous user for given base site.
|
java.util.Set<RecalculateAction> |
CxConfigurationService.getDefaultActionsForAnonymous()
Returns first set of actions executed for anonymous user for current base site.
|
java.util.Set<RecalculateAction> |
CxConfigurationService.getDefaultActionsForAnonymous(BaseSiteModel baseSiteModel)
Returns first set of actions executed for anonymous user for given base site.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<RecalculateAction> |
DefaultCxConfigurationService.actionsForAnonymous() |
protected java.util.Set<RecalculateAction> |
DefaultCxConfigurationService.convertActions(java.util.Set<java.lang.String> actions) |
protected java.util.Set<RecalculateAction> |
DefaultCxConfigurationService.defaultActionsForAnonymous() |
java.util.Set<RecalculateAction> |
DefaultCxConfigurationService.getActionsForAnonymous() |
java.util.Set<RecalculateAction> |
DefaultCxConfigurationService.getActionsForAnonymous(BaseSiteModel baseSiteModel) |
java.util.Set<RecalculateAction> |
DefaultCxConfigurationService.getDefaultActionsForAnonymous() |
java.util.Set<RecalculateAction> |
DefaultCxConfigurationService.getDefaultActionsForAnonymous(BaseSiteModel baseSiteModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<RecalculateAction> |
CxAfterUserChangedListener.getUserChangedActions() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<RecalculateAction> |
CxPersonalizationFilter.createRecalculateActionList(java.util.Set<RecalculateAction> recalculateActionSet) |
protected java.util.List<RecalculateAction> |
CxPersonalizationFilter.getOrderedActionList() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
CxPersonalizationFilter.compareActionOrder(RecalculateAction a1,
RecalculateAction a2) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<RecalculateAction> |
CxPersonalizationFilter.createRecalculateActionList(java.util.Set<RecalculateAction> recalculateActionSet) |
void |
CxPersonalizationFilter.setOrderedActionList(java.util.List<RecalculateAction> orderedActionList)
Set list based on which action will be sorted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CxRecalculationService.recalculate(java.util.List<RecalculateAction> recalculateActions)
Recalculates experience for current user.
|
void |
CxRecalculationService.recalculate(UserModel user,
java.util.List<RecalculateAction> recalculateActions)
Recalculates experience for given user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCxRecalculationService.recalculate(java.util.List<RecalculateAction> recalculateActions) |
void |
DefaultCxRecalculationService.recalculate(UserModel user,
java.util.List<RecalculateAction> recalculateActions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RecalculateAction> |
Vote.getRecalculateActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vote.setRecalculateActions(java.util.Set<RecalculateAction> recalculateActions) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<RecalculateAction> |
AnonymousVoter.getActions() |
protected java.util.Set<RecalculateAction> |
AnonymousVoter.getDefaultActions() |
Copyright © 2018 SAP SE. All Rights Reserved.