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

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

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

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

Methods in com.ecebs.rtd.enabler.types.request that return AddStoredUseRequest
 AddStoredUseRequest AddStoredUseRequest.addParam(String key, Object value)
          Add a parameter to the request.
 AddStoredUseRequest AddStoredUseRequest.setCardId(String cardId)
          Set the ID of the card to modify
 AddStoredUseRequest AddStoredUseRequest.setCardType(CardType cardType)
          Set the type of the card to modify
 AddStoredUseRequest AddStoredUseRequest.setIdentifierId(String identifier)
          Set the details of the ISAM that created the product
 AddStoredUseRequest AddStoredUseRequest.setProductName(String productName)
          Set the name of the product to add stored uses to
 AddStoredUseRequest AddStoredUseRequest.setUses(int numUses)
          Set the uses to be added to the product
 



Copyright © 2013 Ecebs Ltd. All Rights Reserved.