Class FulfilledUploadRequestViewMessage
java.lang.Object
de.xima.fc.inbox.model.messages.FulfilledUploadRequestViewMessage
- All Implemented Interfaces:
IChatEntry, Serializable
View model for a fulfilled upload request to display in the chat.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfromUploadRequest(FormRecordMessageUploadRequest uploadRequest, Set<UserViewModel> formRecordSubmitters, Map<String, IClientDescriptor> clientDescriptorCache, Set<UserProfile> userProfilesCache, Locale locale) Returns the sender of the chat entry.Returns the sender context of the chat entry.Returns the CSS class for the sender of the chat entry.Returns an icon for the sender of the chat entry.getSenderName(Locale locale) Returns the sender name of the chat entry.Returns the subject of the chat entry.Returns the timestamp of the chat entry.Returns the view id of the chat entry.toString()
-
Method Details
-
fromUploadRequest
public static FulfilledUploadRequestViewMessage fromUploadRequest(FormRecordMessageUploadRequest uploadRequest, Set<UserViewModel> formRecordSubmitters, Map<String, IClientDescriptor> clientDescriptorCache, Set<UserProfile> userProfilesCache, Locale locale) -
getMessage
-
getSender
Description copied from interface:IChatEntryReturns the sender of the chat entry.- Specified by:
getSenderin interfaceIChatEntry- Returns:
- The sender of the chat entry.
-
getSenderContext
Description copied from interface:IChatEntryReturns the sender context of the chat entry.- Specified by:
getSenderContextin interfaceIChatEntry- Returns:
- The sender context of the chat entry.
-
getSenderIcon
Description copied from interface:IChatEntryReturns an icon for the sender of the chat entry.- Specified by:
getSenderIconin interfaceIChatEntry- Returns:
- An icon for the sender of the chat entry.
-
getSenderName
Description copied from interface:IChatEntryReturns the sender name of the chat entry.- Specified by:
getSenderNamein interfaceIChatEntry- Returns:
- The sender name of the chat entry.
-
getTimestamp
Description copied from interface:IChatEntryReturns the timestamp of the chat entry.- Specified by:
getTimestampin interfaceIChatEntry- Returns:
- The timestamp of the chat entry.
-
getViewId
Description copied from interface:IChatEntryReturns the view id of the chat entry.- Specified by:
getViewIdin interfaceIChatEntry- Returns:
- The view id of the chat entry.
-
getSubject
Description copied from interface:IChatEntryReturns the subject of the chat entry.- Specified by:
getSubjectin interfaceIChatEntry- Returns:
- The subject of the chat entry.
-
getSenderCssClass
Description copied from interface:IChatEntryReturns the CSS class for the sender of the chat entry.- Specified by:
getSenderCssClassin interfaceIChatEntry- Returns:
- The CSS class for the sender of the chat entry.
-
getUploadRequest
-
toString
-