|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Payment | |
com.retek.component.customerorder.impl | |
com.retek.component.payment | |
com.retek.component.payment.impl |
Uses of Payment in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return Payment | |
Payment |
CustomerOrderPaymentImpl.convertToPayment(Money authorizeAmount)
|
abstract Payment |
CustomerOrderPaymentImpl.getPayment()
|
abstract Payment |
CustomerOrderPaymentImpl.convertToPayment()
|
Payment |
CustomerOrderGiftCertificatePaymentImpl.getPayment()
|
Payment |
CustomerOrderRewardCertificatePaymentImpl.getPayment()
|
Payment |
CustomerOrderStoredValueCardPaymentImpl.getPayment()
|
Payment |
CustomerOrderCheckPaymentImpl.getPayment()
|
Payment |
CustomerOrderCheckPaymentImpl.convertToPayment()
|
Payment |
CustomerOrderCheckPaymentImpl.convertToPayment(Money authorizeAmount)
|
Payment |
CustomerOrderMoneyOrderPaymentImpl.getPayment()
|
Payment |
CustomerOrderMoneyOrderPaymentImpl.convertToPayment()
|
abstract Payment |
CustomerOrderVoucherPaymentImpl.getPayment()
|
Payment |
CustomerOrderVoucherPaymentImpl.convertToPayment()
|
Payment |
CustomerOrderCashPaymentImpl.getPayment()
|
Payment |
CustomerOrderCashPaymentImpl.convertToPayment()
|
Payment |
CustomerOrderCreditCardPaymentImpl.convertToPayment(Money authorizeAmount)
|
Payment |
CustomerOrderCreditCardPaymentImpl.getPayment()
|
Payment |
CustomerOrderCreditCardPaymentImpl.convertToPayment()
|
Payment |
CustomerOrderMerchandiseCertificatePaymentImpl.getPayment()
|
Methods in com.retek.component.customerorder.impl with parameters of type Payment | |
void |
CustomerOrderPaymentImpl.setAuthorizationResponseFromConvertedCustomerOrderVersion(Payment payment)
|
abstract void |
CustomerOrderPaymentImpl.handleNewCreditPayment(Payment newPayment)
|
abstract void |
CustomerOrderPaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderGiftCertificatePaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderGiftCertificatePaymentImpl.handleNewCreditPayment(Payment newCreditPayment)
|
void |
CustomerOrderRewardCertificatePaymentImpl.setAuthorizationResponseFromConvertedCustomerOrderVersion(Payment payment)
|
void |
CustomerOrderRewardCertificatePaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderRewardCertificatePaymentImpl.handleNewCreditPayment(Payment newCreditPayment)
|
void |
CustomerOrderStoredValueCardPaymentImpl.setAuthorizationResponseFromConvertedCustomerOrderVersion(Payment payment)
|
void |
CustomerOrderStoredValueCardPaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderStoredValueCardPaymentImpl.handleNewCreditPayment(Payment newCreditPayment)
|
void |
CustomerOrderCheckPaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderCheckPaymentImpl.handleNewCreditPayment(Payment newCreditPayment)
|
void |
CustomerOrderMoneyOrderPaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderMoneyOrderPaymentImpl.handleNewCreditPayment(Payment newCreditPayment)
|
abstract void |
CustomerOrderVoucherPaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderCashPaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderCashPaymentImpl.handleNewCreditPayment(Payment newPayment)
|
void |
CustomerOrderCreditCardPaymentImpl.setAuthorizationResponseFromConvertedCustomerOrderVersion(Payment payment)
|
void |
CustomerOrderCreditCardPaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderCreditCardPaymentImpl.handleNewCreditPayment(Payment newCreditPayment)
|
void |
CustomerOrderMerchandiseCertificatePaymentImpl.handleNewPayment(Payment newPayment)
|
void |
CustomerOrderMerchandiseCertificatePaymentImpl.handleNewCreditPayment(Payment newCreditPayment)
|
Uses of Payment in com.retek.component.payment |
Subinterfaces of Payment in com.retek.component.payment | |
interface |
CashPayment
The CashPayment interface does not currently contain any additional functionality beyond what is found in the Payment interface. |
interface |
CheckPayment
This interface CheckPayment is a form of payment with information specific to payments made by check. |
interface |
CreditCardPayment
This interface CreditCardPayment extends the base Payment interface by adding new methods and fields specific to Credit Card payments. |
interface |
GiftCertificatePayment
This interface GiftCertificatePayment is similar to MerchandiseCertificatePayment in that it extends Payment via the addition of a control number. |
interface |
MerchandiseCertificatePayment
This interface MerchandiseCertificatePayment is similar to GiftCertificatePayment in that it extends Payment via the addition of a control number. |
interface |
MoneyOrderPayment
MoneyOrderPayment is not yet functionally implemented in the API despite the presence of this interface and should not be used. |
interface |
RewardCertificatePayment
Issued by a third party PLCC company when a customer reaches a certain threshold of charges on their credit card. |
interface |
StoredValueCardPayment
Provides methods needed to interact with a stored value card payment. |
Methods in com.retek.component.payment that return Payment | |
Payment |
Payment.allocateSettlement(Money amount,
RDate dateOfPurchase)
|
Uses of Payment in com.retek.component.payment.impl |
Classes in com.retek.component.payment.impl that implement Payment | |
class |
CashPaymentImpl
|
class |
CheckPaymentImpl
|
class |
CreditCardPaymentImpl
|
class |
GiftCertificatePaymentImpl
|
class |
MerchandiseCertificatePaymentImpl
|
class |
MoneyOrderPaymentImpl
|
class |
PaymentImpl
|
class |
RewardCertificatePaymentImpl
|
class |
StoredValueCardPaymentImpl
|
Methods in com.retek.component.payment.impl that return Payment | |
Payment |
PaymentImpl.allocateSettlement(Money amount,
RDate dateOfPurchase)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |