Uses of Interface
org.teamapps.model.controlcenter.ChatChannel
| Package | Description |
|---|---|
| org.teamapps.model.controlcenter |
-
Uses of ChatChannel in org.teamapps.model.controlcenter
Classes in org.teamapps.model.controlcenter that implement ChatChannel Modifier and Type Class Description classUdbChatChannelMethods in org.teamapps.model.controlcenter that return types with arguments of type ChatChannel Modifier and Type Method Description java.util.List<ChatChannel>ChatChannelQuery. execute()java.util.List<ChatChannel>ChatChannelQuery. execute(int startIndex, int length, org.teamapps.universaldb.query.Sorting sorting)java.util.List<ChatChannel>ChatChannelQuery. execute(java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<ChatChannel>ChatChannel. getAll()static java.util.List<ChatChannel>UdbChatChannel. getAll()static org.teamapps.universaldb.record.EntityBuilder<ChatChannel>ChatChannel. getBuilder()static java.util.List<ChatChannel>ChatChannel. sort(java.util.List<ChatChannel> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<ChatChannel>UdbChatChannel. sort(java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<ChatChannel>UdbChatChannel. sort(java.util.List<ChatChannel> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)Methods in org.teamapps.model.controlcenter with parameters of type ChatChannel Modifier and Type Method Description ChatMessageChatMessage. setChatChannel(ChatChannel value)ChatMessageUdbChatMessage. setChatChannel(ChatChannel value)Method parameters in org.teamapps.model.controlcenter with type arguments of type ChatChannel Modifier and Type Method Description ChatChannelQueryChatChannelQuery. customFilter(java.util.function.Function<ChatChannel,java.lang.Boolean> customFilter)ChatChannelQueryUdbChatChannelQuery. customFilter(java.util.function.Function<ChatChannel,java.lang.Boolean> customFilter)static java.util.List<ChatChannel>ChatChannel. sort(java.util.List<ChatChannel> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static java.util.List<ChatChannel>UdbChatChannel. sort(java.util.List<ChatChannel> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)