Uses of Class
com.ecebs.rtd.enabler.types.request.AddSTRRequest

Packages that use AddSTRRequest
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 AddSTRRequest in com.ecebs.rtd.enabler
 

Methods in com.ecebs.rtd.enabler with parameters of type AddSTRRequest
 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)
           
 

Uses of AddSTRRequest in com.ecebs.rtd.enabler.types.request
 

Methods in com.ecebs.rtd.enabler.types.request that return AddSTRRequest
 AddSTRRequest AddSTRRequest.addParam(String key, Object value)
           
 AddSTRRequest AddSTRRequest.setCardId(String cardId)
          Set the ID of the card to load the product on to
 AddSTRRequest AddSTRRequest.setCardType(CardType cardType)
          Set the type of the card to load the product on to
 AddSTRRequest AddSTRRequest.setProductName(String productName)
          Set the name of the product to deduct value from
 AddSTRRequest AddSTRRequest.setValue(int value)
          Set the value to be added to the STR
 



Copyright © 2013 Ecebs Ltd. All Rights Reserved.