Interface CommerceUpdateCartEntryStrategy
- All Known Implementing Classes:
CommerceUpdateCartEntryStrictStrategy,DefaultCommerceUpdateCartEntryStrategy
public interface CommerceUpdateCartEntryStrategy
-
Method Summary
Modifier and TypeMethodDescriptionUpdate point of service for cart entry.updateQuantityForCartEntry(CommerceCartParameter parameters) Update quantity for cart entry.Update to shipping mode for cart entry.
-
Method Details
-
updateQuantityForCartEntry
CommerceCartModification updateQuantityForCartEntry(CommerceCartParameter parameters) throws CommerceCartModificationException Update quantity for cart entry.- Parameters:
parameters- the parameters- Returns:
- the commerce cart modification
- Throws:
CommerceCartModificationException- the commerce cart modification exception
-
updatePointOfServiceForCartEntry
CommerceCartModification updatePointOfServiceForCartEntry(CommerceCartParameter parameters) throws CommerceCartModificationException Update point of service for cart entry.- Parameters:
parameters- the parameters- Returns:
- the commerce cart modification
- Throws:
CommerceCartModificationException- the commerce cart modification exception
-
updateToShippingModeForCartEntry
CommerceCartModification updateToShippingModeForCartEntry(CommerceCartParameter parameters) throws CommerceCartModificationException Update to shipping mode for cart entry.- Parameters:
parameters- the parameters- Returns:
- the commerce cart modification
- Throws:
CommerceCartModificationException- the commerce cart modification exception
-