Uses of Class
de.hybris.platform.warehousing.data.sourcing.SourcingResults
Packages that use SourcingResults
Package
Description
-
Uses of SourcingResults in de.hybris.platform.warehousing.allocation
Methods in de.hybris.platform.warehousing.allocation with parameters of type SourcingResultsModifier and TypeMethodDescriptionAllocationService.createConsignments(AbstractOrderModel order, 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 SourcingResultsModifier and TypeMethodDescriptionDefaultAllocationService.createConsignments(AbstractOrderModel order, String code, SourcingResults results) -
Uses of SourcingResults in de.hybris.platform.warehousing.data.sourcing
Methods in de.hybris.platform.warehousing.data.sourcing that return SourcingResultsMethods in de.hybris.platform.warehousing.data.sourcing with parameters of type SourcingResults -
Uses of SourcingResults in de.hybris.platform.warehousing.sourcing
Methods in de.hybris.platform.warehousing.sourcing that return SourcingResultsModifier and TypeMethodDescriptionSourcingService.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 -
Uses of SourcingResults in de.hybris.platform.warehousing.sourcing.result
Methods in de.hybris.platform.warehousing.sourcing.result that return SourcingResultsModifier and TypeMethodDescriptionSourcingResultFactory.create(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 SourcingResultsModifier and TypeMethodDescriptionSourcingResultFactory.create(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 SourcingResultsModifier and TypeMethodDescriptionDefaultSourcingResultFactory.create(Collection<SourcingResults> results) Methods in de.hybris.platform.warehousing.sourcing.result.impl with parameters of type SourcingResultsModifier and TypeMethodDescriptionprotected 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 SourcingResultsModifier and TypeMethodDescriptionDefaultSourcingResultFactory.create(Collection<SourcingResults> results) -
Uses of SourcingResults in de.hybris.platform.warehousing.sourcing.util
Methods in de.hybris.platform.warehousing.sourcing.util that return SourcingResultsModifier and TypeMethodDescriptionprotected SourcingResultsSourcingContextBuilder.getSourcingResults()Methods in de.hybris.platform.warehousing.sourcing.util with parameters of type SourcingResultsModifier and TypeMethodDescriptionvoidSourcingContextBuilder.setSourcingResults(SourcingResults sourcingResults) SourcingContextBuilder.withResults(SourcingResults results) -
Uses of SourcingResults in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util with parameters of type SourcingResultsModifier and TypeMethodDescriptionprotected voidBaseSourcingIntegrationTest.assertSourcingResultContents(SourcingResults results, WarehouseModel expectedWarehouse, Map<ProductModel, 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 SourcingResultsModifier and TypeMethodDescriptionvoidSourcingUtil.assertSourcingResultContents(SourcingResults results, WarehouseModel expectedWarehouse, ProductModel product, Long expectedAllocation)