Uses of Class
de.hybris.platform.commerceservices.service.data.RemoveEntryGroupParameter
-
-
Uses of RemoveEntryGroupParameter in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type RemoveEntryGroupParameter Modifier and Type Method Description CommerceCartModificationCommerceCartService. removeEntryGroup(RemoveEntryGroupParameter parameters)Remove entry group and all cart entries of the group and it's descendants from the cart.CommerceCartModificationCommerceRemoveEntryGroupStrategy. removeEntryGroup(RemoveEntryGroupParameter parameter)Removes from the (existing)CartModelthe (existing)EntryGroupIf an entry with the given entry group already exists in the cart, it will be removed too. -
Uses of RemoveEntryGroupParameter in de.hybris.platform.commerceservices.order.hook
Methods in de.hybris.platform.commerceservices.order.hook with parameters of type RemoveEntryGroupParameter Modifier and Type Method Description voidCommerceRemoveEntryGroupMethodHook. afterRemoveEntryGroup(RemoveEntryGroupParameter parameter, CommerceCartModification result)Executed after commerce remove entry groupvoidCommerceRemoveEntryGroupMethodHook. beforeRemoveEntryGroup(RemoveEntryGroupParameter parameter)Executed before commerce remove entry gtoup -
Uses of RemoveEntryGroupParameter in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type RemoveEntryGroupParameter Modifier and Type Method Description protected voidDefaultCommerceRemoveEntryGroupStrategy. afterRemoveEntryGroup(RemoveEntryGroupParameter parameters, CommerceCartModification result)protected voidDefaultCommerceRemoveEntryGroupStrategy. beforeRemoveEntryGroup(RemoveEntryGroupParameter parameters)protected CommerceCartModificationDefaultCommerceRemoveEntryGroupStrategy. createRemoveEntryGroupResp(RemoveEntryGroupParameter parameter, java.lang.String status)protected CommerceCartModificationDefaultCommerceRemoveEntryGroupStrategy. doRemoveEntryGroup(RemoveEntryGroupParameter parameter)Do remove from the cart.protected voidDefaultCommerceRemoveEntryGroupStrategy. removeEntriesByGroupNumber(RemoveEntryGroupParameter parameter, java.util.List<java.lang.Integer> groupNumbers)CommerceCartModificationDefaultCommerceCartService. removeEntryGroup(RemoveEntryGroupParameter parameter)CommerceCartModificationDefaultCommerceRemoveEntryGroupStrategy. removeEntryGroup(RemoveEntryGroupParameter parameter)Removes from the cart an entry group with all nested groups and their cart entriesprotected voidDefaultCommerceRemoveEntryGroupStrategy. validateRemoveEntryGroupParameter(RemoveEntryGroupParameter parameters) -
Uses of RemoveEntryGroupParameter in de.hybris.platform.configurablebundleservices.order.hook
Methods in de.hybris.platform.configurablebundleservices.order.hook with parameters of type RemoveEntryGroupParameter Modifier and Type Method Description voidBundleRemoveEntryGroupMethodHook. afterRemoveEntryGroup(RemoveEntryGroupParameter parameter, CommerceCartModification result)voidBundleRemoveEntryGroupMethodHook. beforeRemoveEntryGroup(RemoveEntryGroupParameter parameter)
-