| Package | Description |
|---|---|
| de.hybris.platform.mobileservices.text | |
| de.hybris.platform.servicelayer.internal.model.impl | |
| de.hybris.platform.servicelayer.model |
| 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 © 2018 SAP SE. All Rights Reserved.