Interface CommerceUpdateCartEntryStrategy
-
- All Known Implementing Classes:
CommerceUpdateCartEntryStrictStrategy
,DefaultCommerceUpdateCartEntryStrategy
public interface CommerceUpdateCartEntryStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommerceCartModification
updatePointOfServiceForCartEntry(CommerceCartParameter parameters)
Update point of service for cart entry.CommerceCartModification
updateQuantityForCartEntry(CommerceCartParameter parameters)
Update quantity for cart entry.CommerceCartModification
updateToShippingModeForCartEntry(CommerceCartParameter parameters)
Update to shipping mode for cart entry.
-
-
-
Method Detail
-
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
-
-