|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdatePassExpiryDateRequest | |
---|---|
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 UpdatePassExpiryDateRequest in com.ecebs.rtd.enabler |
---|
Methods in com.ecebs.rtd.enabler with parameters of type UpdatePassExpiryDateRequest | |
---|---|
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)
|
Uses of UpdatePassExpiryDateRequest in com.ecebs.rtd.enabler.types.request |
---|
Methods in com.ecebs.rtd.enabler.types.request that return UpdatePassExpiryDateRequest | |
---|---|
UpdatePassExpiryDateRequest |
UpdatePassExpiryDateRequest.addParam(String key,
Object value)
Add a parameter to the request. |
UpdatePassExpiryDateRequest |
UpdatePassExpiryDateRequest.setCardId(String cardId)
Set the ID of the card to modify |
UpdatePassExpiryDateRequest |
UpdatePassExpiryDateRequest.setCardType(CardType cardType)
Set the type of the card to modify |
UpdatePassExpiryDateRequest |
UpdatePassExpiryDateRequest.setIdentifierId(String identifier)
Set the details of the ISAM that created the product |
UpdatePassExpiryDateRequest |
UpdatePassExpiryDateRequest.setPassExpiryDate(Calendar passExpiry)
Set the new expiry date of the current pass |
UpdatePassExpiryDateRequest |
UpdatePassExpiryDateRequest.setProductName(String productName)
Set the name of the product to modify |
UpdatePassExpiryDateRequest |
UpdatePassExpiryDateRequest.setReason(UpdatePassExpiryDateRequest.UpdatePassExpiryDateReason reason)
Set the reason for the update taking place |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |