com.bankframe.ei.txnhandler.transactionlayout.impl.request
Interface RequestTransactionFieldHome

All Superinterfaces:
EJBHome, Remote

public interface RequestTransactionFieldHome
extends EJBHome

This class is the home interface of the RequestTransactionField bean


Method Summary
 RequestTransactionField findByPrimaryKey(RequestTransactionFieldPK primaryKey)
          Find and instantiate a RequestTransactionField
 Enumeration findByTransactionCodeAndType(String txnCode, String txnType)
          Find all RequestTransactionFields with the specified transaction code and transaction type
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

findByPrimaryKey

RequestTransactionField findByPrimaryKey(RequestTransactionFieldPK primaryKey)
                                         throws RemoteException,
                                                ProcessingErrorException,
                                                FinderException
Find and instantiate a RequestTransactionField

Parameters:
primaryKey - the primary key of the RequestTransactionField to retrieve'
Returns:
RequestTransactionField instance
Throws:
FinderException - Thrown if an instance corresponding to the primaryKey could not be retrieved
RemoteException
ProcessingErrorException

findByTransactionCodeAndType

Enumeration findByTransactionCodeAndType(String txnCode,
                                         String txnType)
                                         throws RemoteException,
                                                FinderException,
                                                ProcessingErrorException
Find all RequestTransactionFields with the specified transaction code and transaction type

Parameters:
txnCode - Transaction Code
txnType - Transaction Type
Returns:
Enumeration containing all matching RequestTransactionFields
Throws:
RemoteException
FinderException - Thrown if no matching instances were found
ProcessingErrorException


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