Uses of Class
de.hybris.platform.chineselogisticservices.model.DeliveryTimeSlotModel
Packages that use DeliveryTimeSlotModel
Package
Description
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 DeliveryTimeSlotModelModifier and TypeMethodDescriptionprotected Converter<DeliveryTimeSlotModel,DeliveryTimeSlotData> DefaultChineseDeliveryTimeSlotFacade.getDeliveryTimeSlotConverter()Method parameters in de.hybris.platform.chineselogisticfacades.delivery.impl with type arguments of type DeliveryTimeSlotModelModifier and TypeMethodDescriptionvoidDefaultChineseDeliveryTimeSlotFacade.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 DeliveryTimeSlotModelModifier and TypeMethodDescriptionvoidDeliveryTimeSlotPopulator.populate(DeliveryTimeSlotModel source, DeliveryTimeSlotData target) -
Uses of DeliveryTimeSlotModel in de.hybris.platform.chineselogisticservices.delivery
Methods in de.hybris.platform.chineselogisticservices.delivery that return DeliveryTimeSlotModelModifier and TypeMethodDescriptionDeliveryTimeSlotService.getDeliveryTimeSlotByCode(String code) Getting the DeliveryTimeSlot by codeMethods in de.hybris.platform.chineselogisticservices.delivery that return types with arguments of type DeliveryTimeSlotModelModifier and TypeMethodDescriptionDeliveryTimeSlotService.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 DeliveryTimeSlotModelModifier and TypeMethodDescriptionDeliveryTimeSlotDao.getDeliveryTimeSlotByCode(String code) Getting the DeliveryTimeSlot by codeMethods in de.hybris.platform.chineselogisticservices.delivery.dao that return types with arguments of type DeliveryTimeSlotModelModifier and TypeMethodDescriptionDeliveryTimeSlotDao.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 DeliveryTimeSlotModelModifier and TypeMethodDescriptionDefaultChineseDeliveryTimeSlotDao.getDeliveryTimeSlotByCode(String code) Methods in de.hybris.platform.chineselogisticservices.delivery.dao.impl that return types with arguments of type DeliveryTimeSlotModel -
Uses of DeliveryTimeSlotModel in de.hybris.platform.chineselogisticservices.delivery.impl
Methods in de.hybris.platform.chineselogisticservices.delivery.impl that return DeliveryTimeSlotModelModifier and TypeMethodDescriptionDefaultChineseDeliveryTimeSlotService.getDeliveryTimeSlotByCode(String code) Methods in de.hybris.platform.chineselogisticservices.delivery.impl that return types with arguments of type DeliveryTimeSlotModelModifier and TypeMethodDescriptionDefaultChineseDeliveryTimeSlotService.getAllDeliveryTimeSlots() -
Uses of DeliveryTimeSlotModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return DeliveryTimeSlotModelModifier and TypeMethodDescriptionAbstractOrderModel.getDeliveryTimeSlot()Generated method - Getter of theAbstractOrder.deliveryTimeSlotattribute defined at extensionchineselogisticservices.Methods in de.hybris.platform.core.model.order with parameters of type DeliveryTimeSlotModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.setDeliveryTimeSlot(DeliveryTimeSlotModel value) Generated method - Setter ofAbstractOrder.deliveryTimeSlotattribute defined at extensionchineselogisticservices.