public class MagalieBarcodeService extends Object implements MagalieService
| Modifier and Type | Field and Description |
|---|---|
protected MagalieServiceContext |
serviceContext |
| Constructor and Description |
|---|
MagalieBarcodeService() |
| Modifier and Type | Method and Description |
|---|---|
Article |
getArticle(String articleBarcode,
Company company) |
Location |
getLocation(String locationBarcode,
Building building) |
PreparedArticleReception |
getPreparedArticleReception(Building building,
String barcode) |
void |
setServiceContext(MagalieServiceContext serviceContext) |
protected MagalieServiceContext serviceContext
public void setServiceContext(MagalieServiceContext serviceContext)
setServiceContext in interface MagalieServicepublic Article getArticle(String articleBarcode, Company company) throws InvalidMagalieBarcodeException
InvalidMagalieBarcodeExceptionpublic Location getLocation(String locationBarcode, Building building) throws InvalidMagalieBarcodeException
InvalidMagalieBarcodeExceptionpublic PreparedArticleReception getPreparedArticleReception(Building building, String barcode) throws InvalidMagalieBarcodeException, PreparedArticleReceptionAlreadyStoredException
Copyright © 2013 CodeLutin. All rights reserved.