|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PlaceholderService
| Method Summary | |
|---|---|
String |
getContent(String name, String userId, String servletBase, Request request, int height, int width)Return the content for the requested placeholder. |
Collection |
getDeployedPlaceholderURIs()Get the list of placeholder uris currently deployed in this service. |
String |
getPreviewSlot(long previewId)Deprecated No longer used. |
String |
getPreviewSlotQuery(long previewId, String userId)Deprecated No longer used. |
Collection |
previewContent(long previewId, String userId, String servletBase, String phType)Deprecated No longer used. |
Collection |
previewContent(String query, String phType, boolean renderContent, Request request)Return a collection of PreviewInfo structures which match all of the content for the query. |
Collection |
previewContent(String query, String servletBase, String phType, boolean renderContent)Deprecated |
void |
removePreviewSlot(long previewId)Deprecated No longer used. |
long |
setPreviewSlot(String xmlQuery)Deprecated No longer used. |
| Methods inherited from interface javax.ejb.EJBObject |
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
String getContent(String name,
String userId,
String servletBase,
Request request,
int height,
int width)
throws RemoteException,
ContentException
name - The name of the placeholderuserId - The user idservletBase - A URL base that is used to find the ClickThru and ShowDocServletrequest - The http requestheight - The requested height of the contentwidth - The requested width of the contentContentException - thrown when there is a failure to obtain the contentRemoteException
Collection previewContent(String query,
String servletBase,
String phType,
boolean renderContent)
throws RemoteException,
ContentException
query - the content query to previewservletBase - the base URI of the webapp to preview inphType - the placeholder type (Ad, ContentSelector)renderContent - true to include the rendering content in the preview, false to not.RemoteExceptionContentException
Collection previewContent(String query,
String phType,
boolean renderContent,
Request request)
throws RemoteException,
ContentException
query - the content query to previewservletBase - the base URI of the webapp to preview inphType - the placeholder type (Ad, ContentSelector)renderContent - true to include the rendering content in therequest - The http request preview, false to not.RemoteExceptionContentException
Collection previewContent(long previewId,
String userId,
String servletBase,
String phType)
throws RemoteException,
ContentException
previewId - the id of the preview slot containing the queryuserId - the id of the user to preview asservletBase - the base URI of the webapp to preview inphType - the placeholder type (Ad, ContentSelector)RemoteExceptionContentExceptiongetPreviewSlot(long)
String getPreviewSlot(long previewId)
throws RemoteException,
ContentException
RemoteExceptionContentException
String getPreviewSlotQuery(long previewId,
String userId)
throws RemoteException,
ContentException,
ProfileNotFoundException,
IllegalArgumentException
RemoteExceptionContentExceptionProfileNotFoundExceptionIllegalArgumentException
long setPreviewSlot(String xmlQuery)
throws RemoteException,
ContentException
RemoteExceptionContentException
void removePreviewSlot(long previewId)
throws RemoteException,
ContentException
RemoteExceptionContentException
Collection getDeployedPlaceholderURIs()
throws RemoteException,
ContentException
RemoteExceptionContentException
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.