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
 Enumeration findByTxnCode(String txnCode)
          This method does a find by Transaction code
 

Method Detail

findByTxnCode

Enumeration findByTxnCode(String txnCode)
                          throws FinderException,
                                 RemoteException
This method does a find by Transaction code

Parameters:
txnCode - java.util.String
Returns:
Enumeration
Throws:
RemoteException - thrown on Remote Operation Fails
FinderException - thrown on failure to find the bean


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