com.bankframe.ei.txnhandler.transactionlayout
Interface TransactionField

All Superinterfaces:
EEntityRemote, javax.ejb.EJBObject, java.rmi.Remote
All Known Subinterfaces:
RequestTransactionField, ResponseTransactionField
All Known Implementing Classes:
RequestTransactionFieldImplt, ResponseTransactionFieldImplt

public interface TransactionField
extends EEntityRemote

This class is the remote interface of Transaction Field Entity Bean


Method Summary
 java.lang.String getValue(java.lang.String colName)
          Get the specified row value
 java.util.Map getValuesMap()
          This method gets the Map of all the database column values
 
Methods inherited from interface com.bankframe.ejb.EEntityRemote
toDataPacket
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getValue

public java.lang.String getValue(java.lang.String colName)
                          throws ProcessingErrorException,
                                 java.rmi.RemoteException
Get the specified row value

Returns:
java.lang.String
Throws:
ProcessingErrorException - for column that does not exist.
java.rmi.RemoteException

getValuesMap

public java.util.Map getValuesMap()
                           throws ProcessingErrorException,
                                  java.rmi.RemoteException
This method gets the Map of all the database column values

Returns:
java.util.Map of database column values
Throws:
ProcessingErrorException - for column that does not exist.
java.rmi.RemoteException


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