| Modifier and Type | Method and Description |
|---|---|
static RecalculateAction |
RecalculateAction.valueOf(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 |
|---|---|
protected List<RecalculateAction> |
CxAfterUserChangedListener.getUserChangedActions() |
| Modifier and Type | Method and Description |
|---|---|
protected List<RecalculateAction> |
CxPersonalizationFilter.createRecalculateActionList(Set<RecalculateAction> recalculateActionSet) |
protected 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 List<RecalculateAction> |
CxPersonalizationFilter.createRecalculateActionList(Set<RecalculateAction> recalculateActionSet) |
void |
CxPersonalizationFilter.setOrderedActionList(List<RecalculateAction> orderedActionList)
Set list based on which action will be sorted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CxRecalculationService.recalculate(List<RecalculateAction> recalculateActions)
Recalculates experience for current user.
|
void |
CxRecalculationService.recalculate(UserModel user,
List<RecalculateAction> recalculateActions)
Recalculates experience for given user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCxRecalculationService.recalculate(List<RecalculateAction> recalculateActions) |
void |
DefaultCxRecalculationService.recalculate(UserModel user,
List<RecalculateAction> recalculateActions) |
| Modifier and Type | Method and Description |
|---|---|
Set<RecalculateAction> |
Vote.getRecalculateActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vote.setRecalculateActions(Set<RecalculateAction> recalculateActions) |
Copyright © 2017 SAP SE. All Rights Reserved.