Serialized Form


Package org.jboss.seam.social

Class org.jboss.seam.social.JsonMapper extends Object implements Serializable

serialVersionUID: -2012295612034078749L

Serialized Fields

delegate

org.codehaus.jackson.map.ObjectMapper delegate

Class org.jboss.seam.social.MultiServicesManagerImpl extends Object implements Serializable

serialVersionUID: 2681869484541158766L

Serialized Fields

serviceInstances

javax.enterprise.inject.Instance<T> serviceInstances

socialConfig

org.jboss.seam.social.SeamSocialExtension socialConfig

listOfServices

List<E> listOfServices

services

Set<E> services

currentService

org.jboss.seam.social.oauth.OAuthService currentService

Class org.jboss.seam.social.OAuthServiceBase extends Object implements Serializable

serialVersionUID: -8423894021913341674L

Serialized Fields

settings

org.jboss.seam.social.oauth.OAuthServiceSettings settings

provider

org.jboss.seam.social.oauth.OAuthProvider provider

log

org.jboss.solder.logging.Logger log

sessionSettings

org.jboss.seam.social.oauth.OAuthSessionSettings sessionSettings

settingsInstances

javax.enterprise.inject.Instance<T> settingsInstances

ip

javax.enterprise.inject.spi.InjectionPoint ip

socialConfig

org.jboss.seam.social.SeamSocialExtension socialConfig

type

String type

qualifier

Annotation qualifier

myProfile

org.jboss.seam.social.UserProfile myProfile

connected

boolean connected

status

String status

Class org.jboss.seam.social.OAuthServiceJackson extends org.jboss.seam.social.OAuthServiceBase implements Serializable

serialVersionUID: -7806134655399349774L

Serialized Fields

jsonMapper

org.jboss.seam.social.JsonMapper jsonMapper

Class org.jboss.seam.social.OAuthServiceSettingsImpl extends Object implements Serializable

serialVersionUID: -8018722725677732853L

Serialized Fields

apiKey

String apiKey

apiSecret

String apiSecret

callback

String callback

scope

String scope

serviceName

String serviceName

Class org.jboss.seam.social.SeamSocialException extends RuntimeException implements Serializable

serialVersionUID: 8149354996979746574L

Class org.jboss.seam.social.UserProfile extends Object implements Serializable

Serialized Fields

id

String id

Package org.jboss.seam.social.twitter

Package org.jboss.seam.social.twitter.jackson

Class org.jboss.seam.social.twitter.jackson.TwitterServiceJackson extends org.jboss.seam.social.OAuthServiceJackson implements Serializable

serialVersionUID: 6806035986656777834L

Serialized Fields

log

org.jboss.solder.logging.Logger log

Package org.jboss.seam.social.twitter.model

Class org.jboss.seam.social.twitter.model.TwitterProfile extends org.jboss.seam.social.UserProfile implements Serializable

serialVersionUID: -6675776414312067618L

Serialized Fields

screenName

String screenName

name

String name

url

String url

profileImageUrl

String profileImageUrl

description

String description

location

String location

createdDate

Date createdDate

language

String language

statusesCount

int statusesCount

friendsCount

int friendsCount

followersCount

int followersCount

favoritesCount

int favoritesCount

listedCount

int listedCount

following

boolean following

followRequestSent

boolean followRequestSent

isProtected

boolean isProtected

notificationsEnabled

boolean notificationsEnabled

verified

boolean verified

geoEnabled

boolean geoEnabled

contributorsEnabled

boolean contributorsEnabled

translator

boolean translator

timeZone

String timeZone

utcOffset

int utcOffset

sidebarBorderColor

String sidebarBorderColor

sidebarFillColor

String sidebarFillColor

backgroundColor

String backgroundColor

useBackgroundImage

boolean useBackgroundImage

backgroundImageUrl

String backgroundImageUrl

backgroundImageTiled

boolean backgroundImageTiled

textColor

String textColor

linkColor

String linkColor

showAllInlineMedia

boolean showAllInlineMedia



Copyright © 2011 Seam Framework. All Rights Reserved.