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

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

Methods in com.ecebs.rtd.enabler with parameters of type DeleteProductRequest
 void ITransactionController.deleteProduct(DeleteProductRequest product, DownloadMode mode, ITransactionControllerCallback callback)
          The DELETE PRODUCT function is called by the APPLICATION to request the RTD SERVER deletes one or more products from the CM.
 void TransactionController.deleteProduct(DeleteProductRequest product, DownloadMode mode, ITransactionControllerCallback callback)
           
 

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

Methods in com.ecebs.rtd.enabler.types.request that return DeleteProductRequest
 DeleteProductRequest DeleteProductRequest.addParam(String key, Object value)
           
 DeleteProductRequest DeleteProductRequest.addProductInstanceId(IPEInstanceID instanceId)
          Set the details of the ISAM that created a product to be deleted.
 DeleteProductRequest DeleteProductRequest.addProductInstanceId(String isamId, String isamSeqNum)
          Set the details of the ISAM that created a product to be deleted
 DeleteProductRequest DeleteProductRequest.setCardId(String cardId)
          Set the ID of the card to modify
 DeleteProductRequest DeleteProductRequest.setCardType(CardType cardType)
          Set the type of the card to modify
 DeleteProductRequest DeleteProductRequest.setIsRefund(boolean refund)
          Deprecated. Replaced by DeleteProductRequest.DeleteProductReason. See setReason(DeleteProductReason)
 DeleteProductRequest DeleteProductRequest.setProductName(String productName)
          Set the name of the product to deduct journeys from
 DeleteProductRequest DeleteProductRequest.setReason(DeleteProductRequest.DeleteProductReason reason)
          Set the reason for deleting the product
 



Copyright © 2013 Ecebs Ltd. All Rights Reserved.