Interface CommerceRemoveEntryGroupMethodHook
-
- All Known Implementing Classes:
BundleRemoveEntryGroupMethodHook
public interface CommerceRemoveEntryGroupMethodHook
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterRemoveEntryGroup(RemoveEntryGroupParameter parameter, CommerceCartModification result)Executed after commerce remove entry groupvoidbeforeRemoveEntryGroup(RemoveEntryGroupParameter parameter)Executed before commerce remove entry gtoup
-
-
-
Method Detail
-
afterRemoveEntryGroup
void afterRemoveEntryGroup(@Nonnull RemoveEntryGroupParameter parameter, CommerceCartModification result)Executed after commerce remove entry group- Parameters:
parameter-result-
-
beforeRemoveEntryGroup
void beforeRemoveEntryGroup(@Nonnull RemoveEntryGroupParameter parameter) throws CommerceCartModificationExceptionExecuted before commerce remove entry gtoup- Parameters:
parameter-- Throws:
CommerceCartModificationException
-
-