Interface DeliveryTimeSlotDao

    • Method Detail

      • getAllDeliveryTimeSlots

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

        DeliveryTimeSlotModel getDeliveryTimeSlotByCode​(java.lang.String code)
        Getting the DeliveryTimeSlot by code
        Parameters:
        code -
        Returns:
        DeliveryTimeSlotModel