Uses of Interface
com.bankframe.ei.txnhandler.transactionresponse.errorcondition.TransactionErrorCondition

Packages that use TransactionErrorCondition
com.bankframe.ei.txnhandler   
com.bankframe.ei.txnhandler.transactionresponse.errorcondition   
 

Uses of TransactionErrorCondition in com.bankframe.ei.txnhandler
 

Methods in com.bankframe.ei.txnhandler that return TransactionErrorCondition
static TransactionErrorCondition TransactionHandlerUtils.getErrorConditionFromList(Iterator iterator)
          This method returns the next TransactionErrorCondition entity from an Enumeration.
 

Uses of TransactionErrorCondition in com.bankframe.ei.txnhandler.transactionresponse.errorcondition
 

Classes in com.bankframe.ei.txnhandler.transactionresponse.errorcondition that implement TransactionErrorCondition
 class TransactionErrorConditionImplt
          This class serves as a lightweight proxy representation of a TransactionErrorCondition EJB for caching purposes.
 

Methods in com.bankframe.ei.txnhandler.transactionresponse.errorcondition that return TransactionErrorCondition
 TransactionErrorCondition TransactionErrorConditionHome.create(String txnCode, String txnType, int sequence, String txnFieldName, String condition, String value, String combineNext, String errorTxnCode, String errorTxnType)
          Create an instance of TransactionRoute EJB
 TransactionErrorCondition TransactionErrorConditionHome.findByPrimaryKey(TransactionErrorConditionPK primaryKey)
          Find and instantiate the specified TransactionErrorCondition
static TransactionErrorCondition TransactionErrorConditionCache.findByPrimaryKey(TransactionErrorConditionPK pk)
          This method is a findByPrimaryKey for the Destination Cache
 



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