Uses of Class
de.hybris.platform.chineselogisticfacades.delivery.data.DeliveryTimeSlotData
Packages that use DeliveryTimeSlotData
Package
Description
-
Uses of DeliveryTimeSlotData in de.hybris.platform.chineselogisticfacades.delivery
Methods in de.hybris.platform.chineselogisticfacades.delivery that return DeliveryTimeSlotDataModifier and TypeMethodDescriptionDeliveryTimeSlotFacade.getDeliveryTimeSlotByCode(String code) Gets the DeliveryTimeSlot by code.Methods in de.hybris.platform.chineselogisticfacades.delivery that return types with arguments of type DeliveryTimeSlotDataModifier and TypeMethodDescriptionDeliveryTimeSlotFacade.getAllDeliveryTimeSlots()Gets all of the DeliveryTimeSlots. -
Uses of DeliveryTimeSlotData in de.hybris.platform.chineselogisticfacades.delivery.data
Methods in de.hybris.platform.chineselogisticfacades.delivery.data that return types with arguments of type DeliveryTimeSlotDataMethod parameters in de.hybris.platform.chineselogisticfacades.delivery.data with type arguments of type DeliveryTimeSlotDataModifier and TypeMethodDescriptionvoidDeliveryTimeSlotDataList.setDeliveryTimeSlots(List<DeliveryTimeSlotData> deliveryTimeSlots) -
Uses of DeliveryTimeSlotData in de.hybris.platform.chineselogisticfacades.delivery.impl
Methods in de.hybris.platform.chineselogisticfacades.delivery.impl that return DeliveryTimeSlotDataModifier and TypeMethodDescriptionDefaultChineseDeliveryTimeSlotFacade.getDeliveryTimeSlotByCode(String code) Methods in de.hybris.platform.chineselogisticfacades.delivery.impl that return types with arguments of type DeliveryTimeSlotDataModifier and TypeMethodDescriptionDefaultChineseDeliveryTimeSlotFacade.getAllDeliveryTimeSlots()protected Converter<DeliveryTimeSlotModel,DeliveryTimeSlotData> DefaultChineseDeliveryTimeSlotFacade.getDeliveryTimeSlotConverter()Method parameters in de.hybris.platform.chineselogisticfacades.delivery.impl with type arguments of type DeliveryTimeSlotDataModifier and TypeMethodDescriptionvoidDefaultChineseDeliveryTimeSlotFacade.setDeliveryTimeSlotConverter(Converter<DeliveryTimeSlotModel, DeliveryTimeSlotData> deliveryTimeSlotConverter) -
Uses of DeliveryTimeSlotData in de.hybris.platform.chineselogisticfacades.delivery.populator
Methods in de.hybris.platform.chineselogisticfacades.delivery.populator with parameters of type DeliveryTimeSlotDataModifier and TypeMethodDescriptionvoidDeliveryTimeSlotPopulator.populate(DeliveryTimeSlotModel source, DeliveryTimeSlotData target) -
Uses of DeliveryTimeSlotData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return DeliveryTimeSlotDataMethods in de.hybris.platform.commercefacades.order.data with parameters of type DeliveryTimeSlotDataModifier and TypeMethodDescriptionvoidAbstractOrderData.setDeliveryTimeSlot(DeliveryTimeSlotData deliveryTimeSlot)