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

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

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
 Enumeration ejbFindByTransactionCodeAndType(String txnCode, 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 EntityBean
Overrides:
ejbLoad in class EEntityBean

ejbFindByPrimaryKey

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

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

ejbFindByTransactionCodeAndType

public Enumeration ejbFindByTransactionCodeAndType(String txnCode,
                                                   String txnType)
                                            throws 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:
FinderException
ProcessingErrorException


Copyright © 2005, 2007, Oracle. All rights reserved.