|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.ojb.ejb.PlzEntryBmpBean
This is an Entity Bean class with BMP fields. You will find all neccessary to code to use the OJB PersistenceBroker in the EJB context in this class.
Field Summary | |
(package private) static PersistenceBroker |
_broker
|
(package private) static boolean |
_trace
|
(package private) static long |
serialVersionUID
|
(package private) PlzEntryImpl |
valueObject
|
Constructor Summary | |
PlzEntryBmpBean()
|
Method Summary | |
void |
ejbActivate()
ejbActivate method comment |
PlzEntryBmpKey |
ejbCreate(int id)
ejbCreate method for a BMP entity bean |
PlzEntryBmpKey |
ejbCreate(PlzEntryBmpKey key)
ejbCreate method for a BMP entity bean |
PlzEntryBmpKey |
ejbFindById(int id)
ejbFindByPrimaryKey method comment |
PlzEntryBmpKey |
ejbFindByPrimaryKey(PlzEntryBmpKey primaryKey)
ejbFindByPrimaryKey method comment |
java.util.Enumeration |
ejbFindByTown(java.lang.String town)
ejbFindByPrimaryKey method comment |
void |
ejbLoad()
ejbLoad method comment |
void |
ejbPassivate()
ejbPassivate method comment |
void |
ejbPostCreate(PlzEntryBmpKey key)
ejbPostCreate method for a BMP entity bean |
void |
ejbRemove()
ejbRemove method comment |
void |
ejbStore()
ejbStore method comment |
javax.ejb.EntityContext |
getEntityContext()
getEntityContext method comment |
java.lang.String |
getHnumber()
Insert the method's description here. |
int |
getId()
Insert the method's description here. |
java.lang.String |
getPostalcode()
Insert the method's description here. |
java.lang.String |
getReserve()
Insert the method's description here. |
java.lang.String |
getSmalltown()
Insert the method's description here. |
java.lang.String |
getStreet()
Insert the method's description here. |
java.lang.String |
getTown()
Insert the method's description here. |
void |
setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext method comment |
void |
setHnumber(java.lang.String newHnumber)
Insert the method's description here. |
void |
setId(int newId)
Insert the method's description here. |
void |
setPostalcode(java.lang.String newPostalcode)
Insert the method's description here. |
void |
setReserve(java.lang.String newReserve)
Insert the method's description here. |
void |
setSmalltown(java.lang.String newSmalltown)
Insert the method's description here. |
void |
setStreet(java.lang.String newStreet)
Insert the method's description here. |
void |
setTown(java.lang.String newTown)
Insert the method's description here. |
void |
unsetEntityContext()
unsetEntityContext method comment |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final long serialVersionUID
static PersistenceBroker _broker
PlzEntryImpl valueObject
static final boolean _trace
Constructor Detail |
public PlzEntryBmpBean()
Method Detail |
public void ejbActivate() throws java.rmi.RemoteException
ejbActivate
in interface javax.ejb.EntityBean
java.rmi.RemoteException
- The exception description.public PlzEntryBmpKey ejbCreate(int id) throws javax.ejb.CreateException, java.rmi.RemoteException
javax.ejb.CreateException
- The exception description.
java.rmi.RemoteException
- The exception description.public PlzEntryBmpKey ejbFindById(int id) throws java.rmi.RemoteException, javax.ejb.FinderException
java.rmi.RemoteException
- The exception description.
javax.ejb.FinderException
- The exception description.public PlzEntryBmpKey ejbFindByPrimaryKey(PlzEntryBmpKey primaryKey) throws java.rmi.RemoteException, javax.ejb.FinderException
primaryKey
- com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
java.rmi.RemoteException
- The exception description.
javax.ejb.FinderException
- The exception description.public java.util.Enumeration ejbFindByTown(java.lang.String town) throws java.rmi.RemoteException, javax.ejb.FinderException
java.rmi.RemoteException
- The exception description.
javax.ejb.FinderException
- The exception description.public void ejbLoad() throws java.rmi.RemoteException
ejbLoad
in interface javax.ejb.EntityBean
java.rmi.RemoteException
- The exception description.public void ejbPassivate() throws java.rmi.RemoteException
ejbPassivate
in interface javax.ejb.EntityBean
java.rmi.RemoteException
- The exception description.public void ejbRemove() throws java.rmi.RemoteException, javax.ejb.RemoveException
ejbRemove
in interface javax.ejb.EntityBean
java.rmi.RemoteException
- The exception description.
javax.ejb.RemoveException
- The exception description.public void ejbStore() throws java.rmi.RemoteException
ejbStore
in interface javax.ejb.EntityBean
java.rmi.RemoteException
- The exception description.public javax.ejb.EntityContext getEntityContext()
public java.lang.String getHnumber() throws java.rmi.RemoteException
getHnumber
in interface PlzEntry
java.rmi.RemoteException
public int getId() throws java.rmi.RemoteException
getId
in interface PlzEntry
java.rmi.RemoteException
public java.lang.String getPostalcode() throws java.rmi.RemoteException
getPostalcode
in interface PlzEntry
java.rmi.RemoteException
public java.lang.String getReserve() throws java.rmi.RemoteException
getReserve
in interface PlzEntry
java.rmi.RemoteException
public java.lang.String getSmalltown() throws java.rmi.RemoteException
getSmalltown
in interface PlzEntry
java.rmi.RemoteException
public java.lang.String getStreet() throws java.rmi.RemoteException
getStreet
in interface PlzEntry
java.rmi.RemoteException
public java.lang.String getTown() throws java.rmi.RemoteException
getTown
in interface PlzEntry
java.rmi.RemoteException
public void setEntityContext(javax.ejb.EntityContext ctx) throws java.rmi.RemoteException
setEntityContext
in interface javax.ejb.EntityBean
ctx
- javax.ejb.EntityContext
java.rmi.RemoteException
- The exception description.public void setHnumber(java.lang.String newHnumber) throws java.rmi.RemoteException
setHnumber
in interface PlzEntry
newHnumber
- java.lang.String
java.rmi.RemoteException
public void setId(int newId) throws java.rmi.RemoteException
setId
in interface PlzEntry
newId
- int
java.rmi.RemoteException
public void setPostalcode(java.lang.String newPostalcode) throws java.rmi.RemoteException
setPostalcode
in interface PlzEntry
newPostalcode
- java.lang.String
java.rmi.RemoteException
public void setReserve(java.lang.String newReserve) throws java.rmi.RemoteException
setReserve
in interface PlzEntry
java.rmi.RemoteException
public void setSmalltown(java.lang.String newSmalltown) throws java.rmi.RemoteException
setSmalltown
in interface PlzEntry
newSmalltown
- java.lang.String
java.rmi.RemoteException
public void setStreet(java.lang.String newStreet) throws java.rmi.RemoteException
setStreet
in interface PlzEntry
newStreet
- java.lang.String
java.rmi.RemoteException
public void setTown(java.lang.String newTown) throws java.rmi.RemoteException
setTown
in interface PlzEntry
newTown
- java.lang.String
java.rmi.RemoteException
public void unsetEntityContext() throws java.rmi.RemoteException
unsetEntityContext
in interface javax.ejb.EntityBean
java.rmi.RemoteException
- The exception description.public PlzEntryBmpKey ejbCreate(PlzEntryBmpKey key) throws javax.ejb.CreateException, java.rmi.RemoteException
key
- com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
javax.ejb.CreateException
- The exception description.
java.rmi.RemoteException
- The exception description.public void ejbPostCreate(PlzEntryBmpKey key) throws java.rmi.RemoteException
key
- com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
java.rmi.RemoteException
- The exception description.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |