|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeductStoredUseRequest | |
---|---|
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 DeductStoredUseRequest in com.ecebs.rtd.enabler |
---|
Methods in com.ecebs.rtd.enabler with parameters of type DeductStoredUseRequest | |
---|---|
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)
|
Uses of DeductStoredUseRequest in com.ecebs.rtd.enabler.types.request |
---|
Methods in com.ecebs.rtd.enabler.types.request that return DeductStoredUseRequest | |
---|---|
DeductStoredUseRequest |
DeductStoredUseRequest.addParam(String key,
Object value)
Add a parameter to the request. |
DeductStoredUseRequest |
DeductStoredUseRequest.setCardId(String cardId)
Set the ID of the card to modify |
DeductStoredUseRequest |
DeductStoredUseRequest.setCardType(CardType cardType)
Set the type of the card to modify |
DeductStoredUseRequest |
DeductStoredUseRequest.setIdentifierId(String identifier)
Set the details of the ISAM that created the product |
DeductStoredUseRequest |
DeductStoredUseRequest.setProductName(String productName)
Set the name of the product to deduct stored uses from |
DeductStoredUseRequest |
DeductStoredUseRequest.setReason(DeductStoredUseRequest.DeductStoredUseReason reason)
Set the reason for the debit taking place |
DeductStoredUseRequest |
DeductStoredUseRequest.setUses(int uses)
Set the number of stored uses to deduct |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |