Uses of Class
com.retek.component.customerorder.CustomerOrderPaymentTransactionType

Packages that use CustomerOrderPaymentTransactionType
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.command   
com.retek.component.customerorder.impl.remote   
com.retek.component.customerorder.linefsm.action   
 

Uses of CustomerOrderPaymentTransactionType in com.retek.component.customerorder
 

Fields in com.retek.component.customerorder declared as CustomerOrderPaymentTransactionType
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.NORMAL
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.EXCHANGE_SALE_CANCELLATION_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.ORDER_TAX_ACCOMMODATION_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.ORDER_TOTAL_ACCOMMODATION_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.ORDER_SHIPPING_ACCOMMODATION_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.ORDER_VAS_ACCOMMODATION_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.PRE_SALE_MERCH_ACCOMMODATION_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.POST_SALE_MERCH_ACCOMMODATION_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.PHYSICAL_TENDER_OVERPAYMENT_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.GENERIC_REFUND
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.PAYMENT_TO_GOODWILL
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.SHIP_TAX_ADJUSTMENT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.ORDER_LINE_CANCEL_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.GIFT_RETURN_CREDIT
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.TENDER_SWAP
           
 

Methods in com.retek.component.customerorder that return CustomerOrderPaymentTransactionType
 CustomerOrderPaymentTransactionType CustomerOrderPayment.getPaymentTransactionType()
           
 CustomerOrderPaymentTransactionType Accommodation.getPaymentTransactionType()
           
static CustomerOrderPaymentTransactionType CustomerOrderPaymentTransactionType.fromCode(java.lang.String code)
           
 

Methods in com.retek.component.customerorder with parameters of type CustomerOrderPaymentTransactionType
 void CustomerOrderPayment.setPaymentTransactionType(CustomerOrderPaymentTransactionType paymentTransactionType)
           
 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.
 

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

Methods in com.retek.component.customerorder.impl that return CustomerOrderPaymentTransactionType
 CustomerOrderPaymentTransactionType CustomerOrderPaymentImpl.getPaymentTransactionType()
           
abstract  CustomerOrderPaymentTransactionType AccommodationImpl.getPaymentTransactionType()
           
 CustomerOrderPaymentTransactionType GeneralAccommodationImpl.getPaymentTransactionType()
           
 CustomerOrderPaymentTransactionType TaxAccommodationImpl.getPaymentTransactionType()
           
 CustomerOrderPaymentTransactionType CustomerOrderTransactionGroupImpl.getAccommodationPaymentTransactionType()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderPaymentTransactionType
 void CustomerOrderPaymentImpl.setPaymentTransactionType(CustomerOrderPaymentTransactionType paymentTransactionType)
           
 Money CustomerOrderImpl.generateRefundIfNegativeBalance(CustomerOrderTransactionItem tranItem, CustomerOrderPaymentTransactionType transactionType)
           
 Money CustomerOrderImpl.generateRefundIfNegativeBalance(CustomerOrderPaymentTransactionType transactionType)
           
 CustomerOrderRefundPaymentContainer CustomerOrderImpl.generateRefundIfNegativeBalance(Money refundAmount, CustomerOrderTransactionItem transactionItem, CustomerOrderPaymentTransactionType transactionType)
           
 

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

Methods in com.retek.component.customerorder.impl.command that return CustomerOrderPaymentTransactionType
 CustomerOrderPaymentTransactionType CustomerOrderGeneralRefundPolicyCommand.getTransactionType()
           
 

Methods in com.retek.component.customerorder.impl.command with parameters of type CustomerOrderPaymentTransactionType
 void CustomerOrderGeneralRefundPolicyCommand.setTransactionType(CustomerOrderPaymentTransactionType type)
           
 

Uses of CustomerOrderPaymentTransactionType in com.retek.component.customerorder.impl.remote
 

Fields in com.retek.component.customerorder.impl.remote declared as CustomerOrderPaymentTransactionType
 CustomerOrderPaymentTransactionType CustomerOrderPaymentDto.paymentTransactionType
           
 

Uses of CustomerOrderPaymentTransactionType in com.retek.component.customerorder.linefsm.action
 

Methods in com.retek.component.customerorder.linefsm.action that return CustomerOrderPaymentTransactionType
protected  CustomerOrderPaymentTransactionType BaseOrderLineCancelAction.getPaymentTransactionType(CustomerOrderLineImpl orderLine)
           
 



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