| Package | Description | 
|---|---|
| com.communote.server.core.common.velocity | |
| com.communote.server.core.user.helper | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
CommunoteTool.getCurrentUserSignature(UserNameFormat format)
To get the signature of the current user. 
 | 
String | 
CommunoteTool.getUserSignature(UserData userListItem,
                UserNameFormat format)
To get the signature of an author. 
 | 
String | 
CommunoteTool.getUserSignature(UserProfileDetailListItem listItem,
                UserNameFormat format)
To get the signature of an author. 
 | 
String | 
CommunoteTool.getUserSignature(User user,
                UserNameFormat format)
To get the signature of an author. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UserNameFormat | 
UserNameFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static UserNameFormat[] | 
UserNameFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
UserNameHelper.getUserSignature(UserData userListItem,
                UserNameFormat format)
To get the signature of an user. 
 | 
static String | 
UserNameHelper.getUserSignature(UserProfileDetailListItem listItem,
                UserNameFormat format)
To get the signature of an user. 
 | 
static String | 
UserNameHelper.getUserSignature(User user,
                UserNameFormat format)
To get the signature of an user. 
 | 
Copyright © 2019 Communote team. All rights reserved.