Class TmaCommerceUpdateCartStrategy
- java.lang.Object
-
- de.hybris.platform.commerceservices.order.impl.AbstractCommerceCartStrategy
-
- de.hybris.platform.commerceservices.order.impl.DefaultCommerceUpdateCartEntryStrategy
-
- de.hybris.platform.b2ctelcoservices.order.impl.TmaCommerceUpdateCartStrategy
-
- All Implemented Interfaces:
TmaCartStrategy,de.hybris.platform.commerceservices.order.CommerceUpdateCartEntryStrategy
@Deprecated(since="1911", forRemoval=true) public class TmaCommerceUpdateCartStrategy extends de.hybris.platform.commerceservices.order.impl.DefaultCommerceUpdateCartEntryStrategy implements TmaCartStrategyDeprecated, for removal: This API element is subject to removal in a future version.since 1911. UseTmaUpdateCartStrategyCart strategy implementation for updating product offering in cart.- Since:
- 1907
-
-
Constructor Summary
Constructors Constructor Description TmaCommerceUpdateCartStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TmaCartServicegetCartService()Deprecated, for removal: This API element is subject to removal in a future version.protected TmaCommerceCartResourceServicegetCommerceCartResourceService()Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<CommerceCartModification>processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList)Deprecated, for removal: This API element is subject to removal in a future version.Processes cart updates.voidsetCommerceCartResourceService(TmaCommerceCartResourceService commerceCartResourceService)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.commerceservices.order.impl.DefaultCommerceUpdateCartEntryStrategy
afterUpdateCartEntry, beforeUpdateCartEntry, getCommerceUpdateCartEntryHooks, getConfigurationService, getEntryMergeStrategy, mergeEntries, modifyEntry, setCommerceUpdateCartEntryHooks, setConfigurationService, setEntryMergeStrategy, updatePointOfServiceForCartEntry, updateQuantityForCartEntry, updateToShippingModeForCartEntry, validateEntryBeforeModification, validateEntryBeforeSetShippingMode
-
Methods inherited from class de.hybris.platform.commerceservices.order.impl.AbstractCommerceCartStrategy
checkCartLevel, getAllowedCartAdjustmentForProduct, getAvailableStockLevel, getBaseStoreService, getCartEntryDao, getCommerceCartCalculationStrategy, getCommerceStockService, getEntryForNumber, getEntryForProductAndPointOfService, getEntryOrderChecker, getForceInStockMaxQuantity, getModelService, getProductService, isMaxOrderQuantitySet, isOrderEntryUpdatable, isStockLevelSufficient, normalizeEntryNumbers, setBaseStoreService, setCartEntryDao, setCartService, setCommerceCartCalculationStrategy, setCommerceStockService, setEntryOrderChecker, setForceInStockMaxQuantity, setModelService, setProductService
-
-
-
-
Method Detail
-
processCartAction
public java.util.List<CommerceCartModification> processCartAction(java.util.List<CommerceCartParameter> commerceCartParameterList) throws de.hybris.platform.commerceservices.order.CommerceCartModificationException
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:TmaCartStrategyProcesses cart updates.- Specified by:
processCartActionin interfaceTmaCartStrategy- Parameters:
commerceCartParameterList- contains attributes used for cart updates- Returns:
- list
CommerceCartModification - Throws:
de.hybris.platform.commerceservices.order.CommerceCartModificationException- in case of any error occurs during cart update
-
getCommerceCartResourceService
protected TmaCommerceCartResourceService getCommerceCartResourceService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCommerceCartResourceService
public void setCommerceCartResourceService(TmaCommerceCartResourceService commerceCartResourceService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCartService
public TmaCartService getCartService()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getCartServicein classde.hybris.platform.commerceservices.order.impl.AbstractCommerceCartStrategy
-
-