|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.eabtransactionfield.EABTransactionFieldCache
public class EABTransactionFieldCache
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 |
---|
public EABTransactionFieldCache()
Method Detail |
---|
public static EABTransactionField findByPrimaryKey(EABTransactionFieldPK pk) throws ProcessingErrorException, FinderException, RemoteException
pk
- EABTransactionFieldPK primary key of EABTransactionField to find
ProcessingErrorException
- if an error occurs in processing
FinderException
- if the specified EABTransactionField is not found
RemoteException
public static Enumeration findByTxnCodeTxnTypeAndDirection(String txnCode, String txnType, String direction) throws FinderException, RemoteException
txnCode
- StringtxnType
- Stringdirection
- String
FinderException
- if the specified EABTransactionField is not found
RemoteException
- if remote operation failspublic static Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName(String txnCode, String txnType, String tierKey, String direction) throws FinderException, RemoteException
txnCode
- StringtxnType
- Stringdirection
- String
FinderException
- if the specified EABTransactionField is not found
RemoteException
- if remote operation failspublic static Enumeration findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo(String txnCode, String txnType, String tierKey, String direction) throws FinderException, RemoteException
txnCode
- StringtxnType
- Stringdirection
- String
FinderException
- if the specified EABTransactionField is not found
RemoteException
- if remote operation failspublic static Enumeration findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo(String txnCode, String txnType, String direction) throws RemoteException
txnCode
- txnType
- direction
-
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |