|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the methods that all Eontec Bean Managed Persistence Entity beans must implement.
| Field Summary |
| Fields inherited from interface com.bankframe.ejb.EEntity |
serialVersionUID |
| Method Summary | |
EPrimaryKey |
createPrimaryKey(DataPacket dp)
This method creates a primary key instance from the information in the DataPacket. |
java.lang.String |
getEntityName()
This method gets a String that uniquely identifies this Entity Bean. |
EPersister |
getPersister()
This method gets an instance of the Persister class that is used for persisting this. |
EPrimaryKey |
getPrimaryKey()
This method gets a primary key that uniquely identifies this Entity Bean instance. |
void |
populate(DataPacket dp)
This method populates the attributes of the Entity Bean with the information in the DataPacket. |
| Methods inherited from interface com.bankframe.ejb.EEntity |
toDataPacket |
| Method Detail |
public EPrimaryKey createPrimaryKey(DataPacket dp)
throws ProcessingErrorException
dp - the primary key information
ProcessingErrorException - if processing fails.public java.lang.String getEntityName()
public EPersister getPersister()
public EPrimaryKey getPrimaryKey()
public void populate(DataPacket dp)
dp - The DataPacket containing the data for the Entity Bean's attributes
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||