Class TwitterTweetStorage
java.lang.Object
io.meeds.twitter.gamification.storage.TwitterTweetStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTweetToWatch(Tweet tweet) longdeleteTweet(long tweetId) getTweetById(Long tweetId) getTweetByLink(String tweetLink) org.springframework.data.domain.Page<Tweet> getTweets(org.springframework.data.domain.Pageable pageable) updateTweetReactions(long tweetId, Set<String> likers, Set<String> retweeters)
-
Constructor Details
-
TwitterTweetStorage
public TwitterTweetStorage()
-
-
Method Details
-
addTweetToWatch
-
updateTweetReactions
-
getTweets
public org.springframework.data.domain.Page<Tweet> getTweets(org.springframework.data.domain.Pageable pageable) -
getTweets
-
countTweets
public long countTweets() -
getTweetById
-
getTweetByLink
-
deleteTweet
-