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

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

public interface EABTransactionFieldHome
extends javax.ejb.EJBHome, EABTransactionFieldFinders

This interface defines the methods for obtaining EABTransactionField Entity instances


Field Summary
static java.lang.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

public static final java.lang.String JNDI_LOOKUP_NAME
See Also:
Constant Field Values
Method Detail

findByPrimaryKey

public EABTransactionField findByPrimaryKey(EABTransactionFieldPK tansancationFieldPK)
                                     throws java.rmi.RemoteException,
                                            javax.ejb.FinderException
This method finds EabTransactionField based on primary key

Returns:
EabTransactionField
Throws:
java.rmi.RemoteException - thrown on Remote Operation Fails
javax.ejb.FinderException - thrown on failure to find the bean


Copyright © 2004 Siebel Systems, Inc. All rights reserved.