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

Packages that use CustomerOrderTransactionItem
com.retek.component.customerorder   
com.retek.component.customerorder.batch   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.command   
com.retek.component.customerorder.integration.rib   
 

Uses of CustomerOrderTransactionItem in com.retek.component.customerorder
 

Subinterfaces of CustomerOrderTransactionItem in com.retek.component.customerorder
 interface Accommodation
          This class represents an adjustment to a CustomerOrder that is in the customer's favor (money back to the customer).
 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 CustomerOrderLine
           
 interface CustomerOrderLineMerge
           
 interface CustomerOrderLineTaxAccommodation
           
 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 CustomerOrderPayment
          This is a high level interface which relates a payment object to a customer order object.
 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 CustomerOrderTaxAccommodation
           
 interface CustomerOrderVoucherPayment
          This interface extends from the standard CustomerOrderPayment.
 interface GeneralAccommodation
           
 interface ReturnLine
          Interface defining the operations for customer return line within the customer order domain.
 interface TaxAccommodation
           
 

Methods in com.retek.component.customerorder with parameters of type CustomerOrderTransactionItem
 boolean CustomerOrderPayment.isAmountAdjustable(CustomerOrderTransactionItem transactionItem)
           
 Money CustomerOrder.generateRefundIfNegativeBalance(CustomerOrderTransactionItem tranItem, CustomerOrderPaymentTransactionType transactionType)
          Generates a refund payment using the refund policy with transactionItem = tranItem param payment transaction type = transactionType param, refund balance = null, and no settlement.
 void CustomerOrderTransactionGroup.addTransactionItem(CustomerOrderTransactionItem transactionItem)
           
 

Uses of CustomerOrderTransactionItem in com.retek.component.customerorder.batch
 

Subinterfaces of CustomerOrderTransactionItem in com.retek.component.customerorder.batch
 interface CustomerOrderLineBatch
           
 

Uses of CustomerOrderTransactionItem in com.retek.component.customerorder.impl
 

Classes in com.retek.component.customerorder.impl that implement CustomerOrderTransactionItem
 class AccommodationImpl
           
 class CustomerOrderCashPaymentImpl
           
 class CustomerOrderCheckPaymentImpl
           
 class CustomerOrderCreditCardPaymentImpl
           
 class CustomerOrderGiftCertificatePaymentImpl
           
 class CustomerOrderLineImpl
           
 class CustomerOrderLineTaxAccommodationImpl
           
 class CustomerOrderMerchandiseCertificatePaymentImpl
           
 class CustomerOrderMoneyOrderPaymentImpl
           
 class CustomerOrderPaymentImpl
           
 class CustomerOrderRewardCertificatePaymentImpl
           
 class CustomerOrderStoredValueCardPaymentImpl
           
 class CustomerOrderTaxAccommodationImpl
           
 class CustomerOrderVoucherPaymentImpl
           
 class GeneralAccommodationImpl
           
 class ReturnLineImpl
           
 class TaxAccommodationImpl
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderTransactionItem
 boolean CustomerOrderPaymentImpl.isAmountAdjustable(CustomerOrderTransactionItem transactionItem)
           
 CustomerOrderTransactionGroup CustomerOrderTransactionGroupFactory.createTransactionGroup(CustomerOrderTransactionItem transactionItem)
           
 void CustomerOrderImpl.assignTransactionItemToGroup(CustomerOrderTransactionItem item)
           
 Money CustomerOrderImpl.generateRefundIfNegativeBalance(CustomerOrderTransactionItem tranItem, CustomerOrderPaymentTransactionType transactionType)
           
 CustomerOrderRefundPaymentContainer CustomerOrderImpl.generateRefundIfNegativeBalance(Money refundAmount, CustomerOrderTransactionItem transactionItem, CustomerOrderPaymentTransactionType transactionType)
           
 void CustomerOrderTransactionGroupImpl.addTransactionItem(CustomerOrderTransactionItem transactionItem)
           
static boolean CustomerOrderTransactionGroupImpl.isTransactionGroupEqual(CustomerOrderTransactionItem itemOne, CustomerOrderTransactionItem itemTwo)
           
 

Uses of CustomerOrderTransactionItem in com.retek.component.customerorder.impl.command
 

Methods in com.retek.component.customerorder.impl.command that return CustomerOrderTransactionItem
 CustomerOrderTransactionItem CustomerOrderGeneralRefundPolicyCommand.getTransactionItem()
           
 

Methods in com.retek.component.customerorder.impl.command with parameters of type CustomerOrderTransactionItem
 void CustomerOrderGeneralRefundPolicyCommand.setTransactionItem(CustomerOrderTransactionItem item)
           
 

Uses of CustomerOrderTransactionItem in com.retek.component.customerorder.integration.rib
 

Subinterfaces of CustomerOrderTransactionItem in com.retek.component.customerorder.integration.rib
 interface ReturnLineRib
          Defines the methods that must be implemented in a Return line in order for it to be used in Rib related activities.
 



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