public interface InventoryEventDao
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AllocationEventModel> |
getAllocationEventsForConsignment(ConsignmentModel consignment)
Retrieves a collection of
AllocationEventModel for the given ConsignmentModel |
java.util.Collection<AllocationEventModel> |
getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)
Retrieves a list of
AllocationEventModel related to a ConsignmentEntryModel |
java.util.Collection<AllocationEventModel> |
getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
Retrieves a collection of
AllocationEventModel for an OrderEntryModel |
<T extends InventoryEventModel> |
getInventoryEventsForStockLevel(StockLevelModel stockLevel,
java.lang.Class<T> eventClassType)
Retrieves a collection of
InventoryEventModel for the StockLevelModel |
java.util.Collection<AllocationEventModel> getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)
AllocationEventModel related to a ConsignmentEntryModelconsignmentEntry - the ConsignmentEntryModel for which to retrieve the eventAllocationEventModel linked to the entry.java.util.Collection<AllocationEventModel> getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
AllocationEventModel for an OrderEntryModelorderEntry - the order entry for which to retrieve the events<T extends InventoryEventModel> java.util.Collection<T> getInventoryEventsForStockLevel(StockLevelModel stockLevel, java.lang.Class<T> eventClassType)
InventoryEventModel for the StockLevelModelstockLevel - the StockLevelModel for which the events need to be extractedeventClassType - the class representing the type of inventory eventStockLevelModeljava.util.Collection<AllocationEventModel> getAllocationEventsForConsignment(ConsignmentModel consignment)
AllocationEventModel for the given ConsignmentModelconsignment - the ConsignmentModel for which all allocation events will be returnedAllocationEventModelCopyright © 2018 SAP SE. All Rights Reserved.