|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.EEntityBean
com.bankframe.ei.txnhandler.transactionlayout.TransactionFieldBean
This class is a base class for the Transaction Field Entity Beans. This class provides methods common to the Request and Response Transaction Field Entity Beans.
| Constructor Summary | |
TransactionFieldBean()
Default constructor |
|
| 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 |
DataPacket |
toDataPacket()
This method returns this Bean's contents as a DataPacket. |
| Methods inherited from class com.bankframe.ejb.EEntityBean |
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, toString, unsetEntityContext, validate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TransactionFieldBean()
| Method Detail |
public java.lang.String getValue(java.lang.String colName)
throws ProcessingErrorException
ProcessingErrorException - if an error occurs
public java.util.Map getValuesMap()
throws ProcessingErrorException
ProcessingErrorException - for column that does not exist.public DataPacket toDataPacket()
toDataPacket in class EEntityBean
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||