|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CashReceiptEvent
encapsulates cash receipt printer data obtained from the
terminal session.
Method Summary | |
---|---|
int |
getLineFeeds()
Get number of line feeds. |
java.util.Collection |
getPrintLines()
Returns the print lines associated with this event. |
java.util.Collection |
getRawPrintLines()
Return the collection of raw print lines for the event. |
boolean |
isPaperCut()
Return true if this a paper cut for the receipt printer. |
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEvent |
---|
getEventType, getPropertyChangeCategory, getTerminalNumber, setEventType, setTerminalNumber |
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEventElement |
---|
getBooleanPropertyValue, getData, getIntegerPropertyValue, getProperty, getPropertyEntries, setData, setProperty, toString |
Methods inherited from interface com.ibm.retail.AEF.xml.SAXElementHandler |
---|
endElement, startElement |
Method Detail |
public java.util.Collection getPrintLines()
Collection
of strings containing the print lines.
- returns empty collection if no print lines existpublic java.util.Collection getRawPrintLines()
Collection
of strings containing the raw print lines.
- returns empty collection if no print lines existpublic boolean isPaperCut() throws AEFException
AEFException
- Among the possible AEFException error codes are:
public int getLineFeeds() throws AEFException
AEFException
- Among the possible AEFException error codes are:
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |