|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CardType | |
---|---|
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. |
com.ecebs.rtd.enabler.types.response | Contains classes that represent the various responses that could be received from an RTD server. |
Uses of CardType in com.ecebs.rtd.enabler |
---|
Methods in com.ecebs.rtd.enabler that return CardType | |
---|---|
static CardType |
CardType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CardType[] |
CardType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.ecebs.rtd.enabler with parameters of type CardType | |
---|---|
void |
ITransactionController.performPendingRequests(String cardId,
CardType cardType,
ITransactionControllerCallback callback)
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications. |
void |
TransactionController.performPendingRequests(String cardId,
CardType cardType,
ITransactionControllerCallback callback)
|
void |
ITransactionController.performPendingRequests(String requestId,
String cardId,
CardType cardType,
ITransactionControllerCallback callback)
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications. |
void |
TransactionController.performPendingRequests(String requestId,
String cardId,
CardType cardType,
ITransactionControllerCallback callback)
|
Uses of CardType in com.ecebs.rtd.enabler.types.request |
---|
Methods in com.ecebs.rtd.enabler.types.request that return CardType | |
---|---|
CardType |
ModifyRequest.getCardType()
Get the type of card that this request relates to |
Methods in com.ecebs.rtd.enabler.types.request with parameters of type CardType | |
---|---|
AddSTRRequest |
AddSTRRequest.setCardType(CardType cardType)
Set the type of the card to load the product on to |
AddStoredUseRequest |
AddStoredUseRequest.setCardType(CardType cardType)
Set the type of the card to modify |
DeductSTRRequest |
DeductSTRRequest.setCardType(CardType cardType)
Set the type of the card to load the product on to |
DeductStoredUseRequest |
DeductStoredUseRequest.setCardType(CardType cardType)
Set the type of the card to modify |
DeleteProductRequest |
DeleteProductRequest.setCardType(CardType cardType)
Set the type of the card to modify |
LoadProductRequest |
LoadProductRequest.setCardType(CardType cardType)
Set the type of the card to load the product on to |
UpdatePassExpiryDateRequest |
UpdatePassExpiryDateRequest.setCardType(CardType cardType)
Set the type of the card to modify |
Constructors in com.ecebs.rtd.enabler.types.request with parameters of type CardType | |
---|---|
AddStoredUseRequest(String cardId,
CardType cardType,
String identifier,
String productName,
int numUses)
Sets all the required parameters with the provided values. |
|
AddSTRRequest(String cardId,
CardType cardType,
String productName,
int value)
Sets all the required parameters with the provided values. |
|
DeductStoredUseRequest(String cardId,
CardType cardType,
String identifier,
String productName,
int numUses)
Sets all the required parameters with the provided values. |
|
DeductSTRRequest(String cardId,
CardType cardType,
String productName,
int value)
Sets all the required parameters with the provided values. |
|
DeleteProductRequest(String cardId,
CardType cardType,
String productName)
Sets all the required parameters with the provided values, except a product instance ID, which must be added by calling DeleteProductRequest.addProductInstanceId(String, String) |
|
LoadProductRequest(String cardId,
CardType cardType,
String productName)
Sets all the required parameters with the provided values. |
|
UpdatePassExpiryDateRequest(String cardId,
CardType cardType,
String identifier,
String productName,
Calendar passExpiry)
Sets all the required parameters with the provided values. |
Uses of CardType in com.ecebs.rtd.enabler.types.response |
---|
Methods in com.ecebs.rtd.enabler.types.response that return CardType | |
---|---|
CardType |
DownloadStatusResponse.getCardType()
|
CardType |
PendingRequests.getCardType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |