Interface DeliveryTimeSlotFacade

    • Method Detail

      • getAllDeliveryTimeSlots

        java.util.List<DeliveryTimeSlotData> getAllDeliveryTimeSlots()
        Gets all of the DeliveryTimeSlots.
        Returns:
        List
      • setDeliveryTimeSlot

        void setDeliveryTimeSlot​(java.lang.String deliveryTimeSlot)
        Sets the DeliveryTimeSlot into the cartmodel.
        Parameters:
        deliveryTimeSlot - the code of the delivery time slot
      • getDeliveryTimeSlotByCode

        DeliveryTimeSlotData getDeliveryTimeSlotByCode​(java.lang.String code)
        Gets the DeliveryTimeSlot by code.
        Parameters:
        code - the code of the delivery time slot
        Returns:
        delivery timeslot model
      • removeDeliveryTimeSlot

        void removeDeliveryTimeSlot()
        Removes delivery time slot from current cart.