Class DefaultShoppingAncillaryRemoveServiceStrategy

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.strategies.impl.DefaultShoppingAncillaryRemoveServiceStrategy
All Implemented Interfaces:
RemoveServiceStrategy

public class DefaultShoppingAncillaryRemoveServiceStrategy extends Object implements RemoveServiceStrategy
The default implementation of RemoveServiceStrategy to remove ancillary products from the cart
  • Constructor Details

    • DefaultShoppingAncillaryRemoveServiceStrategy

      public DefaultShoppingAncillaryRemoveServiceStrategy()
  • Method Details

    • remove

      public void remove(Integer entryId) throws NDCException
      Description copied from interface: RemoveServiceStrategy
      Remove order entry.
      Specified by:
      remove in interface RemoveServiceStrategy
      Parameters:
      entryId - the entry id to remove
      Throws:
      NDCException - the ndc exception
    • getTransportCartFacade

      protected ShoppingTransportCartFacade getTransportCartFacade()
      Gets transport cart facade.
      Returns:
      the transport cart facade
    • setTransportCartFacade

      public void setTransportCartFacade(ShoppingTransportCartFacade transportCartFacade)
      Sets transport cart facade.
      Parameters:
      transportCartFacade - the transport cart facade
    • getCartService

      protected de.hybris.platform.order.CartService getCartService()
      Gets cart service.
      Returns:
      the cart service
    • setCartService

      public void setCartService(de.hybris.platform.order.CartService cartService)
      Sets cart service.
      Parameters:
      cartService - the cart service