Uses of Class
de.hybris.platform.warehousing.jalo.InventoryEvent
Packages that use InventoryEvent
-
Uses of InventoryEvent in de.hybris.platform.warehousing.jalo
Subclasses of InventoryEvent in de.hybris.platform.warehousing.jaloModifier and TypeClassDescriptionclassclassclassGenerated class for typeAllocationEvent.classGenerated class for typeCancellationEvent.classGenerated class for typeIncreaseEvent.classGenerated class for typeReservationEvent.classGenerated class for typeShrinkageEvent.classGenerated class for typeWastageEvent.classclassclassclassFields in de.hybris.platform.warehousing.jalo with type parameters of type InventoryEventModifier and TypeFieldDescriptionprotected static final OneToManyHandler<InventoryEvent>GeneratedWarehousingManager.CONSIGNMENTENTRY2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLEROneToManyHandlerfor handling 1:n INVENTORYEVENTS's relation attributes from 'many' side.protected static final OneToManyHandler<InventoryEvent>GeneratedWarehousingManager.ORDERENTRY2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLEROneToManyHandlerfor handling 1:n INVENTORYEVENTS's relation attributes from 'many' side.protected static final OneToManyHandler<InventoryEvent>GeneratedWarehousingManager.STOCKLEVEL2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLEROneToManyHandlerfor handling 1:n INVENTORYEVENTS's relation attributes from 'many' side.Methods in de.hybris.platform.warehousing.jalo that return types with arguments of type InventoryEventModifier and TypeMethodDescriptionGeneratedWarehousingManager.getInventoryEvents(OrderEntry item) Generated method - Getter of theOrderEntry.inventoryEventsattribute.GeneratedWarehousingManager.getInventoryEvents(SessionContext ctx, OrderEntry item) Generated method - Getter of theOrderEntry.inventoryEventsattribute.GeneratedWarehousingManager.getInventoryEvents(SessionContext ctx, ConsignmentEntry item) Generated method - Getter of theConsignmentEntry.inventoryEventsattribute.GeneratedWarehousingManager.getInventoryEvents(SessionContext ctx, StockLevel item) Generated method - Getter of theStockLevel.inventoryEventsattribute.GeneratedWarehousingManager.getInventoryEvents(ConsignmentEntry item) Generated method - Getter of theConsignmentEntry.inventoryEventsattribute.GeneratedWarehousingManager.getInventoryEvents(StockLevel item) Generated method - Getter of theStockLevel.inventoryEventsattribute.Methods in de.hybris.platform.warehousing.jalo with parameters of type InventoryEventModifier and TypeMethodDescriptionvoidGeneratedWarehousingManager.addToInventoryEvents(OrderEntry item, InventoryEvent value) Generated method - Addsvalueto inventoryEvents.voidGeneratedWarehousingManager.addToInventoryEvents(SessionContext ctx, OrderEntry item, InventoryEvent value) Generated method - Addsvalueto inventoryEvents.voidGeneratedWarehousingManager.addToInventoryEvents(SessionContext ctx, ConsignmentEntry item, InventoryEvent value) Generated method - Addsvalueto inventoryEvents.voidGeneratedWarehousingManager.addToInventoryEvents(SessionContext ctx, StockLevel item, InventoryEvent value) Generated method - Addsvalueto inventoryEvents.voidGeneratedWarehousingManager.addToInventoryEvents(ConsignmentEntry item, InventoryEvent value) Generated method - Addsvalueto inventoryEvents.voidGeneratedWarehousingManager.addToInventoryEvents(StockLevel item, InventoryEvent value) Generated method - Addsvalueto inventoryEvents.voidGeneratedWarehousingManager.removeFromInventoryEvents(OrderEntry item, InventoryEvent value) Generated method - Removesvaluefrom inventoryEvents.voidGeneratedWarehousingManager.removeFromInventoryEvents(SessionContext ctx, OrderEntry item, InventoryEvent value) Generated method - Removesvaluefrom inventoryEvents.voidGeneratedWarehousingManager.removeFromInventoryEvents(SessionContext ctx, ConsignmentEntry item, InventoryEvent value) Generated method - Removesvaluefrom inventoryEvents.voidGeneratedWarehousingManager.removeFromInventoryEvents(SessionContext ctx, StockLevel item, InventoryEvent value) Generated method - Removesvaluefrom inventoryEvents.voidGeneratedWarehousingManager.removeFromInventoryEvents(ConsignmentEntry item, InventoryEvent value) Generated method - Removesvaluefrom inventoryEvents.voidGeneratedWarehousingManager.removeFromInventoryEvents(StockLevel item, InventoryEvent value) Generated method - Removesvaluefrom inventoryEvents.Method parameters in de.hybris.platform.warehousing.jalo with type arguments of type InventoryEventModifier and TypeMethodDescriptionvoidGeneratedWarehousingManager.setInventoryEvents(OrderEntry item, Collection<InventoryEvent> value) Generated method - Setter of theOrderEntry.inventoryEventsattribute.voidGeneratedWarehousingManager.setInventoryEvents(SessionContext ctx, OrderEntry item, Collection<InventoryEvent> value) Generated method - Setter of theOrderEntry.inventoryEventsattribute.voidGeneratedWarehousingManager.setInventoryEvents(SessionContext ctx, ConsignmentEntry item, Collection<InventoryEvent> value) Generated method - Setter of theConsignmentEntry.inventoryEventsattribute.voidGeneratedWarehousingManager.setInventoryEvents(SessionContext ctx, StockLevel item, Collection<InventoryEvent> value) Generated method - Setter of theStockLevel.inventoryEventsattribute.voidGeneratedWarehousingManager.setInventoryEvents(ConsignmentEntry item, Collection<InventoryEvent> value) Generated method - Setter of theConsignmentEntry.inventoryEventsattribute.voidGeneratedWarehousingManager.setInventoryEvents(StockLevel item, Collection<InventoryEvent> value) Generated method - Setter of theStockLevel.inventoryEventsattribute.