Uses of Class
io.meeds.twitter.gamification.model.TwitterAccount
Packages that use TwitterAccount
Package
Description
-
Uses of TwitterAccount in io.meeds.twitter.gamification.model
Methods in io.meeds.twitter.gamification.model that return TwitterAccount -
Uses of TwitterAccount in io.meeds.twitter.gamification.rest
Methods in io.meeds.twitter.gamification.rest that return TwitterAccountModifier and TypeMethodDescriptionTwitterAccountRest.getWatchedAccountById(jakarta.servlet.http.HttpServletRequest request, long accountId) -
Uses of TwitterAccount in io.meeds.twitter.gamification.rest.builder
Methods in io.meeds.twitter.gamification.rest.builder with parameters of type TwitterAccountModifier and TypeMethodDescriptionstatic TwitterAccountRestEntityTwitterAccountBuilder.toRestEntity(String twitterBearerToken, TokenStatus tokenStatus, TwitterConsumerService twitterConsumerService, TwitterAccount twitterAccount) Method parameters in io.meeds.twitter.gamification.rest.builder with type arguments of type TwitterAccountModifier and TypeMethodDescriptionstatic org.springframework.data.domain.Page<TwitterAccountRestEntity> TwitterAccountBuilder.toRestEntities(TwitterService twitterAccountService, TwitterConsumerService twitterConsumerService, org.springframework.data.domain.Page<TwitterAccount> twitterAccounts) -
Uses of TwitterAccount in io.meeds.twitter.gamification.service
Methods in io.meeds.twitter.gamification.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.twitter.gamification.service that return types with arguments of type TwitterAccountModifier and TypeMethodDescriptionTwitterService.getTwitterAccounts()Get all watched twitter accounts.org.springframework.data.domain.Page<TwitterAccount> TwitterService.getTwitterAccounts(String currentUser, org.springframework.data.domain.Pageable pageable) Get available watched twitter accounts using page.org.springframework.data.domain.Page<TwitterAccount> TwitterService.getTwitterAccounts(org.springframework.data.domain.Pageable pageable) Get available watched twitter accounts using page.Methods in io.meeds.twitter.gamification.service with parameters of type TwitterAccountModifier and TypeMethodDescriptionTwitterConsumerService.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.twitter.gamification.service.impl
Methods in io.meeds.twitter.gamification.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.twitter.gamification.service.impl that return types with arguments of type TwitterAccountModifier and TypeMethodDescriptionTwitterServiceImpl.getTwitterAccounts()org.springframework.data.domain.Page<TwitterAccount> TwitterServiceImpl.getTwitterAccounts(String currentUser, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<TwitterAccount> TwitterServiceImpl.getTwitterAccounts(org.springframework.data.domain.Pageable pageable) Methods in io.meeds.twitter.gamification.service.impl with parameters of type TwitterAccountModifier and TypeMethodDescriptionTwitterConsumerServiceImpl.getMentionEvents(TwitterAccount twitterAccount, long lastMentionTweetId, String bearerToken) -
Uses of TwitterAccount in io.meeds.twitter.gamification.storage
Methods in io.meeds.twitter.gamification.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.twitter.gamification.storage that return types with arguments of type TwitterAccountModifier and TypeMethodDescriptionTwitterAccountStorage.getTwitterAccounts()org.springframework.data.domain.Page<TwitterAccount> TwitterAccountStorage.getTwitterAccounts(org.springframework.data.domain.Pageable pageable) Methods in io.meeds.twitter.gamification.storage with parameters of type TwitterAccountModifier and TypeMethodDescriptionTwitterAccountStorage.addTwitterAccount(TwitterAccount twitterAccount) TwitterConsumerStorage.getMentionEvents(TwitterAccount twitterAccount, long lastMentionTweetId, String bearerToken) -
Uses of TwitterAccount in io.meeds.twitter.gamification.storage.mapper
Methods in io.meeds.twitter.gamification.storage.mapper that return TwitterAccountModifier and TypeMethodDescriptionstatic TwitterAccountTwitterAccountMapper.fromEntity(TwitterAccountEntity twitterAccountEntity) Methods in io.meeds.twitter.gamification.storage.mapper with parameters of type TwitterAccountModifier and TypeMethodDescriptionstatic TwitterAccountEntityTwitterAccountMapper.toEntity(TwitterAccount twitterAccount)