org.apache.shindig.social.opensocial.service
Class AlbumHandler
java.lang.Object
org.apache.shindig.social.opensocial.service.AlbumHandler
public class AlbumHandler
- extends java.lang.Object
Receives and delegates requests to the OpenSocial Album service.
- Since:
- 2.0.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlbumHandler
@Inject
public AlbumHandler(AlbumService service,
ContainerConfig config)
create
public java.util.concurrent.Future<?> create(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
get
public java.util.concurrent.Future<?> get(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
update
public java.util.concurrent.Future<?> update(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
delete
public java.util.concurrent.Future<?> delete(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
supportedFields
public java.util.List<java.lang.Object> supportedFields(RequestItem request)
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.