com.bankframe.ei.txnhandler.tierfield
Interface TierFieldFinders

All Known Subinterfaces:
TierFieldHome

public interface TierFieldFinders

This interface defines the methods for obtaining TierField Entity instances


Method Summary
 java.util.Enumeration findByTxnCode(java.lang.String txnCode)
          This method does a find by Transaction code
 

Method Detail

findByTxnCode

public java.util.Enumeration findByTxnCode(java.lang.String txnCode)
                                    throws javax.ejb.FinderException,
                                           java.rmi.RemoteException
This method does a find by Transaction code

Parameters:
txnCode - java.util.String
Returns:
Enumeration
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.