Liferay 7.0-ga1 portal-impl

com.liferay.portlet.blogs.trackback
Interface Trackback

All Known Implementing Classes:
TrackbackImpl

public interface 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)
           
 void setCommentManager(com.liferay.portal.kernel.comment.CommentManager commentManager)
           
 void setLinkbackConsumer(LinkbackConsumer linkbackConsumer)
           
 

Method Detail

addTrackback

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
Throws:
com.liferay.portal.kernel.exception.PortalException

setCommentManager

void setCommentManager(com.liferay.portal.kernel.comment.CommentManager commentManager)

setLinkbackConsumer

void setLinkbackConsumer(LinkbackConsumer linkbackConsumer)

Liferay 7.0-ga1 portal-impl