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
 java.util.List<Url> MessageImpl.getUrls()
           
 java.util.List<Url> MessageCollectionImpl.getUrls()
           
 java.util.List<Url> PersonImpl.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 MessageImpl.setUrls(java.util.List<Url> urls)
           
 void MessageCollectionImpl.setUrls(java.util.List<Url> urls)
           
 void PersonImpl.setUrls(java.util.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
 java.util.List<Url> MessageCollection.getUrls()
          Get the URLs related to the message collection.
 java.util.List<Url> Message.getUrls()
          Get the URLs related to the message
 java.util.List<Url> Person.getUrls()
          Get the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
 

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 MessageCollection.setUrls(java.util.List<Url> urls)
          Set the URLs related to the message collection
 void Message.setUrls(java.util.List<Url> urls)
          Set the URLs related to the message
 void Person.setUrls(java.util.List<Url> urls)
          Set the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
 



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