Interface DeliveryTimeSlotService

    • Method Detail

      • getAllDeliveryTimeSlots

        java.util.List<DeliveryTimeSlotModel> getAllDeliveryTimeSlots()
        Getting all of the DeliveryTimeSlots
        Returns:
        List
      • getDeliveryTimeSlotByCode

        DeliveryTimeSlotModel getDeliveryTimeSlotByCode​(java.lang.String code)
        Getting the DeliveryTimeSlot by code
        Parameters:
        code - the code of the DeliveryTimeSlotModel
        Returns:
        delivery timeslot model
      • setDeliveryTimeSlot

        void setDeliveryTimeSlot​(CartModel cartModel,
                                 java.lang.String deliveryTimeSlot)
        Setting the DeliveryTimeSlot into the cartmodel
        Parameters:
        cartModel - cart model
        deliveryTimeSlot - delivery timeslot