|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An OptionsEvent
is generated whenever terminal or store level options are loaded for the
POS Terminal Sales Application. This options determine the functions available at the
terminal and modify the configurable behavior of the terminal.
Method Summary | |
---|---|
java.util.Collection |
getAlternateTaxCodes()
Returns list of the tax codes used for identifying alternate tax codes |
java.util.Collection |
getDepartmentDefinitions()
Returns list of the departments defined |
java.util.Collection |
getItemDiscountReasons()
Returns list of the discount reason codes used for processing item discounts |
java.util.Collection |
getManualTaxCodes()
Returns list of the tax codes used for identifying manual tax codes |
java.util.Collection |
getNoTaxCodes()
Returns list of the tax codes used for identifying no tax codes |
java.util.Collection |
getPriceOverrideReasons()
Returns list of the reason codes used for price overrides |
java.util.Collection |
getRefundReasons()
Returns list of the reason codes used for refunds |
com.ibm.retail.AEF.event.StoreDefinition |
getStoreDefinition()
Returns the information about the store (name, address,..) |
com.ibm.retail.AEF.event.StoreOptions |
getStoreOptions()
Returns information about store wide options |
java.util.Collection |
getTareCodes()
Returns list of the codes used for identifying tares |
java.util.Collection |
getTenderDefinitions()
Returns a list of tenders defined |
com.ibm.retail.AEF.event.TerminalOptions |
getTerminalOptions()
Returns information about the terminal specific options |
java.util.Collection |
getTransactionDiscountReasons()
Returns list of the discount reason codes used for processing transaction discounts |
java.util.Collection |
getVATTaxCodes()
Returns list of the tax codes used for identifying VAT |
java.util.Collection |
getVoidReasons()
Returns list of the reason codes used for voids |
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 com.ibm.retail.AEF.event.StoreDefinition getStoreDefinition()
StoreDefinition
objectpublic java.util.Collection getTenderDefinitions()
Collection
of TenderDefinition
objects
- empty collection if no tender definitions were contained in the eventTenderDefinition
public java.util.Collection getPriceOverrideReasons()
Collection
of ReasonCode
objects
- empty collection if no reason codes for price overrides were contained in the eventReasonCode
public java.util.Collection getRefundReasons()
Collection
of ReasonCode
objects
- empty collection if no reason codes for refunds were contained in the eventReasonCode
public java.util.Collection getVoidReasons()
Collection
of ReasonCode
objects
- empty collection if no reason codes for voids were contained in the eventReasonCode
public java.util.Collection getTareCodes()
Collection
of TareCode
objects
- empty collection if no tare codes were contained in the eventTareCode
public java.util.Collection getVATTaxCodes()
Collection
of TaxCode
objects
- empty collection if no VAT tax codes were contained in the eventTaxCode
public java.util.Collection getAlternateTaxCodes()
Collection
of TaxCode
objects
- empty collection if no alternate tax codes were contained in the eventTaxCode
public java.util.Collection getManualTaxCodes()
Collection
of TaxCode
objects
- empty collection if no manual tax codes were contained in the eventTaxCode
public java.util.Collection getNoTaxCodes()
Collection
of TaxCode
objects
- empty collection if no manual tax codes were contained in the eventTaxCode
public java.util.Collection getItemDiscountReasons()
Collection
of DiscountReasonCode
objects
- empty collection if no item discount reason codes were contained in the eventDiscountReasonCode
public java.util.Collection getTransactionDiscountReasons()
Collection
of TransactionDiscountReasonCode
objects
- empty collection if no transaction discount reason codes were contained in the eventTransactionDiscountReasonCode
public java.util.Collection getDepartmentDefinitions()
Collection
of DepartmentDefinition
objects
- empty collection if no departments were defined in the eventDepartmentDefinition
public com.ibm.retail.AEF.event.TerminalOptions getTerminalOptions()
TerminalOptions
object describing the options for this terminal
- null if no terminal options definedpublic com.ibm.retail.AEF.event.StoreOptions getStoreOptions()
StoreOptions
object describing store-wide options
- null if no terminal options defined
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |