|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DownloadMode | |
---|---|
com.ecebs.rtd.enabler | This package contains the main application interfaces for carrying out RTD operations and reading presented CMDs. |
Uses of DownloadMode in com.ecebs.rtd.enabler |
---|
Methods in com.ecebs.rtd.enabler that return DownloadMode | |
---|---|
static DownloadMode |
DownloadMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DownloadMode[] |
DownloadMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.ecebs.rtd.enabler with parameters of type DownloadMode | |
---|---|
void |
ITransactionController.addStoredUse(AddStoredUseRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The DEDUCT JOURNEYS/PASSES function can be called by the APPLICATION to request the RTD SERVER deducts a number of stored passes from an ITSO TYP22 product, or a number of journeys from an ITSO TYP23 or TYP24 product. |
void |
TransactionController.addStoredUse(AddStoredUseRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.addStrValue(AddSTRRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The ADD STR VALUE function can be called by the APPLICATION to request the RTD SERVER adds or credits value to the STR Product of the specified CM . |
void |
TransactionController.addStrValue(AddSTRRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.deductStoredUse(DeductStoredUseRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The ADD JOURNEYS/PASSES function can be called by the APPLICATION to request the RTD SERVER adds a number of stored passes to an ITSO TYP22 product, or a number of journeys to an ITSO TYP23 or TYP24 product. |
void |
TransactionController.deductStoredUse(DeductStoredUseRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.deductStrValue(DeductSTRRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The DEDUCT STR VALUE function can be called by the APPLICATION to request the RTD SERVER deduct or debit value from the STR Product of the specified CM . |
void |
TransactionController.deductStrValue(DeductSTRRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.deleteProduct(DeleteProductRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The DELETE PRODUCT function is called by the APPLICATION to request the RTD SERVER deletes one or more products from the CM. |
void |
TransactionController.deleteProduct(DeleteProductRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.loadProduct(LoadProductRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The LOAD PRODUCT function is called by the application to request a Product from the RTD SERVER and load it onto the specified CM. |
void |
TransactionController.loadProduct(LoadProductRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
void |
ITransactionController.updatePassExpiryDate(UpdatePassExpiryDateRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
The UPDATE PASS EXPIRY DATE function can be called by the APPLICATION to request the RTD SERVER updates the current pass expiry date of a ITSO TYP22 product. |
void |
TransactionController.updatePassExpiryDate(UpdatePassExpiryDateRequest product,
DownloadMode mode,
ITransactionControllerCallback callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |