EJBObject
The remote bean interface for the PlaceholderService.
A placeholder is a named location in some page and is represented by the PlaceholderTag. The primary function of the placeholder service is to return content to the PlaceholderTag when it is viewed. This content is based upon the type of the placeholder, and user information.
EJBObject
, Remote
Method Summary |
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public void |
|
public long |
|
Methods from interface javax.ejb. |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
publicReturn the content for the requested placeholder.String
getContent(String
name,String
userId,String
servletBase,Request
request, int height, int width)
throwsRemoteException
,ContentException
RemoteException
ContentException
publicGet the list of placeholder uris currently deployed in this service.Collection
getDeployedPlaceholderURIs()
throwsRemoteException
,ContentException
RemoteException
ContentException
DEPRECATED No longer used.
publicGet a preview slot's XML query.String
getPreviewSlot(long previewId)
throwsRemoteException
,ContentException
RemoteException
ContentException
DEPRECATED No longer used.
publicGet a preview slot's XML query as a content query, with any property references filled out.String
getPreviewSlotQuery(long previewId,String
userId)
throwsRemoteException
,ContentException
,ProfileNotFoundException
,IllegalArgumentException
RemoteException
ContentException
ProfileNotFoundException
IllegalArgumentException
publicReturn a collection of PreviewInfo structures which match all of the content for the query.Collection
previewContent(String
query,String
servletBase,String
phType, boolean renderContent)
throwsRemoteException
,ContentException
RemoteException
ContentException
DEPRECATED No longer used.
publicReturn a collection of PreviewInfo structures which match all of the content for the query.Collection
previewContent(long previewId,String
userId,String
servletBase,String
phType)
throwsRemoteException
,ContentException
RemoteException
ContentException
Related Topics
PlaceholderService.getPreviewSlot(long)
DEPRECATED No longer used.
public void removePreviewSlot(long previewId)Remove a preview slot
throwsRemoteException
,ContentException
RemoteException
ContentException
DEPRECATED No longer used.
public long setPreviewSlot(Create a preview slot.String
xmlQuery)
throwsRemoteException
,ContentException
RemoteException
ContentException