| Modifier and Type | Method and Description |
|---|---|
protected CxAbstractActionResult |
CxCmsActionPerformable.executeAction(CxCmsActionModel action,
CxContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
CxCmsActionResult |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<CxCmsActionResult> |
DefaultCxCmsContainerStrategy.getFirstActionResult(List<CxAbstractActionResult> cxActionResults,
Collection<String> validActionCodes) |
| Modifier and Type | Method and Description |
|---|---|
protected CxAbstractActionResult |
CxPromotionActionPerformable.executeAction(CxPromotionActionModel action,
CxContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
CxPromotionActionResult |
| Modifier and Type | Method and Description |
|---|---|
CxAbstractActionResult |
CxContext.getActionResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
CxContext.setActionResult(CxAbstractActionResult actionResult) |
| Modifier and Type | Method and Description |
|---|---|
List<CxAbstractActionResult> |
CxActionResultService.getActionResults(UserModel user,
CatalogVersionModel catalogVersion)
Retrieves action results from the current session for given user and catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CxActionResultService.setActionResultsInSession(UserModel user,
CatalogVersionModel catalogVersion,
List<CxAbstractActionResult> actionResults)
Stores action results in the current session for given user and catalog version
|
void |
CxActionResultService.storeActionResultsOnUser(UserModel user,
CatalogVersionModel cv,
List<CxAbstractActionResult> actionResults)
Save action results on the user model
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract CxAbstractActionResult |
CxAbstractActionPerformable.executeAction(T action,
CxContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<CxAbstractActionResult> |
DefaultCxActionResultService.getActionResults(UserModel user,
CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCxActionResultService.setActionResultsInSession(UserModel user,
CatalogVersionModel catalogVersion,
List<CxAbstractActionResult> actionResults) |
void |
DefaultCxActionResultService.storeActionResultsOnUser(UserModel user,
CatalogVersionModel cv,
List<CxAbstractActionResult> actionResults) |
| Modifier and Type | Method and Description |
|---|---|
List<CxAbstractActionResult> |
CxService.getActionResultsFromSession(UserModel user,
CatalogVersionModel catalogVersion)
Returned action results stored in session for the user and catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
protected CxAbstractActionResult |
DefaultCxService.executeAction(CxAbstractActionModel action,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CxAbstractActionResult> |
DefaultCxService.calculateActionResults(UserModel user,
Collection<CxVariationModel> variations) |
List<CxAbstractActionResult> |
DefaultCxService.getActionResultsFromSession(UserModel user,
CatalogVersionModel catalogVersion) |
Copyright © 2017 SAP SE. All Rights Reserved.