Modifier and Type | Class and Description |
---|---|
class |
UserDataToTimelineUserConverter<T extends UserData,O extends TimelineUserResource>
UserDataToTimelineUserConverter to convert the temporary object into a TimelineUserResource
|
Modifier and Type | Method and Description |
---|---|
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem)
Build the
TimelineUserResource from the UserData |
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem,
TimelineUserResource timelineUserResource)
Build the
TimelineUserResource from the UserData |
Modifier and Type | Class and Description |
---|---|
class |
UserDataToTimelineUserConverter<T extends UserData,O extends TimelineUserResource>
UserDataToTimelineUserConverter to convert the temporary object into a TimelineUserResource
|
Modifier and Type | Method and Description |
---|---|
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem)
Build the
TimelineUserResource from the UserData |
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem,
TimelineUserResource timelineUserResource)
Build the
TimelineUserResource from the UserData |
Modifier and Type | Class and Description |
---|---|
class |
UserDataToTimelineUserConverter<T extends UserData,O extends TimelineUserResource>
UserDataToTimelineUserConverter to convert the temporary object into a TimelineUserResource
|
Modifier and Type | Method and Description |
---|---|
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem)
Build the
TimelineUserResource from the UserData |
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem,
TimelineUserResource timelineUserResource)
Build the
TimelineUserResource from the UserData |
Modifier and Type | Class and Description |
---|---|
class |
UserDataToTimelineUserConverter<T extends UserData,O extends TimelineUserResource>
UserDataToTimelineUserConverter to convert the temporary object into a TimelineUserResource
|
Modifier and Type | Method and Description |
---|---|
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem)
Build the
TimelineUserResource from the UserData |
static TimelineUserResource |
TimelineUserHelper.buildTimelineUserResource(UserData userListItem,
TimelineUserResource timelineUserResource)
Build the
TimelineUserResource from the UserData |
Modifier and Type | Class and Description |
---|---|
class |
DetailedUserData
Value object holding detailed user data.
|
Constructor and Description |
---|
UserData(UserData otherBean)
Copies constructor from other UserData
|
Modifier and Type | Method and Description |
---|---|
UserData |
CommunoteTool.getUser(Number id)
Get the details of a user.
|
Modifier and Type | Method and Description |
---|---|
String |
CommunoteTool.getUserSignature(UserData userListItem,
UserNameFormat format)
To get the signature of an author.
|
Modifier and Type | Class and Description |
---|---|
class |
UserToUserDataConverter<T extends UserData>
Converter to transform a user entity into a list item.
|
Modifier and Type | Class and Description |
---|---|
class |
RankUserListItem |
class |
UserManagementListItem |
class |
UserProfileDetailListItem
IdentifiableEntityData for a users profile.
|
Modifier and Type | Method and Description |
---|---|
String |
NoteTemplateUrlTool.getUser(NoteRenderContext context,
UserData user)
Return the link to a user.
|
String |
NoteTemplateTool.userAsJson(UserData user,
boolean xmlEncode)
Create a JSON with user details.
|
Modifier and Type | Method and Description |
---|---|
List<UserData> |
UserGroupMemberManagementBase.getUsersOfGroup(Long groupId) |
List<UserData> |
UserGroupMemberManagement.getUsersOfGroup(Long groupId)
Return all users who are direct members of a group.
|
protected List<UserData> |
UserGroupMemberManagementImpl.handleGetUsersOfGroup(Long groupId)
Performs the core logic for
UserGroupMemberManagementBase.getUsersOfGroup(Long) |
protected abstract List<UserData> |
UserGroupMemberManagementBase.handleGetUsersOfGroup(Long groupId)
Performs the core logic for
UserGroupMemberManagementBase.getUsersOfGroup(Long) |
Modifier and Type | Method and Description |
---|---|
static String |
UserNameHelper.getDefaultUserSignature(UserData userListItem)
Get the complete signature of the user which is "'SALUATAION' 'FIRSTNAME' 'LASTNAME'".
|
static String |
UserNameHelper.getDetailedUserSignature(UserData userListItem)
Returns the string containing "'FIRSTNAME' 'LASTNAME' ('ALIAS')".
|
static String |
UserNameHelper.getSimpleDefaultUserSignature(UserData userListItem)
Returns a simple user signature consisting of "'FIRSTNAME' 'LASTNAME'" or "'ALIAS'" in case
firstname and lastname are not defined.
|
static String |
UserNameHelper.getUserSignature(UserData userListItem,
UserNameFormat format)
To get the signature of an user.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserTaggingCoreQuery<R extends UserData>
Query Definition to find users
|
Modifier and Type | Method and Description |
---|---|
Class<UserData> |
UserTaggingCoreQuery.getResultListItem()
The list item type
|
Modifier and Type | Method and Description |
---|---|
UserData |
DetailPostListItem.getParentPostAuthor() |
UserData |
DetailPostListItem.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
DetailPostListItem.setParentPostAuthor(UserData parentPostAuthor)
Sets the author of the parent note
|
void |
DetailPostListItem.setUser(UserData user)
Sets the author
|
Modifier and Type | Method and Description |
---|---|
String |
UrlTool.userImage(UserData user,
ImageSizeType size)
Creates a URL pointing to a user image.
|
Modifier and Type | Method and Description |
---|---|
static <T extends UserData> |
UserSearchHelper.createUserSearchJSONResult(PageableList<T> results,
boolean addSummary,
ImageSizeType imageSize)
Creates an array of JSON objects which hold details about the found users.
|
Modifier and Type | Method and Description |
---|---|
static org.codehaus.jackson.node.ObjectNode |
UserSearchHelper.createUserSearchJSONResult(UserData item,
ImageSizeType imageSize)
Creates a JSON object describing a user.
|
Modifier and Type | Method and Description |
---|---|
PageableList<UserData> |
AuthorFilterWidget.handleQueryList()
Query the resource list on the tagging core API
|
Modifier and Type | Class and Description |
---|---|
class |
UserListWidget.ListUsersWidgetUserListItem
UserData with special fields for this widget.
|
Copyright © 2019 Communote team. All rights reserved.