Uses of Class
de.hybris.platform.commercefacades.order.data.CommerceCartMetadata
-
Packages that use CommerceCartMetadata Package Description de.hybris.platform.commercefacades.order de.hybris.platform.commercefacades.order.impl de.hybris.platform.commercefacades.util.builder -
-
Uses of CommerceCartMetadata in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order with parameters of type CommerceCartMetadata Modifier and Type Method Description voidCartFacade. updateCartMetadata(CommerceCartMetadata metadata)Updates cart metadata, such as: name, description, expiration time. -
Uses of CommerceCartMetadata in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl with parameters of type CommerceCartMetadata Modifier and Type Method Description voidDefaultCartFacade. updateCartMetadata(CommerceCartMetadata metadata) -
Uses of CommerceCartMetadata in de.hybris.platform.commercefacades.util.builder
Methods in de.hybris.platform.commercefacades.util.builder that return CommerceCartMetadata Modifier and Type Method Description CommerceCartMetadataCommerceCartMetadataBuilder. build()
-