Class TwitterAccountStorage
java.lang.Object
io.meeds.gamification.twitter.storage.TwitterAccountStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTwitterAccount(TwitterAccount twitterAccount) intdeleteTwitterAccount(long accountId) getTwitterAccountByRemoteId(long remoteId) getTwitterAccountIds(int offset, int limit) updateAccountLastMentionTweetId(long accountId, long lastMentionTweetId)
-
Constructor Details
-
TwitterAccountStorage
-
-
Method Details
-
addTwitterAccount
public TwitterAccount addTwitterAccount(TwitterAccount twitterAccount) throws org.exoplatform.commons.ObjectAlreadyExistsException - Throws:
org.exoplatform.commons.ObjectAlreadyExistsException
-
getTwitterAccountById
-
getTwitterAccountIds
-
countTwitterAccounts
public int countTwitterAccounts() -
getTwitterAccountByRemoteId
-
updateAccountLastMentionTweetId
-
deleteTwitterAccount
-