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

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

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

Classes in org.apache.shindig.social.core.model that implement Account
 class AccountImpl
          Default Implementation of an Account
 

Methods in org.apache.shindig.social.core.model that return types with arguments of type Account
 List<Account> PersonImpl.getAccounts()
           
 

Method parameters in org.apache.shindig.social.core.model with type arguments of type Account
 void PersonImpl.setAccounts(List<Account> accounts)
           
 

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

Methods in org.apache.shindig.social.opensocial.model that return types with arguments of type Account
 List<Account> Person.getAccounts()
          Get the list of online accounts held by this person.
 

Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type Account
 void Person.setAccounts(List<Account> accounts)
          Set the list of online accounts held by this person.
 



Copyright © 2007-2012. All Rights Reserved.