| Modifier and Type | Method and Description |
|---|---|
void |
ImpressionService.sendAggregatedImpressions()
Get aggregated impressions for sending via oData.
If successfully sent, delete it. |
void |
InteractionService.sendInteractions()
Send all clickthrough records via OData service
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveInterceptorValidationTest.testActionDeleteHasAssigments() |
void |
RemoveInterceptorValidationTest.testActionDeleteHasMessages() |
void |
RemoveInterceptorValidationTest.testActionDeleteHasShortcode() |
void |
RemoveInterceptorValidationTest.testAssignmentDeleteInvalid() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultModelService.remove(java.lang.Object model) |
void |
DefaultModelService.remove(PK pk) |
void |
DefaultModelService.removeAll(java.util.Collection<? extends java.lang.Object> models) |
void |
DefaultModelService.removeAll(java.lang.Object... models) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelService.remove(java.lang.Object model)
Tries to remove the source (and all part-of elements) of the given model.
|
void |
ModelService.remove(PK pk)
Tries to remove the source belonging to the specified PK.
|
void |
MockModelService.remove(PK pk) |
void |
ModelService.removeAll(java.util.Collection<? extends java.lang.Object> models)
Tries to remove the source (and all part-of elements) of the given collection of models.
|
void |
MockModelService.removeAll(java.util.Collection<? extends java.lang.Object> models) |
void |
ModelService.removeAll(java.lang.Object... models)
Tries to remove the source (and all part-of elements) of the given collection of models.
|
void |
MockModelService.removeAll(java.lang.Object... models) |
Copyright © 2017 SAP SE. All Rights Reserved.