|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoredValueCardType | |
com.retek.component.payment | |
com.retek.component.payment.impl | |
com.retek.component.payment.impl.remote | |
com.retek.component.payment.test |
Uses of StoredValueCardType in com.retek.component.payment |
Fields in com.retek.component.payment declared as StoredValueCardType | |
static StoredValueCardType |
StoredValueCardType.GIFT_CARD
|
static StoredValueCardType |
StoredValueCardType.MERCHANDISE_CARD
|
Methods in com.retek.component.payment that return StoredValueCardType | |
StoredValueCardType |
StoredValueCardPayment.getType()
|
static StoredValueCardType |
StoredValueCardType.fromCode(java.lang.String code)
|
StoredValueCardType |
StoredValueCardAuthorizationResponse.getCardType()
|
StoredValueCardType |
StoredValueCardInquiryResponse.getCardType()
|
Methods in com.retek.component.payment with parameters of type StoredValueCardType | |
void |
StoredValueCardPayment.setType(StoredValueCardType type)
|
StoredValueCardPayment |
PaymentManager.buildStoredValueCardPaymentInstance(StoredValueCardType cardType)
|
void |
StoredValueCardAuthorizationResponse.setCardType(StoredValueCardType cardType)
|
void |
StoredValueCardInquiryResponse.setCardType(StoredValueCardType cardType)
|
Uses of StoredValueCardType in com.retek.component.payment.impl |
Methods in com.retek.component.payment.impl that return StoredValueCardType | |
StoredValueCardType |
StoredValueCardPaymentImpl.getType()
|
Methods in com.retek.component.payment.impl with parameters of type StoredValueCardType | |
void |
StoredValueCardPaymentImpl.setType(StoredValueCardType type)
|
StoredValueCardPayment |
PaymentManagerImpl.buildStoredValueCardPaymentInstance(StoredValueCardType cardType)
|
Uses of StoredValueCardType in com.retek.component.payment.impl.remote |
Fields in com.retek.component.payment.impl.remote declared as StoredValueCardType | |
StoredValueCardType |
StoredValueCardPaymentDto.type
|
Uses of StoredValueCardType in com.retek.component.payment.test |
Methods in com.retek.component.payment.test with parameters of type StoredValueCardType | |
static StoredValueCardPayment |
PaymentObjectMaster.loadAndAuthorizeSVCPayment(java.lang.String accountNumber,
java.lang.String pinNumber,
Money cardBalance,
Money paymentAmount,
StoredValueCardType type)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |