com.bankframe.ei.txnhandler.transactionlayout
Interface TransactionField

All Superinterfaces:
EEntityRemote, EJBObject, 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
 String getValue(String colName)
          Get the specified row value
 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

String getValue(String colName)
                throws ProcessingErrorException,
                       RemoteException
Get the specified row value

Parameters:
colName - String DB-table column name
Returns:
java.lang.String
Throws:
ProcessingErrorException - for column that does not exist.
RemoteException

getValuesMap

Map getValuesMap()
                 throws ProcessingErrorException,
                        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.
RemoteException


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