Liferay 7.0-ce-b4

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

Packages that use Function
com.liferay.portal.kernel.comment   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.blogs.trackback   
 

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

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

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

Methods in com.liferay.portal.kernel.util with parameters of type Function
static
<T,R> List<R>
ListUtil.toList(List<T> list, Function<T,R> function)
           
 

Uses of Function in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement Function
 class IdentityServiceContextFunction
           
 class ServiceContextFunction
           
 

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

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


Liferay 7.0-ce-b4