com.ibm.retail.AEF.data
Interface StoreOptionsProperties


public interface StoreOptionsProperties

StoreOptionsProperties contains the POSDataProvider property names for store options attributes. These properties are communicated to client listeners through the OptionsListener interface.

See Also:
OptionsListener, getStoreOptions, getPropertyValue

Field Summary
static java.lang.String ALPHA_DRIVERS_LICENSE_INPUT_ALLOWED
          Alpha drivers license input allowed identifier
static java.lang.String ALPHA_STATE_INPUT_ALLOWED
          Alpha state input allowed identifier
static java.lang.String COUPON_MULTIPLIER_ENABLED
          Coupon multiplier enabled (ACE,SA)
static java.lang.String CUSTOMER_FUNCTION_CODE
          Customer Function Code identifier
static java.lang.String EATIN_TAKEOUT_PROMPT_ENABLED
          Eat-in/Take-out prompt is enabled (ACE,SA)
static java.lang.String FOOD_STAMPS_ALLOWED
          Food Stamps Allowed identifier
static java.lang.String FOOD_STAMPS_ONLY_ALLOWED
          Allow only Food Stamps after a Food Stamp Total identifier
static java.lang.String FOREIGN_TENDER_SUPPORTED
          Foreign Tender Supported identifier
static java.lang.String GIFT_RECEIPT_PRINTING_ENABLED
          Gift receipt printing enabled identifier
static java.lang.String MANAGERS_KEY_NEEDED
          Manager's Key Needed identifier
static java.lang.String MAX_SUSPENDED_TRANSACTIONS
          Max number of suspended transactions allowed per terminal identifier
static java.lang.String MAXIMUM_TRANSACTION_SIZE
          Maximum transaction size identifier
static java.lang.String MULTIPLE_CASH_DRAWER_SUPPORT
          Multiple cash drawer support enabled identifier
static java.lang.String NO_SALE_PRICE_VERIFY_IN_TRANSACTION_ALLOWED
          No Sale Price Verify Allowed identifier
static java.lang.String OTR_ENABLED
          OTR display is active (ACE,SA)
static java.lang.String OTR_FUNCTIONS_ENABLED
          OTR function is active (ACE,SA)
static java.lang.String OTR_PRINT_ENABLED
          OTR print is active (ACE,SA)
static java.lang.String OTR_REFRESH_ENABLED
          OTR refresh is active (ACE,SA)
static java.lang.String SCAN_MANAGER_ID_REQUIRED
          Scan manager ID required identifier
static java.lang.String SUSPEND_TRANSACTION_ALLOWED
          Suspend Transaction Allowed identifier
static java.lang.String TRANSACTION_DEFINITION
          Transaction definition identifier references a collection of TransactionDefinition objects
static java.lang.String TRANSACTION_WARNING_SIZE
          Transaction warning size identifier
static java.lang.String VOLUME_INPUT_DECIMAL_PLACES
          Number of decimal places for measure of items sold by volume (fuel)
static java.lang.String VOLUME_UNIT_PRICE_DECIMAL_PLACES
          Number of decimal places for unit price of items sold by volume (fuel)
static java.lang.String WEIGHT_DECIMAL_PLACES
          Format options for weight items
static java.lang.String WIC_TENDER_ONLY_IN_WIC_TRANS
          Identifier that denotes if only WIC tenders are available in a WIC Transaction
static java.lang.String WICEBT_ID
          WICEBT identifier
 

Field Detail

NO_SALE_PRICE_VERIFY_IN_TRANSACTION_ALLOWED

public static final java.lang.String NO_SALE_PRICE_VERIFY_IN_TRANSACTION_ALLOWED
No Sale Price Verify Allowed identifier

See Also:
Constant Field Values

MANAGERS_KEY_NEEDED

public static final java.lang.String MANAGERS_KEY_NEEDED
Manager's Key Needed identifier

See Also:
Constant Field Values

MAXIMUM_TRANSACTION_SIZE

public static final java.lang.String MAXIMUM_TRANSACTION_SIZE
Maximum transaction size identifier

See Also:
Constant Field Values

TRANSACTION_WARNING_SIZE

public static final java.lang.String TRANSACTION_WARNING_SIZE
Transaction warning size identifier

See Also:
Constant Field Values

FOOD_STAMPS_ALLOWED

public static final java.lang.String FOOD_STAMPS_ALLOWED
Food Stamps Allowed identifier

See Also:
Constant Field Values

FOOD_STAMPS_ONLY_ALLOWED

public static final java.lang.String FOOD_STAMPS_ONLY_ALLOWED
Allow only Food Stamps after a Food Stamp Total identifier

See Also:
Constant Field Values

MAX_SUSPENDED_TRANSACTIONS

public static final java.lang.String MAX_SUSPENDED_TRANSACTIONS
Max number of suspended transactions allowed per terminal identifier

See Also:
Constant Field Values

CUSTOMER_FUNCTION_CODE

public static final java.lang.String CUSTOMER_FUNCTION_CODE
Customer Function Code identifier

See Also:
Constant Field Values

SUSPEND_TRANSACTION_ALLOWED

public static final java.lang.String SUSPEND_TRANSACTION_ALLOWED
Suspend Transaction Allowed identifier

See Also:
Constant Field Values

WIC_TENDER_ONLY_IN_WIC_TRANS

public static final java.lang.String WIC_TENDER_ONLY_IN_WIC_TRANS
Identifier that denotes if only WIC tenders are available in a WIC Transaction

See Also:
Constant Field Values

WEIGHT_DECIMAL_PLACES

public static final java.lang.String WEIGHT_DECIMAL_PLACES
Format options for weight items

See Also:
Constant Field Values

FOREIGN_TENDER_SUPPORTED

public static final java.lang.String FOREIGN_TENDER_SUPPORTED
Foreign Tender Supported identifier

See Also:
Constant Field Values

ALPHA_STATE_INPUT_ALLOWED

public static final java.lang.String ALPHA_STATE_INPUT_ALLOWED
Alpha state input allowed identifier

See Also:
Constant Field Values

ALPHA_DRIVERS_LICENSE_INPUT_ALLOWED

public static final java.lang.String ALPHA_DRIVERS_LICENSE_INPUT_ALLOWED
Alpha drivers license input allowed identifier

See Also:
Constant Field Values

MULTIPLE_CASH_DRAWER_SUPPORT

public static final java.lang.String MULTIPLE_CASH_DRAWER_SUPPORT
Multiple cash drawer support enabled identifier

See Also:
Constant Field Values

OTR_ENABLED

public static final java.lang.String OTR_ENABLED
OTR display is active (ACE,SA)

See Also:
Constant Field Values

OTR_PRINT_ENABLED

public static final java.lang.String OTR_PRINT_ENABLED
OTR print is active (ACE,SA)

See Also:
Constant Field Values

OTR_REFRESH_ENABLED

public static final java.lang.String OTR_REFRESH_ENABLED
OTR refresh is active (ACE,SA)

See Also:
Constant Field Values

OTR_FUNCTIONS_ENABLED

public static final java.lang.String OTR_FUNCTIONS_ENABLED
OTR function is active (ACE,SA)

See Also:
Constant Field Values

COUPON_MULTIPLIER_ENABLED

public static final java.lang.String COUPON_MULTIPLIER_ENABLED
Coupon multiplier enabled (ACE,SA)

See Also:
Constant Field Values

EATIN_TAKEOUT_PROMPT_ENABLED

public static final java.lang.String EATIN_TAKEOUT_PROMPT_ENABLED
Eat-in/Take-out prompt is enabled (ACE,SA)

See Also:
Constant Field Values

VOLUME_INPUT_DECIMAL_PLACES

public static final java.lang.String VOLUME_INPUT_DECIMAL_PLACES
Number of decimal places for measure of items sold by volume (fuel)

See Also:
Constant Field Values

VOLUME_UNIT_PRICE_DECIMAL_PLACES

public static final java.lang.String VOLUME_UNIT_PRICE_DECIMAL_PLACES
Number of decimal places for unit price of items sold by volume (fuel)

See Also:
Constant Field Values

GIFT_RECEIPT_PRINTING_ENABLED

public static final java.lang.String GIFT_RECEIPT_PRINTING_ENABLED
Gift receipt printing enabled identifier

See Also:
Constant Field Values

SCAN_MANAGER_ID_REQUIRED

public static final java.lang.String SCAN_MANAGER_ID_REQUIRED
Scan manager ID required identifier

See Also:
Constant Field Values

WICEBT_ID

public static final java.lang.String WICEBT_ID
WICEBT identifier

See Also:
Constant Field Values

TRANSACTION_DEFINITION

public static final java.lang.String TRANSACTION_DEFINITION
Transaction definition identifier references a collection of TransactionDefinition objects

See Also:
TransactionDefinition, Constant Field Values


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