| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
DefaultRevenueCloudAllocationService.createConsignment(AbstractOrderModel order,
java.lang.String code,
SourcingResult result)
This implementation assumes that all order entries in SourcingResult have the same delivery POS.
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
AllocationService.createConsignment(AbstractOrderModel order,
java.lang.String code,
SourcingResult result)
Create a consignment for the sourcing result.
The consignment and the order will be persisted after creation and updates. |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
DefaultAllocationService.createConsignment(AbstractOrderModel order,
java.lang.String code,
SourcingResult result)
This implementation assumes that all order entries in SourcingResult have the same delivery POS.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SourcingResult> |
SourcingResults.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingResults.setResults(java.util.Set<SourcingResult> results) |
| Modifier and Type | Method and Description |
|---|---|
SourcingResult |
SourcingResultFactory.create(AbstractOrderEntryModel orderEntry,
SourcingLocation sourcingLocation,
java.lang.Long quantity)
Create a sourcing result.
|
SourcingResult |
SourcingResultFactory.create(java.util.Collection<AbstractOrderEntryModel> orderEntries,
SourcingLocation sourcingLocation)
Create a sourcing result where all order entries are sourced from the given sourcingLocation and using the
quantity specified by
AbstractOrderEntryModel#getQuantityUnallocated(). |
SourcingResult |
SourcingResultFactory.create(java.util.Map<AbstractOrderEntryModel,java.lang.Long> allocation,
SourcingLocation sourcingLocation)
Create a sourcing result where all order entries are sourced from the given sourcingLocation and using the
quantity specified in the allocation map.
|
| Modifier and Type | Method and Description |
|---|---|
SourcingResult |
DefaultSourcingResultFactory.create(AbstractOrderEntryModel orderEntry,
SourcingLocation sourcingLocation,
java.lang.Long quantity) |
SourcingResult |
DefaultSourcingResultFactory.create(java.util.Collection<AbstractOrderEntryModel> orderEntries,
SourcingLocation sourcingLocation) |
SourcingResult |
DefaultSourcingResultFactory.create(java.util.Map<AbstractOrderEntryModel,java.lang.Long> allocations,
SourcingLocation sourcingLocation) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
AbstractSourcingStrategy.getQuantitySourced(java.util.Set<SourcingResult> sourcingResults,
AbstractOrderEntryModel orderEntry)
Retrieve the quantity already sourced
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NoRestrictionsStrategyTest.assertEqualsQuantityAllocation(java.util.Set<SourcingResult> results,
java.lang.String pos,
int qtyExpected) |
| Modifier and Type | Method and Description |
|---|---|
SourcingResult |
SourcingResultBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SourceOrderAction.logSourcingInfo(SourcingResult result) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
SourcingUtil.getAllocationForProduct(SourcingResult result,
ProductModel product) |
Copyright © 2018 SAP SE. All Rights Reserved.