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

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface RequestTransactionFieldHome
extends javax.ejb.EJBHome

This class is the home interface of the RequestTransactionField bean


Method Summary
 RequestTransactionField findByPrimaryKey(RequestTransactionFieldPK primaryKey)
          Find and instantiate a RequestTransactionField
 java.util.Enumeration findByTransactionCodeAndType(java.lang.String txnCode, java.lang.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

public RequestTransactionField findByPrimaryKey(RequestTransactionFieldPK primaryKey)
                                         throws java.rmi.RemoteException,
                                                ProcessingErrorException,
                                                javax.ejb.FinderException
Find and instantiate a RequestTransactionField

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

findByTransactionCodeAndType

public java.util.Enumeration findByTransactionCodeAndType(java.lang.String txnCode,
                                                          java.lang.String txnType)
                                                   throws java.rmi.RemoteException,
                                                          javax.ejb.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:
java.rmi.RemoteException
javax.ejb.FinderException - Thrown if no matching instances were found
ProcessingErrorException


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