Uses of Class
org.cruxframework.crux.plugin.gadget.client.features.osapi.OsapiRequest

Packages that use OsapiRequest
org.cruxframework.crux.plugin.gadget.client.features.osapi   
org.cruxframework.crux.plugin.gadget.client.features.osapi.albums   
org.cruxframework.crux.plugin.gadget.client.features.osapi.mediaitems   
org.cruxframework.crux.plugin.gadget.client.features.osapi.people   
 

Uses of OsapiRequest in org.cruxframework.crux.plugin.gadget.client.features.osapi
 

Methods in org.cruxframework.crux.plugin.gadget.client.features.osapi with parameters of type OsapiRequest
<T extends com.google.gwt.core.client.JavaScriptObject>
void
BatchRequest.add(OsapiRequest<T> request, Callback<T> callback)
          Adds an opensocial request to this batch request.
 

Uses of OsapiRequest in org.cruxframework.crux.plugin.gadget.client.features.osapi.albums
 

Methods in org.cruxframework.crux.plugin.gadget.client.features.osapi.albums that return OsapiRequest
 OsapiRequest<OsapiCollection<Album>> GetAlbumsRequestBuilder.build()
          Builds the request.
 

Uses of OsapiRequest in org.cruxframework.crux.plugin.gadget.client.features.osapi.mediaitems
 

Methods in org.cruxframework.crux.plugin.gadget.client.features.osapi.mediaitems that return OsapiRequest
 OsapiRequest<OsapiCollection<MediaItem>> GetMediaItemsRequestBuilder.build()
          Builds the request.
 

Uses of OsapiRequest in org.cruxframework.crux.plugin.gadget.client.features.osapi.people
 

Methods in org.cruxframework.crux.plugin.gadget.client.features.osapi.people that return OsapiRequest
 OsapiRequest<Person> GetPersonRequestBuilder.build()
          Builds the request.
 OsapiRequest<OsapiCollection<Person>> GetPeopleRequestBuilder.build()
          Builds the request.
 



Copyright © 2014. All rights reserved.