|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CustomerOrderStoredValueCardType in com.retek.component.customerorder |
Fields in com.retek.component.customerorder declared as CustomerOrderStoredValueCardType | |
static CustomerOrderStoredValueCardType |
CustomerOrderStoredValueCardType.GIFT_CARD
|
static CustomerOrderStoredValueCardType |
CustomerOrderStoredValueCardType.MERCHANDISE_CARD
|
Methods in com.retek.component.customerorder that return CustomerOrderStoredValueCardType | |
static CustomerOrderStoredValueCardType |
CustomerOrderStoredValueCardType.fromCode(java.lang.String code)
|
CustomerOrderStoredValueCardType |
CustomerOrderStoredValueCardPayment.getType()
|
Methods in com.retek.component.customerorder with parameters of type CustomerOrderStoredValueCardType | |
void |
CustomerOrderStoredValueCardPayment.setType(CustomerOrderStoredValueCardType type)
|
CustomerOrderStoredValueCardPayment |
CustomerOrderManager.buildCustomerOrderStoredValueCardPaymentInstance(CustomerOrderStoredValueCardType type)
|
CustomerOrderStoredValueCardPayment |
CustomerOrderManager.buildCustomerOrderStoredValueCardPaymentInstanceForConsolidation(CustomerOrderStoredValueCardType type)
|
CustomerOrderStoredValueCardPayment |
CustomerOrderManager.buildCustomerOrderStoredValueCardPaymentInstanceForSplit(CustomerOrderStoredValueCardType type)
|
Uses of CustomerOrderStoredValueCardType in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return CustomerOrderStoredValueCardType | |
CustomerOrderStoredValueCardType |
CustomerOrderStoredValueCardPaymentImpl.getType()
|
Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderStoredValueCardType | |
void |
CustomerOrderStoredValueCardPaymentImpl.setType(CustomerOrderStoredValueCardType type)
|
CustomerOrderStoredValueCardPayment |
CustomerOrderManagerImpl.buildCustomerOrderStoredValueCardPaymentInstance(CustomerOrderStoredValueCardType type)
|
CustomerOrderStoredValueCardPayment |
CustomerOrderManagerImpl.buildCustomerOrderStoredValueCardPaymentInstanceForConsolidation(CustomerOrderStoredValueCardType type)
|
CustomerOrderStoredValueCardPayment |
CustomerOrderManagerImpl.buildCustomerOrderStoredValueCardPaymentInstanceForSplit(CustomerOrderStoredValueCardType type)
|
Constructors in com.retek.component.customerorder.impl with parameters of type CustomerOrderStoredValueCardType | |
CustomerOrderStoredValueCardPaymentImpl(DistributedContext context,
DistributedReference ref,
CustomerOrderStoredValueCardType type)
|
Uses of CustomerOrderStoredValueCardType in com.retek.component.customerorder.impl.remote |
Fields in com.retek.component.customerorder.impl.remote declared as CustomerOrderStoredValueCardType | |
CustomerOrderStoredValueCardType |
CustomerOrderStoredValueCardPaymentDto.type
|
Uses of CustomerOrderStoredValueCardType in com.retek.component.customerorder.test |
Methods in com.retek.component.customerorder.test with parameters of type CustomerOrderStoredValueCardType | |
static CustomerOrderStoredValueCardPayment |
CustomerOrderObjectMaster.buildAndAuthorizeSVCPayment(java.lang.String controlNumber,
java.lang.String pinNumber,
Money cardValue,
Money paymentAmount,
DistributedContext context,
CustomerOrderStoredValueCardType type)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |