Liferay 7.0-ce-m6

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

Packages that use Function
com.liferay.portal.comment   
com.liferay.portal.kernel.comment   
com.liferay.portal.kernel.registry   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
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
 void CommentManagerImpl.addComment(long userId, long groupId, String className, long classPK, String body, Function<String,ServiceContext> serviceContextFunction)
           
 void DummyCommentManagerImpl.addComment(long userId, long groupId, String className, long classPK, String body, Function<String,ServiceContext> serviceContextFunction)
           
 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)
           
 long CommentManagerImpl.addComment(long userId, String className, long classPK, String userName, long parentCommentId, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 long DummyCommentManagerImpl.addComment(long userId, String className, long classPK, String userName, long parentCommentId, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 Discussion CommentManagerImpl.getDiscussion(long userId, long groupId, String className, long classPK, Function<String,ServiceContext> serviceContextFunction)
           
 Discussion DummyCommentManagerImpl.getDiscussion(long userId, long groupId, String className, long classPK, Function<String,ServiceContext> serviceContextFunction)
           
 long CommentManagerImpl.updateComment(long userId, String className, long classPK, long commentId, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 long DummyCommentManagerImpl.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.comment
 

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

Methods in com.liferay.portal.kernel.registry with parameters of type Function
static
<K,S> com.liferay.registry.collections.ServiceReferenceMapper<K,S>
ServiceReferenceMapperFactory.create(Function<S,K> function)
           
 

Uses of Function in com.liferay.portal.service
 

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

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
 void MBCommentManagerImpl.addComment(long userId, long groupId, String className, long classPK, String body, Function<String,ServiceContext> serviceContextFunction)
           
 long MBCommentManagerImpl.addComment(long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 long MBCommentManagerImpl.addComment(long userId, String className, long classPK, String userName, long parentCommentId, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 Discussion MBCommentManagerImpl.getDiscussion(long userId, long groupId, String className, long classPK, Function<String,ServiceContext> serviceContextFunction)
           
 long MBCommentManagerImpl.updateComment(long userId, String className, long classPK, long commentId, String subject, String body, Function<String,ServiceContext> serviceContextFunction)
           
 


Liferay 7.0-ce-m6