Uses of Class
de.hybris.platform.chineselogisticfacades.delivery.data.DeliveryTimeSlotData
-
-
Uses of DeliveryTimeSlotData in de.hybris.platform.chineselogisticfacades.delivery
Methods in de.hybris.platform.chineselogisticfacades.delivery that return DeliveryTimeSlotData Modifier and Type Method Description DeliveryTimeSlotDataDeliveryTimeSlotFacade. getDeliveryTimeSlotByCode(java.lang.String code)Gets the DeliveryTimeSlot by code.Methods in de.hybris.platform.chineselogisticfacades.delivery that return types with arguments of type DeliveryTimeSlotData Modifier and Type Method Description java.util.List<DeliveryTimeSlotData>DeliveryTimeSlotFacade. 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 DeliveryTimeSlotData Modifier and Type Method Description java.util.List<DeliveryTimeSlotData>DeliveryTimeSlotDataList. getDeliveryTimeSlots()Method parameters in de.hybris.platform.chineselogisticfacades.delivery.data with type arguments of type DeliveryTimeSlotData Modifier and Type Method Description voidDeliveryTimeSlotDataList. setDeliveryTimeSlots(java.util.List<DeliveryTimeSlotData> deliveryTimeSlots) -
Uses of DeliveryTimeSlotData in de.hybris.platform.chineselogisticfacades.delivery.impl
Methods in de.hybris.platform.chineselogisticfacades.delivery.impl that return DeliveryTimeSlotData Modifier and Type Method Description DeliveryTimeSlotDataDefaultChineseDeliveryTimeSlotFacade. getDeliveryTimeSlotByCode(java.lang.String code)Methods in de.hybris.platform.chineselogisticfacades.delivery.impl that return types with arguments of type DeliveryTimeSlotData Modifier and Type Method Description java.util.List<DeliveryTimeSlotData>DefaultChineseDeliveryTimeSlotFacade. getAllDeliveryTimeSlots()protected Converter<DeliveryTimeSlotModel,DeliveryTimeSlotData>DefaultChineseDeliveryTimeSlotFacade. getDeliveryTimeSlotConverter()Method parameters in de.hybris.platform.chineselogisticfacades.delivery.impl with type arguments of type DeliveryTimeSlotData Modifier and Type Method Description voidDefaultChineseDeliveryTimeSlotFacade. 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 DeliveryTimeSlotData Modifier and Type Method Description voidDeliveryTimeSlotPopulator. 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 DeliveryTimeSlotData Modifier and Type Method Description DeliveryTimeSlotDataAbstractOrderData. getDeliveryTimeSlot()Methods in de.hybris.platform.commercefacades.order.data with parameters of type DeliveryTimeSlotData Modifier and Type Method Description voidAbstractOrderData. setDeliveryTimeSlot(DeliveryTimeSlotData deliveryTimeSlot)
-