Interface DeliveryTimeSlotDao

All Superinterfaces:
Dao
All Known Implementing Classes:
DefaultChineseDeliveryTimeSlotDao

public interface DeliveryTimeSlotDao extends Dao
Looking up DeliveryTimeSlot in the database
  • Method Details

    • getAllDeliveryTimeSlots

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

      DeliveryTimeSlotModel getDeliveryTimeSlotByCode(String code)
      Getting the DeliveryTimeSlot by code
      Parameters:
      code -
      Returns:
      DeliveryTimeSlotModel