Uses of Class
org.forum.server.graphql.Topic
Packages that use Topic
Package
Description
-
Uses of Topic in org.forum.server.graphql
Methods in org.forum.server.graphql that return TopicMethods in org.forum.server.graphql that return types with arguments of type TopicMethods in org.forum.server.graphql with parameters of type TopicModifier and TypeMethodDescriptionvoid
Mutation.setCreateTopic
(Topic createTopic) Mutation.Builder.withCreateTopic
(Topic createTopicParam) Method parameters in org.forum.server.graphql with type arguments of type TopicModifier and TypeMethodDescriptionvoid
Query.setFindTopics
(List<Topic> findTopics) void
void
Query.Builder.withFindTopics
(List<Topic> findTopicsParam) Board.Builder.withTopics
(List<Topic> topicsParam) Query.Builder.withTopics
(List<Topic> topicsParam) -
Uses of Topic in org.forum.server.graphql.util
Methods in org.forum.server.graphql.util that return types with arguments of type TopicModifier and TypeMethodDescriptionDataFetchersDelegateTopic.batchLoader
(List<Long> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.DataFetchersDelegateTopic.unorderedReturnBatchLoader
(List<Long> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.Methods in org.forum.server.graphql.util with parameters of type TopicModifier and TypeMethodDescriptionDataFetchersDelegateTopic.posts
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<Long, Post> dataLoader, Topic origin, Long memberId, String memberName, Date since) This method loads the data for Topic.posts.TopicController.posts
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<Long, Post> dataLoader, Topic origin, Long memberId, String memberName, Date since) This method loads the data for ${dataFetcher.graphQLType}.posts.Method parameters in org.forum.server.graphql.util with type arguments of type TopicModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Member>
DataFetchersDelegateTopic.author
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Topic> keys) This methods loads the data for ${dataFetcher.graphQLType}.author.reactor.core.publisher.Flux<Member>
TopicController.author
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Topic> keys) This methods loads the data for ${dataFetcher.graphQLType}.author.BoardController.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<Long, Topic> dataLoader, Board origin, Date since) This method loads the data for ${dataFetcher.graphQLType}.topics.DataFetchersDelegateBoard.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<Long, Topic> dataLoader, Board origin, Date since) This method loads the data for Board.topics. -
Uses of Topic in org.forum.server.jpa
Methods in org.forum.server.jpa that return types with arguments of type TopicModifier and TypeMethodDescriptionTopicRepository.findByBoardId
(Long boardId) TopicRepository.findByBoardIdAndSince
(Long boardId, Date since) TopicRepository.findByBoardName
(String name) An example of a native query that could be used for some particular caseFindTopicRepository.findByBoardNameAndKeywords
(String boardName, List<String> keyword) Search forTopic
, based onFindTopicRepositoryImpl.findByBoardNameAndKeywords
(String boardName, List<String> keyword) Search forTopic
, based onThe query for the BatchLoader -
Uses of Topic in org.forum.server.specific_code
Methods in org.forum.server.specific_code that return TopicModifier and TypeMethodDescriptionDataFetchersDelegateMutationImpl.createTopic
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TopicInput topicInput) Methods in org.forum.server.specific_code that return types with arguments of type TopicModifier and TypeMethodDescriptionDataFetchersDelegateQueryImpl.findTopics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String boardName, List<String> keyword) DataFetchersDelegateBoardImpl.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Board source, Date since) DataFetchersDelegateQueryImpl.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String boardName) DataFetchersDelegateTopicImpl.unorderedReturnBatchLoader
(List<Long> keys, org.dataloader.BatchLoaderEnvironment env) Methods in org.forum.server.specific_code with parameters of type TopicModifier and TypeMethodDescriptionDataFetchersDelegateTopicImpl.posts
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<Long, Post> dataLoader, Topic origin, Long memberId, String memberName, Date since) DataFetchersDelegateTopicImpl.posts
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Topic source, Long memberId, String memberName, Date since) Method parameters in org.forum.server.specific_code with type arguments of type TopicModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Member>
DataFetchersDelegateTopicImpl.author
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Topic> keys) DataFetchersDelegateBoardImpl.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<Long, Topic> dataLoader, Board origin, Date since)