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 theDeliveryTimeSlotsDeliveryTimeSlotModelgetDeliveryTimeSlotByCode(java.lang.String code)Getting the DeliveryTimeSlot by codeprotected FlexibleSearchServicegetFlexibleSearchService()voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Method Detail
-
getAllDeliveryTimeSlots
public java.util.List<DeliveryTimeSlotModel> getAllDeliveryTimeSlots()
Description copied from interface:DeliveryTimeSlotDaoGetting all of theDeliveryTimeSlots- Specified by:
getAllDeliveryTimeSlotsin interfaceDeliveryTimeSlotDao- Returns:
- List
-
getDeliveryTimeSlotByCode
public DeliveryTimeSlotModel getDeliveryTimeSlotByCode(java.lang.String code)
Description copied from interface:DeliveryTimeSlotDaoGetting the DeliveryTimeSlot by code- Specified by:
getDeliveryTimeSlotByCodein interfaceDeliveryTimeSlotDao- Returns:
- DeliveryTimeSlotModel
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-