Class DefaultFlashBuyFacade

    • Constructor Detail

      • DefaultFlashBuyFacade

        public DefaultFlashBuyFacade()
    • Method Detail

      • prepareFlashBuyInfo

        public java.lang.String prepareFlashBuyInfo​(ProductData product)
        Description copied from interface: FlashBuyFacade
        Prepares flash buy information, sets product's max order quantity for product, and returns flashbuy coupon code
        Specified by:
        prepareFlashBuyInfo in interface FlashBuyFacade
        Parameters:
        product - ProductData of the product
        Returns:
        String FlashBuyCoupon code
      • setFlashBuyService

        public void setFlashBuyService​(FlashBuyService flashBuyService)
      • getModelService

        protected ModelService getModelService()
      • setModelService

        public void setModelService​(ModelService modelService)
      • getCartService

        protected CartService getCartService()
      • setCartService

        public void setCartService​(CartService cartService)