Package | Description |
---|---|
com.liferay.portal.kernel.comment | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
IdentityServiceContextFunction |
class |
ServiceContextFunction |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable & Function<Locale,String>> |
SubscriptionSender.setLocalizedContextAttribute(String key,
T function) |
<T extends Serializable & Function<Locale,String>> |
SubscriptionSender.setLocalizedContextAttribute(String key,
T function,
boolean escape) |
Modifier and Type | Method and Description |
---|---|
static <T,R> List<R> |
ListUtil.toList(List<T> list,
Function<T,R> function) |
Constructor and Description |
---|
EscapableLocalizableFunction(Function<Locale,String> function) |
EscapableLocalizableFunction(Function<Locale,String> function,
boolean escape) |