Class DefaultChineseDeliveryTimeSlotDao
- java.lang.Object
-
- de.hybris.platform.chineselogisticservices.delivery.dao.impl.DefaultChineseDeliveryTimeSlotDao
-
- All Implemented Interfaces:
DeliveryTimeSlotDao
,Dao
public class DefaultChineseDeliveryTimeSlotDao extends java.lang.Object implements DeliveryTimeSlotDao
-
-
Constructor Summary
Constructors Constructor Description DefaultChineseDeliveryTimeSlotDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DeliveryTimeSlotModel>
getAllDeliveryTimeSlots()
Getting all of theDeliveryTimeSlotsDeliveryTimeSlotModel
getDeliveryTimeSlotByCode(java.lang.String code)
Getting the DeliveryTimeSlot by codeprotected FlexibleSearchService
getFlexibleSearchService()
void
setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Method Detail
-
getAllDeliveryTimeSlots
public java.util.List<DeliveryTimeSlotModel> getAllDeliveryTimeSlots()
Description copied from interface:DeliveryTimeSlotDao
Getting all of theDeliveryTimeSlots- Specified by:
getAllDeliveryTimeSlots
in interfaceDeliveryTimeSlotDao
- Returns:
- List
-
getDeliveryTimeSlotByCode
public DeliveryTimeSlotModel getDeliveryTimeSlotByCode(java.lang.String code)
Description copied from interface:DeliveryTimeSlotDao
Getting the DeliveryTimeSlot by code- Specified by:
getDeliveryTimeSlotByCode
in interfaceDeliveryTimeSlotDao
- Returns:
- DeliveryTimeSlotModel
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-