com.bankframe.ei.txnhandler.impl.tierfield
Class TierFieldCache
java.lang.Object
com.bankframe.ei.txnhandler.impl.tierfield.TierFieldCache
public class TierFieldCache
- extends Object
This class caches the parameters of the TierField table
TierFieldCache
public TierFieldCache()
findByPrimaryKey
public static TierField findByPrimaryKey(TierFieldPK pk)
throws ProcessingErrorException,
FinderException
- This method is a findByPrimaryKey for the TierField Cache
- Parameters:
pk
- TierFieldPK primary key of TierField to find
- Returns:
- TierField
- Throws:
ProcessingErrorException
- if an error occurs in processing
FinderException
- if the specified Destination is not found
findByTxnCode
public static Enumeration findByTxnCode(String txnCode)
throws FinderException,
RemoteException
- This method does a find by Transaction code
- Parameters:
txnCode
- String
- Returns:
- Enumeration
- Throws:
FinderException
- thrown on failure to find the bean
RemoteException
- thrown on Remote Operation Fails
Copyright © 2005, 2007, Oracle. All rights reserved.