Uses of Class
de.hybris.platform.commerceservices.service.data.CommerceCartMetadataParameter
-
-
Uses of CommerceCartMetadataParameter in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type CommerceCartMetadataParameter Modifier and Type Method Description voidCommerceCartService. 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 CommerceCartMetadataParameter Modifier and Type Method Description voidCommerceCartMetadataUpdateMethodHook. 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 CommerceCartMetadataParameter Modifier and Type Method Description voidDefaultCommerceCartMetadataUpdateValidationHook. 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 CommerceCartMetadataParameter Modifier and Type Method Description voidDefaultCommerceCartService. 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 CommerceCartMetadataParameter Modifier and Type Method Description voidCommerceCartMetadataUpdateStrategy. 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 CommerceCartMetadataParameter Modifier and Type Method Description protected 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 Modifier and Type Method Description CommerceCartMetadataParameterCommerceCartMetadataParameterBuilder. build()
-