com.bankframe.ei.txnhandler.transactionlayout.impl.request
Class RequestTransactionFieldBean

java.lang.Object
  extended bycom.bankframe.ejb.EEntityBean
      extended bycom.bankframe.ei.txnhandler.transactionlayout.TransactionFieldBean
          extended bycom.bankframe.ei.txnhandler.transactionlayout.impl.request.RequestTransactionFieldBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public class RequestTransactionFieldBean
extends TransactionFieldBean

This class is an implementation of the Transaction Field Entity BMP Bean for Transaction Requests. This class is used for obtaining the Transaction Request fields necessary for a given transaction.

See Also:
Serialized Form

Constructor Summary
RequestTransactionFieldBean()
          Default constructor
 
Method Summary
 RequestTransactionFieldPK ejbFindByPrimaryKey(RequestTransactionFieldPK key)
          This method Finds an EJB by Primary Key
 java.util.Enumeration ejbFindByTransactionCodeAndType(java.lang.String txnCode, java.lang.String txnType)
          This method Finds an EJB by Code and type and Direction
 void ejbLoad()
          This method is called by the container for loading the EJB
 
Methods inherited from class com.bankframe.ei.txnhandler.transactionlayout.TransactionFieldBean
getValue, getValuesMap, toDataPacket
 
Methods inherited from class com.bankframe.ejb.EEntityBean
ejbActivate, ejbPassivate, ejbRemove, ejbStore, setEntityContext, toString, unsetEntityContext, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestTransactionFieldBean

public RequestTransactionFieldBean()
Default constructor

Method Detail

ejbLoad

public void ejbLoad()
This method is called by the container for loading the EJB

Specified by:
ejbLoad in interface javax.ejb.EntityBean
Overrides:
ejbLoad in class EEntityBean

ejbFindByPrimaryKey

public RequestTransactionFieldPK ejbFindByPrimaryKey(RequestTransactionFieldPK key)
                                              throws javax.ejb.FinderException,
                                                     ProcessingErrorException
This method Finds an EJB by Primary Key

Parameters:
key - the Primary Key
Returns:
TransactionFieldPK
Throws:
javax.ejb.FinderException
ProcessingErrorException

ejbFindByTransactionCodeAndType

public java.util.Enumeration ejbFindByTransactionCodeAndType(java.lang.String txnCode,
                                                             java.lang.String txnType)
                                                      throws javax.ejb.FinderException,
                                                             ProcessingErrorException
This method Finds an EJB by Code and type and Direction

Parameters:
txnCode - the transaction Code
txnType - the transaction Type
Returns:
Enumeration
Throws:
javax.ejb.FinderException
ProcessingErrorException


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