public class DefaultInventoryEventDao extends AbstractItemDao implements InventoryEventDao
InventoryEventDaoflexibleSearchService, modelService| Constructor and Description |
|---|
DefaultInventoryEventDao() |
| 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 |
protected <T extends InventoryEventModel> |
getInventoryEvents(FlexibleSearchQuery query) |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic AllocationEventModel getAllocationEventForDeclineEntry(DeclineEntry declineEntry)
InventoryEventDaoAllocationEventModel for a DeclineEntrygetAllocationEventForDeclineEntry in interface InventoryEventDaodeclineEntry - the decline entry for which to retrieve the eventpublic Collection<AllocationEventModel> getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
InventoryEventDaoAllocationEventModel for an OrderEntryModelgetAllocationEventsForOrderEntry in interface InventoryEventDaoorderEntry - the order entry for which to retrieve the eventsprotected <T extends InventoryEventModel> Collection<T> getInventoryEvents(FlexibleSearchQuery query)
Copyright © 2017 SAP SE. All Rights Reserved.