Uses of Class
org.openwms.wms.inventory.allocation.Allocation
Packages that use Allocation
Package
Description
-
Uses of Allocation in org.openwms.wms.inventory.allocation
Methods in org.openwms.wms.inventory.allocation that return AllocationMethods in org.openwms.wms.inventory.allocation that return types with arguments of type AllocationModifier and TypeMethodDescriptionAllocationService.allocate
(@NotNull org.openwms.core.units.api.Measurable amount, @NotBlank String sku, List<String> sourceLocationGroupNames) Allocate theamount
of products identified withsku
.Methods in org.openwms.wms.inventory.allocation with parameters of type AllocationModifier and TypeMethodDescriptionAllocationMapper.convert
(Allocation entity) AllocationMapperImpl.convert
(Allocation entity) private String
AllocationMapperImpl.entityActualLocationErpCode
(Allocation allocation) private String
AllocationMapperImpl.entityLoadUnitPhysicalPosition
(Allocation allocation) private String
AllocationMapperImpl.entityProductSku
(Allocation allocation) private String
AllocationMapperImpl.entityTransportUnitTransportUnitBKValue
(Allocation allocation) Method parameters in org.openwms.wms.inventory.allocation with type arguments of type AllocationModifier and TypeMethodDescriptionAllocationMapper.convert
(List<Allocation> entities) AllocationMapperImpl.convert
(List<Allocation> entities) -
Uses of Allocation in org.openwms.wms.inventory.allocation.impl
Methods in org.openwms.wms.inventory.allocation.impl that return types with arguments of type Allocation -
Uses of Allocation in org.openwms.wms.inventory.allocation.spi
Methods in org.openwms.wms.inventory.allocation.spi that return types with arguments of type AllocationModifier and TypeMethodDescription@NotNull List
<Allocation> GenericAllocator.allocate
(@NotNull List<org.openwms.core.lang.Triple<String, Object, Class<?>>> searchAttributes, List<String> sourceLocationGroupNames) Search and allocate based on arbitrary search attributes.@NotNull List
<Allocation> SimpleGenericAllocator.allocate
(@NotNull List<org.openwms.core.lang.Triple<String, Object, Class<?>>> searchAttributes, List<String> sourceLocationGroupNames) Search and allocate based on arbitrary search attributes.