com.bankframe.ei.txnhandler.transactionresponse.errorcondition
Class TransactionErrorConditionCache
java.lang.Object
com.bankframe.ei.txnhandler.transactionresponse.errorcondition.TransactionErrorConditionCache
public class TransactionErrorConditionCache
- extends Object
This class caches the connection parameters of a connector contained in the Destination table
TransactionErrorConditionCache
public TransactionErrorConditionCache()
findByPrimaryKey
public static TransactionErrorCondition findByPrimaryKey(TransactionErrorConditionPK pk)
throws ProcessingErrorException,
FinderException
- This method is a findByPrimaryKey for the Destination Cache
- Parameters:
pk
- TransactionErrorConditionPK primary key of Destination to find
- Returns:
- Destination
- Throws:
ProcessingErrorException
- if an error occurs in processing
FinderException
- if the specified Destination is not found
findByTransactionCodeAndType
public static List findByTransactionCodeAndType(String txnCode,
String txnType)
throws FinderException,
ProcessingErrorException
- Find all error conditions with the specified transaction code and transaction type
- Parameters:
txnCode
- Transaction CodetxnType
- Transaction Type
- Returns:
- List containing all matching Error conditions
- Throws:
FinderException
- Thrown if no matching instances were found
ProcessingErrorException
Copyright © 2005, 2007, Oracle. All rights reserved.