public class FulfilKanbanService extends Object implements MagalieService
| Modifier and Type | Field and Description |
|---|---|
protected MagalieServiceContext |
serviceContext |
| Constructor and Description |
|---|
FulfilKanbanService() |
| Modifier and Type | Method and Description |
|---|---|
Article |
getArticle(String articleBarcode,
Company company) |
double |
getDefinedQuantity(Article article,
Warehouse destinationStore) |
Location |
getDestinationLocation(Warehouse destinationWarehouse) |
List<Warehouse> |
getDestinationWarehouses(Building building) |
RealTimeStorageMovementTask |
getRealTimeStorageMovementTask(Building building,
MagalieUser magalieUser,
String articleId) |
Warehouse |
getStore(String storeId) |
void |
setServiceContext(MagalieServiceContext serviceContext) |
protected MagalieServiceContext serviceContext
public void setServiceContext(MagalieServiceContext serviceContext)
setServiceContext in interface MagalieServicepublic double getDefinedQuantity(Article article, Warehouse destinationStore) throws ArticleNotAvailableForKanbanException
public Article getArticle(String articleBarcode, Company company) throws InvalidMagalieBarcodeException
InvalidMagalieBarcodeExceptionpublic RealTimeStorageMovementTask getRealTimeStorageMovementTask(Building building, MagalieUser magalieUser, String articleId)
Copyright © 2013 CodeLutin. All rights reserved.