public interface SocialShareDAO
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
String |
getByUUID(Token token,
UUID uuid) |
ObjectResponse<SocialShare> |
post(Token token,
SocialShare socialshare) |
ObjectResponse<SocialShare> post(Token token, SocialShare socialshare)
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.