com.liferay.portlet.blogs.trackback
Class TrackbackImpl
java.lang.Object
com.liferay.portlet.blogs.trackback.TrackbackImpl
- All Implemented Interfaces:
- Trackback
public class TrackbackImpl
- extends Object
- implements Trackback
Method Summary |
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)
|
void |
setLinkbackConsumer(LinkbackConsumer linkbackConsumer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackbackImpl
public TrackbackImpl()
addTrackback
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
- Specified by:
addTrackback
in interface Trackback
- Throws:
com.liferay.portal.kernel.exception.PortalException
setCommentManager
public void setCommentManager(com.liferay.portal.kernel.comment.CommentManager commentManager)
- Specified by:
setCommentManager
in interface Trackback
setLinkbackConsumer
public void setLinkbackConsumer(LinkbackConsumer linkbackConsumer)
- Specified by:
setLinkbackConsumer
in interface Trackback
buildBBCodeBody
protected String buildBBCodeBody(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
String excerpt,
String url)
buildBody
protected String buildBody(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
String excerpt,
String url)
buildEntryURL
protected String buildEntryURL(com.liferay.blogs.kernel.model.BlogsEntry entry,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
buildHTMLBody
protected String buildHTMLBody(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
String excerpt,
String url)