|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadProductRequest | |
---|---|
com.ecebs.rtd.enabler | This package contains the main application interfaces for carrying out RTD operations and reading presented CMDs. |
com.ecebs.rtd.enabler.types.request | Holds classes that represent requests that can be sent to an RTD server to modify or obtain information about a smartcard. |
Uses of LoadProductRequest in com.ecebs.rtd.enabler |
---|
Methods in com.ecebs.rtd.enabler with parameters of type LoadProductRequest | |
---|---|
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)
|
Uses of LoadProductRequest in com.ecebs.rtd.enabler.types.request |
---|
Methods in com.ecebs.rtd.enabler.types.request that return LoadProductRequest | |
---|---|
LoadProductRequest |
LoadProductRequest.addParam(String key,
Object value)
|
LoadProductRequest |
LoadProductRequest.setCardId(String cardId)
Set the ID of the card to load the product on to |
LoadProductRequest |
LoadProductRequest.setCardType(CardType cardType)
Set the type of the card to load the product on to |
LoadProductRequest |
LoadProductRequest.setProductName(String productName)
Set the name of the product to load |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |