Uses of Class
de.hybris.platform.warehousing.jalo.InventoryEvent
-
Packages that use InventoryEvent Package Description de.hybris.platform.warehousing.jalo -
-
Uses of InventoryEvent in de.hybris.platform.warehousing.jalo
Subclasses of InventoryEvent in de.hybris.platform.warehousing.jalo Modifier and Type Class Description classAllocationEventclassCancellationEventclassGeneratedAllocationEventGenerated class for typeAllocationEvent.classGeneratedCancellationEventGenerated class for typeCancellationEvent.classGeneratedIncreaseEventGenerated class for typeIncreaseEvent.classGeneratedReservationEventGenerated class for typeReservationEvent.classGeneratedShrinkageEventGenerated class for typeShrinkageEvent.classGeneratedWastageEventGenerated class for typeWastageEvent.classIncreaseEventclassReservationEventclassShrinkageEventclassWastageEventFields in de.hybris.platform.warehousing.jalo with type parameters of type InventoryEvent Modifier and Type Field Description protected static OneToManyHandler<InventoryEvent>GeneratedWarehousingManager. CONSIGNMENTENTRY2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLEROneToManyHandlerfor handling 1:n INVENTORYEVENTS's relation attributes from 'many' side.protected static OneToManyHandler<InventoryEvent>GeneratedWarehousingManager. ORDERENTRY2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLEROneToManyHandlerfor handling 1:n INVENTORYEVENTS's relation attributes from 'many' side.protected static 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 InventoryEvent Modifier and Type Method Description java.util.Collection<InventoryEvent>GeneratedWarehousingManager. getInventoryEvents(OrderEntry item)Generated method - Getter of theOrderEntry.inventoryEventsattribute.java.util.Collection<InventoryEvent>GeneratedWarehousingManager. getInventoryEvents(SessionContext ctx, OrderEntry item)Generated method - Getter of theOrderEntry.inventoryEventsattribute.java.util.Collection<InventoryEvent>GeneratedWarehousingManager. getInventoryEvents(SessionContext ctx, ConsignmentEntry item)Generated method - Getter of theConsignmentEntry.inventoryEventsattribute.java.util.Collection<InventoryEvent>GeneratedWarehousingManager. getInventoryEvents(SessionContext ctx, StockLevel item)Generated method - Getter of theStockLevel.inventoryEventsattribute.java.util.Collection<InventoryEvent>GeneratedWarehousingManager. getInventoryEvents(ConsignmentEntry item)Generated method - Getter of theConsignmentEntry.inventoryEventsattribute.java.util.Collection<InventoryEvent>GeneratedWarehousingManager. getInventoryEvents(StockLevel item)Generated method - Getter of theStockLevel.inventoryEventsattribute.Methods in de.hybris.platform.warehousing.jalo with parameters of type InventoryEvent Modifier and Type Method Description voidGeneratedWarehousingManager. 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 InventoryEvent Modifier and Type Method Description voidGeneratedWarehousingManager. setInventoryEvents(OrderEntry item, java.util.Collection<InventoryEvent> value)Generated method - Setter of theOrderEntry.inventoryEventsattribute.voidGeneratedWarehousingManager. setInventoryEvents(SessionContext ctx, OrderEntry item, java.util.Collection<InventoryEvent> value)Generated method - Setter of theOrderEntry.inventoryEventsattribute.voidGeneratedWarehousingManager. setInventoryEvents(SessionContext ctx, ConsignmentEntry item, java.util.Collection<InventoryEvent> value)Generated method - Setter of theConsignmentEntry.inventoryEventsattribute.voidGeneratedWarehousingManager. setInventoryEvents(SessionContext ctx, StockLevel item, java.util.Collection<InventoryEvent> value)Generated method - Setter of theStockLevel.inventoryEventsattribute.voidGeneratedWarehousingManager. setInventoryEvents(ConsignmentEntry item, java.util.Collection<InventoryEvent> value)Generated method - Setter of theConsignmentEntry.inventoryEventsattribute.voidGeneratedWarehousingManager. setInventoryEvents(StockLevel item, java.util.Collection<InventoryEvent> value)Generated method - Setter of theStockLevel.inventoryEventsattribute.
-