|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A front-end session bean for dealing with Content.
ContentManagerHome| Method Summary | |
java.util.Enumeration |
getContent(Search params)
Get an Enumeration of Content objects that match the search parameters. |
java.util.Enumeration |
getContent(Search params,
boolean readOnly)
Deprecated. Use getContent(Search) instead |
java.util.Collection |
getContentIds(Search params)
Get a collection of string content ids that match the search parameters. |
PropertySet |
getPropertySet(java.lang.String name)
Get a named content PropertySet from this manager. |
java.lang.String[] |
getPropertySetNames()
Get the list of all property set names known by this manager. |
java.util.Map |
getPropertySets()
Get a map of property set name to PropertySet of all content PropertySets from this manager. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
| Method Detail |
public java.util.Enumeration getContent(Search params,
boolean readOnly)
throws java.rmi.RemoteException
params - the search paramters.readOnly - true to return read-only version of the Content
objects, false to return the live EJBs.
public java.util.Enumeration getContent(Search params)
throws java.rmi.RemoteException
params - the search paramters.
public java.util.Collection getContentIds(Search params)
throws java.rmi.RemoteException
params - the search paramters.
public PropertySet getPropertySet(java.lang.String name)
throws java.rmi.RemoteException
public java.util.Map getPropertySets()
throws java.rmi.RemoteException
public java.lang.String[] getPropertySetNames()
throws java.rmi.RemoteException
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||