com.bankframe.ei.txnhandler.eabtransactionfield
Interface EABTransactionFieldFinders

All Known Subinterfaces:
EABTransactionFieldHome

public interface EABTransactionFieldFinders

This interface defines the methods for obtaining EABTransactionField Entity instances


Method Summary
 java.util.Enumeration findByTxnCodeTxnTypeAndDirection(java.lang.String txnCode, java.lang.String txnType, java.lang.String direction)
          This method does a find by Txn Identifier And Direction
 java.util.Enumeration findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo(java.lang.String txnCode, java.lang.String txnType, java.lang.String direction)
          This method does a find by TxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo
 java.util.Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName(java.lang.String txnCode, java.lang.String txnType, java.lang.String tierKey, java.lang.String direction)
          This method does a find by TxnIdentifier TierKey Direction Order By EntityBeanName
 java.util.Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo(java.lang.String txnCode, java.lang.String txnType, java.lang.String tierKey, java.lang.String direction)
          This method does a find by TxnIdentifierTierKeyDirectionOrderBySequenceNo
 

Method Detail

findByTxnCodeTxnTypeAndDirection

public java.util.Enumeration findByTxnCodeTxnTypeAndDirection(java.lang.String txnCode,
                                                              java.lang.String txnType,
                                                              java.lang.String direction)
                                                       throws java.rmi.RemoteException,
                                                              javax.ejb.FinderException
This method does a find by Txn Identifier And Direction

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

findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName

public java.util.Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName(java.lang.String txnCode,
                                                                                       java.lang.String txnType,
                                                                                       java.lang.String tierKey,
                                                                                       java.lang.String direction)
                                                                                throws java.rmi.RemoteException,
                                                                                       javax.ejb.FinderException
This method does a find by TxnIdentifier TierKey Direction Order By EntityBeanName

Parameters:
tierKey - java.util.String
direction - java.util.String
Returns:
Enumeration
Throws:
java.rmi.RemoteException - thrown on Remote Operation Fails
javax.ejb.FinderException - thrown on failure to find the bean

findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo

public java.util.Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo(java.lang.String txnCode,
                                                                                   java.lang.String txnType,
                                                                                   java.lang.String tierKey,
                                                                                   java.lang.String direction)
                                                                            throws java.rmi.RemoteException,
                                                                                   javax.ejb.FinderException
This method does a find by TxnIdentifierTierKeyDirectionOrderBySequenceNo

Parameters:
tierKey - java.util.String
direction - java.util.String
Returns:
Enumeration
Throws:
java.rmi.RemoteException - thrown on Remote Operation Fails
javax.ejb.FinderException - thrown on failure to find the bean

findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo

public java.util.Enumeration findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo(java.lang.String txnCode,
                                                                                            java.lang.String txnType,
                                                                                            java.lang.String direction)
                                                                                     throws java.rmi.RemoteException,
                                                                                            javax.ejb.FinderException
This method does a find by TxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo

Parameters:
txnCode -
txnType -
direction -
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.FinderException


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