| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
CommerceCartService.removeEntryGroup(RemoveEntryGroupParameter parameters)
Remove entry group and all cart entries of the group and it's descendants from the cart.
|
CommerceCartModification |
CommerceRemoveEntryGroupStrategy.removeEntryGroup(RemoveEntryGroupParameter parameter)
Removes from the (existing)
CartModel the (existing) EntryGroup
If an entry with the given entry group already exists in the cart, it will be removed too. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceRemoveEntryGroupMethodHook.afterRemoveEntryGroup(RemoveEntryGroupParameter parameter,
CommerceCartModification result)
Executed after commerce remove entry group
|
void |
CommerceRemoveEntryGroupMethodHook.beforeRemoveEntryGroup(RemoveEntryGroupParameter parameter)
Executed before commerce remove entry gtoup
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCommerceRemoveEntryGroupStrategy.afterRemoveEntryGroup(RemoveEntryGroupParameter parameters,
CommerceCartModification result) |
protected void |
DefaultCommerceRemoveEntryGroupStrategy.beforeRemoveEntryGroup(RemoveEntryGroupParameter parameters) |
protected CommerceCartModification |
DefaultCommerceRemoveEntryGroupStrategy.createRemoveEntryGroupResp(RemoveEntryGroupParameter parameter,
java.lang.String status) |
protected CommerceCartModification |
DefaultCommerceRemoveEntryGroupStrategy.doRemoveEntryGroup(RemoveEntryGroupParameter parameter)
Do remove from the cart.
|
protected void |
DefaultCommerceRemoveEntryGroupStrategy.removeEntriesByGroupNumber(RemoveEntryGroupParameter parameter,
java.util.List<java.lang.Integer> groupNumbers) |
CommerceCartModification |
DefaultCommerceCartService.removeEntryGroup(RemoveEntryGroupParameter parameter) |
CommerceCartModification |
DefaultCommerceRemoveEntryGroupStrategy.removeEntryGroup(RemoveEntryGroupParameter parameter)
Removes from the cart an entry group with all nested groups and their cart entries
|
protected void |
DefaultCommerceRemoveEntryGroupStrategy.validateRemoveEntryGroupParameter(RemoveEntryGroupParameter parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleRemoveEntryGroupMethodHook.afterRemoveEntryGroup(RemoveEntryGroupParameter parameter,
CommerceCartModification result) |
void |
BundleRemoveEntryGroupMethodHook.beforeRemoveEntryGroup(RemoveEntryGroupParameter parameter) |
Copyright © 2018 SAP SE. All Rights Reserved.