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

Packages that use TransactionType
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.remote   
 

Uses of TransactionType in com.retek.component.customerorder
 

Fields in com.retek.component.customerorder declared as TransactionType
static TransactionType TransactionType.APPROVED
           
static TransactionType TransactionType.DECLINED
           
static TransactionType TransactionType.REFERRAL
           
static TransactionType TransactionType.FRAUD
           
static TransactionType TransactionType.WAITING_AUTHORIZATION
           
static TransactionType TransactionType.MANUAL_AUTHORIZATION
           
static TransactionType TransactionType.PRE_SETTLED
           
static TransactionType TransactionType.SETTLED
           
static TransactionType TransactionType.EXPIRED
           
static TransactionType TransactionType.MANUALLY_APPROVED
           
static TransactionType TransactionType.REDEEMED
           
static TransactionType TransactionType.CANCELLED
           
 

Methods in com.retek.component.customerorder that return TransactionType
static TransactionType TransactionType.getTransactionType(com.retek.fsm.State state)
           
static TransactionType TransactionType.mapFromPaymentState(com.retek.fsm.State state)
           
 TransactionType CustomerOrderPaymentHistoryEvent.getTransactionType()
           
 

Methods in com.retek.component.customerorder with parameters of type TransactionType
 void CustomerOrderPaymentHistoryEvent.setTransactionType(TransactionType tranType)
           
 

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

Methods in com.retek.component.customerorder.impl that return TransactionType
 TransactionType CustomerOrderPaymentHistoryEventImpl.getTransactionType()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type TransactionType
 void CustomerOrderPaymentHistoryEventImpl.setTransactionType(TransactionType transactionType)
           
 

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

Fields in com.retek.component.customerorder.impl.remote declared as TransactionType
 TransactionType CustomerOrderPaymentHistoryEventDto.transactionType
           
 



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