Interface DeliveryTimeSlotService

All Known Implementing Classes:
DefaultChineseDeliveryTimeSlotService

public interface DeliveryTimeSlotService
Providing some services about DeliveryTimeSlot
  • Method Details

    • getAllDeliveryTimeSlots

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

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

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