| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
OfferInteractionService.buildInteractionMap(SAPOfferInteractionModel model)
Helper method that will bundle all the interactions for the property "Interactions" in the payload we send to ymkt
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPOfferInteractionModel> |
RecommendationBufferDao.findOfferInteractions(int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPOfferInteractionModel> |
DefaultRecommendationBufferDao.findOfferInteractions(int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
SAPOfferInteractionModel |
SAPOfferInteractionResource.getSAPOfferInteractionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SAPOfferInteractionModel |
SAPOfferInteractionResource.readResource(java.lang.String resourceId)
Gets the
SAPOfferInteractionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SAPOfferInteractionModel> |
SAPOfferInteractionsResource.getSAPOfferInteractionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPOfferInteractionResource.setSAPOfferInteractionModel(SAPOfferInteractionModel value)
Convenience method which just delegates to
#setResourceValue(SAPOfferInteractionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPOfferInteractionsResource.setSAPOfferInteractionsCollection(java.util.Collection<SAPOfferInteractionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPOfferInteractionModel> |
RecommendationBufferService.getOfferInteractions(int batchSize)
Read
List of SAPOfferInteractionModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPOfferInteractionModel> |
DefaultRecommendationBufferService.getOfferInteractions(int batchSize) |
Copyright © 2018 SAP SE. All Rights Reserved.