|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A front-end session bean for dealing with Content.
ContentManagerHome| Method Summary | |
Enumeration |
getContent(Search params)
Deprecated. Get an Enumeration of Content objects that match the search parameters. |
Enumeration |
getContent(Search params,
boolean readOnly)
Deprecated. Use getContent(Search) instead |
Collection |
getContentIds(Search params)
Deprecated. Get a collection of string content ids that match the search parameters. |
PropertySet |
getPropertySet(String name)
Deprecated. Get a named content PropertySet from this manager. |
String[] |
getPropertySetNames()
Deprecated. Get the list of all property set names known by this manager. |
Map |
getPropertySets()
Deprecated. 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 Enumeration getContent(Search params)
throws RemoteException
params - the search paramters.
RemoteException - thrown on an error.
public Enumeration getContent(Search params,
boolean readOnly)
throws RemoteException
params - the search paramters.readOnly - true to return read-only version of the Content
objects, false to return the live EJBs.
RemoteException - thrown on an error.
public Collection getContentIds(Search params)
throws RemoteException
params - the search paramters.
RemoteException - thrown on an error.
public PropertySet getPropertySet(String name)
throws RemoteException
RemoteException - thrown on an error.
public String[] getPropertySetNames()
throws RemoteException
RemoteException - thrown on an error.
public Map getPropertySets()
throws RemoteException
RemoteException - thrown on an error.
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||