Liferay 7.0-ce-m6

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

Packages that use Function
com.liferay.portal.kernel.comment   
com.liferay.portal.kernel.registry   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

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
           
 


Liferay 7.0-ce-m6