|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EBMPEntity
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. |
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 |
---|
EPrimaryKey createPrimaryKey(DataPacket dp) throws ProcessingErrorException
dp
- the primary key information
ProcessingErrorException
- if processing fails.String getEntityName()
EPersister getPersister()
EPrimaryKey getPrimaryKey()
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 |