com.bankframe.ei.txnhandler.impl.eabtransactionfield
Interface EABTransactionFieldHome

All Superinterfaces:
EABTransactionFieldFinders, EJBHome, Remote

public interface EABTransactionFieldHome
extends EJBHome, EABTransactionFieldFinders

This interface defines the methods for obtaining EABTransactionField Entity instances


Field Summary
static String JNDI_LOOKUP_NAME
           
 
Method Summary
 EABTransactionField findByPrimaryKey(EABTransactionFieldPK tansancationFieldPK)
          This method finds EabTransactionField based on primary key
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 
Methods inherited from interface com.bankframe.ei.txnhandler.eabtransactionfield.EABTransactionFieldFinders
findByTxnCodeTxnTypeAndDirection, findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo, findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName, findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo
 

Field Detail

JNDI_LOOKUP_NAME

static final String JNDI_LOOKUP_NAME
See Also:
Constant Field Values
Method Detail

findByPrimaryKey

EABTransactionField findByPrimaryKey(EABTransactionFieldPK tansancationFieldPK)
                                     throws RemoteException,
                                            FinderException
This method finds EabTransactionField based on primary key

Parameters:
tansancationFieldPK - EabTransactionFieldPK
Returns:
EabTransactionField
Throws:
RemoteException - thrown on Remote Operation Fails
FinderException - thrown on failure to find the bean


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