public class

ReplyEntityMapper

extends Object
java.lang.Object
   ↳ com.pdftron.collab.ui.reply.component.ReplyEntityMapper

Class Overview

Adapter that converts ReplyEntity objects to ReplyMessage objects.

Summary

Public Constructors
ReplyEntityMapper()
Public Methods
static List<ReplyMessage> fromEntities(List<ReplyEntity> replyEntities, User currentUser)
Converts a list of ReplyEntity into a list of ReplyMessage.
static String getInitials(String str)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ReplyEntityMapper ()

Public Methods

public static List<ReplyMessage> fromEntities (List<ReplyEntity> replyEntities, User currentUser)

Converts a list of ReplyEntity into a list of ReplyMessage.

Parameters
replyEntities to convert
currentUser used to determine if a ReplyEntity is editable by the user.
Returns

public static String getInitials (String str)