A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
YahooResultEvent — Class in package com.yahoo.social.events
Event class for the Y! Social web service responses.
YahooResultEvent(type, data, bubbles, cancelable) — Constructor in class com.yahoo.social.events.YahooResultEvent
Creates a new YahooEvent object.
YahooSession — Class in package com.yahoo.social
The YahooSession object defines a session between an application and the Yahoo! Platform.
YahooSession(consumerKey, consumerSecret, applicationId, sessionStore:com.yahoo.social.utils:IYahooSessionStore) — Constructor in class com.yahoo.social.YahooSession
Creates a new YahooSession object.
YahooSessionStore — Class in package com.yahoo.social.utils
An implementation of IYahooSessionStore that uses a SharedObject to keep OAuth request and access tokens cached on the users machine for later use.
YahooSessionStore() — Constructor in class com.yahoo.social.utils.YahooSessionStore
Class constructor Creates
YahooURL — Class in package com.yahoo.social.utils
This class handles the creation of URLs to YOS web-services.
YahooURL(protocol, hostname, port) — Constructor in class com.yahoo.social.utils.YahooURL
Creates a new YahooURL object.
YahooUser — Class in package com.yahoo.social
YahooUser contains the session and guid properties of a Yahoo user and the methods to query data from Profiles, Social Directory, Presence and Vitality.
YahooUser(session:com.yahoo.social:YahooSession, guid) — Constructor in class com.yahoo.social.YahooUser
Class constructor.
YOSMethodBase — Class in package com.yahoo.social.methodgroups
The base class for all YOS API wrappers.
YOSMethodBase(user:com.yahoo.social:YahooUser) — Constructor in class com.yahoo.social.methodgroups.YOSMethodBase
Constructor Creates a new YOSMethodBase object.
yql — Property in class com.yahoo.social.YahooSession
The instance of the YQL API for this session.
yql — Property in class com.yahoo.social.YahooUser
The instance of the YQL API for this user.
YQL — Class in package com.yahoo.social.methodgroups
Wraps the Yahoo! YQL web service.
YQL() — Constructor in class com.yahoo.social.methodgroups.YQL
Class constructor.
YQL_HOSTNAME — Constant static property in class com.yahoo.social.methodgroups.YOSMethodBase
The hostname for the YQL API.
yqlQueryFailure — Event in class com.yahoo.social.methodgroups.YQL
Dispatched when the query request fails.
YQL_QUERY_FAILURE — Constant static property in class com.yahoo.social.events.YahooResultEvent
Constant defining the name of the event fired when the query request encounters an error.
yqlQuerySuccess — Event in class com.yahoo.social.methodgroups.YQL
Dispatched when the query request executes successfully.
YQL_QUERY_SUCCESS — Constant static property in class com.yahoo.social.events.YahooResultEvent
Constant defining the name of the event fired when the query request completes successfully.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z