public class SimpleWithdrawItemService extends Object implements MagalieService
| Modifier and Type | Field and Description |
|---|---|
protected MagalieServiceContext |
serviceContext |
| Constructor and Description |
|---|
SimpleWithdrawItemService() |
| Modifier and Type | Method and Description |
|---|---|
void |
confirmStorageMovement(MagalieUser magalieUser,
String destinationWarehouseId,
StoredArticle storedArticle) |
protected Location |
getDestinationLocation(Warehouse destinationWarehouse) |
SimpleWithdrawItemTask |
getSimpleWithdrawItemTask(Building building,
MagalieUser magalieUser,
String articleBarcode) |
void |
setServiceContext(MagalieServiceContext serviceContext) |
protected MagalieServiceContext serviceContext
public void setServiceContext(MagalieServiceContext serviceContext)
setServiceContext in interface MagalieServicepublic SimpleWithdrawItemTask getSimpleWithdrawItemTask(Building building, MagalieUser magalieUser, String articleBarcode) throws InvalidMagalieBarcodeException, IllegalWithdrawException
public void confirmStorageMovement(MagalieUser magalieUser, String destinationWarehouseId, StoredArticle storedArticle)
Copyright © 2013 CodeLutin. All rights reserved.