Uses of Class
io.meeds.twitter.gamification.model.Tweet
Packages that use Tweet
Package
Description
-
Uses of Tweet in io.meeds.twitter.gamification.model
Methods in io.meeds.twitter.gamification.model that return Tweet -
Uses of Tweet in io.meeds.twitter.gamification.rest
Methods in io.meeds.twitter.gamification.rest that return types with arguments of type TweetModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<Tweet>> TwitterTweetRest.getWatchedTweets(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<Tweet> assembler) Method parameters in io.meeds.twitter.gamification.rest with type arguments of type TweetModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<Tweet>> TwitterTweetRest.getWatchedTweets(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<Tweet> assembler) -
Uses of Tweet in io.meeds.twitter.gamification.service
Methods in io.meeds.twitter.gamification.service that return TweetModifier and TypeMethodDescriptionTwitterService.addTweetToWatch(String tweetLink) Add watched Tweet.TwitterService.getTweetByLink(String tweetLink) Retrieves a watched tweet identified by its linkMethods in io.meeds.twitter.gamification.service that return types with arguments of type Tweet -
Uses of Tweet in io.meeds.twitter.gamification.service.impl
Methods in io.meeds.twitter.gamification.service.impl that return TweetModifier and TypeMethodDescriptionTwitterServiceImpl.addTweetToWatch(String tweetLink) TwitterServiceImpl.getTweetByLink(String tweetLink) Methods in io.meeds.twitter.gamification.service.impl that return types with arguments of type Tweet -
Uses of Tweet in io.meeds.twitter.gamification.storage
Methods in io.meeds.twitter.gamification.storage that return TweetModifier and TypeMethodDescriptionTwitterTweetStorage.addTweetToWatch(Tweet tweet) TwitterTweetStorage.deleteTweet(long tweetId) TwitterTweetStorage.getTweetById(Long tweetId) TwitterTweetStorage.getTweetByLink(String tweetLink) TwitterTweetStorage.updateTweetReactions(long tweetId, Set<String> likers, Set<String> retweeters) Methods in io.meeds.twitter.gamification.storage that return types with arguments of type TweetModifier and TypeMethodDescriptionTwitterTweetStorage.getTweets()org.springframework.data.domain.Page<Tweet> TwitterTweetStorage.getTweets(org.springframework.data.domain.Pageable pageable) Methods in io.meeds.twitter.gamification.storage with parameters of type Tweet -
Uses of Tweet in io.meeds.twitter.gamification.storage.mapper
Methods in io.meeds.twitter.gamification.storage.mapper that return TweetModifier and TypeMethodDescriptionstatic TweetTwitterTweetMapper.fromEntity(TwitterTweetEntity twitterTweetEntity) Methods in io.meeds.twitter.gamification.storage.mapper with parameters of type Tweet