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