Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.kernel.util.Function

Packages that use Function
com.liferay.portal.comment   
com.liferay.portal.kernel.comment   
com.liferay.portlet.blogs.action   
com.liferay.portlet.blogs.trackback   
com.liferay.portlet.messageboards.comment   
 

Uses of Function in com.liferay.portal.comment
 

Methods in com.liferay.portal.comment with parameters of type Function
 long CommentManagerImpl.addComment(long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 long DummyCommentManagerImpl.addComment(long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 

Uses of Function in com.liferay.portal.kernel.comment
 

Methods in com.liferay.portal.kernel.comment with parameters of type Function
 long CommentManager.addComment(long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 

Uses of Function in com.liferay.portlet.blogs.action
 

Classes in com.liferay.portlet.blogs.action that implement Function
 class TrackbackServiceContextFunction
           
 

Uses of Function in com.liferay.portlet.blogs.trackback
 

Methods in com.liferay.portlet.blogs.trackback with parameters of type Function
 void Trackback.addTrackback(BlogsEntry entry, ThemeDisplay themeDisplay, String excerpt, String url, String blogName, String title, Function<String,ServiceContext> serviceContextFunction)
           
 void TrackbackImpl.addTrackback(BlogsEntry entry, ThemeDisplay themeDisplay, String excerpt, String url, String blogName, String title, Function<String,ServiceContext> serviceContextFunction)
           
 

Uses of Function in com.liferay.portlet.messageboards.comment
 

Methods in com.liferay.portlet.messageboards.comment with parameters of type Function
 long MBCommentManagerImpl.addComment(long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 


Liferay 7.0-ce-m3