Interface AllocationService
- All Known Implementing Classes:
 AllocationServiceImpl
public interface AllocationService
A AllocationService is responsible to find and allocate material in stock.
- Author:
 - Heiko Scherrer
 
- 
Method Summary
 
- 
Method Details
- 
allocate
List<Allocation> allocate(@NotNull @NotNull org.openwms.core.units.api.Measurable amount, @NotEmpty @NotEmpty String sku, List<String> sourceLocationGroupNames) Allocate theamountof products identified withsku.- Parameters:
 amount- The amount to allocatesku- The Products SKUsourceLocationGroupNames- The list of LocationGroup names wherein the article shall be allocated- Returns:
 - A list with all possible Allocations
 
 
 -