- branchClientCtx
- Data: Contains the data that refers to the branch.
- workstationClientCtx
- Data: Contains the data that refers to the workstation.
- Services: Client/Server
- customerSessionCtx
- Data: Contains the data that will be used during the customer
session to support the login session, and the customer data that will be obtained
from the host. The data will be available during the entire customer
session.
- customerViewClientCtx
- Data: Contains the data obtained in the Customer Search view.
The data will be available during the entire customer session.
- AccountListData
- AccountNumberList
- TrxReplyCode
- TrxErrorMessage
- customerSearchClientCtx
- Data: Contains the data for the Customer Search operation that
is not already included in contexts higher in the hierarchy.
- accountViewClientCtx
- Data: Contains the data that used by all of the account
views. This means that this context will support the data shared for the different operations and that can
be accessed from a particular view.
- Date
- AccountNumber
- AccountBalance
- Amount
- accountStatementDetails
- withdrawalClientCtx
- Data: Contains the data that should be used by this particular operation and is not already included
in contexts higher in the hierarchy.
- depositClientCtx
- Data: Contains the data that should be used by this particular operation and is not already included
in contexts higher in the hierarchy.
- accountStatementClientCtx
- Data: Contains the data that should be used by this particular operation and is not already included
in contexts higher in the hierarchy.
The following figure shows the hierarchy of the client contexts: