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

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.impl.eabtransactionfield.EABTransactionFieldCache

public class EABTransactionFieldCache
extends java.lang.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 java.util.Enumeration findByTxnCodeTxnTypeAndDirection(java.lang.String txnCode, java.lang.String txnType, java.lang.String direction)
          This method does a find by on TxnCode, TxnType And Direction
static java.util.Enumeration findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo(java.lang.String txnCode, java.lang.String txnType, java.lang.String direction)
           
static 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 on TxnCode, TxnType And Direction ordered by Entity Bean Name
static 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 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,
                                                   javax.ejb.FinderException,
                                                   java.rmi.RemoteException
This method is a findByPrimaryKey for the EABTransactionField Cache

Returns:
EABTransactionField
Throws:
ProcessingErrorException - if an error occurs in processing
javax.ejb.FinderException - if the specified EABTransactionField is not found
java.rmi.RemoteException

findByTxnCodeTxnTypeAndDirection

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

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

findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName

public static java.util.Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName(java.lang.String txnCode,
                                                                                              java.lang.String txnType,
                                                                                              java.lang.String tierKey,
                                                                                              java.lang.String direction)
                                                                                       throws javax.ejb.FinderException,
                                                                                              java.rmi.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:
javax.ejb.FinderException - if the specified EABTransactionField is not found
java.rmi.RemoteException - if remote operation fails

findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo

public static java.util.Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo(java.lang.String txnCode,
                                                                                          java.lang.String txnType,
                                                                                          java.lang.String tierKey,
                                                                                          java.lang.String direction)
                                                                                   throws javax.ejb.FinderException,
                                                                                          java.rmi.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:
javax.ejb.FinderException - if the specified EABTransactionField is not found
java.rmi.RemoteException - if remote operation fails

findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo

public static java.util.Enumeration findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo(java.lang.String txnCode,
                                                                                                   java.lang.String txnType,
                                                                                                   java.lang.String direction)
                                                                                            throws java.rmi.RemoteException
Parameters:
txnCode -
txnType -
direction -
Returns:
Throws:
java.rmi.RemoteException


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