com.ibm.retail.AEF.data
Interface OptionsProperties

All Superinterfaces:
POSDataProperties

public interface OptionsProperties
extends POSDataProperties

OptionsProperties contains the data provider property names for terminal and store level options. These properties are communicated to client listeners through the OptionsListener interface. Individual property values for the current options are also accessible through the POSDataProvider interface.

See Also:
OptionsListener, getPropertyValue

Field Summary
static java.lang.String ALTERNATE_TAX_CODE
          Alternate Tax codes identifier references a collection of TaxCode objects.
static java.lang.String CATEGORY
          Category identifier
static java.lang.String DEPARTMENT_DEFINITION
          Department identifier references a collection of DepartmentDefinition objects
static java.lang.String ITEM_DISCOUNT_REASON_CODE
          Item discount reason codes identifier references a collection of DiscountReasonCode objects.
static java.lang.String MANUAL_TAX_CODE
          Manual Tax codes identifier references a collection of TaxCode objects.
static java.lang.String NO_TAX_CODE
          NoTax tax codes identifier references a collection of TaxCode objects.
static java.lang.String PRICE_OVERRIDE_REASON
          Price override codes identifier references a collection of ReasonCode objects.
static java.lang.String REFUND_REASON
          Refund reason codes identifier references a collection of ReasonCode objects.
static java.lang.String STORE_DEFINITION
          Store definition object identifier references a StoreDefinition object.
static java.lang.String STORE_OPTIONS
          Store Options identifier references a StoreOptions object which defines the store level settings.
static java.lang.String TARE_CODE
          Tare codes identifier references a collection of TareCode objects.
static java.lang.String TENDER_DEFINITION
          Tender definition identifier references a collection of TenderDefinition objects.
static java.lang.String TERMINAL_OPTIONS
          Terminal Options identifier references a TerminalOptions object which defines the terminal settings.
static java.lang.String TRANSACTION_DISCOUNT_REASON_CODE
          Transaction discount reason codes identifier references a collection of TransactionDiscountReasonCode objects.
static java.lang.String VAT_TAX_CODE
          VAT Tax codes identifier references a collection of TaxCode objects.
static java.lang.String VOID_REASON
          Void reason codes identifier references a collection of ReasonCode objects.
 
Fields inherited from interface com.ibm.retail.AEF.data.POSDataProperties
ELEMENT_NAME
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
Category identifier

See Also:
Constant Field Values

STORE_DEFINITION

public static final java.lang.String STORE_DEFINITION
Store definition object identifier references a StoreDefinition object.

See Also:
StoreDefinition, Constant Field Values

TENDER_DEFINITION

public static final java.lang.String TENDER_DEFINITION
Tender definition identifier references a collection of TenderDefinition objects.

See Also:
TenderDefinition, Constant Field Values

PRICE_OVERRIDE_REASON

public static final java.lang.String PRICE_OVERRIDE_REASON
Price override codes identifier references a collection of ReasonCode objects.

See Also:
ReasonCode, Constant Field Values

REFUND_REASON

public static final java.lang.String REFUND_REASON
Refund reason codes identifier references a collection of ReasonCode objects.

See Also:
ReasonCode, Constant Field Values

VOID_REASON

public static final java.lang.String VOID_REASON
Void reason codes identifier references a collection of ReasonCode objects.

See Also:
ReasonCode, Constant Field Values

TARE_CODE

public static final java.lang.String TARE_CODE
Tare codes identifier references a collection of TareCode objects.

See Also:
TareCode, Constant Field Values

VAT_TAX_CODE

public static final java.lang.String VAT_TAX_CODE
VAT Tax codes identifier references a collection of TaxCode objects.

See Also:
TaxCode, Constant Field Values

ALTERNATE_TAX_CODE

public static final java.lang.String ALTERNATE_TAX_CODE
Alternate Tax codes identifier references a collection of TaxCode objects.

See Also:
TaxCode, Constant Field Values

MANUAL_TAX_CODE

public static final java.lang.String MANUAL_TAX_CODE
Manual Tax codes identifier references a collection of TaxCode objects.

See Also:
TaxCode, Constant Field Values

NO_TAX_CODE

public static final java.lang.String NO_TAX_CODE
NoTax tax codes identifier references a collection of TaxCode objects.

See Also:
TaxCode, Constant Field Values

TRANSACTION_DISCOUNT_REASON_CODE

public static final java.lang.String TRANSACTION_DISCOUNT_REASON_CODE
Transaction discount reason codes identifier references a collection of TransactionDiscountReasonCode objects.

See Also:
TransactionDiscountReasonCode, Constant Field Values

ITEM_DISCOUNT_REASON_CODE

public static final java.lang.String ITEM_DISCOUNT_REASON_CODE
Item discount reason codes identifier references a collection of DiscountReasonCode objects.

See Also:
DiscountReasonCode, Constant Field Values

DEPARTMENT_DEFINITION

public static final java.lang.String DEPARTMENT_DEFINITION
Department identifier references a collection of DepartmentDefinition objects

See Also:
DepartmentDefinition, Constant Field Values

TERMINAL_OPTIONS

public static final java.lang.String TERMINAL_OPTIONS
Terminal Options identifier references a TerminalOptions object which defines the terminal settings.

See Also:
TerminalOptions, Constant Field Values

STORE_OPTIONS

public static final java.lang.String STORE_OPTIONS
Store Options identifier references a StoreOptions object which defines the store level settings.

See Also:
StoreOptions, Constant Field Values


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004