java.lang.Object |
↳ |
com.pdftron.collab.ui.reply.component.ReplyEntityMapper |
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
ReplyEntityMapper
()
Public Methods
public
static
List<ReplyMessage>
fromEntities
(List<ReplyEntity> replyEntities, User currentUser)
Parameters
replyEntities |
to convert |
currentUser |
used to determine if a ReplyEntity is editable by the user. |
public
static
String
getInitials
(String str)