|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EABTransactionFieldFinders
This interface defines the methods for obtaining EABTransactionField Entity instances
Method Summary | |
---|---|
Enumeration |
findByTxnCodeTxnTypeAndDirection(String txnCode,
String txnType,
String direction)
This method does a find by txnCode,txnType and direction |
Enumeration |
findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo(String txnCode,
String txnType,
String direction)
This method does a find by TxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo |
Enumeration |
findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName(String txnCode,
String txnType,
String tierKey,
String direction)
This method does a find by txnCode TierKey Direction Order By EntityBeanName |
Enumeration |
findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo(String txnCode,
String txnType,
String tierKey,
String direction)
This method does a find by txnCode TierKeyDirectionOrderBySequenceNo |
Method Detail |
---|
Enumeration findByTxnCodeTxnTypeAndDirection(String txnCode, String txnType, String direction) throws RemoteException, FinderException
txnCode
- StringtxnType
- Stringdirection
- java.util.String
RemoteException
- thrown on Remote Operation Fails
FinderException
- thrown on failure to find the beanEnumeration findByTxnCodeTxnTypeTierKeyDirectionOrderByEntityBeanName(String txnCode, String txnType, String tierKey, String direction) throws RemoteException, FinderException
txnCode
- StringtxnType
- StringtierKey
- java.util.Stringdirection
- java.util.String
RemoteException
- thrown on Remote Operation Fails
FinderException
- thrown on failure to find the beanEnumeration findByTxnCodeTxnTypeTierKeyDirectionOrderBySequenceNo(String txnCode, String txnType, String tierKey, String direction) throws RemoteException, FinderException
txnCode
- StringtxnType
- StringtierKey
- java.util.Stringdirection
- java.util.String
RemoteException
- thrown on Remote Operation Fails
FinderException
- thrown on failure to find the beanEnumeration findByTxnCodeTxnTypeAndDirectionOrderByEntityNameAndSequenceNo(String txnCode, String txnType, String direction) throws RemoteException, FinderException
txnCode
- txnType
- direction
-
RemoteException
FinderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |