Constructor and Description |
---|
TrackbackImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addTrackback(com.liferay.blogs.kernel.model.BlogsEntry entry,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
String excerpt,
String url,
String blogName,
String title,
com.liferay.portal.kernel.util.Function<String,com.liferay.portal.kernel.service.ServiceContext> serviceContextFunction) |
protected String |
buildBBCodeBody(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
String excerpt,
String url) |
protected String |
buildBody(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
String excerpt,
String url) |
protected String |
buildEntryURL(com.liferay.blogs.kernel.model.BlogsEntry entry,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
protected String |
buildHTMLBody(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
String excerpt,
String url) |
void |
setCommentManager(com.liferay.portal.kernel.comment.CommentManager commentManager)
Deprecated.
As of 7.0.0, with no direct replacement
|
void |
setLinkbackConsumer(LinkbackConsumer linkbackConsumer)
Deprecated.
As of 7.0.0, with no direct replacement
|
public void addTrackback(com.liferay.blogs.kernel.model.BlogsEntry entry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, String excerpt, String url, String blogName, String title, com.liferay.portal.kernel.util.Function<String,com.liferay.portal.kernel.service.ServiceContext> serviceContextFunction) throws com.liferay.portal.kernel.exception.PortalException
addTrackback
in interface Trackback
com.liferay.portal.kernel.exception.PortalException
@Deprecated public void setCommentManager(com.liferay.portal.kernel.comment.CommentManager commentManager)
setCommentManager
in interface Trackback
@Deprecated public void setLinkbackConsumer(LinkbackConsumer linkbackConsumer)
setLinkbackConsumer
in interface Trackback
protected String buildBBCodeBody(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, String excerpt, String url)
protected String buildBody(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, String excerpt, String url)
protected String buildEntryURL(com.liferay.blogs.kernel.model.BlogsEntry entry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected String buildHTMLBody(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, String excerpt, String url)