com.ibm.etill.cashier
Interface CommandConstants

All Known Implementing Classes:
Cashier

public interface CommandConstants

CommandConstants lists the commands which are allowed to be issued through the Cashier. The constants (ABOUT, ACCEPTPAYMENT, etc.) are also the index of the command name in the commands array. For example, commands[ABOUT] equals "ABOUT".


Field Summary
static int ABOUT
static int ACCEPTPAYMENT
static int APPROVE
static int APPROVEREVERSAL
static int BATCHCLOSE
static int BATCHOPEN
static int BATCHPURGE
static int CANCELORDER
static int CASSETTECONTROL
static int CLOSEORDER
static java.lang.String[] commands
The commands array holds the allowed commands which can be issued through the Cashier.
static int CREATEACCOUNT
static int CREATEMERCHANT
static int CREATEMERCHANTCASSETTEOBJECT
static int CREATEMEREVENTLISTENER
static int CREATEPAYSYSTEM
static int CREATESNMEVENTLISTENER
static int CREATESYSTEMCASSETTEOBJECT
static int DELETEACCOUNT
static int DELETEBATCH
static int DELETEMERCHANT
static int DELETEMERCHANTCASSETTEOBJECT
static int DELETEMEREVENTLISTENER
static int DELETEPAYSYSTEM
static int DELETESNMEVENTLISTENER
static int DELETESYSTEMCASSETTEOBJECT
static int DEPOSIT
static int DEPOSITREVERSAL
static int MODIFYACCOUNT
static int MODIFYCASSETTE
static int MODIFYMERCHANT
static int MODIFYMERCHANTCASSETTEOBJECT
static int MODIFYMEREVENTLISTENER
static int MODIFYPAYSERVER
static int MODIFYPAYSYSTEM
static int MODIFYSNMEVENTLISTENER
static int MODIFYSYSTEMCASSETTEOBJECT
static int MODIFYUSERSTATUS
static int QUERYACCOUNTS
static int QUERYBATCHES
static int QUERYCASSETTES
static int QUERYCREDITS
static int QUERYEVENTLISTENERS
static int QUERYMERCHANTS
static int QUERYORDERS
static int QUERYPAYMENTS
static int QUERYPAYMENTSERVER
static int QUERYPAYSYSTEMS
static int QUERYUSERS
static int RECEIVEPAYMENT
static int REFUND
static int REFUNDREVERSAL
static int SETUSERACCESSRIGHTS
Field Detail

ABOUT

public static final int ABOUT
See Also:
Constant Field Values

ACCEPTPAYMENT

public static final int ACCEPTPAYMENT
See Also:
Constant Field Values

APPROVE

public static final int APPROVE
See Also:
Constant Field Values

APPROVEREVERSAL

public static final int APPROVEREVERSAL
See Also:
Constant Field Values

BATCHCLOSE

public static final int BATCHCLOSE
See Also:
Constant Field Values

BATCHOPEN

public static final int BATCHOPEN
See Also:
Constant Field Values

BATCHPURGE

public static final int BATCHPURGE
See Also:
Constant Field Values

CANCELORDER

public static final int CANCELORDER
See Also:
Constant Field Values

CASSETTECONTROL

public static final int CASSETTECONTROL
See Also:
Constant Field Values

CLOSEORDER

public static final int CLOSEORDER
See Also:
Constant Field Values

CREATEACCOUNT

public static final int CREATEACCOUNT
See Also:
Constant Field Values

CREATEMERCHANT

public static final int CREATEMERCHANT
See Also:
Constant Field Values

CREATEMERCHANTCASSETTEOBJECT

public static final int CREATEMERCHANTCASSETTEOBJECT
See Also:
Constant Field Values

CREATEMEREVENTLISTENER

public static final int CREATEMEREVENTLISTENER
See Also:
Constant Field Values

CREATEPAYSYSTEM

public static final int CREATEPAYSYSTEM
See Also:
Constant Field Values

CREATESNMEVENTLISTENER

public static final int CREATESNMEVENTLISTENER
See Also:
Constant Field Values

CREATESYSTEMCASSETTEOBJECT

