Uses of Class
de.hybris.platform.warehousing.data.sourcing.SourcingResult
Packages that use SourcingResult
Package
Description
-
Uses of SourcingResult in de.hybris.platform.warehousing.allocation
Methods in de.hybris.platform.warehousing.allocation with parameters of type SourcingResultModifier and TypeMethodDescriptionAllocationService.createConsignment(AbstractOrderModel order, 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 SourcingResultModifier and TypeMethodDescriptionDefaultAllocationService.createConsignment(AbstractOrderModel order, 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 SourcingResultMethod parameters in de.hybris.platform.warehousing.data.sourcing with type arguments of type SourcingResult -
Uses of SourcingResult in de.hybris.platform.warehousing.sourcing.result
Methods in de.hybris.platform.warehousing.sourcing.result that return SourcingResultModifier and TypeMethodDescriptionSourcingResultFactory.create(AbstractOrderEntryModel orderEntry, SourcingLocation sourcingLocation, Long quantity) Create a sourcing result.SourcingResultFactory.create(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().SourcingResultFactory.create(Map<AbstractOrderEntryModel, 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 SourcingResultModifier and TypeMethodDescriptionDefaultSourcingResultFactory.create(AbstractOrderEntryModel orderEntry, SourcingLocation sourcingLocation, Long quantity) DefaultSourcingResultFactory.create(Collection<AbstractOrderEntryModel> orderEntries, SourcingLocation sourcingLocation) DefaultSourcingResultFactory.create(Map<AbstractOrderEntryModel, 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 SourcingResultModifier and TypeMethodDescriptionprotected longAbstractSourcingStrategy.getQuantitySourced(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 SourcingResultModifier and TypeMethodDescriptionprotected voidNoRestrictionsStrategyTest.assertEqualsQuantityAllocation(Set<SourcingResult> results, 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 -
Uses of SourcingResult in de.hybris.platform.yacceleratorordermanagement.actions.order
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order with parameters of type SourcingResultModifier and TypeMethodDescriptionprotected 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 SourcingResultModifier and TypeMethodDescriptionSourcingUtil.getAllocationForProduct(SourcingResult result, ProductModel product)