All Superinterfaces:
BolCartFacade
All Known Implementing Classes:
CPQDefaultBolCartFacade

public interface CPQBolCartFacade extends BolCartFacade
Facade to the BOL layer. Allows to work with the BOL cart and configurable product.
  • Method Details

    • addConfigurationToCart

      String addConfigurationToCart(de.hybris.platform.sap.productconfig.runtime.interf.model.ConfigModel configModel)
      Adds a configuration to the cart, adding a new item with the config model attached.
      Parameters:
      configModel - configuration model
      Returns:
      Key of new item
    • updateConfigurationInCart

      String updateConfigurationInCart(String key, de.hybris.platform.sap.productconfig.runtime.interf.model.ConfigModel configModel)
      Updates the configuration attached to an item
      Parameters:
      key - Item key
      configModel - Configuration
      Returns:
      Key of updated item