Uses of Class
org.jboss.seam.social.twitter.model.TwitterProfile

Packages that use TwitterProfile
org.jboss.seam.social.twitter   
org.jboss.seam.social.twitter.jackson   
 

Uses of TwitterProfile in org.jboss.seam.social.twitter
 

Methods in org.jboss.seam.social.twitter that return TwitterProfile
 TwitterProfile TwitterService.getMyProfile()
          Retrieves the authenticated user's Twitter profile details.
 TwitterProfile TwitterService.getUserProfile(long userId)
          Retrieves a specific user's Twitter profile details.
 TwitterProfile TwitterService.getUserProfile(String screenName)
          Retrieves a specific user's Twitter profile details.
 

Methods in org.jboss.seam.social.twitter that return types with arguments of type TwitterProfile
 List<TwitterProfile> TwitterService.getSuggestions(String slug)
          Retrieves a list of suggestions of users to follow for a given category.
 List<TwitterProfile> TwitterService.getUsers(Long... userIds)
          Retrieves a list of Twitter profiles for the given list of user IDs.
 List<TwitterProfile> TwitterService.getUsers(String... screenNames)
          Retrieves a list of Twitter profiles for the given list of screen names.
 List<TwitterProfile> TwitterService.searchForUsers(String query)
          Searches for users that match a given query.
 

Uses of TwitterProfile in org.jboss.seam.social.twitter.jackson
 

Methods in org.jboss.seam.social.twitter.jackson that return TwitterProfile
 TwitterProfile TwitterServiceJackson.getMyProfile()
           
 TwitterProfile TwitterServiceJackson.getUserProfile(long userId)
           
 TwitterProfile TwitterServiceJackson.getUserProfile(String screenName)
           
 

Methods in org.jboss.seam.social.twitter.jackson that return types with arguments of type TwitterProfile
 List<TwitterProfile> TwitterServiceJackson.getSuggestions(String slug)
           
 List<TwitterProfile> TwitterServiceJackson.getUsers(Long... userIds)
           
 List<TwitterProfile> TwitterServiceJackson.getUsers(String... screenNames)
           
 List<TwitterProfile> TwitterServiceJackson.searchForUsers(String query)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.