| 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()
Deprecated.
As of release 1808, use
CxConfigurationService.getPeriodicVoterConfigurations()
Returns set of actions executed for anonymous user for current base site. |
java.util.Set<RecalculateAction> |
CxConfigurationService.getActionsForAnonymous(BaseSiteModel baseSiteModel)
Deprecated.
As of release 1808, use
CxConfigurationService.getPeriodicVoterConfigurations(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()
Deprecated.
As of release 1808, use
CxConfigurationService.getPeriodicVoterConfigurations() |
java.util.Set<RecalculateAction> |
DefaultCxConfigurationService.getActionsForAnonymous(BaseSiteModel baseSiteModel)
Deprecated.
As of release 1808, use
CxConfigurationService.getPeriodicVoterConfigurations(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> |
CxBaseConsentEventListener.getActions(java.util.Set<java.lang.String> actions) |
| 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()
Deprecated.
since 1811 because actions are ordered in DefaultCxRecalculationService
|
| 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)
Deprecated.
since 1811 Use
DefaultCxRecalculationService.setOrderedActionList(List) to set action order |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<RecalculateAction> |
CxOccPersonalizationFilter.createRecalculateActionList(java.util.Set<RecalculateAction> recalculateActionSet) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<RecalculateAction> |
CxOccPersonalizationFilter.createRecalculateActionList(java.util.Set<RecalculateAction> recalculateActionSet) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultCxOccInterceptor.isRecalculationAction(RecalculateAction a) |
| 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 | Field and Description |
|---|---|
protected java.util.List<RecalculateAction> |
DefaultCxRecalculationService.RecalculationConfigData.actionsToExecute |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RecalculateAction> |
DefaultCxRecalculationService.RecalculationConfigData.getActionsToExecute() |
protected java.util.List<RecalculateAction> |
DefaultCxRecalculationService.getOrderedActionList() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultCxRecalculationService.compareActionOrder(RecalculateAction a1,
RecalculateAction a2) |
protected void |
DefaultCxRecalculationService.RecalculationConfigData.filterAction(RecalculateAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultCxRecalculationService.RecalculationConfigData |
DefaultCxRecalculationService.createRecalculationConfigData(java.util.List<RecalculateAction> recalculateActions) |
protected void |
DefaultCxRecalculationService.RecalculationConfigData.init(java.util.List<RecalculateAction> recalculateActions,
java.util.Comparator<RecalculateAction> comparator) |
protected void |
DefaultCxRecalculationService.RecalculationConfigData.init(java.util.List<RecalculateAction> recalculateActions,
java.util.Comparator<RecalculateAction> comparator) |
void |
DefaultCxRecalculationService.recalculate(java.util.List<RecalculateAction> recalculateActions) |
void |
DefaultCxRecalculationService.recalculate(UserModel user,
java.util.List<RecalculateAction> recalculateActions) |
void |
DefaultCxRecalculationService.setOrderedActionList(java.util.List<RecalculateAction> orderedActionList) |
| 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()
Deprecated.
|
protected java.util.Set<RecalculateAction> |
NewSessionVoter.getActionsForNewSession() |
protected java.util.Set<RecalculateAction> |
AnonymousVoter.getDefaultActions()
Deprecated.
|
Copyright © 2018 SAP SE. All Rights Reserved.