|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CashDeskConnectorIf
This interface is used by the cashdesk
Method Summary | |
---|---|
void |
bookSale(SaleTO saleTO)
Registers the selling of products contained in the stock of the store. |
ProductWithStockItemTO |
getProductWithStockItem(long productBarCode)
Determines product and the item in the stock of the store by the given barcode. |
Method Detail |
---|
void bookSale(SaleTO saleTO) throws java.rmi.RemoteException
saleTO
- The sale to be registered in stock.
java.rmi.RemoteException
ProductWithStockItemTO getProductWithStockItem(long productBarCode) throws NoSuchProductException, java.rmi.RemoteException
productBarCode
- Contains the given barcode
NoSuchProductException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |