com.ibm.retail.AEF.data
Interface TerminalOptionsProperties


public interface TerminalOptionsProperties

TerminalOptionsProperties contains the property name identifiers for TerminalOptions objects contained in OptionsEvent. 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 ALLOWANCE_ALLOWED
          Allowance Allowed identifier (GSA)
static java.lang.String CASH_DOC_ALLOWED
          Cash Document Transaction Allowed identifier (GSA)
static java.lang.String CASH_SPEC_ALLOWED
          Cash Special Transaction Allowed identifier (GSA)
static java.lang.String CASH_TRANSACTION_ALLOWED
          Cash Transaction Allowed identifier
static java.lang.String CHARGE_PLAN_A_ALLOWED
          Charge Plan A Transaction Allowed identifier (GSA)
static java.lang.String CHARGE_PLAN_B_ALLOWED
          Charge Plan B Transaction Allowed identifier (GSA)
static java.lang.String CHARGE_PLAN_C_ALLOWED
          Charge Plan C Transaction Allowed identifier (GSA)
static java.lang.String CHARGE_PLAN_D_ALLOWED
          Charge Plan D Transaction Allowed identifier (GSA)
static java.lang.String COD_ALLOWED
          COD Transaction Allowed identifier (GSA)
static java.lang.String DISCOUNTS_ALLOWED
          Discounts Allowed identifier (GSA)
static java.lang.String LAYAWAY_ALLOWED
          Layaway Transaction Allowed identifier
static java.lang.String NO_SALE_ALLOWED
          No Sale Transaction Allowed identifier
static java.lang.String OPERATOR_ID_REQUIRED
          Operator ID required identifier (GSA)
static java.lang.String ORIGINAL_SALES_PERSON_REQUIRED
          Original Sales Person Required identifier (GSA)
static java.lang.String PAYMENTS_ALLOWED
          Payments Allowed identifier (GSA)
static java.lang.String RETURNS_ALLOWED
          Returns Allowed identifier
static java.lang.String SEND_ALLOWED
          Send Transaction Allowed identifier (GSA)
static java.lang.String SUSPEND_TRANSACTION_ALLOWED
          Suspend Transaction Allowed identifier (GSA)
static java.lang.String TAX_CODE_REQUIRED
          Tax code required identifier
static java.lang.String TERMS_OF_SALE_REQUIRED
          Terms of Sale Required identifier (GSA)
static java.lang.String VOID_TRANSACTION_ALLOWED
          Void Transaction Allowed identifier
 

Field Detail

NO_SALE_ALLOWED

public static final java.lang.String NO_SALE_ALLOWED
No Sale Transaction Allowed identifier

See Also:
Constant Field Values

CASH_TRANSACTION_ALLOWED

public static final java.lang.String CASH_TRANSACTION_ALLOWED
Cash Transaction Allowed identifier

See Also:
Constant Field Values

LAYAWAY_ALLOWED

public static final java.lang.String LAYAWAY_ALLOWED
Layaway Transaction Allowed identifier

See Also:
Constant Field Values

RETURNS_ALLOWED

public static final java.lang.String RETURNS_ALLOWED
Returns Allowed identifier

See Also:
Constant Field Values

VOID_TRANSACTION_ALLOWED

public static final java.lang.String VOID_TRANSACTION_ALLOWED
Void Transaction Allowed identifier

See Also:
Constant Field Values

TAX_CODE_REQUIRED

public static final java.lang.String TAX_CODE_REQUIRED
Tax code required identifier

See Also:
Constant Field Values

OPERATOR_ID_REQUIRED

public static final java.lang.String OPERATOR_ID_REQUIRED
Operator ID required identifier (GSA)

See Also:
Constant Field Values

CASH_SPEC_ALLOWED

public static final java.lang.String CASH_SPEC_ALLOWED
Cash Special Transaction Allowed identifier (GSA)

See Also:
Constant Field Values

CASH_DOC_ALLOWED

public static final java.lang.String CASH_DOC_ALLOWED
Cash Document Transaction Allowed identifier (GSA)

See Also:
Constant Field Values

CHARGE_PLAN_A_ALLOWED

public static final java.lang.String CHARGE_PLAN_A_ALLOWED
Charge Plan A Transaction Allowed identifier (GSA)

See Also:
Constant Field Values

CHARGE_PLAN_B_ALLOWED

public static final java.lang.String CHARGE_PLAN_B_ALLOWED
Charge Plan B Transaction Allowed identifier (GSA)

See Also:
Constant Field Values

CHARGE_PLAN_C_ALLOWED

public static final java.lang.String CHARGE_PLAN_C_ALLOWED
Charge Plan C Transaction Allowed identifier (GSA)

See Also:
Constant Field Values

CHARGE_PLAN_D_ALLOWED

public static final java.lang.String CHARGE_PLAN_D_ALLOWED
Charge Plan D Transaction Allowed identifier (GSA)

See Also:
Constant Field Values

COD_ALLOWED

public static final java.lang.String COD_ALLOWED
COD Transaction Allowed identifier (GSA)

See Also:
Constant Field Values

SEND_ALLOWED

public static final java.lang.String SEND_ALLOWED
Send Transaction Allowed identifier (GSA)

See Also:
Constant Field Values

PAYMENTS_ALLOWED

public static final java.lang.String PAYMENTS_ALLOWED
Payments Allowed identifier (GSA)

See Also:
Constant Field Values

ALLOWANCE_ALLOWED

public static final java.lang.String ALLOWANCE_ALLOWED
Allowance Allowed identifier (GSA)

See Also:
Constant Field Values

DISCOUNTS_ALLOWED

public static final java.lang.String DISCOUNTS_ALLOWED
Discounts Allowed identifier (GSA)

See Also:
Constant Field Values

ORIGINAL_SALES_PERSON_REQUIRED

public static final java.lang.String ORIGINAL_SALES_PERSON_REQUIRED
Original Sales Person Required identifier (GSA)

See Also:
Constant Field Values

TERMS_OF_SALE_REQUIRED

public static final java.lang.String TERMS_OF_SALE_REQUIRED
Terms of Sale Required identifier (GSA)

See Also:
Constant Field Values

SUSPEND_TRANSACTION_ALLOWED

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

See Also:
Constant Field Values


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