Uses of Class
de.hybris.platform.warehousing.data.sourcing.SourcingResult
-
-
Uses of SourcingResult in de.hybris.platform.warehousing.allocation
Methods in de.hybris.platform.warehousing.allocation with parameters of type SourcingResult Modifier and Type Method Description ConsignmentModelAllocationService. 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. -
Uses of SourcingResult in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type SourcingResult Modifier and Type Method Description ConsignmentModelDefaultAllocationService. createConsignment(AbstractOrderModel order, java.lang.String code, SourcingResult result)This implementation assumes that all order entries in SourcingResult have the same delivery POS. -
Uses of SourcingResult in de.hybris.platform.warehousing.data.sourcing
Methods in de.hybris.platform.warehousing.data.sourcing that return types with arguments of type SourcingResult Modifier and Type Method Description java.util.Set<SourcingResult>SourcingResults. getResults()Method parameters in de.hybris.platform.warehousing.data.sourcing with type arguments of type SourcingResult Modifier and Type Method Description voidSourcingResults. setResults(java.util.Set<SourcingResult> results) -
Uses of SourcingResult in de.hybris.platform.warehousing.sourcing.result
Methods in de.hybris.platform.warehousing.sourcing.result that return SourcingResult Modifier and Type Method Description SourcingResultSourcingResultFactory. create(AbstractOrderEntryModel orderEntry, SourcingLocation sourcingLocation, java.lang.Long quantity)Create a sourcing result.SourcingResultSourcingResultFactory. 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 byAbstractOrderEntryModel#getQuantityUnallocated().SourcingResultSourcingResultFactory. 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. -
Uses of SourcingResult in de.hybris.platform.warehousing.sourcing.result.impl
Methods in de.hybris.platform.warehousing.sourcing.result.impl that return SourcingResult Modifier and Type Method Description SourcingResultDefaultSourcingResultFactory. create(AbstractOrderEntryModel orderEntry, SourcingLocation sourcingLocation, java.lang.Long quantity)SourcingResultDefaultSourcingResultFactory. create(java.util.Collection<AbstractOrderEntryModel> orderEntries, SourcingLocation sourcingLocation)SourcingResultDefaultSourcingResultFactory. create(java.util.Map<AbstractOrderEntryModel,java.lang.Long> allocations, SourcingLocation sourcingLocation) -
Uses of SourcingResult in de.hybris.platform.warehousing.sourcing.strategy
Method parameters in de.hybris.platform.warehousing.sourcing.strategy with type arguments of type SourcingResult Modifier and Type Method Description protected longAbstractSourcingStrategy. getQuantitySourced(java.util.Set<SourcingResult> sourcingResults, AbstractOrderEntryModel orderEntry)Retrieve the quantity already sourced -
Uses of SourcingResult in de.hybris.platform.warehousing.sourcing.strategy.impl
Method parameters in de.hybris.platform.warehousing.sourcing.strategy.impl with type arguments of type SourcingResult Modifier and Type Method Description protected voidNoRestrictionsStrategyTest. assertEqualsQuantityAllocation(java.util.Set<SourcingResult> results, java.lang.String pos, int qtyExpected) -
Uses of SourcingResult in de.hybris.platform.warehousing.sourcing.util
Methods in de.hybris.platform.warehousing.sourcing.util that return SourcingResult Modifier and Type Method Description SourcingResultSourcingResultBuilder. build() -
Uses of SourcingResult in de.hybris.platform.yacceleratorordermanagement.actions.order
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order with parameters of type SourcingResult Modifier and Type Method Description protected voidSourceOrderAction. logSourcingInfo(SourcingResult result) -
Uses of SourcingResult in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type SourcingResult Modifier and Type Method Description java.lang.LongSourcingUtil. getAllocationForProduct(SourcingResult result, ProductModel product)
-