|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Refundable in com.retek.component.customerorder |
Subinterfaces of Refundable in com.retek.component.customerorder | |
interface |
CustomerOrderCreditCardPayment
This interface extends from the standard CustomerOrderPayment. |
Methods in com.retek.component.customerorder with parameters of type Refundable | |
void |
CustomerOrderLine.addAccommodationAndGeneratePayment(Accommodation accomodation,
Refundable refundable)
|
void |
CustomerOrder.addAccommodationAndGeneratePayment(Accommodation accomodation,
Refundable refundable)
Calculates the value of the accommodation, adds the accommodation to the order, generates a credit payment for the accommodation, sets the order priority to HIGH, and generates a history event for the accommodation. |
Uses of Refundable in com.retek.component.customerorder.impl |
Classes in com.retek.component.customerorder.impl that implement Refundable | |
class |
CustomerOrderCreditCardPaymentImpl
|
Methods in com.retek.component.customerorder.impl with parameters of type Refundable | |
void |
CustomerOrderLineImpl.addAccommodationAndGeneratePayment(Accommodation accommodation,
Refundable refundable)
|
static CustomerOrderApplyAccommodationsCommand |
CustomerOrderCommandFactory.createCustomerOrderApplyAccommodationsCommand(CustomerOrderImpl customerOrder,
AccommodationImpl accommodation,
Refundable refundable)
|
void |
CustomerOrderImpl.addAccommodationAndGeneratePayment(Accommodation accommodation,
Refundable refundable)
|
CustomerOrderPayment |
CustomerOrderImpl.generateCreditPaymentForAccommodation(Refundable refundable)
|
Uses of Refundable in com.retek.component.customerorder.impl.command |
Methods in com.retek.component.customerorder.impl.command with parameters of type Refundable | |
void |
CustomerOrderApplyAccommodationsCommand.setRefundable(Refundable refundable)
|
Uses of Refundable in com.retek.component.payment |
Subinterfaces of Refundable in com.retek.component.payment | |
interface |
TenderType
A TenderType is a payment type that belongs to a TenderTypeGroup. |
interface |
TenderTypeCreditCard
TenderTypeCreditCard extends from TenderType and has additional methods required for Credit Card validation. |
Uses of Refundable in com.retek.component.payment.impl |
Classes in com.retek.component.payment.impl that implement Refundable | |
class |
TenderTypeCreditCardImpl
|
class |
TenderTypeImpl
|
Uses of Refundable in com.retek.rcom.gui.util |
Methods in com.retek.rcom.gui.util that return Refundable | |
Refundable |
RefundablePayment.getRefundable()
|
Constructors in com.retek.rcom.gui.util with parameters of type Refundable | |
RefundablePayment(Refundable refundable)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |