| Package | Description |
|---|---|
| de.hybris.platform.warehousing.allocation | |
| de.hybris.platform.warehousing.allocation.impl | |
| de.hybris.platform.warehousing.util |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocationService.autoReallocate(DeclineEntries declinedEntries)
Creates
DeclineConsignmentEntryEventModel items to represent
the reallocations that can be retrieved by ConsignmentEntryModel.getDeclineEntryEvents(). |
Collection<ConsignmentModel> |
AllocationService.manualReallocate(DeclineEntries declinedEntries)
Manually reallocate the consignment entries provided to a new point of service.
|
ConsignmentModel |
AllocationService.reallocate(DeclineEntries declinedEntries)
Deprecated.
use
AllocationService.autoReallocate(DeclineEntries) for auto Reallocation
& use AllocationService.manualReallocate(DeclineEntries) for manual Reallocation |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAllocationService.autoReallocate(DeclineEntries declinedEntries) |
Collection<ConsignmentModel> |
DefaultAllocationService.manualReallocate(DeclineEntries declinedEntries) |
ConsignmentModel |
DefaultAllocationService.reallocate(DeclineEntries declinedEntries)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DeclineEntries |
DeclineEntryBuilder.build_Auto(Map<ConsignmentEntryModel,Long> declineEntryInfo) |
DeclineEntries |
DeclineEntryBuilder.build_Auto(Map<ConsignmentEntryModel,Long> declineEntryInfo,
DeclineReason reason) |
DeclineEntries |
DeclineEntryBuilder.build_Manual(Map<ConsignmentEntryModel,Long> declineEntryInfo,
WarehouseModel warehouse) |
DeclineEntries |
DeclineEntryBuilder.build_Manual(Map<ConsignmentEntryModel,Long> declineEntryInfo,
WarehouseModel warehouse,
DeclineReason reason) |
Copyright © 2017 SAP SE. All Rights Reserved.