Uses of Interface
com.retek.component.payment.Refundable

Packages that use Refundable
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.command   
com.retek.component.payment   
com.retek.component.payment.impl   
com.retek.rcom.gui.util   
 

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)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28