com.bankframe.ei.txnhandler.transactionlayout.impl.request
Class RequestTransactionFieldCache
java.lang.Object
com.bankframe.ei.txnhandler.transactionlayout.impl.request.RequestTransactionFieldCache
public class RequestTransactionFieldCache
- extends Object
This class caches the connection parameters of a connector contained in the Destination table
RequestTransactionFieldCache
public RequestTransactionFieldCache()
findByPrimaryKey
public static RequestTransactionField findByPrimaryKey(RequestTransactionFieldPK pk)
throws ProcessingErrorException,
FinderException
- This method is a findByPrimaryKey for the Destination Cache
- Parameters:
pk
- RequestTransactionFieldPK 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 RequestTransactionField with the specified transaction code and transaction type
- Parameters:
txnCode
- Transaction CodetxnType
- Transaction Type
- Returns:
- List containing all matching RequestTransactionField
- Throws:
RemoteException
FinderException
- Thrown if no matching instances were found
ProcessingErrorException
Copyright © 2005, 2007, Oracle. All rights reserved.