Uses of Class
org.openwms.wms.inventory.allocation.Allocation
Packages that use Allocation
-
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, @NotEmpty 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