|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
LineItemEvent
is the parent interface for the hierarchy of events related to
items to a POS transaction.
A LineItemEvent
is generated when an item is
added or removed from a transaction. The LineItemEvent
object contains
details about the item.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the short item description used by POS. |
java.lang.String |
getItemModifier()
Returns the item modifier. |
java.util.Collection |
getPrintLines()
Returns a collection of print lines (Strings) for the line item. |
java.util.Collection |
getRawPrintLines()
Returns a collection of raw print lines (Strings) for the line item. |
boolean |
isDeposit()
Indicates whether the line item is a deposit line item. |
boolean |
isRefunded()
Indicates whether the line item is a refund line item. |
boolean |
isVoided()
Indicates whether the line item is a voided line item. |
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.lang.String getItemModifier()
public boolean isVoided() throws AEFException
AEFException
- Among the possible AEFException error codes are:
public boolean isRefunded() throws AEFException
AEFException
- Among the possible AEFException error codes are:
public boolean isDeposit() throws AEFException
AEFException
- Among the possible AEFException error codes are:
public java.lang.String getDescription()
public java.util.Collection getPrintLines()
Collection
of Strings
- returns empty collection if no print linespublic java.util.Collection getRawPrintLines()
Collection
of Strings
- returns empty collection if no print lines
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |