|
CoCoME System Tests | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICashDesk
The main interface of a single cash desk. This is the view the environment (and thus the system test) has on the system, so the cash desk is just a provider for a number of peripheral devices.
Method Summary | |
---|---|
IBarcodeScanner |
getBarcodeScanner()
Returns the bar code scanner for this cash desk. |
ICardReader |
getCardReader()
Returns the card reader for this cash desk. |
ICashBox |
getCashBox()
Returns the cashbox for this cash desk. |
ILightsDisplay |
getLightsDisplay()
Returns the lights display for this cash desk. |
int |
getNumberOfExpressSalesForExpressModeSwitch()
Specifies the number of express sales (sales with less then 8 itmes) needed to switch cash desk in express mode |
IPrinter |
getPrinter()
Returns the printer for this cash desk. |
IUserDisplay |
getUserDisplay()
Returns the user display for this cash desk. |
Method Detail |
---|
ICardReader getCardReader() throws java.lang.Exception
java.lang.Exception
ICashBox getCashBox() throws java.lang.Exception
java.lang.Exception
IBarcodeScanner getBarcodeScanner() throws java.lang.Exception
java.lang.Exception
IPrinter getPrinter() throws java.lang.Exception
java.lang.Exception
IUserDisplay getUserDisplay() throws java.lang.Exception
java.lang.Exception
ILightsDisplay getLightsDisplay() throws java.lang.Exception
java.lang.Exception
int getNumberOfExpressSalesForExpressModeSwitch()
|
CoCoME System Tests | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |