| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
InventoryEventDao.getAllocationEventForDeclineEntry(DeclineEntry declineEntry)
Retrieves an
AllocationEventModel for a DeclineEntry |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocationEventModel> |
InventoryEventDao.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
Retrieves a collection of
AllocationEventModel for an OrderEntryModel |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
DefaultInventoryEventDao.getAllocationEventForDeclineEntry(DeclineEntry declineEntry) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocationEventModel> |
DefaultInventoryEventDao.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
InventoryEventService.createAllocationEvent(ConsignmentEntryModel consignmentEntry)
Create an allocation event.
|
AllocationEventModel |
InventoryEventService.getAllocationEventForDeclineEntry(DeclineEntry declineEntry)
Retrieves an
AllocationEventModel for a DeclineEntry |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocationEventModel> |
InventoryEventService.createAllocationEvents(ConsignmentModel consignment)
Persists allocation events to account for the changes in stock quantities.
|
Collection<AllocationEventModel> |
InventoryEventService.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
Retrieves a collection of
AllocationEventModel for an OrderEntryModel |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
DefaultInventoryEventService.createAllocationEvent(ConsignmentEntryModel consignmentEntry) |
AllocationEventModel |
DefaultInventoryEventService.getAllocationEventForDeclineEntry(DeclineEntry declineEntry) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocationEventModel> |
DefaultInventoryEventService.createAllocationEvents(ConsignmentModel consignment) |
Collection<AllocationEventModel> |
DefaultInventoryEventService.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
AllocationEventResource.getAllocationEventModel()
Convenience method which just delegates to
#getResourceValue() |
protected AllocationEventModel |
AllocationEventResource.readResource(String resourceId)
Gets the
AllocationEventModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocationEventModel> |
AllocationEventsResource.getAllocationEventsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocationEventResource.setAllocationEventModel(AllocationEventModel value)
Convenience method which just delegates to
#setResourceValue(AllocationEventModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocationEventsResource.setAllocationEventsCollection(Collection<AllocationEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
AllocationEventModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
AllocationEvents.Camera_ShippedFromBostonToMontrealNancyHome(Long quantity,
StockLevelModel stockLevel) |
AllocationEventModel |
AllocationEvents.Camera_ShippedFromMontrealToMontrealNancyHome(Long quantity,
StockLevelModel stockLevel) |
| Modifier and Type | Method and Description |
|---|---|
WarehousingDao<AllocationEventModel> |
AllocationEvents.getAllocationEventDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocationEvents.setAllocationEventDao(WarehousingDao<AllocationEventModel> allocationEventDao) |
Copyright © 2017 SAP SE. All Rights Reserved.