public interface InventoryEventService
Collection<AllocationEventModel> createAllocationEvents(ConsignmentModel consignment)
consignment - the consignment where stock was allocated; never nullAllocationEventModel; never nullAllocationEventModel createAllocationEvent(ConsignmentEntryModel consignmentEntry)
consignmentEntry - the consignment entryShrinkageEventModel createShrinkageEvent(ShrinkageEventModel shrinkageEventModel)
shrinkageEventModel - the event containing information about the shrinkageWastageEventModel createWastageEvent(WastageEventModel wastageEventModel)
wastageEventModel - the event containing information about the wastageCancellationEventModel createCancellationEvent(CancellationEventModel cancellationEventModel)
cancellationEventModel - the event containing information about the cancelled consignment entryAllocationEventModel getAllocationEventForDeclineEntry(DeclineEntry declineEntry)
AllocationEventModel for a DeclineEntrydeclineEntry - the entry to declineCollection<AllocationEventModel> getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
AllocationEventModel for an OrderEntryModelorderEntry - the order entry for which to retrieve the eventsIncreaseEventModel createIncreaseEvent(IncreaseEventModel increaseEventModel)
increaseEventModel - the event containing information about the increase event modelvoid reallocateAllocationEvent(DeclineEntry declineEntry, Long quantityToDecline)
declineEntry - the entry to decline/reallocatequantityToDecline - the quantity to decline/reallocateCopyright © 2017 SAP SE. All Rights Reserved.