Uses of Class
de.hybris.platform.commerceservices.order.EntryArrivalSlot
Packages that use EntryArrivalSlot
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
-
Uses of EntryArrivalSlot in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo that return EntryArrivalSlotModifier and TypeMethodDescriptionGeneratedCommerceServicesManager.getArrivalSlot(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.Consignment item) Generated method - Getter of theConsignment.arrivalSlotattribute.GeneratedCommerceServicesManager.getArrivalSlot(de.hybris.platform.ordersplitting.jalo.Consignment item) Generated method - Getter of theConsignment.arrivalSlotattribute.Methods in de.hybris.platform.commerceservices.jalo that return types with arguments of type EntryArrivalSlotModifier and TypeMethodDescriptionGeneratedCommerceServicesManager.getArrivalSlots(de.hybris.platform.jalo.order.AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.arrivalSlotsattribute.GeneratedCommerceServicesManager.getArrivalSlots(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.arrivalSlotsattribute.Methods in de.hybris.platform.commerceservices.jalo with parameters of type EntryArrivalSlotModifier and TypeMethodDescriptionvoidGeneratedCommerceServicesManager.setArrivalSlot(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.Consignment item, EntryArrivalSlot value) Generated method - Setter of theConsignment.arrivalSlotattribute.voidGeneratedCommerceServicesManager.setArrivalSlot(de.hybris.platform.ordersplitting.jalo.Consignment item, EntryArrivalSlot value) Generated method - Setter of theConsignment.arrivalSlotattribute.Method parameters in de.hybris.platform.commerceservices.jalo with type arguments of type EntryArrivalSlotModifier and TypeMethodDescriptionvoidGeneratedCommerceServicesManager.setArrivalSlots(de.hybris.platform.jalo.order.AbstractOrderEntry item, List<EntryArrivalSlot> value) Generated method - Setter of theAbstractOrderEntry.arrivalSlotsattribute.voidGeneratedCommerceServicesManager.setArrivalSlots(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, List<EntryArrivalSlot> value) Generated method - Setter of theAbstractOrderEntry.arrivalSlotsattribute. -
Uses of EntryArrivalSlot in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type EntryArrivalSlotModifier and TypeMethodDescriptionAbstractOrderEntryModel.getArrivalSlots()Generated method - Getter of theAbstractOrderEntry.arrivalSlotsattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.core.model.order with type arguments of type EntryArrivalSlotModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setArrivalSlots(List<EntryArrivalSlot> value) Generated method - Setter ofAbstractOrderEntry.arrivalSlotsattribute defined at extensioncommerceservices. -
Uses of EntryArrivalSlot in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return EntryArrivalSlotModifier and TypeMethodDescriptionConsignmentModel.getArrivalSlot()Generated method - Getter of theConsignment.arrivalSlotattribute defined at extensioncommerceservices.Methods in de.hybris.platform.ordersplitting.model with parameters of type EntryArrivalSlotModifier and TypeMethodDescriptionvoidConsignmentModel.setArrivalSlot(EntryArrivalSlot value) Generated method - Setter ofConsignment.arrivalSlotattribute defined at extensioncommerceservices.