Uses of Interface
com.bankframe.ei.txnhandler.transactionlayout.TransactionField

Packages that use TransactionField
com.bankframe.ei.txnhandler   
com.bankframe.ei.txnhandler.transactionlayout.impl.request   
com.bankframe.ei.txnhandler.transactionlayout.impl.response   
 

Uses of TransactionField in com.bankframe.ei.txnhandler
 

Methods in com.bankframe.ei.txnhandler that return TransactionField
static TransactionField TransactionHandlerUtils.getTxnFieldFromList(java.util.Iterator txnFields)
          This method returns the next TransactionField entity from a list.
static TransactionField TransactionHandlerUtils.getTxnResponseFieldFromName(ResponseTransactionFieldHome txnFieldHome, java.lang.String txnFieldName, boolean metaDataCached)
          This method finds the RowAccess interface to a transaction field entity from the transaction field name.
 

Uses of TransactionField in com.bankframe.ei.txnhandler.transactionlayout.impl.request
 

Subinterfaces of TransactionField in com.bankframe.ei.txnhandler.transactionlayout.impl.request
 interface RequestTransactionField
          This class is the remote interface of Transaction Field Entity Bean
 

Classes in com.bankframe.ei.txnhandler.transactionlayout.impl.request that implement TransactionField
 class RequestTransactionFieldImplt
          This class serves as a lightweight proxy representation of a RequestTransactionField entity for caching purposes.
 

Uses of TransactionField in com.bankframe.ei.txnhandler.transactionlayout.impl.response
 

Subinterfaces of TransactionField in com.bankframe.ei.txnhandler.transactionlayout.impl.response
 interface ResponseTransactionField
          This class is the remote interface of Transaction Field Entity Bean
 

Classes in com.bankframe.ei.txnhandler.transactionlayout.impl.response that implement TransactionField
 class ResponseTransactionFieldImplt
          This class serves as a lightweight proxy representation of a ResponseTransactionField entity for caching purposes.
 



Copyright © 2005, 2007, Oracle. All rights reserved.