Uses of Class
de.hybris.platform.warehousing.model.InventoryEventModel
Packages that use InventoryEventModel
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.
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
-
Uses of InventoryEventModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type InventoryEventModelModifier and TypeMethodDescriptionOrderEntryModel.getInventoryEvents()Generated method - Getter of theOrderEntry.inventoryEventsattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.core.model.order with type arguments of type InventoryEventModelModifier and TypeMethodDescriptionvoidOrderEntryModel.setInventoryEvents(Collection<InventoryEventModel> value) Generated method - Setter ofOrderEntry.inventoryEventsattribute defined at extensionwarehousing. -
Uses of InventoryEventModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type InventoryEventModelModifier and TypeMethodDescriptionConsignmentEntryModel.getInventoryEvents()Generated method - Getter of theConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing.StockLevelModel.getInventoryEvents()Generated method - Getter of theStockLevel.inventoryEventsattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type InventoryEventModelModifier and TypeMethodDescriptionvoidConsignmentEntryModel.setInventoryEvents(Collection<InventoryEventModel> value) Generated method - Setter ofConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing.voidStockLevelModel.setInventoryEvents(Collection<InventoryEventModel> value) Generated method - Setter ofStockLevel.inventoryEventsattribute defined at extensionwarehousing. -
Uses of InventoryEventModel in de.hybris.platform.warehousing.inventoryevent.dao
Methods in de.hybris.platform.warehousing.inventoryevent.dao with type parameters of type InventoryEventModelModifier and TypeMethodDescription<T extends InventoryEventModel>
Collection<T>InventoryEventDao.getInventoryEventsForStockLevel(StockLevelModel stockLevel, Class<T> eventClassType) Retrieves a collection ofInventoryEventModelfor theStockLevelModel -
Uses of InventoryEventModel in de.hybris.platform.warehousing.inventoryevent.dao.impl
Methods in de.hybris.platform.warehousing.inventoryevent.dao.impl with type parameters of type InventoryEventModelModifier and TypeMethodDescriptionprotected <T extends InventoryEventModel>
Collection<T>DefaultInventoryEventDao.getInventoryEvents(FlexibleSearchQuery query) <T extends InventoryEventModel>
Collection<T>DefaultInventoryEventDao.getInventoryEventsForStockLevel(StockLevelModel stockLevel, Class<T> eventClassType) -
Uses of InventoryEventModel in de.hybris.platform.warehousing.inventoryevent.service
Methods in de.hybris.platform.warehousing.inventoryevent.service with type parameters of type InventoryEventModelModifier and TypeMethodDescription<T extends InventoryEventModel>
Collection<T>InventoryEventService.getInventoryEventsForStockLevel(StockLevelModel stockLevel, Class<T> eventClassType) Retrieves a collection ofInventoryEventModelfor theStockLevelModel -
Uses of InventoryEventModel in de.hybris.platform.warehousing.inventoryevent.service.impl
Methods in de.hybris.platform.warehousing.inventoryevent.service.impl with type parameters of type InventoryEventModelModifier and TypeMethodDescription<T extends InventoryEventModel>
Collection<T>DefaultInventoryEventService.getInventoryEventsForStockLevel(StockLevelModel stockLevel, Class<T> eventClassType) -
Uses of InventoryEventModel in de.hybris.platform.warehousing.model
Subclasses of InventoryEventModel in de.hybris.platform.warehousing.modelModifier and TypeClassDescriptionclassGenerated model class for type AllocationEvent first defined at extension warehousing.classGenerated model class for type CancellationEvent first defined at extension warehousing.classGenerated model class for type IncreaseEvent first defined at extension warehousing.classGenerated model class for type ReservationEvent first defined at extension warehousing.classGenerated model class for type ShrinkageEvent first defined at extension warehousing.classGenerated model class for type WastageEvent first defined at extension warehousing.