Interface CommerceUpdateCartEntryStrategy
-
- All Known Implementing Classes:
CommerceUpdateCartEntryStrictStrategy,DefaultCommerceUpdateCartEntryStrategy
public interface CommerceUpdateCartEntryStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommerceCartModificationupdatePointOfServiceForCartEntry(CommerceCartParameter parameters)Update point of service for cart entry.CommerceCartModificationupdateQuantityForCartEntry(CommerceCartParameter parameters)Update quantity for cart entry.CommerceCartModificationupdateToShippingModeForCartEntry(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
-
-