Interface CommerceCartMetadataUpdateStrategy
-
- All Known Implementing Classes:
DefaultCommerceCartMetadataUpdateStrategy
public interface CommerceCartMetadataUpdateStrategyStrategy to update cart metadata fields (i.e. name)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateCartMetadata(CommerceCartMetadataParameter parameter)Updates cart metadata fields (i.e.
-
-
-
Method Detail
-
updateCartMetadata
void updateCartMetadata(CommerceCartMetadataParameter parameter)
Updates cart metadata fields (i.e. name). Most of the attributes from the input bean are ofOptionaltype and they will only be used when a value is present for them. An empty string for anOptionalwill trigger the field to be stored as null.- Parameters:
parameter- a bean holding any number of additional attributes a client may want to pass to the method
-
-