Uses of Class
io.meeds.gamification.twitter.model.TwitterAccount
Packages that use TwitterAccount
Package
Description
-
Uses of TwitterAccount in io.meeds.gamification.twitter.model
Methods in io.meeds.gamification.twitter.model that return TwitterAccount -
Uses of TwitterAccount in io.meeds.gamification.twitter.rest.builder
Methods in io.meeds.gamification.twitter.rest.builder with parameters of type TwitterAccountModifier and TypeMethodDescriptionstatic TwitterAccountRestEntityTwitterAccountBuilder.toRestEntity(String twitterBearerToken, TokenStatus tokenStatus, TwitterConsumerService twitterConsumerService, TwitterAccount twitterAccount) Method parameters in io.meeds.gamification.twitter.rest.builder with type arguments of type TwitterAccountModifier and TypeMethodDescriptionstatic List<TwitterAccountRestEntity>TwitterAccountBuilder.toRestEntities(TwitterService twitterAccountService, TwitterConsumerService twitterConsumerService, Collection<TwitterAccount> twitterAccounts) -
Uses of TwitterAccount in io.meeds.gamification.twitter.service
Methods in io.meeds.gamification.twitter.service that return TwitterAccountModifier and TypeMethodDescriptionTwitterService.addTwitterAccount(String twitterUsername, String currentUser) Add watched Twitter account.TwitterService.getTwitterAccountById(long accountId) Retrieves a watched twitter account identified by its technical identifier.TwitterService.getTwitterAccountById(long accountId, String username) Retrieves a watched twitter account identified by its technical identifier accessed by a userMethods in io.meeds.gamification.twitter.service that return types with arguments of type TwitterAccountModifier and TypeMethodDescriptionTwitterService.getTwitterAccounts(int offset, int limit) Get available watched twitter accounts using offset and limit.TwitterService.getTwitterAccounts(String currentUser, int offset, int limit, boolean forceUpdate) Get available watched twitter accounts using offset and limit.Methods in io.meeds.gamification.twitter.service with parameters of type TwitterAccountModifier and TypeMethodDescriptionvoidTwitterConsumerService.clearCache(TwitterAccount twitterAccount, String bearerToken) clear remote twitter account entity cacheTwitterConsumerService.getMentionEvents(TwitterAccount twitterAccount, long lastMentionTweetId, String bearerToken) Retrieve available tweets in which the account identified by its identifier was mentioned -
Uses of TwitterAccount in io.meeds.gamification.twitter.service.impl
Methods in io.meeds.gamification.twitter.service.impl that return TwitterAccountModifier and TypeMethodDescriptionTwitterServiceImpl.addTwitterAccount(String twitterUsername, String currentUser) TwitterServiceImpl.getTwitterAccountById(long accountId) TwitterServiceImpl.getTwitterAccountById(long accountId, String username) Methods in io.meeds.gamification.twitter.service.impl that return types with arguments of type TwitterAccountModifier and TypeMethodDescriptionTwitterServiceImpl.getTwitterAccounts(int offset, int limit) TwitterServiceImpl.getTwitterAccounts(String currentUser, int offset, int limit, boolean forceUpdate) Methods in io.meeds.gamification.twitter.service.impl with parameters of type TwitterAccountModifier and TypeMethodDescriptionvoidTwitterConsumerServiceImpl.clearCache(TwitterAccount twitterAccount, String bearerToken) TwitterConsumerServiceImpl.getMentionEvents(TwitterAccount twitterAccount, long lastMentionTweetId, String bearerToken) -
Uses of TwitterAccount in io.meeds.gamification.twitter.storage
Methods in io.meeds.gamification.twitter.storage that return TwitterAccountModifier and TypeMethodDescriptionTwitterAccountStorage.addTwitterAccount(TwitterAccount twitterAccount) TwitterAccountStorage.deleteTwitterAccount(long accountId) TwitterAccountStorage.getTwitterAccountById(Long id) TwitterAccountStorage.getTwitterAccountByRemoteId(long remoteId) TwitterAccountStorage.updateAccountLastMentionTweetId(long accountId, long lastMentionTweetId) Methods in io.meeds.gamification.twitter.storage with parameters of type TwitterAccountModifier and TypeMethodDescriptionTwitterAccountStorage.addTwitterAccount(TwitterAccount twitterAccount) voidTwitterConsumerStorage.clearCache(TwitterAccount twitterAccount, String bearerToken) TwitterConsumerStorage.getMentionEvents(TwitterAccount twitterAccount, long lastMentionTweetId, String bearerToken) -
Uses of TwitterAccount in io.meeds.gamification.twitter.storage.cached
Methods in io.meeds.gamification.twitter.storage.cached with parameters of type TwitterAccountModifier and TypeMethodDescriptionvoidTwitterConsumerCachedStorage.clearCache(TwitterAccount twitterAccount, String bearerToken) -
Uses of TwitterAccount in io.meeds.gamification.twitter.storage.mapper
Methods in io.meeds.gamification.twitter.storage.mapper that return TwitterAccountModifier and TypeMethodDescriptionstatic TwitterAccountTwitterAccountMapper.fromEntity(TwitterAccountEntity twitterAccountEntity) Methods in io.meeds.gamification.twitter.storage.mapper with parameters of type TwitterAccountModifier and TypeMethodDescriptionstatic TwitterAccountEntityTwitterAccountMapper.toEntity(TwitterAccount twitterAccount)