com.bankframe.ei.txnhandler.impl.eabtransactionfield
Class EABTransactionFieldCache

java.lang.Object
  extended by com.bankframe.ei.txnhandler.impl.eabtransactionfield.EABTransactionFieldCache

public class EABTransactionFieldCache
extends Object

This class caches the parameters of the EABTransactionField table


Constructor Summary
EABTransactionFieldCache()
           
 
Method Summary
static EABTransactionField findByPrimaryKey(EABTransactionFieldPK pk)
          This method is a findByPrimaryKey for the EABTransactionField Cache
static Enumeration findByTxnCodeTxnTypeAndDirection(String txnCode, String txnType, String direction)
          This method does a find by on TxnCode, TxnType And Direction
static Enumeration findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo(String txnCode, String txnType, String direction)
           
static Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName(String txnCode, String txnType, String tierKey, String direction)
          This method does a find by on TxnCode, TxnType And Direction ordered by Entity Bean Name
static Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo(String txnCode, String txnType, String tierKey, String direction)
          This method does a find by on TxnCode, TxnType And Direction ordered by Sequence No
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EABTransactionFieldCache

public EABTransactionFieldCache()
Method Detail

findByPrimaryKey

public static EABTransactionField findByPrimaryKey(EABTransactionFieldPK pk)
                                            throws ProcessingErrorException,
                                                   FinderException,
                                                   RemoteException
This method is a findByPrimaryKey for the EABTransactionField Cache

Parameters:
pk - EABTransactionFieldPK primary key of EABTransactionField to find
Returns:
EABTransactionField
Throws:
ProcessingErrorException - if an error occurs in processing
FinderException - if the specified EABTransactionField is not found
RemoteException

findByTxnCodeTxnTypeAndDirection

public static Enumeration findByTxnCodeTxnTypeAndDirection(String txnCode,
                                                           String txnType,
                                                           String direction)
                                                    throws FinderException,
                                                           RemoteException
This method does a find by on TxnCode, TxnType And Direction

Parameters:
txnCode - String
txnType - String
direction - String
Returns:
Enumeration
Throws:
FinderException - if the specified EABTransactionField is not found
RemoteException - if remote operation fails

findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName

public static Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName(String txnCode,
                                                                                    String txnType,
                                                                                    String tierKey,
                                                                                    String direction)
                                                                             throws FinderException,
                                                                                    RemoteException
This method does a find by on TxnCode, TxnType And Direction ordered by Entity Bean Name

Parameters:
txnCode - String
txnType - String
direction - String
Returns:
Enumeration
Throws:
FinderException - if the specified EABTransactionField is not found
RemoteException - if remote operation fails

findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo

public static Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo(String txnCode,
                                                                                String txnType,
                                                                                String tierKey,
                                                                                String direction)
                                                                         throws FinderException,
                                                                                RemoteException
This method does a find by on TxnCode, TxnType And Direction ordered by Sequence No

Parameters:
txnCode - String
txnType - String
direction - String
Returns:
Enumeration
Throws:
FinderException - if the specified EABTransactionField is not found
RemoteException - if remote operation fails

findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo

public static Enumeration findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo(String txnCode,
                                                                                         String txnType,
                                                                                         String direction)
                                                                                  throws RemoteException
Parameters:
txnCode -
txnType -
direction -
Returns:
Enumeration
Throws:
RemoteException


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