Uses of Interface
org.apache.shindig.social.opensocial.model.Group

Packages that use Group
org.apache.shindig.social.core.model Core Social Model 
org.apache.shindig.social.opensocial.spi The Social Service Provider Interface package 
org.apache.shindig.social.sample.spi Sample SPI implementation 
 

Uses of Group in org.apache.shindig.social.core.model
 

Classes in org.apache.shindig.social.core.model that implement Group
 class GroupImpl
          Default Implementation of the Group model.
 

Uses of Group in org.apache.shindig.social.opensocial.spi
 

Methods in org.apache.shindig.social.opensocial.spi that return types with arguments of type Group
 Future<RestfulCollection<Group>> GroupService.getGroups(UserId userId, CollectionOptions options, Set<String> fields, SecurityToken token)
           
 

Uses of Group in org.apache.shindig.social.sample.spi
 

Methods in org.apache.shindig.social.sample.spi that return types with arguments of type Group
 Future<RestfulCollection<Group>> JsonDbOpensocialService.getGroups(UserId userId, CollectionOptions options, Set<String> fields, SecurityToken token)
           
 



Copyright © 2007-2012. All Rights Reserved.