|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionErrorConditionHome
This interface is the home interface of the TransactionErrorConditionBean Entity Bean
Method Summary | |
---|---|
TransactionErrorCondition |
create(String txnCode,
String txnType,
int sequence,
String txnFieldName,
String condition,
String value,
String combineNext,
String errorTxnCode,
String errorTxnType)
Create an instance of TransactionRoute EJB |
TransactionErrorCondition |
findByPrimaryKey(TransactionErrorConditionPK primaryKey)
Find and instantiate the specified TransactionErrorCondition |
Enumeration |
findByTransactionCodeAndType(String txnCode,
String txnType)
Find all Error-conditions with the specified transaction code and transaction type |
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Method Detail |
---|
TransactionErrorCondition create(String txnCode, String txnType, int sequence, String txnFieldName, String condition, String value, String combineNext, String errorTxnCode, String errorTxnType) throws RemoteException, CreateException
txnCode
- Transaction CodetxnType
- Tranasction Typesequence
- is the sequence number for the error conditiontxnFieldName
- Transaction Field Name containing error valuecondition
- Condition for errorvalue
- for errorcombineNext
- with next errorerrorTxnCode
- is the txn code that this error will use
to process the host system dataerrorTxnType
- is the txn type that this error will use
to process the host system data
RemoteException
CreateException
TransactionErrorCondition findByPrimaryKey(TransactionErrorConditionPK primaryKey) throws RemoteException, FinderException
primaryKey
- Primary Key of the TransactionErrorCondition to retrieve
FinderException
- Thrown if no corresponding record is found
RemoteException
Enumeration findByTransactionCodeAndType(String txnCode, String txnType) throws RemoteException, FinderException
txnCode
- Transaction CodetxnType
- Transaction Type
RemoteException
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 |