public class OfferRecommendationManagerFacade
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected OfferDiscoveryService |
offerDiscoveryService |
protected OfferInteractionService |
offerInteractionService |
| Constructor and Description |
|---|
OfferRecommendationManagerFacade() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OfferRecommendation> |
getOfferRecommendations(OfferRecommendationContext context)
Read
OfferRecommendations according to the OfferRecommendationContext. |
void |
saveOfferInteraction(OfferInteractionContext offerInteractionContext)
Persist
OfferInteractionContext. |
void |
setOfferDiscoveryService(OfferDiscoveryService offerDiscoveryService) |
void |
setOfferInteractionService(OfferInteractionService offerInteractionService) |
protected OfferDiscoveryService offerDiscoveryService
protected OfferInteractionService offerInteractionService
public java.util.List<OfferRecommendation> getOfferRecommendations(OfferRecommendationContext context)
OfferRecommendations according to the OfferRecommendationContext.context - OfferRecommendationContextList of OfferRecommendationpublic void saveOfferInteraction(OfferInteractionContext offerInteractionContext)
OfferInteractionContext.offerInteractionContext - OfferInteractionContext to be persisted.public void setOfferDiscoveryService(OfferDiscoveryService offerDiscoveryService)
public void setOfferInteractionService(OfferInteractionService offerInteractionService)
Copyright © 2018 SAP SE. All Rights Reserved.