Uses of Class
de.hybris.platform.commerceservices.service.data.CommerceCartMetadataParameter
Packages that use CommerceCartMetadataParameter
Package
Description
-
Uses of CommerceCartMetadataParameter in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type CommerceCartMetadataParameterModifier and TypeMethodDescriptionvoidCommerceCartService.updateCartMetadata(CommerceCartMetadataParameter parameter) Updates cart metadata, such as: name, description, expiration time. -
Uses of CommerceCartMetadataParameter in de.hybris.platform.commerceservices.order.hook
Methods in de.hybris.platform.commerceservices.order.hook with parameters of type CommerceCartMetadataParameterModifier and TypeMethodDescriptionvoidCommerceCartMetadataUpdateMethodHook.afterMetadataUpdate(CommerceCartMetadataParameter parameter) Executed after commerce cart metadata update.voidCommerceCartMetadataUpdateMethodHook.beforeMetadataUpdate(CommerceCartMetadataParameter parameter) Executed before commerce cart metadata update. -
Uses of CommerceCartMetadataParameter in de.hybris.platform.commerceservices.order.hook.impl
Methods in de.hybris.platform.commerceservices.order.hook.impl with parameters of type CommerceCartMetadataParameterModifier and TypeMethodDescriptionvoidDefaultCommerceCartMetadataUpdateValidationHook.afterMetadataUpdate(CommerceCartMetadataParameter parameter) voidQuoteCommerceCartMetadataUpdateValidationHook.afterMetadataUpdate(CommerceCartMetadataParameter parameter) voidDefaultCommerceCartMetadataUpdateValidationHook.beforeMetadataUpdate(CommerceCartMetadataParameter parameter) Validates name and description cart metadata attributes.voidQuoteCommerceCartMetadataUpdateValidationHook.beforeMetadataUpdate(CommerceCartMetadataParameter parameter) Validates cart metadata attributes (name, description, and expiration time) for a cart created from a quote using quote specific rules.protected voidQuoteCommerceCartMetadataUpdateValidationHook.validateParameter(CommerceCartMetadataParameter parameter, QuoteUserType quoteUserType) -
Uses of CommerceCartMetadataParameter in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type CommerceCartMetadataParameterModifier and TypeMethodDescriptionvoidDefaultCommerceCartService.updateCartMetadata(CommerceCartMetadataParameter parameter) -
Uses of CommerceCartMetadataParameter in de.hybris.platform.commerceservices.order.strategies
Methods in de.hybris.platform.commerceservices.order.strategies with parameters of type CommerceCartMetadataParameterModifier and TypeMethodDescriptionvoidCommerceCartMetadataUpdateStrategy.updateCartMetadata(CommerceCartMetadataParameter parameter) Updates cart metadata fields (i.e. -
Uses of CommerceCartMetadataParameter in de.hybris.platform.commerceservices.order.strategies.impl
Methods in de.hybris.platform.commerceservices.order.strategies.impl with parameters of type CommerceCartMetadataParameterModifier and TypeMethodDescriptionprotected voidDefaultCommerceCartMetadataUpdateStrategy.afterUpdateMetadata(CommerceCartMetadataParameter parameter) protected voidDefaultCommerceCartMetadataUpdateStrategy.beforeUpdateMetadata(CommerceCartMetadataParameter parameter) protected booleanDefaultCommerceCartMetadataUpdateStrategy.doMetadataUpdate(CommerceCartMetadataParameter parameter) voidDefaultCommerceCartMetadataUpdateStrategy.updateCartMetadata(CommerceCartMetadataParameter parameter) -
Uses of CommerceCartMetadataParameter in de.hybris.platform.commerceservices.util.builder
Methods in de.hybris.platform.commerceservices.util.builder that return CommerceCartMetadataParameter