com.bankframe.ei.txnhandler.impl.tierfield
Class TierFieldCache

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.impl.tierfield.TierFieldCache

public class TierFieldCache
extends java.lang.Object

This class caches the parameters of the TierField table


Constructor Summary
TierFieldCache()
           
 
Method Summary
static TierField findByPrimaryKey(TierFieldPK pk)
          This method is a findByPrimaryKey for the TierField Cache
static java.util.Enumeration findByTxnCode(java.lang.String txnCode)
          This method does a find by Transaction code
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TierFieldCache

public TierFieldCache()
Method Detail

findByPrimaryKey

public static TierField findByPrimaryKey(TierFieldPK pk)
                                  throws ProcessingErrorException,
                                         javax.ejb.FinderException
This method is a findByPrimaryKey for the TierField Cache

Returns:
TierField
Throws:
ProcessingErrorException - if an error occurs in processing
javax.ejb.FinderException - if the specified Destination is not found

findByTxnCode

public static 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 - String
Returns:
Enumeration
Throws:
javax.ejb.FinderException - thrown on failure to find the bean
java.rmi.RemoteException - thrown on Remote Operation Fails


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