public static final int CREATESYSTEMCASSETTEOBJECT
See Also:
Constant Field Values

DELETEACCOUNT

public static final int DELETEACCOUNT
See Also:
Constant Field Values

DELETEBATCH

public static final int DELETEBATCH
See Also:
Constant Field Values

DELETEMERCHANT

public static final int DELETEMERCHANT
See Also:
Constant Field Values

DELETEMERCHANTCASSETTEOBJECT

public static final int DELETEMERCHANTCASSETTEOBJECT
See Also:
Constant Field Values

DELETEMEREVENTLISTENER

public static final int DELETEMEREVENTLISTENER
See Also:
Constant Field Values

DELETEPAYSYSTEM

public static final int DELETEPAYSYSTEM
See Also:
Constant Field Values

DELETESNMEVENTLISTENER

public static final int DELETESNMEVENTLISTENER
See Also:
Constant Field Values

DELETESYSTEMCASSETTEOBJECT

public static final int DELETESYSTEMCASSETTEOBJECT
See Also:
Constant Field Values

DEPOSIT

public static final int DEPOSIT
See Also:
Constant Field Values

DEPOSITREVERSAL

public static final int DEPOSITREVERSAL
See Also:
Constant Field Values

MODIFYACCOUNT

public static final int MODIFYACCOUNT
See Also:
Constant Field Values

MODIFYCASSETTE

public static final int MODIFYCASSETTE
See Also:
Constant Field Values

MODIFYMERCHANT

public static final int MODIFYMERCHANT
See Also:
Constant Field Values

MODIFYMERCHANTCASSETTEOBJECT

public static final int MODIFYMERCHANTCASSETTEOBJECT
See Also:
Constant Field Values

MODIFYMEREVENTLISTENER

public static final int MODIFYMEREVENTLISTENER
See Also:
Constant Field Values

MODIFYPAYSERVER

public static final int MODIFYPAYSERVER
See Also:
Constant Field Values

MODIFYPAYSYSTEM

public static final int MODIFYPAYSYSTEM
See Also:
Constant Field Values

MODIFYSNMEVENTLISTENER

public static final int MODIFYSNMEVENTLISTENER
See Also:
Constant Field Values

MODIFYSYSTEMCASSETTEOBJECT

public static final int MODIFYSYSTEMCASSETTEOBJECT
See Also:
Constant Field Values

MODIFYUSERSTATUS

public static final int MODIFYUSERSTATUS
See Also:
Constant Field Values

QUERYACCOUNTS

public static final int QUERYACCOUNTS
See Also:
Constant Field Values

QUERYBATCHES

public static final int QUERYBATCHES
See Also:
Constant Field Values

QUERYCASSETTES

public static final int QUERYCASSETTES
See Also:
Constant Field Values

QUERYCREDITS

public static final int QUERYCREDITS
See Also:
Constant Field Values

QUERYEVENTLISTENERS

public static final int QUERYEVENTLISTENERS
See Also:
Constant Field Values

QUERYMERCHANTS

public static final int QUERYMERCHANTS
See Also:
Constant Field Values

QUERYORDERS

public static final int QUERYORDERS
See Also:
Constant Field Values

QUERYPAYMENTS

public static final int QUERYPAYMENTS
See Also:
Constant Field Values

QUERYPAYMENTSERVER

public static final int QUERYPAYMENTSERVER
See Also:
Constant Field Values

QUERYPAYSYSTEMS

public static final int QUERYPAYSYSTEMS
See Also:
Constant Field Values

QUERYUSERS

public static final int QUERYUSERS
See Also:
Constant Field Values

RECEIVEPAYMENT

public static final int RECEIVEPAYMENT
See Also:
Constant Field Values

REFUND

public static final int REFUND
See Also:
Constant Field Values

REFUNDREVERSAL

public static final int REFUNDREVERSAL
See Also:
Constant Field Values

SETUSERACCESSRIGHTS

public static final int SETUSERACCESSRIGHTS
See Also:
Constant Field Values

commands

public static final java.lang.String[] commands
The commands array holds the allowed commands which can be issued through the Cashier. Each Command Element in a Cashier profile must have a name attribute equal to one of the commands in this array.

Feedback