|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The home interface for a Document entity bean.
This home interface follows the requirements of a Home for a Content bean. However, the reference Document Management System in the PersonalizationServer does not support document creation via the DocumentHome interface.
ContentHome
Method Summary | |
DocumentRemote |
create(DocumentPk documentPk)
Create a document object. |
DocumentRemote |
findByPrimaryKey(DocumentPk documentPk)
Find an Document entity bean using the DocumentPk. |
java.util.Enumeration |
findBySearchParams(Search params)
Find the Document which match the given search parameters. |
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
Method Detail |
public DocumentRemote create(DocumentPk documentPk) throws javax.ejb.CreateException, java.rmi.RemoteException
The reference implementation Document Management System does not support document creation via this interface.
CreationException
- thrown on an error.java.rmi.RemoteException
- thrown on an error.public DocumentRemote findByPrimaryKey(DocumentPk documentPk) throws java.rmi.RemoteException, javax.ejb.FinderException
javax.ejb.FinderException
- thrown on an error.java.rmi.RemoteException
- thrown on an error.public java.util.Enumeration findBySearchParams(Search params) throws java.rmi.RemoteException, javax.ejb.FinderException
javax.ejb.FinderException
- thrown on an error.java.rmi.RemoteException
- thrown on an error.
|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |