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 booleanProcessMessagesBean. isFulfilledUploadRequest(IChatEntry chatEntry)booleanProcessMessagesBean. isLatest(IChatEntry chatEntry, List<IChatEntry> chatEntries)booleanProcessMessagesBean. isMessage(IChatEntry chatEntry)booleanProcessMessagesBean. isStart(IChatEntry chatEntry)Method parameters in de.xima.fc.inbox.bean with type arguments of type IChatEntry Modifier and Type Method Description booleanProcessMessagesBean. 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 classFulfilledUploadRequestViewMessageView model for a fulfilled upload request to display in the chat.classMessageViewModelView model for aFormRecordMessageto display in the chat.classStartChatEntrySpecial chat entry to indicate the start of a chat.
-