Uses of Interface
com.retek.component.customerorder.CustomerOrderPayment

Packages that use CustomerOrderPayment
com.retek.component.customerorder   
com.retek.component.salesaudit   
com.retek.rcom.gui.html   
com.retek.rcom.gui.wrapper   
 

Uses of CustomerOrderPayment in com.retek.component.customerorder
 

Subinterfaces of CustomerOrderPayment in com.retek.component.customerorder
 interface CustomerOrderCashPayment
          This interface extends from the standard CustomerOrderPayment.
 interface CustomerOrderCheckPayment
          This interface extends from the standard CustomerOrderPayment.
 interface CustomerOrderCreditCardPayment
          This interface extends from the standard CustomerOrderPayment.
 interface CustomerOrderGiftCertificatePayment
          This interface extends from the standard CustomerOrderPayment that handle payments using all Tender Types.
 interface CustomerOrderMerchandiseCertificatePayment
          This interface extends from the standard CustomerOrderPayment that handle payments using all Tender Types.
 interface CustomerOrderMoneyOrderPayment
          This interface extends from the standard CustomerOrderPayment.
 interface CustomerOrderRewardCertificatePayment
          This interface extends from the standard CustomerOrderPayment that handle payments using all Tender Types.
 interface CustomerOrderStoredValueCardPayment
          CustomerOrderStoredValueCardPayment is a CustomerOrderPayment with a Tender Type of Stored Value Card.
 interface CustomerOrderVoucherPayment
          This interface extends from the standard CustomerOrderPayment.
 

Methods in com.retek.component.customerorder that return CustomerOrderPayment
 CustomerOrderPayment CustomerOrderSettlement.getCustomerOrderPayment()
           
 CustomerOrderPayment ReturnLine.getRefundCustomerOrderPayment()
           
 CustomerOrderPayment CustomerOrderTransactionGroup.getCreditPaymentForCancelledExchangeSale()
           
 CustomerOrderPayment CustomerOrderManager.buildCustomerOrderPaymentInstance(java.lang.String code)
           
 

Methods in com.retek.component.customerorder with parameters of type CustomerOrderPayment
 void CustomerOrder.addPayment(CustomerOrderPayment payment)
           
 void CustomerOrder.authorizePayment(CustomerOrderPayment payment)
          Using an authorization calculation strategy, calculates the amount to be authorized for this payment.
 void CustomerOrder.authorizePaymentManually(CustomerOrderPayment payment, java.lang.String authCode, User user)
          For payments needing manual authorization, manually authorize the payment by storing the authorization code and authorization date.
 CustomerOrderSettlement CustomerOrderManager.buildCustomerOrderSettlementInstance(CustomerOrderPayment payment)
           
 CustomerOrderPaymentHistoryEvent CustomerOrderManager.buildCustomerOrderPaymentHistoryEvent(CustomerOrderPayment payment)
           
 

Uses of CustomerOrderPayment in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit with parameters of type CustomerOrderPayment
protected  void SalesAuditExportTestCase.assertPaymentElementContentsForReturnTransaction(Money totalRefundAmt, CustomerOrderPayment expectedRefundPayment, java.util.List paymentElements)
           
 

Uses of CustomerOrderPayment in com.retek.rcom.gui.html
 

Methods in com.retek.rcom.gui.html with parameters of type CustomerOrderPayment
 void PaymentLineHtmlTemplate.setPaymentToDraw(CustomerOrderPayment payment, int i)
           
 

Uses of CustomerOrderPayment in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper with parameters of type CustomerOrderPayment
static void RcomOrderManager.addPaymentToOrder(CustomerOrder order, CustomerOrderPayment payment, OrderScreenType screenType)
          Adds a payment to the customer order and authorize it if necessary.
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25