com.bankframe.ei.txnhandler.transactionresponse.errorcondition
Interface TransactionErrorConditionHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface TransactionErrorConditionHome
extends javax.ejb.EJBHome

This interface is the home interface of the TransactionErrorConditionBean Entity Bean


Method Summary
 TransactionErrorCondition create(java.lang.String txnCode, java.lang.String txnType, int sequence, java.lang.String txnFieldName, java.lang.String condition, java.lang.String value, java.lang.String combineNext, java.lang.String errorTxnCode, java.lang.String errorTxnType)
          Create an instance of TransactionRoute EJB
 TransactionErrorCondition findByPrimaryKey(TransactionErrorConditionPK primaryKey)
          Find and instantiate the specified TransactionErrorCondition
 java.util.Enumeration findByTransactionCodeAndType(java.lang.String txnCode, java.lang.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

create

public TransactionErrorCondition create(java.lang.String txnCode,
                                        java.lang.String txnType,
                                        int sequence,
                                        java.lang.String txnFieldName,
                                        java.lang.String condition,
                                        java.lang.String value,
                                        java.lang.String combineNext,
                                        java.lang.String errorTxnCode,
                                        java.lang.String errorTxnType)
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException
Create an instance of TransactionRoute EJB

Parameters:
txnCode - Transaction Code
txnType - Tranasction Type
sequence - is the sequence number for the error condition
txnFieldName - Transaction Field Name containing error value
condition - Condition for error
value - for error
combineNext - with next error
errorTxnCode - is the txn code that this error will use to process the host system data
errorTxnType - is the txn type that this error will use to process the host system data
Returns:
TransactionErrorCondition interface
Throws:
java.rmi.RemoteException
javax.ejb.CreateException

findByPrimaryKey

public TransactionErrorCondition findByPrimaryKey(TransactionErrorConditionPK primaryKey)
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.FinderException
Find and instantiate the specified TransactionErrorCondition

Parameters:
primaryKey - Primary Key of the TransactionErrorCondition to retrieve
Returns:
TransactionErrorCondition instance
Throws:
javax.ejb.FinderException - Thrown if no corresponding record is found
java.rmi.RemoteException

findByTransactionCodeAndType

public java.util.Enumeration findByTransactionCodeAndType(java.lang.String txnCode,
                                                          java.lang.String txnType)
                                                   throws java.rmi.RemoteException,
                                                          javax.ejb.FinderException
Find all Error-conditions with the specified transaction code and transaction type

Parameters:
txnCode - Transaction Code
txnType - Transaction Type
Returns:
Enumeration containing all matching TransactionErrorCondition interfaces.
Throws:
java.rmi.RemoteException
javax.ejb.FinderException - Thrown if no matching instances were found
ProcessingErrorException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.