|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
StoreOptions
is a simple data object to contain information
about POS store level options. Store options determine what
POS functions are enabled store-wide. StoreOptions
are accessible
from the OptionsEvent
.
getStoreOptions
Method Summary | |
---|---|
java.lang.String |
getCustomerFunctionCode()
Get the customer function code. |
java.lang.String |
getMaximumSuspendedTransactions()
Get the maximum number of suspended transactions allowed. |
java.lang.String |
getMaximumTransactionSize()
Get the maximum size allowed for a transaction. |
java.util.Collection |
getTransactionDefinitions()
Get the collection of transaction definitions. |
java.lang.String |
getTransactionWarningSize()
Get the warning size for transactions. |
java.lang.String |
getVolumeInputDecimalPlaces()
Get the number of decimal places for inputting volumes. |
java.lang.String |
getVolumeUnitPriceDecimalPlaces()
Get the number of decimal places for volume unit prices. |
java.lang.String |
getWeightInputDecimalPlaces()
Get the number of decimal places for inputting weights. |
java.lang.String |
getWICEBT()
Get the identifier for WIC EBT |
boolean |
isEnabled(java.lang.String propertyName)
Indicates if a function enabled or allowed. |
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 boolean isEnabled(java.lang.String propertyName) throws AEFException
Since store options are application specific,
isEnabled
provides a method to determine the
value of an option based on the property name of the
function. Property names are contained in the
StoreOptionsProperties
interface.
propertyName
- name of the property or function
AEFException
- Among the possible AEFException error codes are:
StoreOptionsProperties
public java.lang.String getMaximumTransactionSize()
public java.lang.String getMaximumSuspendedTransactions()
public java.lang.String getTransactionWarningSize()
public java.lang.String getCustomerFunctionCode()
public java.lang.String getWeightInputDecimalPlaces()
public java.lang.String getVolumeInputDecimalPlaces()
public java.lang.String getVolumeUnitPriceDecimalPlaces()
public java.lang.String getWICEBT()
public java.util.Collection getTransactionDefinitions()
TransactionDefinition
objects
- empty of no definitions included in this eventTransactionDefinition
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |