Uses of Interface
de.xima.fc.inbox.model.messages.IChatEntry
-
Packages that use IChatEntry Package Description de.xima.fc.inbox.bean de.xima.fc.inbox.model.messages -
-
Uses of IChatEntry in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type IChatEntry Modifier and Type Method Description List<IChatEntry>
ProcessMessagesBean. getChatEntries(FormRecordChat chat)
Methods in de.xima.fc.inbox.bean with parameters of type IChatEntry Modifier and Type Method Description boolean
ProcessMessagesBean. isFulfilledUploadRequest(IChatEntry chatEntry)
boolean
ProcessMessagesBean. isLatest(IChatEntry chatEntry, List<IChatEntry> chatEntries)
boolean
ProcessMessagesBean. isMessage(IChatEntry chatEntry)
boolean
ProcessMessagesBean. isStart(IChatEntry chatEntry)
Method parameters in de.xima.fc.inbox.bean with type arguments of type IChatEntry Modifier and Type Method Description boolean
ProcessMessagesBean. isLatest(IChatEntry chatEntry, List<IChatEntry> chatEntries)
-
Uses of IChatEntry in de.xima.fc.inbox.model.messages
Classes in de.xima.fc.inbox.model.messages that implement IChatEntry Modifier and Type Class Description class
FulfilledUploadRequestViewMessage
View model for a fulfilled upload request to display in the chat.class
MessageViewModel
View model for aFormRecordMessage
to display in the chat.class
StartChatEntry
Special chat entry to indicate the start of a chat.
-