Uses of Class
de.hybris.platform.chineselogisticservices.model.DeliveryTimeSlotModel
-
Packages that use DeliveryTimeSlotModel Package Description de.hybris.platform.chineselogisticfacades.delivery.impl de.hybris.platform.chineselogisticfacades.delivery.populator de.hybris.platform.chineselogisticservices.delivery de.hybris.platform.chineselogisticservices.delivery.dao de.hybris.platform.chineselogisticservices.delivery.dao.impl de.hybris.platform.chineselogisticservices.delivery.impl de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package. -
-
Uses of DeliveryTimeSlotModel in de.hybris.platform.chineselogisticfacades.delivery.impl
Methods in de.hybris.platform.chineselogisticfacades.delivery.impl that return types with arguments of type DeliveryTimeSlotModel Modifier and Type Method Description protected Converter<DeliveryTimeSlotModel,DeliveryTimeSlotData>DefaultChineseDeliveryTimeSlotFacade. getDeliveryTimeSlotConverter()Method parameters in de.hybris.platform.chineselogisticfacades.delivery.impl with type arguments of type DeliveryTimeSlotModel Modifier and Type Method Description voidDefaultChineseDeliveryTimeSlotFacade. setDeliveryTimeSlotConverter(Converter<DeliveryTimeSlotModel,DeliveryTimeSlotData> deliveryTimeSlotConverter) -
Uses of DeliveryTimeSlotModel in de.hybris.platform.chineselogisticfacades.delivery.populator
Methods in de.hybris.platform.chineselogisticfacades.delivery.populator with parameters of type DeliveryTimeSlotModel Modifier and Type Method Description voidDeliveryTimeSlotPopulator. populate(DeliveryTimeSlotModel source, DeliveryTimeSlotData target) -
Uses of DeliveryTimeSlotModel in de.hybris.platform.chineselogisticservices.delivery
Methods in de.hybris.platform.chineselogisticservices.delivery that return DeliveryTimeSlotModel Modifier and Type Method Description DeliveryTimeSlotModelDeliveryTimeSlotService. getDeliveryTimeSlotByCode(java.lang.String code)Getting the DeliveryTimeSlot by codeMethods in de.hybris.platform.chineselogisticservices.delivery that return types with arguments of type DeliveryTimeSlotModel Modifier and Type Method Description java.util.List<DeliveryTimeSlotModel>DeliveryTimeSlotService. getAllDeliveryTimeSlots()Getting all of the DeliveryTimeSlots -
Uses of DeliveryTimeSlotModel in de.hybris.platform.chineselogisticservices.delivery.dao
Methods in de.hybris.platform.chineselogisticservices.delivery.dao that return DeliveryTimeSlotModel Modifier and Type Method Description DeliveryTimeSlotModelDeliveryTimeSlotDao. getDeliveryTimeSlotByCode(java.lang.String code)Getting the DeliveryTimeSlot by codeMethods in de.hybris.platform.chineselogisticservices.delivery.dao that return types with arguments of type DeliveryTimeSlotModel Modifier and Type Method Description java.util.List<DeliveryTimeSlotModel>DeliveryTimeSlotDao. getAllDeliveryTimeSlots()Getting all of theDeliveryTimeSlots -
Uses of DeliveryTimeSlotModel in de.hybris.platform.chineselogisticservices.delivery.dao.impl
Methods in de.hybris.platform.chineselogisticservices.delivery.dao.impl that return DeliveryTimeSlotModel Modifier and Type Method Description DeliveryTimeSlotModelDefaultChineseDeliveryTimeSlotDao. getDeliveryTimeSlotByCode(java.lang.String code)Methods in de.hybris.platform.chineselogisticservices.delivery.dao.impl that return types with arguments of type DeliveryTimeSlotModel Modifier and Type Method Description java.util.List<DeliveryTimeSlotModel>DefaultChineseDeliveryTimeSlotDao. getAllDeliveryTimeSlots() -
Uses of DeliveryTimeSlotModel in de.hybris.platform.chineselogisticservices.delivery.impl
Methods in de.hybris.platform.chineselogisticservices.delivery.impl that return DeliveryTimeSlotModel Modifier and Type Method Description DeliveryTimeSlotModelDefaultChineseDeliveryTimeSlotService. getDeliveryTimeSlotByCode(java.lang.String code)Methods in de.hybris.platform.chineselogisticservices.delivery.impl that return types with arguments of type DeliveryTimeSlotModel Modifier and Type Method Description java.util.List<DeliveryTimeSlotModel>DefaultChineseDeliveryTimeSlotService. getAllDeliveryTimeSlots() -
Uses of DeliveryTimeSlotModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return DeliveryTimeSlotModel Modifier and Type Method Description DeliveryTimeSlotModelAbstractOrderModel. getDeliveryTimeSlot()Generated method - Getter of theAbstractOrder.deliveryTimeSlotattribute defined at extensionchineselogisticservices.Methods in de.hybris.platform.core.model.order with parameters of type DeliveryTimeSlotModel Modifier and Type Method Description voidAbstractOrderModel. setDeliveryTimeSlot(DeliveryTimeSlotModel value)Generated method - Setter ofAbstractOrder.deliveryTimeSlotattribute defined at extensionchineselogisticservices.
-