|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the home interface for the Data Bean
Method Summary | |
Data |
create(java.lang.Integer id)
Create a new Data instance |
java.util.Collection |
findAll()
Get all Data instances. |
Data |
findByPrimaryKey(java.lang.Integer id)
Find the Data with the specified ID. |
java.util.Collection |
findByType(java.lang.String type)
Finds the Data whose "type" attribute matches that specified. |
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
Method Detail |
public Data create(java.lang.Integer id) throws java.rmi.RemoteException, javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.CreateException
public Data findByPrimaryKey(java.lang.Integer id) throws java.rmi.RemoteException, javax.ejb.FinderException
java.rmi.RemoteException
javax.ejb.FinderException
public java.util.Collection findByType(java.lang.String type) throws java.rmi.RemoteException, javax.ejb.FinderException
java.rmi.RemoteException
javax.ejb.FinderException
public java.util.Collection findAll() throws java.rmi.RemoteException, javax.ejb.FinderException
java.rmi.RemoteException
javax.ejb.FinderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |