Interface DeliveryTimeSlotDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultChineseDeliveryTimeSlotDao
Looking up DeliveryTimeSlot in the database
-
Method Summary
Modifier and TypeMethodDescriptionGetting all of theDeliveryTimeSlotsGetting the DeliveryTimeSlot by code
-
Method Details
-
getAllDeliveryTimeSlots
List<DeliveryTimeSlotModel> getAllDeliveryTimeSlots()Getting all of theDeliveryTimeSlots- Returns:
- List
-
getDeliveryTimeSlotByCode
Getting the DeliveryTimeSlot by code- Parameters:
code-- Returns:
- DeliveryTimeSlotModel
-