| Modifier and Type | Method and Description |
|---|---|
boolean |
InteractionService.postInteraction(SAPRecoClickthroughModel model)
Send a single clickthrough entry via OData service
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoClickthroughModel> |
RecommendationBufferDao.findClickthroughs(int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoClickthroughModel> |
DefaultRecommendationBufferDao.findClickthroughs(int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
SAPRecoClickthroughModel |
SAPRecoClickthroughResource.getSAPRecoClickthroughModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SAPRecoClickthroughModel |
SAPRecoClickthroughResource.readResource(java.lang.String resourceId)
Gets the
SAPRecoClickthroughModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SAPRecoClickthroughModel> |
SAPRecoClickthroughsResource.getSAPRecoClickthroughsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPRecoClickthroughResource.setSAPRecoClickthroughModel(SAPRecoClickthroughModel value)
Convenience method which just delegates to
#setResourceValue(SAPRecoClickthroughModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPRecoClickthroughsResource.setSAPRecoClickthroughsCollection(java.util.Collection<SAPRecoClickthroughModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoClickthroughModel> |
RecommendationBufferService.getClickthroughs(int batchSize)
Read
List of SAPRecoClickthroughModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoClickthroughModel> |
DefaultRecommendationBufferService.getClickthroughs(int readBatchSize) |
Copyright © 2018 SAP SE. All Rights Reserved.