Uses of Class
de.hybris.platform.warehousing.data.sourcing.SourcingResults
-
-
Uses of SourcingResults in de.hybris.platform.warehousing.allocation
Methods in de.hybris.platform.warehousing.allocation with parameters of type SourcingResults Modifier and Type Method Description java.util.Collection<ConsignmentModel>AllocationService. createConsignments(AbstractOrderModel order, java.lang.String code, SourcingResults results)Create consignments for the sourcing results gathered from the sourcing strategies executions.
All consignments and order will be persisted after creations and updates. -
Uses of SourcingResults in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type SourcingResults Modifier and Type Method Description java.util.Collection<ConsignmentModel>DefaultAllocationService. createConsignments(AbstractOrderModel order, java.lang.String code, SourcingResults results) -
Uses of SourcingResults in de.hybris.platform.warehousing.data.sourcing
Methods in de.hybris.platform.warehousing.data.sourcing that return SourcingResults Modifier and Type Method Description SourcingResultsSourcingContext. getResult()Methods in de.hybris.platform.warehousing.data.sourcing with parameters of type SourcingResults Modifier and Type Method Description voidSourcingContext. setResult(SourcingResults result) -
Uses of SourcingResults in de.hybris.platform.warehousing.sourcing
Methods in de.hybris.platform.warehousing.sourcing that return SourcingResults Modifier and Type Method Description SourcingResultsSourcingService. sourceOrder(AbstractOrderModel order)Evaluate the best way to source an order using some defined sourcing strategies. -
Uses of SourcingResults in de.hybris.platform.warehousing.sourcing.impl
Methods in de.hybris.platform.warehousing.sourcing.impl that return SourcingResults Modifier and Type Method Description SourcingResultsDefaultSourcingService. sourceOrder(AbstractOrderModel order) -
Uses of SourcingResults in de.hybris.platform.warehousing.sourcing.result
Methods in de.hybris.platform.warehousing.sourcing.result that return SourcingResults Modifier and Type Method Description SourcingResultsSourcingResultFactory. create(java.util.Collection<SourcingResults> results)Create a single sourcing result from a collection of sourcing results.Method parameters in de.hybris.platform.warehousing.sourcing.result with type arguments of type SourcingResults Modifier and Type Method Description SourcingResultsSourcingResultFactory. create(java.util.Collection<SourcingResults> results)Create a single sourcing result from a collection of sourcing results. -
Uses of SourcingResults in de.hybris.platform.warehousing.sourcing.result.impl
Methods in de.hybris.platform.warehousing.sourcing.result.impl that return SourcingResults Modifier and Type Method Description SourcingResultsDefaultSourcingResultFactory. create(java.util.Collection<SourcingResults> results)Methods in de.hybris.platform.warehousing.sourcing.result.impl with parameters of type SourcingResults Modifier and Type Method Description protected voidDefaultSourcingResultFactory. mergeResults(SourcingResults source, SourcingResults target)Merges the sourcing results of the source and target results containers into the target container. This implementation will set the collections in the target as typeHashSetand merges the collections usingIterables.concat(Iterable, Iterable).Method parameters in de.hybris.platform.warehousing.sourcing.result.impl with type arguments of type SourcingResults Modifier and Type Method Description SourcingResultsDefaultSourcingResultFactory. create(java.util.Collection<SourcingResults> results) -
Uses of SourcingResults in de.hybris.platform.warehousing.sourcing.util
Methods in de.hybris.platform.warehousing.sourcing.util that return SourcingResults Modifier and Type Method Description protected SourcingResultsSourcingContextBuilder. getSourcingResults()Methods in de.hybris.platform.warehousing.sourcing.util with parameters of type SourcingResults Modifier and Type Method Description voidSourcingContextBuilder. setSourcingResults(SourcingResults sourcingResults)SourcingContextBuilderSourcingContextBuilder. withResults(SourcingResults results) -
Uses of SourcingResults in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util with parameters of type SourcingResults Modifier and Type Method Description protected voidBaseSourcingIntegrationTest. assertSourcingResultContents(SourcingResults results, WarehouseModel expectedWarehouse, java.util.Map<ProductModel,java.lang.Long> expectedAllocation)Assert that the sourcing result selected the correct warehouse and sourced the correct quantity. -
Uses of SourcingResults in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type SourcingResults Modifier and Type Method Description voidSourcingUtil. assertSourcingResultContents(SourcingResults results, WarehouseModel expectedWarehouse, ProductModel product, java.lang.Long expectedAllocation)
-