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

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

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

Classes in org.apache.shindig.social.core.model that implement Url
 class UrlImpl
          see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Url
 

Methods in org.apache.shindig.social.core.model that return Url
 Url PersonImpl.getProfileSong()
           
 Url PersonImpl.getProfileVideo()
           
 

Methods in org.apache.shindig.social.core.model that return types with arguments of type Url
 List<Url> PersonImpl.getUrls()
           
 List<Url> MessageImpl.getUrls()
           
 List<Url> MessageCollectionImpl.getUrls()
           
 

Methods in org.apache.shindig.social.core.model with parameters of type Url
 void PersonImpl.setProfileSong(Url profileSong)
           
 void PersonImpl.setProfileVideo(Url profileVideo)
           
 

Method parameters in org.apache.shindig.social.core.model with type arguments of type Url
 void PersonImpl.setUrls(List<Url> urls)
           
 void MessageImpl.setUrls(List<Url> urls)
           
 void MessageCollectionImpl.setUrls(List<Url> urls)
           
 

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

Methods in org.apache.shindig.social.opensocial.model that return Url
 Url Person.getProfileSong()
          Get the Person's profile song, specified as an Url.
 Url Person.getProfileVideo()
          Get the Person's profile video.
 

Methods in org.apache.shindig.social.opensocial.model that return types with arguments of type Url
 List<Url> Person.getUrls()
          Get the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
 List<Url> MessageCollection.getUrls()
          Get the URLs related to the message collection.
 List<Url> Message.getUrls()
          Get the URLs related to the message
 

Methods in org.apache.shindig.social.opensocial.model with parameters of type Url
 void Person.setProfileSong(Url profileSong)
          Set the Person's profile song, specified as an Url.
 void Person.setProfileVideo(Url profileVideo)
          Set the Person's profile video.
 

Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type Url
 void Person.setUrls(List<Url> urls)
          Set the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
 void MessageCollection.setUrls(List<Url> urls)
          Set the URLs related to the message collection
 void Message.setUrls(List<Url> urls)
          Set the URLs related to the message
 



Copyright © 2007-2012. All Rights Reserved.