|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a Home interface for the Entity Bean
Method Summary | |
PlzEntryBmp |
create(int id)
|
PlzEntryBmp |
create(PlzEntryBmpKey primaryKey)
create method for a BMP entity bean |
PlzEntryBmp |
findById(int id)
|
PlzEntryBmp |
findByPrimaryKey(PlzEntryBmpKey key)
findByPrimaryKey method comment |
java.util.Enumeration |
findByTown(java.lang.String town)
|
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, remove, remove |
Method Detail |
public java.util.Enumeration findByTown(java.lang.String town) throws java.rmi.RemoteException, javax.ejb.FinderException
town
- java.lang.String
java.lang.String
- The exception description.
java.rmi.RemoteException
javax.ejb.FinderException
public PlzEntryBmp create(int id) throws javax.ejb.CreateException, java.rmi.RemoteException
id
- int
java.lang.String
- The exception description.
javax.ejb.CreateException
java.rmi.RemoteException
public PlzEntryBmp create(PlzEntryBmpKey primaryKey) throws javax.ejb.CreateException, java.rmi.RemoteException
primaryKey
- com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
javax.ejb.CreateException
- The exception description.
java.rmi.RemoteException
- The exception description.public PlzEntryBmp findById(int id) throws java.rmi.RemoteException, javax.ejb.FinderException
id
- int
java.lang.String
- The exception description.
java.rmi.RemoteException
javax.ejb.FinderException
public PlzEntryBmp findByPrimaryKey(PlzEntryBmpKey key) throws java.rmi.RemoteException, javax.ejb.FinderException
key
- com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
java.rmi.RemoteException
- The exception description.
javax.ejb.FinderException
- The exception description.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |