org.apache.shindig.social.opensocial.spi
Class MediaItemService.NotImplementedMediaItemService

java.lang.Object
  extended by org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
All Implemented Interfaces:
MediaItemService
Enclosing interface:
MediaItemService

public static class MediaItemService.NotImplementedMediaItemService
extends Object
implements MediaItemService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.shindig.social.opensocial.spi.MediaItemService
MediaItemService.NotImplementedMediaItemService
 
Constructor Summary
MediaItemService.NotImplementedMediaItemService()
           
 
Method Summary
 Future<Void> createMediaItem(UserId userId, String appId, String albumId, MediaItem mediaItem, SecurityToken token)
           
 Future<Void> deleteMediaItem(UserId userId, String appId, String albumId, String mediaItemId, SecurityToken token)
           
 Future<MediaItem> getMediaItem(UserId userId, String appId, String albumId, String mediaItemId, Set<String> fields, SecurityToken token)
           
 Future<RestfulCollection<MediaItem>> getMediaItems(Set<UserId> userIds, GroupId groupId, String appId, Set<String> fields, CollectionOptions options, SecurityToken token)
           
 Future<RestfulCollection<MediaItem>> getMediaItems(UserId userId, String appId, String albumId, Set<String> fields, CollectionOptions options, SecurityToken token)
           
 Future<RestfulCollection<MediaItem>> getMediaItems(UserId userId, String appId, String albumId, Set<String> mediaItemIds, Set<String> fields, CollectionOptions options, SecurityToken token)
           
 Future<Void> updateMediaItem(UserId userId, String appId, String albumId, String mediaItemId, MediaItem mediaItem, SecurityToken token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaItemService.NotImplementedMediaItemService

public MediaItemService.NotImplementedMediaItemService()
Method Detail

getMediaItem

public Future<MediaItem> getMediaItem(UserId userId,
                                      String appId,
                                      String albumId,
                                      String mediaItemId,
                                      Set<String> fields,
                                      SecurityToken token)
                               throws ProtocolException
Specified by:
getMediaItem in interface MediaItemService
Throws:
ProtocolException

getMediaItems

public Future<RestfulCollection<MediaItem>> getMediaItems(UserId userId,
                                                          String appId,
                                                          String albumId,
                                                          Set<String> mediaItemIds,
                                                          Set<String> fields,
                                                          CollectionOptions options,
                                                          SecurityToken token)
                                                   throws ProtocolException
Specified by:
getMediaItems in interface MediaItemService
Throws:
ProtocolException

getMediaItems

public Future<RestfulCollection<MediaItem>> getMediaItems(UserId userId,
                                                          String appId,
                                                          String albumId,
                                                          Set<String> fields,
                                                          CollectionOptions options,
                                                          SecurityToken token)
                                                   throws ProtocolException
Specified by:
getMediaItems in interface MediaItemService
Throws:
ProtocolException

getMediaItems

public Future<RestfulCollection<MediaItem>> getMediaItems(Set<UserId> userIds,
                                                          GroupId groupId,
                                                          String appId,
                                                          Set<String> fields,
                                                          CollectionOptions options,
                                                          SecurityToken token)
                                                   throws ProtocolException
Specified by:
getMediaItems in interface MediaItemService
Throws:
ProtocolException

deleteMediaItem

public Future<Void> deleteMediaItem(UserId userId,
                                    String appId,
                                    String albumId,
                                    String mediaItemId,
                                    SecurityToken token)
                             throws ProtocolException
Specified by:
deleteMediaItem in interface MediaItemService
Throws:
ProtocolException

createMediaItem

public Future<Void> createMediaItem(UserId userId,
                                    String appId,
                                    String albumId,
                                    MediaItem mediaItem,
                                    SecurityToken token)
                             throws ProtocolException
Specified by:
createMediaItem in interface MediaItemService
Throws:
ProtocolException

updateMediaItem

public Future<Void> updateMediaItem(UserId userId,
                                    String appId,
                                    String albumId,
                                    String mediaItemId,
                                    MediaItem mediaItem,
                                    SecurityToken token)
                             throws ProtocolException
Specified by:
updateMediaItem in interface MediaItemService
Throws:
ProtocolException


Copyright © 2007-2012. All Rights Reserved.