Package org.apache.shindig.social.core.model

Core Social Model

See:
          Description

Class Summary
AccountImpl Default Implementation of an Account
ActivityEntryImpl A simple bean implementation of an ActivityStream Entry.
ActivityImpl Default implementation of an Activity
ActivityObjectImpl ActivityObjectImpl class.
AddressImpl Default representation of an Address
AlbumImpl Default Implementation of the Album object in the model.
BodyTypeImpl see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.BodyType.
EmbeddedExperienceImpl Embedded experience implementation.
GroupImpl Default Implementation of the Group model.
ListFieldImpl ListField data structure
MediaItemImpl see opensocial.MediaItem.Field
MediaLinkImpl MediaLinkImpl class.
MessageCollectionImpl Default representation of a MessageCollection
MessageImpl Default implementation for a Message
NameImpl Default implementation of the Name model.
OrganizationImpl Default implementation of an Organization
PersonImpl Default Implementation of the Person object in the model.
UrlImpl see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Url
 

Package org.apache.shindig.social.core.model Description

Core Social Model

Default implementations of the Social Model. Implementors my want to extend these classes, however the rest of the code should not bind directly to these classes, but should bind to the interfaces in o.a.s.social.opensocial.model, if this is observed, then implementors will also be free to provide their own implementations of the the model interfaces.



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