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

Packages that use Organization
org.apache.shindig.social.core.model Core Social Model 
org.apache.shindig.social.opensocial.model The Social Model API package 
 

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

Classes in org.apache.shindig.social.core.model that implement Organization
 class OrganizationImpl
          Default implementation of an Organization
 

Methods in org.apache.shindig.social.core.model that return types with arguments of type Organization
 java.util.List<Organization> PersonImpl.getOrganizations()
           
 

Method parameters in org.apache.shindig.social.core.model with type arguments of type Organization
 void PersonImpl.setOrganizations(java.util.List<Organization> organizations)
           
 

Uses of Organization in org.apache.shindig.social.opensocial.model
 

Methods in org.apache.shindig.social.opensocial.model that return types with arguments of type Organization
 java.util.List<Organization> Person.getOrganizations()
          Get a list of current or past organizational affiliations of this Person.
 

Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type Organization
 void Person.setOrganizations(java.util.List<Organization> organizations)
          Set a list of current or past organizational affiliations of this Person.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.