Uses of Class
de.hybris.platform.warehousing.model.InventoryEventModel
-
Packages that use InventoryEventModel Package Description de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.de.hybris.platform.warehousing.inventoryevent.dao de.hybris.platform.warehousing.inventoryevent.dao.impl de.hybris.platform.warehousing.inventoryevent.service de.hybris.platform.warehousing.inventoryevent.service.impl de.hybris.platform.warehousing.model 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 InventoryEventModel Modifier and Type Method Description java.util.Collection<InventoryEventModel>OrderEntryModel. getInventoryEvents()Generated method - Getter of theOrderEntry.inventoryEventsattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.core.model.order with type arguments of type InventoryEventModel Modifier and Type Method Description voidOrderEntryModel. setInventoryEvents(java.util.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 InventoryEventModel Modifier and Type Method Description java.util.Collection<InventoryEventModel>ConsignmentEntryModel. getInventoryEvents()Generated method - Getter of theConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing.java.util.Collection<InventoryEventModel>StockLevelModel. getInventoryEvents()Generated method - Getter of theStockLevel.inventoryEventsattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type InventoryEventModel Modifier and Type Method Description voidConsignmentEntryModel. setInventoryEvents(java.util.Collection<InventoryEventModel> value)Generated method - Setter ofConsignmentEntry.inventoryEventsattribute defined at extensionwarehousing.voidStockLevelModel. setInventoryEvents(java.util.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 InventoryEventModel Modifier and Type Method Description <T extends InventoryEventModel>
java.util.Collection<T>InventoryEventDao. getInventoryEventsForStockLevel(StockLevelModel stockLevel, java.lang.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 InventoryEventModel Modifier and Type Method Description protected <T extends InventoryEventModel>
java.util.Collection<T>DefaultInventoryEventDao. getInventoryEvents(FlexibleSearchQuery query)<T extends InventoryEventModel>
java.util.Collection<T>DefaultInventoryEventDao. getInventoryEventsForStockLevel(StockLevelModel stockLevel, java.lang.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 InventoryEventModel Modifier and Type Method Description <T extends InventoryEventModel>
java.util.Collection<T>InventoryEventService. getInventoryEventsForStockLevel(StockLevelModel stockLevel, java.lang.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 InventoryEventModel Modifier and Type Method Description <T extends InventoryEventModel>
java.util.Collection<T>DefaultInventoryEventService. getInventoryEventsForStockLevel(StockLevelModel stockLevel, java.lang.Class<T> eventClassType) -
Uses of InventoryEventModel in de.hybris.platform.warehousing.model
Subclasses of InventoryEventModel in de.hybris.platform.warehousing.model Modifier and Type Class Description classAllocationEventModelGenerated model class for type AllocationEvent first defined at extension warehousing.classCancellationEventModelGenerated model class for type CancellationEvent first defined at extension warehousing.classIncreaseEventModelGenerated model class for type IncreaseEvent first defined at extension warehousing.classReservationEventModelGenerated model class for type ReservationEvent first defined at extension warehousing.classShrinkageEventModelGenerated model class for type ShrinkageEvent first defined at extension warehousing.classWastageEventModelGenerated model class for type WastageEvent first defined at extension warehousing.
-