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.StringgetContent(Stringname,StringuserId,StringservletBase,Requestrequest, int height, int width)
throwsRemoteException,ContentException
RemoteException
ContentException
publicGet the list of placeholder uris currently deployed in this service.CollectiongetDeployedPlaceholderURIs()
throwsRemoteException,ContentException
RemoteException
ContentException
DEPRECATED No longer used.
publicGet a preview slot's XML query.StringgetPreviewSlot(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.StringgetPreviewSlotQuery(long previewId,StringuserId)
throwsRemoteException,ContentException,ProfileNotFoundException,IllegalArgumentException
RemoteException
ContentException
ProfileNotFoundException
IllegalArgumentException
publicReturn a collection of PreviewInfo structures which match all of the content for the query.CollectionpreviewContent(Stringquery,StringservletBase,StringphType, 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.CollectionpreviewContent(long previewId,StringuserId,StringservletBase,StringphType)
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.StringxmlQuery)
throwsRemoteException,ContentException
RemoteException
ContentException