|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class is the home interface of the RequestTransactionField bean
| Method Summary | |
RequestTransactionField |
findByPrimaryKey(RequestTransactionFieldPK primaryKey)
Find and instantiate a RequestTransactionField |
java.util.Enumeration |
findByTransactionCodeAndType(java.lang.String txnCode,
java.lang.String txnType)
Find all RequestTransactionFields with the specified transaction code and transaction type |
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
public RequestTransactionField findByPrimaryKey(RequestTransactionFieldPK primaryKey)
throws java.rmi.RemoteException,
ProcessingErrorException,
javax.ejb.FinderException
primaryKey - the primary key of the RequestTransactionField to retrieve'
javax.ejb.FinderException - Thrown if an instance corresponding to the primaryKey could not be retrieved
java.rmi.RemoteException
ProcessingErrorException
public java.util.Enumeration findByTransactionCodeAndType(java.lang.String txnCode,
java.lang.String txnType)
throws java.rmi.RemoteException,
javax.ejb.FinderException,
ProcessingErrorException
txnCode - Transaction CodetxnType - Transaction Type
java.rmi.RemoteException
javax.ejb.FinderException - Thrown if no matching instances were found
ProcessingErrorException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||