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
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.