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

Packages that use CustomerOrderPayment
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
com.retek.component.internet.impl   
com.retek.component.salesaudit   
com.retek.component.salesaudit.impl.remote.command   
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.customerorder.impl
 

Classes in com.retek.component.customerorder.impl that implement CustomerOrderPayment
 class CustomerOrderCashPaymentImpl
           
 class CustomerOrderCheckPaymentImpl
           
 class CustomerOrderCreditCardPaymentImpl
           
 class CustomerOrderGiftCertificatePaymentImpl
           
 class CustomerOrderMerchandiseCertificatePaymentImpl
           
 class CustomerOrderMoneyOrderPaymentImpl
           
 class CustomerOrderPaymentImpl
           
 class CustomerOrderRewardCertificatePaymentImpl
           
 class CustomerOrderStoredValueCardPaymentImpl
           
 class CustomerOrderVoucherPaymentImpl
           
 

Fields in com.retek.component.customerorder.impl declared as CustomerOrderPayment
protected  CustomerOrderPayment CustomerOrderBaseAuthorizationCalculation.payment
           
 

Methods in com.retek.component.customerorder.impl that return CustomerOrderPayment
 CustomerOrderPayment CustomerOrderPaymentImpl.splitCredit(Money newPaymentAmount)
           
 CustomerOrderPayment CustomerOrderPaymentImpl.split(Money newPaymentAmount)
           
 CustomerOrderPayment CustomerOrderPaymentImpl.splitPayment(Money newPaymentAmount)
           
 CustomerOrderPayment CustomerOrderPaymentHistoryEventImpl.getPayment()
           
 CustomerOrderPayment CustomerOrderImpl.generateCreditPaymentForAccommodation(Refundable refundable)
           
 CustomerOrderPayment CustomerOrderImpl.adjustPaymentsForSalesAuditGoodwill()
           
 CustomerOrderPayment CustomerOrderTransactionGroupImpl.getCreditPaymentForCancelledExchangeSale()
           
 CustomerOrderPayment CustomerOrderManagerImpl.buildCustomerOrderPaymentInstance(java.lang.String code)
           
 CustomerOrderPayment ReturnLineImpl.getRefundCustomerOrderPayment()
          Return the refund payment for the return line if it is a gift return.
 CustomerOrderPayment CustomerOrderSettlementImpl.getCustomerOrderPayment()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderPayment
static void PaymentAmountValidator.validate(CustomerOrderPayment payment, CustomerOrder order)
           
 void CustomerOrderImpl.addPaymentForConsolidation(CustomerOrderPayment payment)
           
 void CustomerOrderImpl.addPayment(CustomerOrderPayment payment, CustomerOrderTransactionGroup group, boolean reapplyPromotions)
           
 void CustomerOrderImpl.addPayment(CustomerOrderPayment payment)
           
 void CustomerOrderImpl.addPayment(CustomerOrderPayment payment, boolean reapplyPromotions)
           
 void CustomerOrderImpl.authorizePayment(CustomerOrderPayment payment)
           
 void CustomerOrderImpl.authorizePaymentManually(CustomerOrderPayment payment, java.lang.String authCode, User user)
           
static void CustomerOrderAddPaymentValidator.validate(CustomerOrderPayment payment, CustomerOrder order)
           
 CustomerOrderPaymentHistoryEvent CustomerOrderManagerImpl.buildCustomerOrderPaymentHistoryEvent(CustomerOrderPayment payment)
           
 CustomerOrderSettlement CustomerOrderManagerImpl.buildCustomerOrderSettlementInstance(CustomerOrderPayment payment)
           
 void ReturnLineImpl.setRefundCustomerOrderPayment(CustomerOrderPayment refundPayment)
           
 void CustomerOrderSettlementImpl.setCustomerOrderPayment(CustomerOrderPayment customerOrderPayment)
           
 

Constructors in com.retek.component.customerorder.impl with parameters of type CustomerOrderPayment
CustomerOrderPaymentHistoryEventImpl(DistributedContext context, DistributedReference reference, CustomerOrderPayment payment)
           
CustomerOrderBaseAuthorizationCalculation(CustomerOrder order, CustomerOrderPayment payment)
           
 

Uses of CustomerOrderPayment in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return CustomerOrderPayment
static CustomerOrderPayment CustomerOrderObjectMaster.attachRefundPayment(CustomerOrder order, CustomerOrderPayment payment, Money refundAmount)
           
static CustomerOrderPayment CustomerOrderObjectMaster.attachMoneyOrderPaymentToOrder(CustomerOrder order, Money amount)
           
 

Methods in com.retek.component.customerorder.test with parameters of type CustomerOrderPayment
static CustomerOrderPayment CustomerOrderObjectMaster.attachRefundPayment(CustomerOrder order, CustomerOrderPayment payment, Money refundAmount)
           
static ReturnLine CustomerOrderObjectMaster.shipConfirmAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity shipQty, Quantity returnQty, CustomerOrderPayment payment)
           
static ReturnLine CustomerOrderObjectMaster.attachReturnLineAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity returnQty, CustomerOrderPayment payment, ShippedContainer shippedContainer)
           
static ReturnLine CustomerOrderObjectMaster.shipConfirmAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity returnQty, CustomerOrderPayment payment)
           
 

Uses of CustomerOrderPayment in com.retek.component.internet.impl
 

Methods in com.retek.component.internet.impl that return CustomerOrderPayment
static CustomerOrderPayment PaymentConverter.getCustomerOrderPayment(ExAPayment exaPayment, ExAOrder exaOrder, DistributedContext context)
           
 

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.component.salesaudit.impl.remote.command
 

Methods in com.retek.component.salesaudit.impl.remote.command that return CustomerOrderPayment
 CustomerOrderPayment SaeExportPaymentTender.getPayment()
           
 

Constructors in com.retek.component.salesaudit.impl.remote.command with parameters of type CustomerOrderPayment
PaidInTransactionConverter(SaeStoreTransactionContainer orderTxnContainer, CustomerOrderPayment payment)
           
PaidOutTransactionConverter(SaeStoreTransactionContainer orderTxnContainer, CustomerOrderPayment payment)
           
SaeExportCustomerOrderPayment(CustomerOrderPayment payment)
           
SaeExportPaymentTender(CustomerOrderPayment payment)
           
 

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28