@Deprecated
public class UserUtilities
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UNAVAILABLE
Deprecated.
|
Constructor and Description |
---|
UserUtilities()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
populateUserName(DiscussionThread dt,
UserService us)
Deprecated.
Populate the creator based on the creatorId.
|
static void |
populateUserName(Message m,
UserService us)
Deprecated.
Populate the author based on the authorId.
|
static void |
populateUserName(ThreadedMessage tm,
UserService us)
Deprecated.
Populate the author based on the authorId.
|
static void |
populateUserName(ThreadSummary ts,
UserService us)
Deprecated.
Populate the creator based on the creatorId.
|
static void |
populateUserNames(DiscussionThread[] dts,
UserService us)
Deprecated.
Populate the authors based on the authorIds and authors.
|
static void |
populateUserNames(Message[] ms,
UserService us)
Deprecated.
Populate the creators based on the creatorIds and creators.
|
static void |
populateUserNames(ThreadedMessage[] tms,
UserService us)
Deprecated.
Populate the creators based on the creatorIds and craetors.
|
static void |
populateUserNames(ThreadSummary[] tss,
UserService us)
Deprecated.
Populate the authors based on the authorIds and authors.
|
public static final java.lang.String UNAVAILABLE
public static void populateUserName(DiscussionThread dt, UserService us)
dt
- us
- The service that translates a user id to a user name.public static void populateUserName(ThreadSummary ts, UserService us)
ts
- us
- The service that translates a user id to a user name.public static void populateUserName(Message m, UserService us)
m
- us
- The service that translates a user id to a user name.public static void populateUserName(ThreadedMessage tm, UserService us)
tm
- us
- The service that translates a user id to a user name.public static void populateUserNames(DiscussionThread[] dts, UserService us)
dts
- us
- The service that translates a user id to a user name.InvalidUserException
public static void populateUserNames(ThreadSummary[] tss, UserService us)
tss
- us
- The service that translates a user id to a user name.InvalidUserException
public static void populateUserNames(Message[] ms, UserService us)
ms
- us
- The service that translates a user id to a user name.InvalidUserException
public static void populateUserNames(ThreadedMessage[] tms, UserService us)
tms
- us
- The service that translates a user id to a user name.InvalidUserException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.