public interface InventoryEventDao
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
getAllocationEventForDeclineEntry(DeclineEntry declineEntry)
Retrieves an
AllocationEventModel for a DeclineEntry |
Collection<AllocationEventModel> |
getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
Retrieves a collection of
AllocationEventModel for an OrderEntryModel |
AllocationEventModel getAllocationEventForDeclineEntry(DeclineEntry declineEntry)
AllocationEventModel for a DeclineEntrydeclineEntry - the decline entry for which to retrieve the eventCollection<AllocationEventModel> getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
AllocationEventModel for an OrderEntryModelorderEntry - the order entry for which to retrieve the eventsCopyright © 2017 SAP SE. All Rights Reserved.