@Repository public class SocialShareDAOImpl extends Object implements SocialShareDAO
| Constructor and Description |
|---|
SocialShareDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
String |
getByUUID(Token token,
UUID uuid) |
ObjectResponse<SocialShare> |
post(Token token,
SocialShare socialshare) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public String getAll(Token token)
getAll in interface SocialShareDAOpublic String getByUUID(Token token, UUID uuid)
getByUUID in interface SocialShareDAOpublic ObjectResponse<SocialShare> post(Token token, SocialShare socialshare)
post in interface SocialShareDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.